@charset "utf-8";
/* CSS Document */



@font-face {
    font-family: 'GlobaleTT';
    src: url('../fonts/GlobaleTT.eot');
    src: url('../fonts/GlobaleTT.eot') format('embedded-opentype'),
         url('../fonts/GlobaleTT.woff2') format('woff2'),
         url('../fonts/GlobaleTT.woff') format('woff'),
         url('../fonts/GlobaleTT.ttf') format('truetype'),
         url('../fonts/GlobaleTT.svg#GlobaleTT') format('svg');
}


a{
	text-decoration: none;
	border: 0;
	color: #022f79;
}

.clearing { 
	clear: both; 
}

img{
	border: 0;	
}
	
html,body{
	margin: auto 0px;    
	font-family: 'GlobaleTT';
	min-height: 100%;
	height: auto;
    width: 100%;
}

#container{
	margin: auto;
	width: 100%;
	height: 100%;
	position: relative;
}

.line_top{
	margin: auto;
	width: 100%;
	height: 8px;
	background-color: #9fcced;
}

.header{
	margin: auto;
	width: 100%;
	height: 104px;
	position: relative;
	z-index: 4;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
}

.header_inner{
	margin: auto;
	width: 100%;
	max-width: 980px;
	height: 104px;
	position: relative;
}

.left_inner{
	width: 100%;
	max-width: 400px;
	height: 84px;
	margin-top: 20px;
	float: left;
	background-image: url(../img/logo_dentafloctabs.png);
	background-repeat: no-repeat;
}

.right_inner{
	width: 100%;
	max-width: 484px;
	height: 84px;
	margin-top: 20px;
	float: right;
}

.slider{
	margin: auto;
	width: 100%;
	height: 528px;
	position: absolute;
	margin-top: -104px;
	background-image: url(../img/water_slider.jpg);
	z-index: 2;
}

.slider img{
	width: 100%;
	height: auto;
}

.slider_inner{
	width: 100%;
	max-width: 980px;
	margin: 155px auto;
	height: 330px;
	background-image: url(../img/film_video.png);
	background-repeat: no-repeat;
	background-position: left;
}

.slider_inner_en{
	width: 100%;
	max-width: 980px;
	margin: 155px auto;
	height: 330px;
	background-image: url(../img/film_video_en.png);
	background-repeat: no-repeat;
	background-position: left;
}

.slider_inner_fr{
	width: 100%;
	max-width: 980px;
	margin: 155px auto;
	height: 330px;
	background-image: url(../img/film_video_fr.png);
	background-repeat: no-repeat;
	background-position: left;
}

.slider_inner_es{
	width: 100%;
	max-width: 980px;
	margin: 155px auto;
	height: 330px;
	background-image: url(../img/film_video_es.png);
	background-repeat: no-repeat;
	background-position: left;
}

.slider_inner_2{
	display: none;
}

.flaggs{
	width: 172px;
	height: 42px;
	float: right;
	padding-left: 5px;
	padding-top: 3px;
	margin-top: -40px;
    position: relative;
    z-index: 5;
	background-color: #FFF;
}

.flaggs img{
	float: left;
	cursor: pointer;
}

.countryFlag{
    opacity:0.4;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}
    /* set the active class opacity to full */
.countryFlag:hover {  
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

.active {  
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

.side{
	width: 100%;
	height: auto;
	background-color: #FFF;
	margin-top: 403px;
}

.side_2 {
    background-color: #fff;
    height: auto;
    margin-top: 185px;
    width: 100%;
}

.slider_2 {
    background-image: url("../img/water_slider.jpg");
    height: 305px;
    margin: -104px auto auto;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.side_inner{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	height: auto;
    position: relative;
	padding-top: 20px;
	min-height: 440px;
	font-size: 21px;
	color: #022f79;
}

.titel_2{
	font-size: 29px;
	color: #023487;
	font-weight: bold;
	margin-top: 15px;
	text-transform: uppercase;
}

.titel_1{
	font-size: 24px;
	color: #ff1b1b;
	font-weight: bold;
	margin-top: 18px;
	text-transform: uppercase;
}

#footer{
	margin: auto;
	width: 100%;
	height: 75px;
	bottom: 0;
    position: relative;
	background-color: #9fcced;
}

.footer_inner{
	margin: auto;
	width: 100%;
	max-width: 980px;
	height: 75px;
}

.footer_left{
	width: 100%;
	max-width: 115px;
	height: 70px;
	background-image: url(../img/bdt.png);
	float: left;
}

.footer_right{
	width: 100%;
	max-width: 780px;
	height: 70px;
	color: #023487;
	font-size: 17px;
	padding: 27px 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
	-webkit-box-sizing: border-box;	
	float: right;
	text-align: right;
}


nav {
    max-width: 550px;
	width: 100%;
	color: #023487;
	margin-top: -20px;
	font-weight: bold;
	text-transform: uppercase;
}
nav ul {
    padding: 0px;
    margin: 0px;
}
nav ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

    nav ul li {
    list-style: none;
    float:left;
}
nav ul li a {
    text-decoration: none;
    display: block;
    color: #023487;
	font-size: 24px;
    padding: 37px 24px 38px 24px;
}
nav ul li:hover > ul {
    visibility: visible;
}
nav ul li ul{
    display: inline;
    visibility: hidden;
    position: absolute;
    padding:0px;
}
nav ul li ul li{
    float: none;
}
nav ul li ul li a:hover{
    color: #fff;
}

nav ul {
    padding: 0px;
    margin: 0px;
}

nav ul li {
	list-style: none;
	float:left;
}
nav ul li a {
    text-decoration: none;
    display: block;
    color: #023487;
	font-size: 24px;
    padding: 38px 24px;
    -webkit-transition: background 0.3s ease-out 0s;
    -moz-transition: background 0.3s ease-out 0s;
    -o-transition: background 0.3s ease-out 0s;
    transition: background 0.3s ease-out 0s;
}
nav ul li:hover a, nav ul li:hover > ul li a  {
    background-color: #fcc637;
	    color: #fff;
}

.img_start{
	width: 50%;
	height: auto;
	max-height: 350px;
	float: left;
	padding-bottom:10px;
}

.video{
	max-width: 486px;
	max-height: 275px; 
	margin-left: 9px;
    margin-top: 9px;
	}
 
.text_de{
	max-width: 930px;
	height: auto;
	width: 100%;
}