/* margin for various section division */

.margin-content-divider{
	margin-bottom:30px;
}

.margin-image-bottom{
	margin: 15px;
}

a {
	outline: 0 !important;
}

/* paragraphs
--------------------*/

.text_around_right .col-md-6{
	padding-left:0px;
}

 /* paragraph billeder floater right */

@media all and (min-width : 993px){
	.text_around_left .right {
		float: right;
		padding-right:0px;
	}
}

@media all and (max-width : 992px){
	.text_around_left .right {
		float:none;
		padding:0px;
	}
}

.paragraph .text:first-child :first-child{
	margin-top:0px
}

.imgtop .text{
	margin-top:15px;
}

.imagetext{
	padding:5px 0px;
}

/* paragraph med ramme */

.border {
    border: 1px solid #cccccc;
    padding: 15px;
}

.imgbottom .image{
	margin-top:20px;
}

label{
	padding:0px;
}

button, input[type="reset"], input[type="button"]{
	margin:10px 0px;
}

select{
	margin-top:10px;
}

/* foldud button */

.foldud-init{
	cursor:pointer;
	margin:0px 0px 10px 0px !important;
}

.arrow-down:before{
    content:' \f13a ';
    font-size:14px;
    margin-right: 5px;
    padding: 2px 4px;
    width: 18px !important;
    font-family: "FontAwesome";

}

.arrow-up.foldud-init:before{
	 content:' \f139 ';
    font-size:14px;
    margin-right: 5px;
    padding: 2px 4px;
    width: 18px !important;
    font-family: "FontAwesome";
}

.foldud-init:focus{
    content:'\25Ba';
    font-size:10px;

}



.foldud-object{
	display:none;
}

/* padding on containers desk + mobile */

.container-background {
	background:#fff;
}


@media(max-width:992px){
	.container-background{
		padding:0px;
	}

	.footer-padding-mobile{
	padding:0px;
	}
}

.clearpadding{
	padding:0px;
}

/* minimum height on page */

.min-height-page{
	min-height:500px;
}

@media(max-width:767px){
	.min-height-page{
	min-height:300px;
	}
}

/* medarbejder info side */

.copntact-img-box {
float: left;
padding-right: 5px;
}

.contact-box-remove-right-padding {
padding-right: 10px;
}

.contact-box {
display: inline-block !important;
height: 160px;
padding-left: 0px;
}

/* afsnit med ramme */

.targeting-first-headline-remove-padding:first-child h2, .targeting-first-headline-remove-padding:first-child h3{
	margin-top:0px;
}

/* nyhedsslider på undersider */

.nyhedsslider-underside h3{
	margin-left:15px;
}
 
/* Paragraph med farvet baggrund */

.background-color {
background-color: #004051;
color: #ffffff;
background-clip: content-box;
}

.background-color p{
	color: #ffffff;
}

.background-color > .add-padding-blue-box {
padding: 15px;
}
