/* Custom CSS */

.license, #cclicense { 
			font-size: 11px; 
			text-align: center;
		 }
		 
.license img, #cclicense { 
			margin: 10px;
		 }

#cv, #cv2 {
  -webkit-border-radius: 14px;
  border-radius: 14px;
  margin: auto;
  text-align: center;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 5px;
  margin: 30px auto 30px auto !important;
  display: block;
}

.container p img {
  display: block;
  padding: 4px;
  line-height: 1;
  max-width: 920px;
  border: 1px solid #ddd;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom:15px;
}

legend { 
	margin:3px; 
	text-align:center;
	width:100%; 
	font-size: 14px; 
	border: 0px;   
	line-height: 18px;
    margin-bottom: 10px;
	}

}

.pic {
  margin:3px; text-align:center;width:100%
  display: block;
  padding: 4px;
  width: 940px;
  line-height: 1;
  
/*border: 1px solid #ddd;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
*/
  margin-left: auto;
  margin-right: auto;
  margin-top:20px;
  margin-bottom:20px;
}

.small_pic {
  margin:3px; text-align:center;width:100%
  display: block;
  padding: 4px;
  width: 540px;
  line-height: 1;
  
/*border: 1px solid #ddd;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    */
  margin-left: auto;
  margin-right: auto;
  margin-top:20px;
  margin-bottom:20px;
}

.img-thumbnail{
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    display: block;
    /*max-height: 280px;*/  /* set max image size*/
}

/* CSS from Bootstrap website: */

/* Sticky footer styles
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height + a 30px margin */
  margin-bottom: 170px;
}

#footer {
  position: absolute;
  bottom: 0;
  height: 140px;
  width: 100%;
  background-color: #eee;
  padding: 20px;
}


/*  Fix iframe size
	From http://www.bymichaellancaster.com/blog/fluid-iframe-and-images-without-javascript-plugins/
	*/
	
.fluidMedia {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.fluidMedia iframe {
    position: absolute;
    padding: 0px;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}

/* JK custom styles */
.containerBorder {
    width: 350px;
    max-height: 260px;
    overflow: auto;
    padding: 0.01em 16px;
    border: 1px solid #ccc; /*!important*/;
    border-radius: 10px !important;
    margin: 3px 3px 3px 3px;
}

.containerBorder:hover
{
    border: 1px solid #0F9775;
}

/* Add background image */
.bgimg {
    background-color: white;
    background-image: url(images/Background_Jum.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}

#UnderConstruction
{
    color: red;
}

.btn-primary {
  background-color: #0F9775;
  border-color: #0F9775;
}

.navbar-default {
  background-color: #0F9775;
  border-color: #0F9775;
}

.navbar-default .navbar-brand {
  color: #FFFFFF;   /*Joern Kiwitt small menu */
}

.navbar-default .navbar-nav > li > a {
  color: #FFFFFF;   /*text small */
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000000;  /*text menu desktop */
}

/* Add A360 files - viewer */
.embedded-a360
{
    margin: auto;
    width: 50%;
    padding: 10px;
}

/* some more spacing */
.col-sm-6
{   
    padding: 10px;
}

.iframe
{
    float: center;
}
    
.svg
{
    display: block;
    text-align: center;
}

.embed-container {
  position: relative; 
  padding-bottom:56.25%; /* ratio 16x9 */
  height:0; 
  overflow:hidden; 
  /*width:100%;
  height:auto;*/
}
.embed-container iframe {
  position:absolute; 
  top:0; 
  left:0; 
  width:100%; 
  height:100%; 
 /* max-height: 280px;*/
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.videowrap{
    width: 80%;
    max-width: 640px; 
    margin: 0 auto;
}

.videomp4 {  
   width:100%; 
   max-width:500px; 
   height:auto; 
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    max-width: 50%;
}
th, td {
    padding: 10px;
}