﻿/*  slidertop   */	
@media (min-width: 993px){
  #topslideshow { margin:0px -15px; }
}

#topslideshow .btn { font-weight: bold; }

.sliderfullwidth{
	width: 100%;
	height: auto;
	}

.tp-bannertimer {
display: none !important;
}

.tp-bullets {
  -webkit-transform: translate3d(0,0,0) !important;
  bottom:20px !important;
}

.slotholder:after{
    position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
}

/* slideshow caption */
.mystyle-black-background-white-text {
  background-color: rgba(0,0,0,0.5);
  color: #ffffff;
  text-decoration: none;
  min-width: 108px;
  height: auto;
  padding: 15px !important; 
}
.mystyle-black-background-white-text h1{
  margin:0px 0px 10px 0px;
}


.tp-caption {
white-space: normal !important;
position: relative;
top:20px;
display: inline-block;
min-width: 280px !important;
width: 300px;
}
	
/*  carousel   */	
.carousel .item {
	max-height:467px;
	}

.carousel .active.left, .carousel .active.right {
    left:0;
    opacity:0;
    z-index:2;
	}

.carousel-caption {
	top: 30px;
	left: 23px;
	text-align: left;
	width:300px;
	max-height:145px;
	}
	
.carousel-caption h1 {
	font-size: 34px;
	padding: 5px 10px 5px 10px;
	color: #fff;
	margin-top:-5px;
	background: rgba(0, 0, 0, 0.3);
	}
	
.carousel-caption p	{
	padding: 5px 10px 5px 10px;
	color: #fff;
	font-size: 18px;
	background: rgba(0, 0, 0, 0.3);
	}
	
#myCarousel .carousel-inner .item .c-mobil-height {
	width: 100%;
	height: auto;
	}	
	
	
@media screen and (max-width: 767px) {		
.sliderfullwidth {
	display:none;
	margin-top: -19px;
	}
}	
	
.content-extra-padding{
    padding: 0 15px;
}	
	  
	
	
	


.carousel-fade .item {-webkit-transition: opacity 3s; -moz-transition: opacity 3s; -ms-transition: opacity 3s; -o-transition: opacity 3s; transition: opacity 3s;}
.carousel-fade .active.left {left:0;opacity:0;z-index:2;}
.carousel-fade .next {left:0;opacity:1;z-index:1;}



/* bootstrap slideshow fade custom code */


.carousel.carousel-fade .item {
	-webkit-transition: opacity 2s ease-in-out;
	-moz-transition: opacity 2s ease-in-out;
	-ms-transition: opacity 2s ease-in-out;
	-o-transition: opacity 2s ease-in-out;
	transition: opacity 2s ease-in-out;
	opacity:0.2;
}

.carousel.carousel-fade .active.item {
	opacity:1;
}	
	






/***************
*
* CSS tilføjelser, der kan aktiveres efter behov
*
*
*****************/

/** hover på nyheds slider 

.news.list .item:hover{
	box-shadow:0px 0px 4px -1px black;
}

#owl-example .item{
	padding: 5px 10px;
	margin: 5px 5px 5px 5px;
	color: #000;
	
}

*/

  body{
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  
  background-repeat: no-repeat no-repeat !important;
  background-position: center center !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}

/* box-shadow for wrapper container */
.container-background{
-webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.4);
-moz-box-shadow:    0px 0px 10px 4px rgba(0, 0, 0, 0.4);
box-shadow:         0px 0px 10px 4px rgba(0, 0, 0, 0.4);
 

}

/* Front boxes - hover effect */

.activities-list {
    position: relative;
    margin-bottom:30px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(58, 58, 58, .75);
	-moz-box-shadow: 0px 0px 5px 1px rgba(58, 58, 58, .75);
	box-shadow: 0px 0px 5px 1px rgba(58, 58, 58, .75);
}

.activities-list a {
    color:#fff;
}

.activities-list-text {
    position: absolute;
    bottom: 0px;
    left:0px;
    right:0px;
    padding:7px 2px;
    background-color: rgba( 0, 63, 80, 1.0 );
    min-height:38px;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -ms-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}

.activities-list:hover .newslist-header{
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	background-color: rgba( 0, 63, 80, 1.0 );
	padding:7px 12px;
}

.activities-list .newslist-text {
    display: none;
}

.activities-list:hover .activities-list-text {
    top: 0px;
    bottom: 0px;
    left:0px;
    right:0px;
    background-color: rgba( 35, 98, 120, 0.8 );
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.activities-list:hover .newslist-text {
    display: block;
    padding:10px 10px;
}

.newslist-header{
	font-size:19px;
	font-weight:100;
	padding-left:10px;
}


	.activities-list:hover .newslist-header{
		position:absolute;
		left:0px;
		right:0px;
		bottom:0px;
		background-color: rgba( 251, 4, 4, 1.0 );
		height:38px;
	}
}


@media (max-width:1229px) and (min-width:992px){
	.newslist-header{
		font-size:15px;
		font-weight:100;
		padding-left:10px;
	}
}

/* front page boxes square design */

.activities-list-square {
    position: relative;
    margin-bottom:30px;
	overflow: hidden;
      -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.activities-list-square a {
    color:#fff;
}

.activities-list-square .activities-list-text {
	background-color: rgba( 251, 4, 4, 1.0 );
}

.activities-list-square .newslist-text {
    display: none;
}

.activities-list-square:hover .activities-list-text {
    top: 0px;
    bottom: 0px;
    left:0px;
    right:0px;
    background-color: rgba( 251, 4, 4, 0.8 );
    height:100%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 0.2s ease;
}

.activities-list-square:hover .newslist-text {
    display: block;
    padding:10px 10px;
}

.owl-buttons {
  z-index: 880 !important;
}



