@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,700|Kanit:800');

@import url('https://fonts.googleapis.com/css?family=Radley');


/* font-family: 'Roboto', sans-serif;;
font-family: 'Lato', sans-serif;
font-family: 'Kanit', sans-serif;*/

.font-color-1 {
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    color: rgba(240,240,240,1.00);
}

body { 
 hyphens: auto;
}


h1 {
	font-weight: 300;
	font-family: 'Kanit', sans-serif;
}
p {
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	}	

@media(max-width:350px) {
	h1 {
    font-size: 17px!important;
	}
	h2 {
	font-size: 23px!important;
	}
	h3 {
	font-size: 20px!important;
	}
	p {
	font-size: 15px;	
	}	
	}
@media(max-width:767px) {
	  h1{
    font-size: 41px!important;
	}
}

.title {
    letter-spacing: 3px;

}


.footer-text a {
	font-size: 13px;
	line-height: -6px;
}

.col-text p {
	margin-bottom: 0;
	padding: 10px;
	font-size: 16px;
	height:220px;
	background: #E9F2F9;
	color: #1F3A56
}

.bad-img {
    max-width: 381px;
    position: fixed;
    bottom: 97px;
    left: 45px;
}

.navbar {
	
	height: 100px;
	width: 100%;
	transition: 0.5s ease;
	z-index: 33;
}



.navbar .nav {
  margin: 0;
  padding: 0;
  display: inline-block;
  float: right;
  margin-right: 5%;
}

.navbar .nav .item {
  list-style: none;
  display: inline-block;
  font-size: 18px;
  padding: 0px;
  font-weight: 300;
  line-height: 80px;
  margin-right: 20px;
  transition: 0.5s ease;
}

.navbar .nav .item .contact {
  display: inline-block;
  background-color: #ffffff;
  height: 40px;
  line-height: 30px;
  padding: 5px;
  border-radius: 2px;
  transition: 0.5s ease;
	
}

.navbar .nav .item a {
  text-decoration: none;
  color: inherit;
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{
    color: #FFFFFF;
    border-bottom: medium solid #FFFFFF;
	width: 100%;
    /*background-image: url(../img/titlehrblue.svg);*/
    background-position: center 47px;
    background-size: 85px auto;
    background-repeat: no-repeat;
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form{
    border-color: #222F3F;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    letter-spacing: 4px;
}

@media(max-width:767px) {
.navbar-default .navbar-collapse,.navbar-default .navbar-form{
	border-color: #e7e7e7;
	background-color: #222F3F;
	z-index: 0;
	margin-top: 0px;
	min-height: 100%;
}
	.navbar-header{
    /* [disabled]background:#222F3F; */
	} 
	
	.navbar .logo {
	float: left;
	display: inline-block;
	margin-top: 3px;
	margin-left: 5%;

	}
	
	.navbar-fixed-top .navbar .logo {
		margin-top: 50px;
	height: 60px !important;
		width: 100px !important;
	}
	
}

@media(max-width:350px) {
	.intro-section{padding-top: 100px; }
	
	.navbar .logo {
    float: left;
    display: inline-block;
    margin-top: 24px;
    margin-left: 5%;
    width: 227px;
    height: 65px;
    background-position: 0% 47%;
}
}



.navbar .logo {
    float: left;
    display: inline-block;
    margin-top: -11px;
    margin-left: 5%;
    width: 227px;
    height: 65px;
    transition: 0.5s ease;
    background-image: url(../img/SVG/logo10jahre.svg);
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: 0% 47%;
}

.navbar .logo img {
  display: none;
}
@media(max-width:767px) {
	.navbar .logo {
    height: 46px;
    margin-top: 7px;
	
}
}
.img-icon{
    max-height: 80px;
    max-width: 90px;
	
}

.scrolled {
 transition: 0.5s ease;
}

.scrolled.navbar {
    height: 60px;
    background-color: #222F3F;
    transition: 0.5s ease;
    z-index: 60;
}


.scrolled.navbar .nav .item {
  line-height: 40px;
  transition: 0.5s ease;
}

.scrolled.navbar .nav .item .contact {
  display: inline-block;
  background-color: #ffffff;
  height: 40px;
  line-height: 30px;
  padding: 5px;
  border-radius: 2px;
  transition: 0.5s ease;
}

.scrolled.navbar .logo {
	float: left;
	display: inline-block;
	margin-top: 10px;
	margin-left: 5%;
	width: 174px;
	height: 40px;
	transition: 0.5s ease;
	/* [disabled]background-size: cover; */
	background-repeat: no-repeat;
}
.footer-padding {
	padding-top: 10px;
	padding-bottom: 10px;
}
.border-shadow {
	-webkit-box-shadow: 0px 0px 47px -7px rgba(139,139,139,1.00);
	box-shadow: 0px 0px 47px -7px rgba(139,139,139,1.00);
}
.row-padding {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}


.footer p {
	font-size: 12px;
	
}
.font-color-2 {
    color: rgba(240,240,240,1.00);
}
.font-color-3 {
    color: rgba(71,71,71,1.00);
}

.font-color-4 {
    color: rgba(185,185,185,1.00);
}

.font-color-5 {
    color: rgba(203,203,203,1.00);
}


.row-bg {
    /* [disabled]background-color: #CFCFCF; */
}
.margin-20 {
	margin-top: 0px;
	margin-bottom: 30px;
}
.bg-1 {
	background-color: rgba(255,255,255,0.51);
	
}
.margin-10 {
	margin-top: 0px;
	margin-bottom: 10px;
}

.intro-object {
	z-index: 9999;
}
.z-index-20 {
	z-index: 20;
}

.deko {
	z-index: 9999;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 63px;
	padding-top: 0px;
}
.btn-w{
	color: #fff;
	background-color: rgba(163,29,24,0.00);
	border-color: #fff;
}
.btn-w:hover{
	color: #153957;
	background-color: rgba(255,255,255,1.00);
	border-color: #fff;
}
.btn-w:focus{
	color: #153957;
	background-color: rgba(255,255,255,1.00);
	border-color: #fff;
}
.btn-w:active{
	color: #fff;
	background-color: rgba(163,29,24,0.00);
	border-color: #fff;
}
.title-deco{
    max-width: 84px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    border-top: medium solid #B2B2B2;
    margin-left: auto;
}


.fond{position:absolute;padding-top:85px;top:0;left:0; right:0;bottom:0;
 background-color:#00506b;}

.style_prevu_kit
{
    margin: 0 auto;
    -webkit-box-shadow: 1px 1px 45px -9px;
    box-shadow: 1px 1px 45px -9px;
    transition: box-shadow 0.5s;
    text-decoration: none; /* I added this for clarity of effect */
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}

.style_prevu_kit:hover
{
    opacity: 0.8;
	z-index: 20;
	-webkit-box-shadow: 1px 1px 45px -9px rgba(230,118,26,1.00);
	box-shadow: none;
		-moz-transform: scale(0.98);
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}




@media(max-width:767px) {
	.style_prevu_kit:hover {
		box-shadow: 0px 0px 10px rgba(0,0,0,0.65);
		-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.1);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.1);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.1);
	transition: all 200ms ease-in;
	transform: scale(1.1);
	-webkit-box-shadow: 0px 0px 4;
	}
	

	
}

.button_kit
{

    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   

}
.button_kit:hover
{
	box-shadow: 0px 0px 10px #777777;
	z-index: 2;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.1);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.1);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.1);
	transition: all 200ms ease-in;
	transform: scale(1.1);
	-webkit-box-shadow: 0px 0px 10px #777777;
}

.scrolldownicon {
	width: 40px!important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.partner-section {
    padding-top: 70px;
    /* [disabled]min-height: 100%; */
    padding-bottom: 80px;
    background-color: #B2B2B2;
    -webkit-box-shadow: inset 0px 0px;
    box-shadow: inset 0px 0px;
    z-index: 1;
}
.offer-section {
    padding-top: 70px;
    min-height: 100%;
    padding-bottom: 80px;
    background-color: #B2B2B2;
    -webkit-box-shadow: inset 0px 0px;
    box-shadow: inset 0px 0px;
    z-index: 1;
}
.anim {
    cursor: pointer;
    text-shadow: #000000 1px 1px 2px;
    bottom: 0px;
    color: white;
    font-size: 73px;
    -webkit-animation: mouse 1s ease 0s infinite;
    animation: mouse 1s ease 0s infinite;
}
.element-padding {
	padding-top: 0px;
	padding-bottom: 21px;
}

.inline{
	display: inline;
}

.t-iocn {
	float: left;
	width: 32px;
	height: 26px;
	margin-top: 4px;
}

.t-iocn-nav {
    float: right;
    width: 47px;
    height: 34px;
    right: 223px;
    margin-top: 8px;
}

.phone {
	background-image: url(../img/phone-icon-24.svg);
	background-repeat: no-repeat;
	background-size: auto auto;
}


.pdf {
	background-image: url(../img/pdfred-icon.svg);
	background-repeat: no-repeat;
	background-size: auto auto;
}
.parter-row {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba(255,255,255,1.00);
}
.partner-logo {
	margin-top: 15px;
	margin-bottom: 15px;
}
.offer-row {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(21,57,87,1.00);
}
.intro-logo-margin {
	margin-bottom: 5%;
	/* [disabled]margin-top: -19%; */
}
.product-image {
	max-width: 151px;
	max-height: 113px;
	min-width: 0px;
}
.product-list {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: thin solid rgba(233,242,249,1.00);
}
.pdf-title {
	/* [disabled]min-width: 0px; */
	width: 73px;
	float: left;
	clear: none;
}
.pdf-list {
	padding-top: 13px;
	padding-bottom: 12px;
}
.margin-top-25 {
	margin-top: 25px;

}
.product-list-end {
	border-bottom: none!important;
}
.intro-position {
	bottom: 0px;
	position: static;
}

.panel-body a {
	color:#1F3A56;
}


@keyframes bounce {
  to {
    transform: rotate(45deg) translateY(2rem) translateX(2rem);
    opacity: 0;
  }
}
@keyframes bounce {
  to {
    transform: translateX(2rem);
    opacity: 0;
  }
}


@-moz-keyframes spin { 100% { -moz-transform: rotateY(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotateY(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotateY(360deg); transform:rotateY(360deg); } }


img.partner a {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
}
.top {
}



/*PARTER CAROUSEL*/

.carousel-control.left, .carousel-control.right  {
	background-image: none!important;
}

body{padding-top:0px;}
.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
	left: -12px;
    height: 40px;
	width: 40px;
	color: #737373;
    /*background: none repeat scroll 0 0 #A31D18;*/
    /*border: 4px solid #737373;*/
    border-radius: 0px;
    margin-top: 25px;
}
.carousel-control.right {
    right: -12px;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
	background: #737373;
}
.carousel-indicators .active {
background: #1F3A56;
}
/*PARTER CAROUSEL END*/
.left-border {
    border-left: medium solid #E8E8E8;
}
.img-icon2 {
    max-height: 80px;
}

/*:::::::: INTRO ANIMATION ::::::::::*/


.intro-text {
	max-width: 250px;
	
}


h1.main, p.demos {
	-webkit-animation-delay: 18s;
	-moz-animation-delay: 18s;
	-ms-animation-delay: 18s;
	animation-delay: 18s;
}
.sp-container {
    position: static;
    top: 70px;
    left: 0px;
    width: 100%;
    height: 30%;
    z-index: 0;
}
.sp-content {
    position: relative;
    width: 67%;
    height: 100%;
    /*left: 0px;*/
    /*top: 0px;*/
    z-index: 1000;
}


h1.main, p.demos {
	-webkit-animation-delay: 18s;
	-moz-animation-delay: 18s;
	-ms-animation-delay: 18s;
	animation-delay: 18s;
}

.sp-container h1 {
    position: relative;
    top: 10%;
    line-height: 100px;
    /* [disabled]height: 223px; */
    margin-top: 10px;
    font-size: 90px;
    width: 100%;
    /*text-align: center;*/
    color: transparent;
    -webkit-animation: blurFadeInOut 3s ease-in backwards;
    -moz-animation: blurFadeInOut 3s ease-in backwards;
    -ms-animation: blurFadeInOut 3s ease-in backwards;
    animation: blurFadeInOut 3s ease-in backwards;
}

 .second {
    text-shadow: 0px 0px 1px #474747 !important;
}

@media(max-width:767px) {
.sp-container h1 {
    position: relative;
    top: 10%;
    line-height: 39px;
    height: 82px;
    margin-top: 10px;
    font-size: 43px;
    width: 100%;
    /*text-align: center;*/
    color: transparent;
}
}

.sp-container h1.frame-5 {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
	color: transparent;
	text-shadow: 0px 0px 1px #fff;
}
.sp-container h1.frame-5 span {
	-webkit-animation: blurFadeIn 3s ease-in 1s backwards;
	-moz-animation: blurFadeIn 3s ease-in 1s backwards;
	-ms-animation: blurFadeIn 3s ease-in 1s backwards;
	animation: blurFadeIn 3s ease-in 1s backwards;
	color: transparent;
	text-shadow: 0px 0px 1px #fff;
}
.sp-container h1.frame-5 span:nth-child(1) {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	animation-delay: 1s;
}
.sp-container h1.frame-5 span:nth-child(2) {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-ms-animation-delay: 2s;
	animation-delay: 2s;
}
.sp-container h1.frame-5 span:nth-child(3) {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
 
.sub-title {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
	color: transparent;
	text-shadow: 0px 0px 1px #fff;
	
}

.imgg {
      filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .5s ease-in-out;
    }

   .imgg:hover {
      filter: none;
      -webkit-filter: grayscale(0);
      
    }

/**/

@-webkit-keyframes blurFadeInOut {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
	}
	20%, 75% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
	}
	100% {
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		-webkit-transform: scale(0);
	}
}
@-webkit-keyframes blurFadeIn {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
	}
	50% {
		opacity: 0.5;
		text-shadow: 0px 0px 10px #fff;
		-webkit-transform: scale(1.1);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
	}
}
@-webkit-keyframes fadeInBack {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
	}
	50% {
		opacity: 0.4;
		-webkit-transform: scale(2);
	}
	100% {
		opacity: 0.2;
		-webkit-transform: scale(5);
	}
}
@-webkit-keyframes fadeInRotate {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) rotate(360deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) rotate(0deg);
	}
}
/**/

@-moz-keyframes blurFadeInOut {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-moz-transform: scale(1.3);
	}
	20%, 75% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-moz-transform: scale(1);
	}
	100% {
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		-moz-transform: scale(0);
	}
}
@-moz-keyframes blurFadeIn {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-moz-transform: scale(1.3);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-moz-transform: scale(1);
	}
}
@-moz-keyframes fadeInBack {
	0% {
		opacity: 0;
		-moz-transform: scale(0);
	}
	50% {
		opacity: 0.4;
		-moz-transform: scale(2);
	}
	100% {
		opacity: 0.2;
		-moz-transform: scale(5);
	}
}
@-moz-keyframes fadeInRotate {
	0% {
		opacity: 0;
		-moz-transform: scale(0) rotate(360deg);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) rotate(0deg);
	}
}
/**/

@keyframes blurFadeInOut {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		transform: scale(1.3);
	}
	20%, 75% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		transform: scale(0);
	}
}
@keyframes blurFadeIn {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		transform: scale(1.3);
	}
	50% {
		opacity: 0.5;
		text-shadow: 0px 0px 10px #fff;
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		transform: scale(1);
	}
}
@keyframes fadeInBack {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	50% {
		opacity: 0.4;
		transform: scale(2);
	}
	100% {
		opacity: 0.2;
		transform: scale(5);
	}
}
@keyframes fadeInRotate {
	0% {
		opacity: 0;
		transform: scale(0) rotate(360deg);
	}
	100% {
		opacity: 1;
		transform: scale(1) rotate(0deg);
	}
}

@-webkit-keyframes zoom {
  from {
  box-shadow: none;
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  }
	
	to {

  -webkit-transform: scale(1);
  transform: scale(1);
	}

  
}

@keyframes zoom {
   from {
 
  box-shadow: none;
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  }
	
	to {
	
  -webkit-transform: scale(1);
  transform: scale(1);
	}

  
}

.zoom {

  -webkit-animation-name: zoom;
  animation-name: zoom;
}

.zoom-shadow {
    -webkit-box-shadow: 1px 1px 45px -9px rgba(19,19,19,1.00);
    box-shadow: 1px 1px 45px -9px rgba(19,19,19,1.00);

}

.element-padding2 {
    padding-top: 15px;
    padding-bottom: 3px;
    padding-right: 5px;
    padding-left: 5px;
}




/* scrollbar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: none; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #222F3F; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #222F3F; 
}
a.social-icon {
    max-width: 30px;
    margin-top: 13px;
    margin-right: 13px;
    margin-bottom: 13px;
    margin-left: 13px;
    max-height: 30px;
    clear: none;
    float: left;
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   
}


a.social-icon:hover {
box-shadow: 0px 0px 10px #777777;
	z-index: 2;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.1);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.1);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.1);
	transition: all 200ms ease-in;
	transform: scale(1.1);
	-webkit-box-shadow: 0px 0px 10px #777777;
}

.intro-icon {
    /* [disabled]height: 90px; */
    color: transparent;
    -webkit-animation: blurFadeInOut 3s ease-in backwards;
    -moz-animation: blurFadeInOut 3s ease-in backwards;
    -ms-animation: blurFadeInOut 3s ease-in backwards;
    animation: blurFadeInOut 3s ease-in backwards;
    clear: left;
    float: left;
    margin-top: 20px;	
	height: 90px;
    max-height: 90px;
}
.intro-icon {
		-webkit-animation: blurFadeIn 3s ease-in 1s backwards;
	-moz-animation: blurFadeIn 3s ease-in 1s backwards;
	-ms-animation: blurFadeIn 3s ease-in 1s backwards;
	animation: blurFadeIn 3s ease-in 1s backwards;
	color: transparent;
	text-shadow: 0px 0px 1px #fff;
}


.float-left {
    clear: left;
    float: left;
}

.cssblur{ 
   filter: blur(0.7px);
}
