body {
	font-family: 'Droid Sans';
	font-size: 14px;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'allerlight';
	line-height: 1.5em;
}

h1 { 
	line-height : 40px;
}

h2 { 
	line-height: 40px;

}

h3 {
	line-height : 20px;
}

h4 {
	line-height : 28px;
}

h5 {

}

h6 {

}

h1:first-of-type, 
h2:first-of-type,
h3:first-of-type,
h4:first-of-type,
h5:first-of-type,
h6:first-of-type,
p:first-of-type
{
	margin-top: 0;
	padding-top: 0;
}

.mellanrubrik {
	
	font-size: 22px;

}

.gron-mellanrubrik {
	color: #9ec700;
	text-transform: uppercase;
	font-weight: bold;
}

a {
	color: #000;
}

a:hover {
	color: #017a39;
}

a.active {
	color: #017a39;
}

.navbar {
	border: none;
	text-transform: uppercase;
}

.selected {
	background-color: #eee;
}

.image {
	padding-bottom: 20px;
}

.imageLeft
{
	float:left;
	margin-right: 15px;
}

.imageRight
{
	float:right;
	margin-left: 15px;
}

.imageCenter
{
	width: 100%;
	text-align:center;
}   

.right {
	text-align: right;
} 

.r-p {
	padding-right: 40px !important;
}

.__column img {

	max-width: 100%;
	/*width: 100%;*/
	height: auto;

}


.__column ul {
	
	margin: 0;
	padding: 0;
	display: table;

}
.__column li {
	margin: 0;
	padding: 0;
	background: url('../img/bullet.png') no-repeat 0 5px;
	background-size: 5px 10px
	height: 25px;
	padding-left: 14px;
	margin-top: 4px;
	list-style: none;
}

@media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 

    .__column li {
        background:url('../img/bullet@2x.png') no-repeat 0 5px;
        background-size: 5px 10px;


    }
}


.border-right {
	border-right: 1px dashed #9ab868;
	margin-right: -1px;
}

.border-left {
	border-left: 1px dashed #9ab868;
}



.padding-right {
	padding-right: 15px;
}

.padding-left {
	padding-left: 15px;
}

@media all and (max-width: 768px) {
	.padding-left {
		padding-left: 0;
	}
}


.divider {
	height: 45px;
	margin-bottom: 10px;
	clear: both;
}

.divider__bubble {
	float: right;
}

.divider__line {
	top: 21px;
	width: 99%;
	position: relative;
	border-top: 1px dashed #9ab868;
}


.navbar-collapse {
	margin-left: -30px !important;
}

.header {

	height: 200px;
	background-image: url(../img/header.jpg);
	background-size: cover;

}

.header__logotype {

	padding-top: 20px;

}

.summary-table th {
	color: #fff;
	background-color: #9fb764;
	border: none !important;
}

.biogac-logo {
	width: 100%;
	max-width: 100px;
	height: auto;
	padding-bottom: 40px;
}



.footer {
	position: relative;
	margin-top: 60px;
	border-top: 1px dashed #017a39;
	color: #fff;
	height: 120px;
}

.footer a {
	color: #fff;
}

.footer__wrapper {
	margin-top: 10px;
	padding-top: 30px;
	padding-bottom: 20px;	
	background-color: #017a39;

}

.logostripe {
	padding-top: 15px;
}

@media all and (min-width: 769px) {
	.row {
  		display: -webkit-box;
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display:         flex;
	}
}

