@media (min-width: 768px) and (max-width: 928px) {
    .container{
        max-width: 768px;
        width: 768px;
    }
}

@media (min-width: 929px) {
    .container{
        max-width: 929px;
    }
}

  
body {
	padding-top: 50px;
	font-family: 'Raleway', 'Arial', sans-serif;
	font-weight: 500;
	font-size: 14px;
	/* color: rgb(78,78,78); */
	color: rgb(80,80,80);
}


h1 { font-family: 'Raleway', sans-serif;
	font-size: 30px;
	line-height:1;
	font-weight: 400; color: black;
	margin-top: 0px;
}
.h1 .small, .h1 small, h1 .small, h1 small {
    font-size: 58%;
}

h2 { font-family: 'Raleway', sans-serif;
	font-weight: 700; font-size: 15px;
	color: black;
	margin-top: 5px;
	margin-bottom: 4px;
}
h3 { font-family: 'Raleway', sans-serif;
	font-weight: 300; font-size: 17px;
	color: black;
	margin-top: 6px;
	margin-bottom: 5px;
}

.keyword {
	font-weight: 600;
	color: black;
}

cite {
	font-style: normal;
}

.caption {
    margin-top: 7px;
}

.img-tight {
  display: inline-block;
  height: auto;
  float: left;
}

hr {
    margin-top: 20px;
    margin-bottom: 2px;
    border: 0;
    border-top: 1px solid #aaa;
}
/*
.bund {
	width: 960px;
	padding: 0;
	margin-left: -30px;
}
.bund li {
    text-align: center;
	display: table-cell;
    width: 1%;
}
.bund li:first-child {
    border-left: 0;
}
.bund li:last-child {
    border-right: 0;
}
*/
.bund {
	padding: 0;
}
.bund li {
	padding-right: 29px;
    list-style: none;
    float: left;
}
.bund li:last-child {
    padding-right: 0;
}
@media (min-width: 768px) and (max-width: 928px) {
	.bund {
		letter-spacing: -0.3px;
		font-weight: 400; 
	}
	.bund li {
		padding-right: 18px;
	}
}

.bund-xs {
	width: 100%;
}
.bund-xs li {
    list-style: none;
}








/* big quotes around customer statements */
blockquote {
    font-size: 14px;
    margin: -20px 0 0 0;
    padding: 0;
    border-left: 0;
}
blockquote .p1 {
    text-indent: 15px;
}
blockquote:before {
    font-family: Georgia, serif;
    content: "\201D";
    font-size: 30px;
    left: 20;
    top: 30px;
    line-height: 10px;
    position: relative;
}
/* blockquote:after {
    font-family: Georgia, serif;
    content: "\201D";
    font-size: 30px;
    left:250px;
    top: -9px;
    line-height:10px;
    position: relative;
} */
blockquote .quo {
	font-family: Georgia, serif;
	font-size: 30px;
	line-height: 1px;
	top: 9px;
	position: relative;
}


.panel {
	border-radius: 14px;
	color: black;
}
.panel-body > a {
	color: white;
}
.panel-kunde1 {
	background-color: #bf846e;
}
.panel-kunde2 {
	background-color: #f2e189;		
}
.panel-kunde3 {
	background-color: #50694b;
}
.panel-kunde4 {
	background-color: #9fbbb8;		
}
.panel-kunde5 {
	background-color: #bd7f3a;
}
.panel-kunde6 {
	background-color: #1f5c5b;
}
.panel-kunde7 {
	background-color: #e2e2e2;
}
.panel-kunde8 {
	background-color: #8b462f;
}
.panel-kunde9 {
	background-color: #3b4c94;
}
/*
.panel-red {
	background-color: rgb(243,237,227);
}
.panel-green {
	background-color: rgb(215,229,183);
}
.panel-grey {
	background-color: rgb(199,199,192);
}
.panel-blue {
	background-color: rgb(216,225,217);
}
.panel-yellow {
	background-color: rgb(238,237,234);
}
*/

@media (min-width: 768px) {
	/* make image in right column float to bottom */
	.row.align-bottom > [class^=col]{ display: table-cell; vertical-align: bottom; float: none; }
}


.navbar-custom {
	background-color: #ffffff;
	border-color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-weight: 600; 
	min-height: 30px;
		font-size: 13px;

}
.navbar-custom .navbar-nav {
	margin: 7.5px 0;   /* collapsed menu should not have -15px left and right margin. */
}
.navbar-custom .navbar-brand {
	color: #060607;
	padding: 15px 0;
}
.navbar-custom .navbar-brand:hover, .navbar-custom .navbar-brand:focus {
	/*color: rgb(51,153,193);*/
	color: rgb(242, 129, 1);	
}
.navbar-custom .navbar-text {
	color: #060607;
}
.navbar-custom .navbar-nav > li > a {
	color: #060607;
	padding-top: 0px;   /* this is where we decide the height of the menu bar */
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 88px;
}
.navbar-custom .navbar-nav > li:last-child > a  {
    padding-right: 0;
}
.navbar-custom .navbar-nav > li > a:hover, .navbar-custom .navbar-nav > li > a:focus {
	/*color: rgb(51,153,193);*/
	color: rgb(242, 129, 1);
	background-color: #ffffff;
}
.navbar-custom .navbar-nav > .active > a, .navbar-custom .navbar-nav > .active > a:hover, .navbar-custom .navbar-nav > .active > a:focus {
	/*color: rgb(51,153,193);*/
	color: rgb(242, 129, 1);
	background-color: #ffffff;
}
.navbar-custom .navbar-nav > .open > a, .navbar-custom .navbar-nav > .open > a:hover, .navbar-custom .navbar-nav > .open > a:focus {
	/*color: rgb(51,153,193);*/
	color: rgb(242, 129, 1);
	background-color: #ffffff;
}
.navbar-custom .navbar-toggle {
	border-color: #ffffff;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
	background-color: #ffffff;
}
.navbar-custom .navbar-toggle:before
{
	font-size: 12px;
	content:"MENU";
	left:-33px;
	top:8px;
	position:absolute;
	width:40px;
}


.navbar-custom .navbar-toggle .icon-bar {
	background-color: #060607;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
	border-color: #060607;
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-custom .navbar-link {
	color: #060607;
}
.navbar-custom .navbar-link:hover {
	/*color: rgb(51,153,193);*/
	color: rgb(242, 129, 1);
}
/* menu on one line on iPad in portrait mode */
@media (min-width: 768px) and (max-width: 928px) {
	.navbar-custom {
		letter-spacing: -0.6px;
		font-weight: 600; 
	}
	.navbar-custom .navbar-nav > li > a {
		padding-right: 13px;
	}
	.navbar-custom .navbar-nav > li:last-child > a  {
    padding-right: 0;
}
