
@media (min-width: 1200px) {
  .container {
    width: 1060px;
  }
}

body {
    background-image: url(bg_apfel-blueten.jpg);
    background-color: #DFE4E2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}

A {
	color: #4A73BD ; 
}

A[name], A[name]:hover{
	color:#000000;
	padding-top: 160px;
	margin-top: -160px;
	text-decoration:none;
}

a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

.inputReadonly {
	border:0px;
}

.placeholder {
	display:block;
	min-height:20px;
}

.line-blue {
	border-top: 1px solid #84B4DC;
}

.kvd-tooltip .tooltip-inner {
	width:360px;
}
.tooltip-inner {
    background-color: #23527C;
    min-width:360px;
    width:360px;    
    text-align: left;
    color: #FFFFFF;
    padding:15px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #23527C;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #23527C;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #23527C;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #23527C;
}
.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1.0;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-bottom: 1px solid #DDD;
}

.checkbox-vs {

}
.headline {
	padding-bottom:20px;
}

.breadcrumb {
	font-size: 11px;
	font-color:#5F5F5F; 
}


h1, h2, h3 , h4 , h5, h6 {
	// color:#28468F;
	// color:#337AB7;
	color:#2755B1;
	margin:0px;
	margin-bottom:10px;
}

h1 {
	font-size:24px; 
	font-weight:700;

}
h2 {
	font-size:22px; 
	font-weight:300;
}
h3 {
	font-size:20px; 
}
h4 {
	font-size:18px; 
}

h5 {
	font-size:18px; 
	color:#000000;
	font-weight:500;
}

label {
	margin-bottom: 2px;
	font-weight: 100;
}
body > .container-fluid {
    padding-top: 130px;

}

.kvd-container {
	padding-top:135px;
	padding-left:15px;
	padding-right:50px;
	min-height: 100%;
    background-image: url(header-bg_default.jpg);
    background-repeat: no-repeat;
	background-position: 15px 10px; 	
    background-color: #FFFFFF;
    height: 100%;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,61,61,0.5);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,61,61,0.5);
	box-shadow: 0px 0px 6px 0px rgba(0,61,61,0.5);
 	box-sizing:border-box;
	min-height:calc(100vh - 190px);

}

.kvd-thumbnail {
	margin-top: -115px;
	padding: 4px;
	margin-right:0px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

.formValidationError {
    width: 100%;
    border: 1px solid #DDDDDD;
    background-color: #FFEEEE;
    color: #FF0000;
    margin-bottom: 10px;
    display: none;
    padding: 15px;
}

OL {
}

UL LI { 
	list-style: none;
	margin: 5px 0px 0px 0px;
	background: url("bullet_list.gif") left top no-repeat;
	padding-left: 20px;
	margin-left: -16px;
}

UL.arrow LI { 
	list-style: none;
	margin: 5px 0px 0px 0px;
	background: url("bullet_arrow.gif") left top no-repeat;
	padding-left: 20px;
	margin-left: -16px;
}
UL.ok LI { 
	list-style: none;
	margin: 5px 0px 0px 0px;
	background: url("bullet_ok.gif") left top no-repeat;
	padding-left: 30px;
	line-height:20px;
	margin-left: -16px;
}

/* Table BG Color */
  
.bgGreenLight {
	background-color: #DFF0D8 ; 
}
.bgGreenDark {
	background-color: #AAC975 ; 
}
.bgBlueLight {
	background-color: #D9EDF7 ; 
}
.bgBlueDark {
	background-color: #A9BBDB ; 
}
.bgGrayLight {
	background-color: #F6F6F6; 
}
.bgGrayDark {
	background-color: #E0E0E0; 
}
.bgWhite {
	background-color: #FFFFFF ; 
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #DCE5F6;
}



.my-line {
	border-top:3px double #7F9AC9;
}






#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    left: 10px; /* padding from the left side of the window */
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 118px; /* height of link element */
    left: calc(50% + 497px); /* padding from the left side of the window */
	
}
#top-link-block {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 118px; /* height of link element */
    right: 100px;; /* padding from the left side of the window */
	
}


#sidebar.affix-top {
    position: static;
}

#sidebar.affix {
    position: fixed;
    top: 80px;
}


.row {
    margin-right: -15px; ;
    margin-left: 0px;
}

.content-box {
	padding:0px;
	margin-right:15px;	
}

.content-box-p {
	padding:0px;
	padding-left:25px;
	padding-bottom:10px;
	margin-right:15px;	
}


.content-box-blue {
	padding:15px;
	margin-right:15px;
	border:1px solid #849CCE;
	border-radius: 6px;	
}

.content-box-gray {
	padding:15px;
	margin-right:15px;
	border:1px solid #C0C0C0;
	border-radius: 6px;	
}
	
	
/* Links */
a.download {
	background-image:url(link_icon_download_blue.png);
	background-repeat:no-repeat;
	display:block;
	padding: 2px 9px 2px 30px;
}


/* Boxes*/

.col-md-12 {
    width: calc(100% - 15px);

  }
  .col-md-11 {
    width: calc(91.66666667% - 15px) ;
  }
  .col-md-10 {
    width: calc(83.33333333% - 15px) ;
  }
  .col-md-9 {
    width: calc(75% - 15px) ;
  }
  .col-md-8 {
    width: calc(66.66666667% - 15px) ;
  }
  .col-md-7 {
    width: calc(58.33333333% - 15px) ;
  }
  .col-md-6 {
    width: calc(50% - 15px) ;
  }
  .col-md-5 {
    width: calc(41.66666667% - 15px) ;
  }
  .col-md-4 {
    width: calc(33.33333333% - 15px) ;
  }
  .col-md-3 {
    width: calc(25% - 15px) ;
  }
  .col-md-2 {
    width: calc(16.66666667% - 15px) ;
  }
  .col-md-1 {
    width: calc(8.33333333% - 15px) ;
  }

  
.rCheckbox input {
    display: none;
    position: relative;
    z-index: -9999;
}

.rCheckbox span {
    width: 28px;
    height: 26px;
    display: inline-block;
    float:left;
    margin-top:-4px;
    margin-left:-2px;
    background: url("icon_unchecked.png");
    background-repeat:no-repeat;
}

.rCheckbox span:hover {
    background: url("icon_checked_hover.png");
}
.rCheckbox input:checked + span {
    background: url("icon_checked.png");
}

.form-control {
  display: inline;
  width: 90%;
}

.control-small {
	width:28% ;
}

.control-medium {
	width:60% ;
}

.bread-crumb {
	font-size:11px; 
	padding-bottom:20px;
}

.stoerer_brief {
	margin-top: -50px;
	margin-right:-200px;
	transform: rotate(20deg);
	background: url("stoerer_hand_1.png");
	width:271px;
	height:90px;
	float:right;
	cursor: pointer;
}

.stoerer_maat_et_joot {
	margin-top: -50px;
	margin-right:-200px;
	transform: rotate(20deg);
	background: url("stoerer_maat_et_joot.png");
	width:271px;
	height:90px;
	float:right;
	cursor: pointer;
}
