/*
|--------------------------------------------------------------------------
| Revolution slider customization 
|--------------------------------------------------------------------------
*/	

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
	width:100%;
	position:relative;
	padding:0;
}

#rs-slider-fullscreen, #rs-slider-elements, #rs-slider-fullwidth{
	visibility: hidden;
	height:100%;
}
.fullscreenvideo video, .html5-fullscreen, .no-video-playback-capabilitites, .video-flash {
	width:100%;
	height:100%;
}
/* typography */

#rs-slider-fullscreen h1,
#rs-slider-fullscreen .h1,
#rs-slider-fullscreen h2,
#rs-slider-fullscreen .h2,
#rs-slider-fullscreen h3,
#rs-slider-fullscreen .h3,

#rs-slider-elements h1,
#rs-slider-elements .h1,
#rs-slider-elements h2,
#rs-slider-elements .h2,
#rs-slider-elements h3,
#rs-slider-elements .h3,

#rs-slider-fullwidth h1,
#rs-slider-fullwidth .h1,
#rs-slider-fullwidth h2,
#rs-slider-fullwidth .h2,
#rs-slider-fullwidth h3,
#rs-slider-fullwidth .h3 {
	margin: 0;
	padding: 0;
}

#rs-slider-fullscreen h1.x-large,
#rs-slider-elements h1.x-large,
h1.x-large {
	/*padding-bottom: 0.25em;*/
	padding-bottom: 10px;
	margin-bottom: 0;
}

@media (max-width: 480px) {

	#rs-slider-fullscreen h1,
	#rs-slider-fullscreen .h1,
	#rs-slider-elements h1,
	#rs-slider-elements .h1,
	#rs-slider-fullwidth h1,
	#rs-slider-fullwidth .h1
	{
		font-size: 22px;
	}

	#rs-slider-fullscreen h2,
	#rs-slider-fullscreen .h2,
	#rs-slider-elements h2,
	#rs-slider-elements .h2,
	#rs-slider-fullwidth h2,
	#rs-slider-fullwidth .h2
	{
		font-size: 14px;
	}

	#rs-slider-fullscreen h3,
	#rs-slider-fullscreen .h3,
	#rs-slider-elements h3,
	#rs-slider-elements .h3,
	#rs-slider-fullwidth h3,
	#rs-slider-fullwidth .h3
	{
		font-size: 14px;
	}

	#rs-slider-fullscreen .btn,
	#rs-slider-elements .btn,
	#rs-slider-fullwidth .btn,
	#rs-slider-fullscreen .btn.large,
	#rs-slider-elements .btn.large,
	#rs-slider-fullwidth .btn.large

	{
		white-space: nowrap;
		font-size: 14px;
		padding:10px!important;
	}

	.slider-btn-wrapper {
	 padding-top:40px!important;
	}
}
/*** OVerride, add class=".custom-mkskin" to the slider container ***/

/* overide round style settings */

.custom-mk-skin .tp-leftarrow.round,
.custom-mk-skin .tp-rightarrow.round {
	background:none!important;
	line-height: 40px;
	text-align:center;
	opacity:0.2;
}

.custom-mk-skin .tp-leftarrow.round:hover,
.custom-mk-skin .tp-rightarrow.round:hover{
	opacity:1;
}

.custom-mk-skin .tp-rightarrow.round:before,
.custom-mk-skin .tp-leftarrow.round:before{
	font-family: 'custom-icons';
	color:white;
	font-size: 40px;
}

.custom-mk-skin .tp-rightarrow.round:before{
	content: '\e8cc';
}

.custom-mk-skin .tp-leftarrow.round:before{
	content: '\e8cd';
}

.custom-mk-skin .tp-bullets.simplebullets.round .bullet {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #FFF;
	display: inline-block;
	margin: 0 5px;
	opacity: 0.5;
}
.custom-mk-skin .tp-bullets.simplebullets.round .bullet:hover,
.custom-mk-skin .tp-bullets.simplebullets.round .bullet.selected {
	cursor:pointer;
	opacity: 1;
}

/* overide preview4 style settings */
.custom-mk-skin .tp-bullets.preview4 .bullet {
	background: none!important;
	border: 2px solid #FFF!important;
	width: 10px!important;
	height: 10px!important;
	margin: 5px;
}

.custom-mk-skin .tp-bullets.preview4 .bullet:hover,
.custom-mk-skin .tp-bullets.preview4 .bullet.selected 
{
	background: #fff!important;
	width: 10px!important;
	height: 10px!important;
	border: 2px solid #FFF!important;;
}


/*
|--------------------------------------------------------------------------
| bloc images
|--------------------------------------------------------------------------
*/	
/*** News ***/

.news-1 {
	background-image:url(../images/news/news-3.jpg);
}

.news-2 {
	background-image:url(../images/news/news-2.jpg);
}

.news-3 {
	background-image:url(../images/news/news-1.jpg);
	background-position: top right;
}

.city {
	background-image:url(../images/theme-pics/city.jpg);
	background-position: center center;
}


.team-1 {
	background-image:url(../images/team/team-corporate-1.jpg);
}

.team-2 {
	background-image:url(../images/team/team-corporate-2.jpg);
}

.team-3 {
	background-image:url(../images/team/team-corporate-3.jpg);
	background-position: top right;
}


/*** adjust some icons ***/

/** single portfolio **/
#back-to-portfolio i:before{
	margin-right: 17px;
}

/** mk AJAX a bouger dans le framework **/
.mk-Ajax-loader{
	overflow:hidden;
	position: relative;
}

.mk-Ajax-loader .swiper-preloader {
	position: absolute;
	left: 0;
	bottom: -300px;
	z-index: 1;
	text-align: center;
	line-height: 100px;
	background: rgba(255, 255, 255, .6);
	height: 100px;
	width: 100%;
	opacity: 0;
	font-size: 25px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.mk-Ajax-loader .swiper-preloader.visible {
	bottom: 0px;
	opacity: 1;
	/*z-index: 1;*/
}

@media (max-width: 1025px) {
	
	.swiper-horizontal .swiper-scrollbar{
		height:30px;
		bottom:auto;
		top:0;
		background: rgba(255,255,255,.6);
	}

	.swiper-horizontal  .swiper-scrollbar-drag{
		background: rgba(0,0,0,.6);
	}
}

/** mk AJAX a bouger dans le framework **/

/* fix align in template-services.html */
.service-row {
	margin-right: -50px;
	margin-left: -50px;
}

/* image position absolute on home */
.img-absolute {
	position:relative;

}

.img-absolute .img-absolute-wrapper{
	position: absolute;
	top:0;
	left:0;
}

.img-absolute-spacer {
	height:100px;
}


/*** coming soon ***/

#coming-soon-3 label {
	display:none;
}

#coming-soon-3 .form-control {
	color:white;
	font-weight: bold;
}

.logo-coming-soon {
width:200px;
}

@media (max-width: 1024px) {
	body.header-6 .menu-header:not(.scroll-header) .navbar-default .navbar-nav > li > a.btn.border {
		color: #222;
		border-color: #222;
	}


}

/* NEWS */
div.col-md-4.news img {
	width: 100% !important;
	height: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	border: 1px solid #eaeaea;
}

section#newsreader {
	margin-top: 50px !important;
}
@media (max-width: 800px) {
	section#newsreader {
		margin-top: 0 !important;
	}
}
section#newsreader div.heading {
	margin-bottom: 30px !important;
}
section#newsreader div.heading img {
	margin-bottom: 0px !important;
	width: 100%;
	height: auto;
	border: 1px solid #eaeaea;
}

section#newsarchive {
	margin-top: 50px !important;
}
@media (max-width: 800px) {
	section#newsarchive {
		margin-top: 0 !important;
	}
}
section#newsarchive div.article img {
	width: 100% !important;
	border: 1px solid #eaeaea;
	height: auto;
}

nav.mod_changelanguage {
	float: right;
}
nav.mod_changelanguage {
	margin-top: 33px;
}
nav.mod_changelanguage ul {
  list-style-type: none;
}
nav.mod_changelanguage li { float: left !important; display: inline-block;text-indent: -9999px; }

nav.mod_changelanguage a.lang-de {
	display: block;
	height: 15px;
	width: 25px !important;
	background: url("../images/flagge-deutschland.png") no-repeat;
	background-size: 25px 15px;
	opacity: 0.25;
	margin-right: 10px;
}
nav.mod_changelanguage a.lang-de:hover { opacity: 1; }
nav.mod_changelanguage strong.lang-de {
	display: block;
	height: 15px;
	width: 25px;
	background: url("../images/flagge-deutschland.png") no-repeat;
	background-size: 25px 15px;
	margin-right: 10px;
}

nav.mod_changelanguage strong.lang-it {
	display: block;
	height: 15px;
	width: 25px;
	background: url("../images/flagge-italien.png") no-repeat;
	background-size: 25px 15px;
	margin-right: 10px;
}
nav.mod_changelanguage a.lang-it {
	display: block;
	height: 15px;
	width: 25px;
	background: url("../images/flagge-italien.png") no-repeat;
	background-size: 25px 15px;
	opacity: 0.25;
	margin-right: 10px;
}
nav.mod_changelanguage a.lang-it:hover { opacity: 1; }

nav.mod_changelanguage strong.lang-en {
	display: block;
	height: 15px;
	width: 25px;
	background: url("../images/flagge-england.png") no-repeat;
	background-size: 25px 15px;
	margin-right: 10px;
}
nav.mod_changelanguage a.lang-en {
	display: block;
	height: 15px;
	width: 25px;
	background: url("../images/flagge-england.png") no-repeat;
	background-size: 25px 15px;
	opacity: 0.25;
	margin-right: 10px;
}
nav.mod_changelanguage a.lang-en:hover { opacity: 1; }


@media (max-width: 1024px) {
	nav.mod_changelanguage {
		float: none !important;
		display: block;
		width: 100%;
		margin-top: 15px;
	}
	nav.mod_changelanguage ul.level_1 { padding-left: 0 !important; }
	ul#scroll-menu {
		margin-top: 45px;
	}
}

.kundenstimmen .name,
.article .name {
  font-style: italic;
}

div.col-md-4.kundenstimmen img {
	width: 100% !important;
	height: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	border: 1px solid #eaeaea;
}

/**********************************************
	jQUERY COOKIEBAR
**********************************************/

#cookie-bar {background:#111111; position:fixed; bottom:0; width: 100%; font-size: .9em; line-height:1.5em; color:#eeeeee; text-align:left; padding:.5em 1em;z-index:200 !important;}
#cookie-bar.fixed {position:fixed; bottom:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#007700;}
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}

