/*
	Theme Name: Smokefree
	Theme URI: none
	Description: WordPress Theme for Smokefree.ch
	Version: 1.0.0
	Author: Frank Grafunder
	Author URI: http://www.havasdigital.ch	
*/

@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);

@font-face {
    font-family:'UNI-BOLD';
    src:url(fonts/unisansbold.eot);
    src:url(fonts/unisansbold.eot?#iefix) format('embedded-opentype'),url(fonts/unisansbold.woff) format('woff'),url(fonts/unisansbold.ttf) format('truetype'),url(fonts/unisansbold.svg#unisansbold) format('svg');
    font-weight:bold;
    font-style:normal;
  }
  @font-face {
    font-family:'UNI';
    src:url(fonts/unisansregular.eot);
    src:url(fonts/unisansregular.eot?#iefix) format('embedded-opentype'),url(fonts/unisansregular.woff) format('woff'),url(fonts/unisansregular.ttf) format('truetype'),url(fonts/unisansregular.svg#unisansregular) format('svg');
    font-weight:normal;
    font-style:normal;
  }
  @font-face {
    font-family:'UNI-BOLD-ITALIC';
    src:url(fonts/unisansheavyitalic.eot);
    src:url(fonts/unisansheavyitalic.eot?#iefix) format('embedded-opentype'),url(fonts/unisansheavyitalic.woff) format('woff'),url(fonts/unisansheavyitalic.ttf) format('truetype'),url(fonts/unisansheavyitalic.svg#unisansheavyitalic) format('svg');
    font-weight:normal;
    font-style:italic;
  }
  @font-face {
    font-family:'UNI-ITALIC';
    src:url(fonts/unisansthinitalic.eot);
    src:url(fonts/unisansthinitalic.eot?#iefix) format('embedded-opentype'),url(fonts/unisansthinitalic.woff) format('woff'),url(fonts/unisansthinitalic.ttf) format('truetype'),url(fonts/unisansthinitalic.svg#unisansthinitalic) format('svg');
    font-weight:normal;
    font-style:italic;
  }
  
  @font-face {
  font-family: 'UniSansSemiBold';
  src: url('fonts/UniSansSemiBold.eot?#iefix') format('embedded-opentype'),  url('fonts/UniSansSemiBold.otf')  format('opentype'),
	     url('fonts/UniSansSemiBold.woff') format('woff'), url('fonts/UniSansSemiBold.ttf')  format('truetype'), url('fonts/UniSansSemiBold.svg#UniSansSemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

*{
    margin:0;
    padding:0;
    border:0;
    /* outline:0; */
     -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    *behavior: url(boxsizing.htc);
}
@viewport {
    width: device-width;
}
.clear{
    clear:both;
}
.hidden {
    left: -1000px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -1000px;
}
body,html{
    font-size:1em;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select:none;
    font-family: 'Roboto', sans-serif;
    color:#00427b;
    background: #eee;
    height: 100%;

}
canvas {
  background: transparent;
  display: block;
  height: 100%;
  width: 100%;
  position:absolute;
      top:0;
      z-index:20000;
}
#myCanvas{
    background:transparent;
    display:none;
}
.wrapper{
    /* max-width:1024px;
     width:100%; */
    width:1024px;
    margin:auto;
}
.acf-gallery-sort{
    display:none!important;
}
.logo{
    padding: 52px 0 43px 40px;
}
h1{
    font-family: 'UNI-BOLD', sans-serif;
    font-size:60px;
    line-height: 58px;
    margin: 0 0 6px;
    font-style:normal;
    font-weight:normal;
    -moz-transform:rotate(-6deg) skewX(-6deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform:rotate(-6deg) skewX(-6deg); /* Safari */
    -o-transform:rotate(-6deg) skewX(-6deg); /* Opera */
    -ms-transform:rotate(-6deg) skewX(-6deg); /* IE9 */
    transform:rotate(-6deg) skewX(-6deg); /* W3C */
    text-transform:uppercase;
    letter-spacing: 0.06em;
}
h2{
    font-size:24px;
    font-weight:400;
    margin:0px;
    -moz-transform:rotate(-6deg) skewX(-6deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform:rotate(-6deg) skewX(-6deg); /* Safari */
    -o-transform:rotate(-6deg) skewX(-6deg); /* Opera */
    -ms-transform:rotate(-6deg) skewX(-6deg); /* IE9 */
    transform:rotate(-6deg) skewX(-6deg); /* W3C */
    margin-top:-10px;
    letter-spacing: 0.01em;

}
em{
    color:#21b0e2;   
    font-style:normal;
}
.bg-blue{
    background-color:#e4ebf1;
}
.tp-caption,
.large_bold_white,
.tp-caption.large_bold_white{
     font-family: 'UNI-BOLD', sans-serif !important;
     font-weight:400;
}
.medium_light_white, .medium_light_white{
    font-family: 'UNI', sans-serif !important;
}
p{
    margin-bottom:20px;
    font-family: 'Roboto', sans-serif;
}
a{
    color:#00427b;
}
main{
    position:relative;
     background:#FFF;
}
.header{
    position:relative;
    background:#FFF;
}
.headline{
    color:#FFF;
    text-align:center;
    background-color:#00427b;
}
.headline a{
    color:#FFF;
    text-decoration: none;
}
.headlineContent{
    padding:50px 20px 50px 20px;
    border-top: 10px solid #00427b;
    border-bottom: 10px solid #00427b;
}
.slider{
    height:320px;
    background: #3e709e;
    overflow: hidden;
}
.startSpecials{
    background: #eeeeee;
}
.startExtras{
    background: #eeeeee;
    border-bottom:0px solid #eeeeee;
}
.boxSearchOffers{
    width:256px;
    height:220px;
    background:#00315c;
    padding-top:48px;
    text-align:center;
    color:#FFF;
    float:left;
    font-family: 'UNI', sans-serif;
    letter-spacing:0.04em;
}
.boxSearchOffers input{
    vertical-align: middle;
    height:40px;
    line-height:40px;
    color:#00427b;
    padding-left:10px;
    width:160px;
}
.boxSearchOffers button{
    vertical-align: middle;
    height:40px;
    background: #00315c;
}
.boxSubHeadline{
    font-size:1.063em;
    display:block;
    margin-bottom:6px;
}
.boxHeadline{
    font-size:1.4em;
    display:block;
    margin-bottom:22px;
    text-transform: uppercase;
    font-family: 'UNI-BOLD', sans-serif;
    letter-spacing: 0.4px;
}

.boxHotlineBig{
    width:50%;
    height:220px;
    padding-top:115px;
    text-align:center;
    color:#a7a8ab;
    float:left;
    cursor:pointer;
    background:#d9e3eb url(images/icon_callagent_blue_dark.png) center 55px no-repeat;
}
.boxHotlineBig .boxHotlineNumber{
    font-size:1.250em;
    text-transform: uppercase;
    margin-bottom:12px;
    display:block;
    color:#00427b;
    text-decoration: none;
    letter-spacing: 0.4px;
    font-family: 'UNI-BOLD', sans-serif;
}
.boxHotlineBig .boxHotlineNumber span,
.boxHotlineBottom .boxHotlineNumber span{
    font-size:0.75em;
    text-transform:none;
    margin-top:-2px;
    display:block;
    font-family: 'UNI', sans-serif;
    letter-spacing: 0.4px;
}
#page_3397 h2,
#page_3400 h2,
#page_3401 h2,
#page_3399 h2{
    transform:none;
    font-weight:600;
    margin:10px;
    font-family: "UNI-BOLD",sans-serif;
    font-size: 1.563em;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#page_3397 p,
#page_3400 p,
#page_3401 p,
#page_3399 p{    
    margin:10px 10px 20px 10px;
}
.fancybox-download:before {
  top: 14px;
  left: 22px;
  border-left: 2px solid #fff;
  height: 12px;
}

.fancybox-download:after {
  bottom: 18px;
  left: 23px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  background: transparent!important;
  transform: rotate(45deg);
  transform-origin: 0 0;
}
#page_13 .boxHotlineBottom:hover .boxHotlineNumber{
    font-size:1.250em;
    text-transform: uppercase;
    margin-bottom:12px;
    display:block;
    color:#00427b;
    text-decoration: none;
    letter-spacing: 0.4px;
    font-family: 'UNI-BOLD', sans-serif;
}
#page_13 .boxHotlineBottom .boxHotlineNumber{
    font-size:1.250em;
    text-transform: uppercase;
    margin-bottom:12px;
    display:block;
    color:#80a1bd;
    text-decoration: none;
    letter-spacing: 0.4px;
    font-family: 'UNI-BOLD', sans-serif;
}
.boxHotlineBottom .boxHotlineNumber{
    font-size:1.250em;
    text-transform: uppercase;
    margin-bottom:12px;
    display:block;
    color:#80a1bd;
    color:#ffffff;
    text-decoration: none;
    letter-spacing: 0.4px;
    font-family: 'UNI-BOLD', sans-serif;
}


.boxVideo{
    height:220px;
    width:256px;
    overflow:hidden;
    float:left;
    position:relative;
}
.boxVideo iframe{
    margin-left:-60px;
    margin-top:-2px;
}
.languages{
    position:absolute;
    right:40px;
    top:55px;
    z-index:2001;
}
.languages ul{
    list-style:none;
}
.languages ul li span{
    text-transform: uppercase;
    display:block;
    padding-right:35px;
    background:transparent url(images/icon_world.png) right top no-repeat;
    color:#999999;
     letter-spacing: 0.4px;
    font-family: 'UNI-BOLD', sans-serif;
    height:29px;
    line-height:32px;
}
.languages ul li:hover span{
    text-transform: uppercase;
    display:block;
    padding-right:35px;
    background:transparent url(images/icon_world_active_b.png) right top no-repeat;
    color:#cecece;
     letter-spacing: 0.4px;
    font-family: 'UNI-BOLD', sans-serif;
    height:29px;
    line-height:32px;
}
.languages ul li span.active{
    text-transform: uppercase;
    display:block;
    padding-right:35px;
    background:transparent url(images/icon_world_active_b.png) right top no-repeat;
    color:#999999;
    letter-spacing: 0.4px;
    font-family: 'UNI-BOLD', sans-serif;
    height:29px;
    line-height:32px;
}
.languages ul li span.inactive{
    text-transform: uppercase;
    display:block;
    padding-right:35px;
    background:transparent url(images/icon_world.png) right top no-repeat;
    color:#999999;
    letter-spacing: 0.4px;
    font-family: 'UNI-BOLD', sans-serif;
    height:29px;
    line-height:32px;
}
.languages ul li:hover ul{
    display:block;
}
.languages ul li{
    position:relative;    
}
.languages ul li a{
    font-weight:bold;
    color:#00427b;
    text-decoration:none;
    display:block;
}
.languages ul li ul li a{
    padding:8px 14px 8px 14px;
}
.languages ul li.active a{
    font-weight:bold;
    color:#80a1bd;
    text-decoration:none;
    display:block;
}

.languages ul li ul{
    position:absolute;
    width:190px;
    background-color:#bfd0de;
    right:0;
    display:none;
}
.languages ul li ul li{
    /* padding:8px 14px 8px 14px; */
    border-bottom:1px solid #aabac6;
}
.languages ul li ul li.languagesPDFHeader{
    padding:8px 14px 8px 14px;
    background-color:#92afc7;
    margin-top:10px;
    font-size:0.813em;
    text-transform:uppercase;
}
.languages ul li ul li.languagesPDFHeader img{
    position:absolute;
    left:14px;
    bottom:-7px;    
}

.languages ul li ul li.languagesPDF a{
    color:#4a4a4a;
    font-size:0.875em;
    font-weight:normal;
}
.languages ul li ul li.languagesPDF ul li{
    background:transparent url(images/icon_pdf.png) 16px 9px no-repeat;
    padding-left:40px;
}


.nav{
    position:absolute;
    right:40px;
    top:114px;
    z-index:400;
    font-family: 'Roboto', sans-serif;
    
}
.nav ul{
    list-style:none;
}
#menu-item-2299 br{
    display:inline-block;
    margin-left:10px;
}
.nav ul li span.active{
    text-transform: uppercase;
    display:none;
    padding-right:35px;
    background:transparent url(images/icon_menu_close.png) 200px 14px no-repeat;
    color:#bfd0de;
    font-family: 'UNI-BOLD', sans-serif;
    letter-spacing: 0.4px;
    height:77px;
    line-height:20px;
    background-color:#00427b;
    width:260px;
    padding:14px;
    margin-right:-40px;
}
.nav ul li span.inactive{
    text-transform: uppercase;
    display:block;
    padding-right:35px;
    background:transparent url(images/icon_menu.png) right top no-repeat;
    color:#00427b;
    font-family: 'UNI-BOLD', sans-serif;
    letter-spacing: 0.4px;
    height:29px;
    line-height:32px;
    width:auto;
    float:right;
    z-index:300;
    position:relative;
}

.nav ul li:hover span.inactive{
   display:none;
}
.nav ul li:hover span.active{
   display:block;
}

.nav ul li:hover ul{
    display:block;    
}
.nav ul li{
    position:relative;    
}
.nav ul li a{
    font-weight:bold;
    color:#00427b;
    text-decoration:none;
    font-size:1.563em;
}
.nav ul li.active a{
    font-weight:bold;
    color:#80a1bd;
    text-decoration:none;
    display:block;
}

.nav ul li ul{
    position:absolute;
    width:260px;
    background-color:#00427b;
    right:0;
    right:-40px;
    top:77px;
    display:none;
}
.nav ul li ul li{
   /* padding:12px 14px 16px 63px; */
    border-bottom:1px solid #40719c;
}
.nav ul li ul li:last-child{
   /* padding-bottom:30px; */
   margin-bottom:30px;
    border-bottom:0px solid #40719c;
}
.nav ul li ul li.iconQuestion{
   background:transparent url(images/icon_menu_question.png) 18px 10px no-repeat; 
}
.nav ul li ul li.iconQuestion2{
   background:transparent url(images/icon_menu_question2.png) 18px 10px no-repeat; 
}
.nav ul li ul li.iconPersons{
   background:transparent url(images/icon_menu_persons.png) 18px 10px no-repeat; 
}
.nav ul li ul li.iconEvent{
   background:transparent url(images/icon_menu_events.png) 22px 14px no-repeat; 
}
.nav ul li ul li.iconDownload{
   background:transparent url(images/icon_menu_download.png) 18px 10px no-repeat; 
}
.nav ul li ul li.iconGame{
   background:transparent url(images/icon_menu_game.png) 18px 10px no-repeat; 
}
.nav ul li ul li.iconMap{
   background:transparent url(images/icon_menu_map.png) 18px 10px no-repeat; 
}
.nav ul li ul li.iconFilm{
   background:transparent url(images/icon_menu_film.png) 18px 10px no-repeat; 
}
.nav ul li ul li.iconRisk{
   background:transparent url(images/icon_menu_risk.png) 12px 14px no-repeat; 
}
.nav ul li ul li.iconShop{
   background:transparent url(images/icon_menu_shop.png) 18px 6px no-repeat; 
   background-size:32px;
}

.nav ul li ul li.iconQuestion:hover{
   background:transparent url(images/icon_menu_question_a.png) 18px 10px no-repeat; 
}
.nav ul li ul li.iconQuestion2:hover{
   background:transparent url(images/icon_menu_question2_a.png) 18px 10px no-repeat; 
}
.nav ul li ul li.iconPersons:hover{
   background:transparent url(images/icon_menu_persons_a.png) 18px 10px no-repeat; 
}
.nav ul li ul li.iconEvent:hover{
   background:transparent url(images/icon_menu_events_a.png) 22px 14px no-repeat; 
}
.nav ul li ul li.iconDownload:hover{
   background:transparent url(images/icon_menu_download_a.png) 18px 10px no-repeat; 
}
.nav ul li ul li.iconGame:hover{
   background:transparent url(images/icon_menu_game_a.png) 18px 10px no-repeat; 
}
.nav ul li ul li.iconMap:hover{
   background:transparent url(images/icon_menu_map_a.png) 18px 10px no-repeat; 
}
.nav ul li ul li.iconFilm:hover{
   background:transparent url(images/icon_menu_film_a.png) 18px 10px no-repeat; 
}
.nav ul li ul li.iconRisk:hover{
   background:transparent url(images/icon_menu_risk_a.png) 12px 14px no-repeat; 
}


.nav ul li ul li a{
    color:#d9e3eb;
    font-weight:normal;
    font-size:0.938em;
    padding: 12px 14px 16px 63px;
    display:block;
}
.nav ul li ul li:hover a{
    color:#FFFFFF;    
}
.nav ul li ul li:hover{
    border-right:8px solid #21b0e2;
    border-color:#21b0e2; 
}


ul.overview{
    list-style:none;   
}
ul.overview li{
    width:256px;
    height:220px;
    text-align:center;
    float:left;
    position:relative;
    
    border:1px solid #cfd0d0;
}
ul.overview li.empty{
    background-color:#EEEEEE;  
    border:0px solid #cfd0d0;
}
ul.overview li.empty.mobile{
    display:none;
}
ul.overview li a{
    color:#00427b;
    text-decoration:none;
    display:block;
    height:100%;
    padding:50px 20px 0 20px;
    background:transparent url(images/icon_plus.png) 50% 75% no-repeat;
     font-family: "UNI",sans-serif;
    font-size:1.313em;
    letter-spacing: 0.04em;
}
ul.overview li .info{
    font-family: "UNI",sans-serif;
    font-size:1.313em;
    letter-spacing: 0.04em;
}
ul.overview li a.inactive{
    cursor:default;
    background-image:none;
}
ul.overview li a.inactive:hover{
    cursor:default;
    background-image:none;
}

ul.overview li a:hover{
    color:#00427b;
    text-decoration:none;
    display:block;
    height:100%;
    padding-top:50px;
    background:#80a1bd url(images/icon_arrow_right.png) 50% 75% no-repeat;
    color:#FFF;
}
.tipsContainer{
    position:absolute;
    height:320px;
    overflow:hidden;
    background-color:#eeeeee;
    z-index:100;
}
.tipsContainer.active{
    height:1770px;
    top:246px;
}
.tipsContainer.active .tipsPrint{
    display:none;
}
.tipsContainer.active .boxTipsLeft{
     background:#00315c url(images/icon_close_w.png) center 140px no-repeat;
}

.tipsContainer.active .boxTipsLeft:hover{
    background:#00315c url(images/icon_close_w.png) center 140px no-repeat;
}

ul.tipsList{
    list-style:none;
	clear:both;
}
ul.tipsList li{
    width:256px;
    height:220px;
    text-align:center;
    float:left;
    position:relative;
    color:#00427b;
    text-decoration:none;
    display:block;
    padding:10px;    
}
ul.tipsList li div{
    display: table;
    height:200px;    
    width:100%;
}
ul.tipsList li div div{
    display: table-cell;
    vertical-align: middle;
    height:200px;
    text-align:center;
    width:100%;
}
.boxTipsBottom{
    cursor:pointer;    
}
.boxTipsLeft{
	width:256px;
    height:220px;
    text-align:center;
    float:left;
	color:#FFF;
	padding:50px 10px 0px 10px;
	background:#00427b url(images/icon_tips.png) center 130px no-repeat;
        background:#00315c url(images/icon_plus_w.png) center 140px no-repeat;
        
        
}
.boxTipsLeft:hover{
    background:#00427b url(images/icon_tips.png) center 130px no-repeat;
}
.boxTipsLeftHeadline{
  font-size:1.563em;  
  text-transform:uppercase;
}
.startTips{
    width:256px;
    height:220px;
    text-align:center;
    float:left;
    color:#FFF;
    padding:40px 10px 0px 10px;
    background:#00427b url(images/icon_tips.png) center 130px no-repeat;
    cursor:pointer;
}
.boxEvents{
    width:50%;
    height:220px;
    overflow:hidden;
    float:left;
}
.boxEvents img{
    width:100%;
}
.boxPartnerProjects{
    width:50%;
    height:220px;
    text-align:left;
    color:#8098ae;
    float:left;
    cursor:pointer;
    background:#00315c;   
    position:relative;
}
.boxPartnerProjects .rev_slider_wrapper{
    background:#00315c !important;  
}


.boxPartnerProjects a{
    color:#8098ae;
    text-decoration: none;
}
.boxPartnerProjects:hover{
    background:#00213d;
}

.boxPartnerProjects #imgProject{    
    position:absolute;
    right:0;
    top:0;
}
.boxPartnerProjects img.arrowMore{    
    position:absolute;
    bottom:35px;
    right:190px;
}
.boxPartnerProjects h2 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: normal;
    margin: 0;
    transform:none ;
    color:#FFF;
    text-transform: uppercase;
    max-width:180px;
    line-height:30px;
    font-family: "UNI-BOLD",sans-serif;
    letter-spacing: 0.4px;
}
.boxPartnerProjects h3 {
    font-size: 25px !important;
    font-weight: 700 !important;
    margin-bottom: 30px !important;
    text-transform: uppercase !important;
    font-family: "UNI-BOLD",sans-serif !important;
    letter-spacing: 0.4px !important;
    color: #8098ae !important;
}
.boxPartnerProjects h4 {
    font-size: 17px;
    font-weight: normal;  
}
.projectsArrow{
    left: 112px;
    position: absolute;
    top: 41px;
    display:none;
    font-size:0;
}
.projectsMenu{
    background-color:#d9e3eb;
    padding:60px 40px 40px 60px;
    clear:left;
    display:none;
}
.projectsMenu.active{
   display:block;
}
.projectsMenu h3{
    text-transform: uppercase;
}
.projectsMenu a{
    display:block;
    font-size:20px;
    margin-bottom:10px;
    padding-left:50px;
    background:transparent url(images/icon_arrow_right_blue.png) 0px 10px no-repeat;
    text-decoration: none;
}
.projectsMenu a:hover{
    display:block;
    font-size:20px;
    margin-bottom:10px;
    padding-left:50px;
    background:transparent url(images/icon_arrow_right_blue_hover.png) 0px 10px no-repeat;
    color:#21b0e2;
}
.projectsMenuCol1,
.projectsMenuCol2,
.projectsMenuCol3{
    width:33.333333333%;
    float:left;
}
.projectsMenuCol2{
    border-right:2px solid #bfd0de;
}
.projectsMenuCol3{
    padding-left:30px;
}
section.submenu ul li.active .projectsArrow{
    display:block;
}
.startSlider{
    width:256px;
    height:220px;
    float:left;
}
.startSliderPartner{
    width:256px;
    height:220px;
    float:left;
}
.boxTipsRight{
	width:75%;
    height:220px;
    text-align:center;
    float:left;
	color:#FFF;
	padding:100px 10px 0px 10px;
	background-color:#d9e3eb;
	color:#80a1bd;	
	font-size:1.75em;
	text-transform:uppercase;
}


.phonenumbersContainer{
    position:relative;
    width:100%;
}
ul.phonenumbersList{
    list-style:none;
	clear:both;
}
ul.phonenumbersList li{
    width:256px;
    height:220px;
    text-align:center;
    float:left;
    position:relative;
	color:#00427b;
	text-decoration:none;
    display:block;
    padding:50px 10px 0px 10px;
}
.partnersDetails{
    
    height:0;
    overflow:hidden;
}

.partnerDetails{
    clear:left;
    background-color:#eee;
    border-bottom:4px solid #FFF;
    padding:10px;
}
.partnerDetails .partnerDetailsImage img{
    width:100%;
    max-width:256px;
}
.partnerDetails .partnerDetailsImage{
   float:left;
   margin-right:20px;  
   width:256px; 
   text-align:center;
   background-color:#FFFFFF;
}
.partnerDetails .partnerDetailsText{
   float:left;
   width: 728px;
}

ul.partnersList{
    list-style:none;
    clear:both;    
    overflow:hidden;
}
ul.partnersList li.detail{
    cursor:pointer;
}
ul.partnersList li a{
    display:block;
    width:100%;
        height:100%;
}
ul.partnersList li{
    width:256px;
    height:220px;
    text-align:center;
    float:left;
    position:relative;
	color:#00427b;
	text-decoration:none;
    display:block;
    padding:50px 10px 0px 10px;
}
.boxHotlineBottom{
    height:170px;
    clear:both;
    cursor:pointer;
    padding-top:97px;
    padding-top:32px;
    text-align:center;
    color:#80a1bd;
     color:#ffffff;
    /* background:#d9e3eb url(images/icon_callagent_blue_light.png) center 28px no-repeat; */
    background:#00315c;
}
#page_13 .boxHotlineBottom{
    height:170px;
    clear:both;
    cursor:pointer;
    padding-top:97px;
    text-align:center;
    color:#80a1bd;
    background:#d9e3eb url(images/icon_callagent_blue_light.png) center 28px no-repeat;
}

#page_13 .boxHotlineBottom:hover{
    height:170px;
    clear:both;
    cursor:pointer;
    padding-top:97px;
    text-align:center;
    color:#00427b;
    background:#d9e3eb url(images/icon_callagent_blue_dark.png) center 28px no-repeat;
}
.boxPrint{
    height:100px;
    clear:both;
    background:#eee;
}
.boxPrintLeft,.boxPrintRight{
    width:50%;
    float:left;   
     height:100%;
}

.boxPrintLeft a{
    height:100%;
   display:block;
   width:100%;
   background:transparent url(images/icon_pdf_bottom.png) center center no-repeat;
}
.boxPrintRight a{
    height:100%;
   display:block;
   width:100%;
   background:transparent url(images/icon_print_bottom.png) center center no-repeat;
}
.boxPrintRightDE a{
    background:transparent url(images/icon_print_bottom.png) center center no-repeat;
}
.boxPrintRightIT a{
    background:transparent url(images/icon_print_bottom_it.png) center center no-repeat;
}
.boxPrintRightEN a{
    background:transparent url(images/icon_print_bottom_en.png) center center no-repeat;
}
.boxPrintRightFR a{
    background:transparent url(images/icon_print_bottom_fr.png) center center no-repeat;
}
.citate{    
    position:absolute;
    height:220px;
    width:100%;
    background-color:#00427b;
    color:#FFFFFF;
    left:0;
    display:none;
    vertical-align:middle;
    z-index:100;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.04em;
    font-size:0.9em;
    text-align:left;    
}
li:hover .citate{
    display:table-cell;    
}
.citate:before {
    content:"";
    display:inline-block;
    height: 100%;
    vertical-align:middle;
}
.citate .citateInner{
    display:inline-block;
    vertical-align:middle; 
    padding:0 40px 0 40px;
}

.citate img.citateArrowLeft{
      margin-right:170px;
     margin-left:-23px;
    margin-bottom:4px;
    display:block;
    float:left;
}   
.citate img.citateArrowRight{
     margin-left:170px;
     display:block;
     margin-top:4px;
    float:right;
     margin-right:-23px;
} 

.citate .citateInner span{
    display:block;
    color:#80a1bd;
}
.citateTop .citate{
    top:-220px;    
}

section.submenu ul{
    list-style-type: none;
}
section.submenu ul li{
    float:left;
    width:256px;
    border-right:1px solid #cfd0d0;
    border-bottom:1px solid #cfd0d0;
    text-align:center;
    position: relative;
}
section.submenu ul li:hover{
    background-color:#80a1bd;
    color:#FFF;
}
section.submenu.subsubmenu ul li:hover{
    background-color:#bdd0df;
    color:#FFF;
}


section.submenu ul li a:hover{
    color:#FFF;
}
section.submenu.subsubmenu ul li a:hover{
    color:#00427b;
}



section.submenu ul li:first-child{
    border-left:1px solid #cfd0d0;    
}
section.submenu ul li a{
    display:block;
    color:#00427b;
    text-decoration:none;
    padding:10px;
     font-family: 'UNI', sans-serif;
     font-size:1.1em;
}
section.submenu ul li.active{
    background-color:#80a1bd;
}
section.submenu.subsubmenu ul li.active{
    background-color:#bdd0df;
}
section.submenu ul li.active a{
    display:block;
    color:#FFFFFF;
}
section.submenu.subsubmenu ul li.active a{
    color:#00427b;
}
.footer{
    padding:10px;
    position:relative;
}
.footer .lnk-fb{
    padding-right:30px;
    position:absolute;
    right:23px;
    top:8px;
    line-height:22px;
    height:22px;
    text-align: right;
    background:transparent url(images/facebook-icon@2x.png) no-repeat top right; 
    background-size: auto 100%;
    color:#3b5998;
    text-decoration:none;
    font-size: 0.8em;
    font-weight:bold;
    letter-spacing: 0.06em;
}
.footer ul{
    list-style-type: none;
    width:100%;
    max-width:544px;
    margin:auto;
}
.footer ul li{
    text-align:center;
    float:left;
    padding:0 25px 0 25px;
    border-right:1px solid #333333;
    height:18px;
    width:33.333333333%;
}
.footer ul li:last-child{
    border-right:0px solid #333333;
    text-align:left;
}
.footer ul li:first-child{    
    text-align:right;
}
.footer ul li a{
    color:#333333;
    text-decoration: none;
    display:block;
    line-height:18px;
    height:18px;
    font-size:0.8em;
}
article.content{
    clear:both;
    padding:40px 40px 16px 40px;
    /* font-size:1.125em; */
}
article.content ul.ncd{
    list-style:none;
    margin:-40px 0 0 -40px;
}
article.content ul.ncd li{
    clear:left;
    margin-bottom:10px;
    height:220px;
}
article.content ul.ncd li h4{
    padding-top:40px;
}
article.content ul.ncd li > img{
    width:256px;
    height:auto;
    float:left;
    margin-right:40px;
}
article.content ul.ncd .citate{    
    height:220px;
    width:256px;
    background-color:#00427b;
    color:#FFFFFF;
    left:0;
    display:block;
    float:left;
    margin-right:40px;
    vertical-align:middle;
    z-index:100;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.04em;
    font-size:0.9em;
    text-align:left;  
    position: static;    
}
article.content ul.ncd .citate:before {
    content:"";
    display:inline-block;
    height: 0;
    vertical-align:middle;
}
article.content ul.ncd .citate .citateInner{
    display:inline-block;
    vertical-align:middle; 
    padding:20px 40px 0 40px;
}

article.content ul.ncd .citate img.citateArrowLeft{
      margin-right:170px;
     margin-left:-23px;       
    margin-bottom:4px;
    margin:0 160px 14px -10px;
    display:block;
    float:left;
}   
article.content ul.ncd .citate img.citateArrowRight{
     margin-left:170px;
     display:block;
     margin-top:-14px;
    float:right;
     margin-right:-13px;
   
} 


article.content ul{
    list-style-position: outside;
    margin:0 0 20px 20px;
}
article.content ul li{
    margin-bottom:12px;
}
article.content ol{
    margin:0 0 10px 30px;    
    font-family: "UNI-BOLD",sans-serif;
    font-size: 1.563em;
    margin-bottom: 34px;
    text-transform: uppercase;
}
article.content ol h3{
    font-size: 1em;    
}
.tp-leftarrow.default {
    background-image: url("images/icon_arrow_slider_left.png") !important;
    width:16px !important;
    height:24px !important;
}
.tp-rightarrow.default {
    background-image: url("images/icon_arrow_slider_right.png") !important;
    width:16px !important;
    height:24px !important;
}
.tp-leftarrow:hover, .tp-rightarrow:hover {
    background-position: 0 0 !important;
}
article.content h3{
     font-family: 'UNI-BOLD', sans-serif;
     font-size: 1.563em;
     margin-bottom:20px;
     text-transform:uppercase;
     letter-spacing: 0.05em;
}
article.content h4 {
    font-family: 'UNI-BOLD', sans-serif;
    font-size: 1.375em;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}
.posterContainer{
    height:960px;
    padding:40px 0 40px 40px;
    background:#4a4a4a;
    color:#FFF;
}
.posters{
    float:left;
    width:500px;
}
.poster{
    float:left;
    width:450px;
    margin-right:20px;
    position:relative;
}
.posters ul{
    list-style-type: none;
}
.posters ul li{
    width:214px;
    float:left;
    margin:0 25px 22px 0;
}
.posters ul li img{
    width:100%;
    -moz-box-shadow:1px 1px 6px #292929; /* Firefox */
    -webkit-box-shadow:1px 1px 6px #292929; /* Chrome, Safari */
    -khtml-box-shadow:1px 1px 6px #292929; /* Konqueror */
    box-shadow:1px 1px 6px #292929; /* CSS3 */
    cursor:pointer;
}
.posterContainer h3{
    text-transform:uppercase;
    margin-bottom:25px;
    font-size: 1.563em;
    font-family: 'UNI-BOLD', sans-serif;
    letter-spacing: 0.05em;
}
.posterContainer h4{
    text-transform:none;
    margin:12px 0 28px 0;
    font-size: 0.75em;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.05em;
    font-weight:normal;
    color:#c6c6c6;
}
.poster img{
    -moz-box-shadow:1px 1px 6px #292929; /* Firefox */
    -webkit-box-shadow:1px 1px 6px #292929; /* Chrome, Safari */
    -khtml-box-shadow:1px 1px 6px #292929; /* Konqueror */
    box-shadow:1px 1px 6px #292929; /* CSS3 */
    width:100%;
}
#buttonOrder{
    float:right;
    margin-top:-30px;
}
#buttonOrderStart{
    position:absolute;
    top:51px;
    right:260px;
}
#buttonOrderStart img{
    width:120px;
    height:120px;
}
#posterOverlay{
    height:100%;
    width:100%;
    background-image: url("images/poster_pdf_overlay.png") !important;
    z-index:100;
    position:absolute;
    top:0;
    left:0;
    display:none;
}
#posterOverlay2{
    height:100%;
    width:100%;
    background-image: url("images/poster_pdf_overlay.png") !important;
    background-size:100% auto;
    background-position: center center;
    z-index:100;
    position:absolute;
    top:0;
    left:0;
    display:none;
}
.poster2{
    width:453px;
    margin-right:0px;
    position:relative;
    font-size:0;
}
.poster2 img{
    width:100%;
    height:auto;
}
.poster2:hover #posterOverlay2{
    display:block;
}
#posterOverlay3{
    height:100%;
    width:100%;
    background-image: url("images/poster_pdf_overlay.png") !important;
    background-size:100% auto;
    background-position: center center;
    z-index:100;
    position:absolute;
    top:0;
    left:0;
    display:none;
}
.poster3{
    width:453px;
    margin-right:0px;
    position:relative;
    font-size:0;
}
.poster3 img{
    width:100%;
    height:auto;
}
.poster3:hover #posterOverlay3{
    display:block;
}
.posterPreview:hover #posterOverlay{
    display:block;
}
.posterPreview{
    position:relative;
    font-size: 0;
}
.footerPrint{
    display:none;
    text-align:center;
    color:#aaa;    
}


.frmLogin{
    width:440px;
    background-color:#EFEFEF;
    border:1px solid #CCC;
    padding:20px;
    margin:auto;
    text-align: left;
    margin-bottom:80px;
}
.frmLogin label{
    display:block;
    width:150px;
    float:left;
    margin-bottom:4px;
}
.frmLogin input{
    padding:3px;
    border:1px solid #CCC;
    font-size:0.8em;
    margin-bottom:4px;
    width: 230px;
}
.frmLogin button{
    clear:left;
    margin-left:150px;
    padding:3px;
    border:1px solid #CCC;
    font-size:0.8em;
    width:60px;
    text-align:center;
}
.frmLogin2 button{
    clear:left;
    padding:3px;
    border:1px solid #CCC;
    font-size:0.8em;
    width:60px;
    text-align:center;
}


.frmOrder{
    width:600px;
    background-color:#EFEFEF;
    border:1px solid #CCC;
    padding:10px;
    margin:auto;
}
.frmOrder label{
    display:block;
    width:150px;
    float:left;
    margin-bottom:4px;
}
.frmOrder input, .frmOrder textarea{
    padding:3px;
    border:1px solid #CCC;
    font-size:0.8em;
    margin-bottom:4px;
    width:360px;
}
.frmOrder .inputError{
    border:1px solid #FF0000 !important;
}
.inputError{
    border:1px solid #FF0000 !important;
}
.frmOrder button{
    clear:left;
    margin-left:150px;
    padding:3px;
    border:1px solid #CCC;
    font-size:0.8em;
    width:100px;
    text-align:center;
}


ul.benefitsList{
    list-style-type: none;
    width:45%;
    float:left;    
}
ul.benefitsList.right{
    margin-left:7%;   
}
.benefitsList li{
    height:120px;
    background:transparent url(images/icon_hb_minute.png) top right no-repeat;
    font-size:0.9em;
}
.benefitsList li.empty{
   background-image:none;
}
.benefitsList li h4{
    font-size:1.25em;
    margin-bottom:10px;
}
.benefitsList li.spacer{
    width:10%;
    float:left;
     background:none;
}
.benefitsList li.icon1{
   background:transparent url(images/icon_hb_minute.png) top right no-repeat;
}
.benefitsList li.icon3,
.benefitsList li.icon4{
   background:transparent url(images/icon_hb_hour.png) top right no-repeat;
}
.benefitsList li.icon5{
   background:transparent url(images/icon_hb_mouth.png) top right no-repeat;
}
.benefitsList li.icon6{
   background:transparent url(images/icon_hb_year.png) top right no-repeat;
}
.benefitsList li.icon7{
   background:transparent url(images/icon_hb_year5.png) top right no-repeat;
   background-size:25px;
}
.benefitsList li.icon8{
   background:transparent url(images/icon_hb_year10.png) top right no-repeat;
   background-size:25px;
}
.benefitsList li.icon9{
   background:transparent url(images/icon_hb_year15.png) top right no-repeat;
   background-size:25px;
}
.benefitsList li.icon10{
   background:transparent url(images/icon_hb_minute20.png) top right no-repeat;
   background-size:25px;
}
.benefitsList li.icon11{
   background:transparent url(images/icon_hb_11.png) top right no-repeat;
   background-size:25px;
}
.benefitsList li.icon12{
   background:transparent url(images/icon_hb_12.png) top right no-repeat;
   background-size:25px;
}
.benefitsList li.icon13{
   background:transparent url(images/icon_hb_13.png) top right no-repeat;
   background-size:25px;
}
.benefitsList li.icon14{
   background:transparent url(images/icon_hb_14.png) top right no-repeat;
   background-size:25px;
}
.benefitsList li.icon15{
   background:transparent url(images/icon_hb_15.png) top right no-repeat;
   background-size:25px;
}
.benefitsList li.icon16{
   background:transparent url(images/icon_hb_16.png) top right no-repeat;
   background-size:25px;
}
.benefitsList li.icon17{
   background:transparent url(images/icon_hb_17.png) top right no-repeat;
   background-size:25px;
}
.benefitsList li.icon18{
   background:transparent url(images/icon_hb_18.png) top right no-repeat;
   background-size:25px;
}
.sliderMini{
    width:470px;
    float:right;
}
.tp-bullets.simplebullets.round .bullet {
    background-image: url(images/bullets.png) !important;
}

article.content ul.bannerList{
    list-style-type: none;
    margin:0;
}
article.content ul.bannerList li{
    width:470px;
    float:left;
    border:10px solid #eee;
    background-color:#eee;
    margin-bottom:0; 
    padding-bottom:20px;
    height:280px;
}
article.content ul.bannerList li.bannerListHead{
    width:470px;
    float:left;
    border:10px solid #eee;
    background-color:#eee;
    margin-bottom:0;
    padding:10px 0 10px 0; 
    height:auto;
}
ul.bannerList li img.bannerPreview,
ul.bannerList li img.bannerLine{
    width:100%;
}




article.content ul.bannerList1{
    list-style-type: none;
    margin:0;
    width:470px;
    float:left;
}
article.content ul.bannerList1 li{
    width:470px;
    float:left;
    border:10px solid #eee;
    background-color:#eee;
    margin-bottom:0; 
    padding-bottom:20px;
    height:280px;
}
article.content ul.bannerList1 li.bannerListHead{
    width:470px;
    float:left;
    border:10px solid #eee;
    background-color:#eee;
    margin-bottom:0;
    padding:10px 0 10px 0; 
    height:auto;
}
ul.bannerList1 li img.bannerPreview,
ul.bannerList1 li img.bannerLine{
    width:100%;
}

article.content ul.bannerList2{
    list-style-type: none;
    margin:0;
    width:470px;
    float:left;
}
article.content ul.bannerList2 li{
    width:470px;
    float:left;
    border:10px solid #eee;
    background-color:#eee;
    margin-bottom:0; 
    padding-bottom:20px;
    height:280px;
}
article.content ul.bannerList2 li.bannerListHead{
    width:470px;
    float:left;
    border:10px solid #eee;
    background-color:#eee;
    margin-bottom:0;
    padding:10px 0 10px 0; 
    height:auto;
}
ul.bannerList2 li img.bannerPreview,
ul.bannerList2 li img.bannerLine{
    width:100%;
}



article.content ul.signatureList{
    list-style-type: none;
    margin:0;
}
article.content ul.signatureList li{
    width:460px;
    float:left;
    border:10px solid #eee;
    background-color:#eee;
    margin-bottom:0;
}
ul.signatureList li img.signaturePreview{
    width:100%;
}
.signatureListHeadline{
    background-color:#00427b;
    color:#FFF;
    padding:4px 4px 4px 10px;
    width:150px;
}

article.content ul.partnerlogoList{
    list-style-type: none;
    margin:0;
    max-width:690px;
}
article.content ul.partnerlogoList li{
    width:230px;
    float:left;
    border:10px solid #eee;
    background-color:#eee;
    margin-bottom:0;
}
ul.partnerlogoList li img.partnerlogoPreview{
    height:120px;
}
.partnerlogoListHeadline{
    background-color:#00427b;
    color:#FFF;
    padding:4px 4px 4px 10px;
    width:230px;
}


article.content ul.productList{
    list-style-type: none;
    margin:0;
}
article.content ul.productList li{
    width:230px;
    float:left;
    border:10px solid #eee;
    background-color:#eee;
    margin-bottom:0;
}
ul.productList li img{
    width:100%;
}
.productListHeadline{
    background-color:#00427b;
    color:#FFF;
    padding:4px 4px 4px 10px;
    width:150px;
}
.productListForm{
    border:1px solid #80a1bd;
    background-color:#d9e3eb;
    padding:34px;
    clear:both;
    width:920px;
}
.productListFormLeft{
    float:left;
    width:53%;
    padding-right:2%;
    border-right:1px solid #80a1bd;
    margin-right:2%;
} 
.productListFormRight{
    float:left;
    width:45%;
}
article.content .productListForm h3{
    font-size:17px;
    font-family: 'Roboto', sans-serif;
    font-weight:bold;
}
article.content .productListForm label{
    display:block;
    float:left;
    font-family: 'Roboto', sans-serif;
    font-weight:bold;
    font-size:15px;
    width:40%;
}
article.content .productListForm textarea{
    width:60%;
    float:left;
    font-size:13px;
    padding:4px;
    height:60px;
    border:1px solid #cccccc;
}
article.content .productListForm input[type="file"]{
    width:60%;
    float:left;
    font-size:11px;
}
article.content .productListForm label span{
    display:block;
    color:#666666;
    font-weight:normal;
    font-size:13px;
}
article.content .productListForm label span span{
    display:inline;
    color:#666666;
    font-weight:normal;
    font-size:13px;
}
.blockH{
    width:100%;
    margin:-40px -40px 0 -40px;
    height:220px;
    margin-bottom:30px;
}
.blockHCitate{
    width:256px;
    float:left;
    background-color:#00427b;
    color:#FFF;
    padding:25px 40px 0 40px;
    font-size:0.9em;
    height:100%;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.04em;
}
.blockHCitate span{
    color:#80a1bd;
}
.blockHCitate .citateArrowLeft{
    margin-right:200px;
     margin-left:-23px;
    margin-bottom:4px;
    display:block;
    float:left;
}
.blockHCitate .citateArrowRight{
    margin-left:200px;
     display:block;
     margin-top:4px;
    float:right;
     margin-right:-23px;
}
.blockHText{
    width:688px;
    padding:40px;
    float:left;
}

.blockV{
    width:256px;
    float:right;
    height:440px;
    margin:-40px -40px 0 20px;
}
.blockVL{
    width:256px;
    float:left;
    height:440px;
    margin:-40px 20px 0 -40px;
}

.blockVCitate{
    width:100%;
    background-color:#00427b;
    color:#FFF;
    padding:40px 40px 0 40px;
    font-size:0.9em;
    height:220px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.04em;
}
.blockVCitate span{
    color:#80a1bd;
}
.blockVCitate .citateArrowLeft{
    margin-right:200px;
    margin-left:-23px;
    margin-bottom:4px;
    display:block;
    float:left;
}
.blockVCitate .citateArrowRight{
    margin-left:200px;
     display:block;
     margin-top:4px;
    float:right;
     margin-right:-23px;
}
.blockVOffers a{
    text-decoration:none;
    color:#FFF;
    display:block;
}
.blockVOffers{
    width:100%;
    background:#80a1bd url(images/icon_map.png) center 140px no-repeat;
    color:#FFF;
    text-align:center;
    padding:20px 20px 0 20px;
    font-size:0.9em;
    height:220px;
}
.blockVOffers span{
    padding-top:6px;
    display:block;
    font-size:1.6em;
    text-transform: uppercase;
}
.blockVProject{
    width:100%;
    height:220px;
    box-shadow: 10px 10px 20px hsla(300,15%,25%,0.15) inset;
}
.blockVProject a{
    width:100%;
    height:100%;
}
.blockVLProject{
    width:100%;
    height:220px;
    box-shadow: -10px 10px 20px hsla(300,15%,25%,0.15) inset;
}
.blockVLProject a{
    width:100%;
    height:100%;
}
article.content.projects{
    min-height:440px;
}
article.content.projects ul li{
    margin-bottom:0;
}
.blockVProjects a{
    text-decoration:none;
    color:#FFF;
    display:block;
}
.blockVProjects{
    width:100%;
    background:#00315c url(images/icon_project_info.png) center 140px no-repeat;
    color:#FFF;
    text-align:center;
    padding:20px 20px 0 20px;
    font-size:0.9em;
    height:220px;
}
.blockVProjects:hover{
    background:#00213d url(images/icon_arrow_right_transp.png) center 140px no-repeat;
}
.blockVProjects span{
    padding-top:6px;
    display:block;
    font-size:1.6em;
    text-transform: uppercase;
}
.content.projects .blockVR{
    margin-left:240px;
}
.content.projects .blockTextVL{
    margin-right:240px;
}
.content.projects ol,
.content.projects ul{
    margin-left:260px;
}
.content.projects .blockVR ol,
.content.projects .blockVR ul{
    margin-left:20px;
    margin-bottom:20px;
}
article.content.projects .blockVR ol {
    font-family: "UNI",sans-serif;
    font-size: 1em;
    text-transform:initial;
}
.imgTopRight{
    float:right;
    width:256px;
    margin:-40px -40px 0 40px;    
    line-height:0;
    font-size:0;
}
.imgTopLeft{
    float:left;
    width:256px;
    margin:-40px 40px 0 -40px;  
    line-height:0;
    font-size:0;
}
.videosContainer{
    background-color:#00315c;
}
.videosHeadline h3 {
    font-family: "UNI",sans-serif;
    font-size: 1.563em;
    text-transform: uppercase;
    color:#bfd0de;
    letter-spacing: 0.05em;
}
.videosHeadline{
    padding:55px 0 25px 44px;
}
.videoPlayerContainer{
    background-color:#00213d;
}
.videoPlayer{
    width:640px;
    margin:auto;
    line-height:0;
    font-size:0;
}
.videosList{
    width:640px;
    margin:auto;
    
}
.videosList ul{
    list-style:none;
    color:#d9e3eb; 
    margin-bottom:20px;
}
.videosList img{
    float:left;
    cursor:pointer;
}
.videosList li{
    clear:left;
    padding:40px 0 40px 0;
    border-bottom:1px solid #40719c;
    position:relative;
    
}
.videosList .videoInfo{
    padding-left:25px;
    float:left;
    width:470px;
    height:96px;
    position:relative;
    font-size:0.8em;
}
.videosList .videoInfo h4{
    font-family: "UNI",sans-serif;
    text-transform:uppercase;
    font-size: 1.563em;
    margin-bottom:8px;
    letter-spacing: 0.05em;
    cursor:pointer;
}
.videosList .sozialButtons{
    position:absolute;
    left:15px;
    bottom:0px;
}
.videosList .sozialButtons img{
   margin-left:10px;
}

.mediasList .mediaInfo .hideDesktop{   
    display:none;
}

.mediasContainer{
    background-color:#00315c;
}
.mediasHeadline{
     background-color:#00213d;
}
.mediasHeadline h3 {
    font-family: "UNI",sans-serif;
    font-size: 1.563em;
    text-transform: uppercase;
    color:#bfd0de;
    letter-spacing: 0.05em;
   
    
}
.mediasHeadline{
    padding:55px 0 25px 44px;
}

.mediasList{
    width:640px;
    margin:auto;
    
}
.mediasList .mediaInfo a{
    color:#d9e3eb; 
    text-decoration:none;
}
.mediasList ul{
    list-style:none;
    color:#d9e3eb; 
    margin-bottom:20px;
}
.mediasList img{
    float:left;
    cursor:pointer;
}
.mediasList li{
    clear:left;
    padding:40px 0 40px 0;
    border-bottom:1px solid #40719c;
    position:relative;
    
}
.mediasList .mediaInfo{
    padding-left:25px;
    float:left;
    width:470px;
    height:96px;
    position:relative;
    font-size:0.8em;
}
.mediasList .mediaInfo h4{
    font-family: "UNI",sans-serif;
    text-transform:uppercase;
    font-size: 1.563em;
    margin-bottom:8px;
    letter-spacing: 0.05em;
    cursor:pointer;
}
.mediasList .sozialButtons{
    position:absolute;
    left:15px;
    bottom:0px;
}
.mediasList .sozialButtons img{
   margin-left:10px;
}
.sliderText{
    display:none;
     font-size:15px !important;
    font-family: "Roboto",sans-serif !important;
    color:#00427b;
}
.sliderImage{
   /* font-size:17px !important; */
    font-family: "Roboto",sans-serif !important;
    color:#00427b;
}

.input-focus::-webkit-input-placeholder { color: #00315c; }    
.input-focus:-moz-placeholder { color: #00315c; }
.input-focus::-moz-placeholder { color: #00315c; }
.input-focus:focus::-moz-placeholder { color: #00315c; }

.input-focus:-ms-input-placeholder { color: #00315c; }

.boxRightIcon {
    height:220px;
    width:512px;
    float:right;
    background-color:#d9e3eb;
    margin:-40px -40px 0 30px;
}
.iconArm{
    background-image: url(images/icon_arm.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.iconDoubleArm{
    background-image: url(images/icon_doublearm.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size:100% auto;
    
}
.emptyLeft{
    width:256px;
    height:220px;
    float:left;
}
.emptyRight{
    width:256px;
    height:220px;
    float:right;
}
.startInfo{
    padding:20px 40px;
    text-align:center;
    display:block;
    line-height:1.5em;
    background:#00315c;
    color:#fff;
}
.startImage{
    float:left;
    width:512px;
    height:220px;
    overflow:hidden;
    background-color:#FFF;
    padding:40px;
}
.startImage img{
    width:100%;
}
.startImageFull{
    float:none;
    width:100%;
    height:220px;
    overflow:hidden;
    background-color:#FFF;
    padding:40px;
    text-align:center;
}
.startImageFull img{
   height:100%;
   width:auto;
}
.imprintImage{
    float:right;
    max-width:512px;
    width:100%;
    margin-top:40px;
}

#soundMute{
    position:absolute;
    bottom:10px;
    right:10px;
    z-index:300;
    cursor:pointer;
}
.providersList li{
    background: none repeat scroll 0 0 #00427b;
    color: #fff;
    float: left;
    font-size: 1em;
    height: 200px;
    margin: 10px;
    padding: 15px;
    position: relative;
    text-align: left;
    width: 230px;
    line-height:1.2em;
    
}
.providersList li span{
    margin-bottom:4px;
    letter-spacing: 0.03em;
    font-weight:bold;
}
.providersList li p{
   font-size:0.9em;
}
.providersList li a{
   color:#FFF;
   font-style: italic;
}
.providers{
    padding:10px;
}
section.boxCalculator{
    background-color:#80a1bd;
    height:320px;
    padding:18px;
}
.boxCalculatorResult{
    background:transparent url(images/background_calc_overview.png) no-repeat;
    background-size: cover;
    height:100%;
    font-family: 'UNI-BOLD';
    letter-spacing:0.4px;
    padding:40px 80px 0 80px;
    color:#628aae;
}
#boxCalculatorResult,
#boxCalculatorSlider{
    display:none;
}
.boxCalculatorResultCol1,
.boxCalculatorResultCol2,
.boxCalculatorResultCol3{
    float:left;
    width:33.3333333%;
    text-align:center;
}
.boxCalculatorResult i{
    height:103px;
    margin-bottom:20px;
    display:block;    
}
.boxCalculatorResult span{
    margin-bottom:2px;
    display:block;   
    font-size:25px;
}
#resCig,
#resCups,
#resCO2{
    display:inline;
}
.boxCalculatorResultCol1 i{    
    background:transparent url(images/icon_calc_overview_1.png) no-repeat center center;
}
.boxCalculatorResultCol2 i{
    background:transparent url(images/icon_calc_overview_2.png) no-repeat center center;
}
.boxCalculatorResultCol3 i{
    background:transparent url(images/icon_calc_overview_3.png) no-repeat center center;
}
.boxCalculatorResultInfo{
    color:#80a1bd;
    font-family: 'Roboto';
    text-transform:uppercase;
    padding-top:20px;
}

.boxCalculatorResultInfo{
    clear:left;
    text-align: center;
    font-size:20px;
}
.boxCalculatorLeft{    
    width:55%;
    float:left;
    height:100%;
    text-align:center;
    padding:20px 40px 0 40px;
    position:relative;
}

.boxCalculatorLeft i{
    position:absolute;
    background: transparent url(images/icon_calculator.png) no-repeat;
    height:50px;
    width:38px;
    left:50%;
    margin-left:-19px;
    display:block;
    bottom:20px;
}
.boxCalculatorLeft h2{
    font-size:40px;
    line-height:42px;
    color:#f2f5f8;
    -moz-transform:rotate(-6deg) skewX(-6deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform:rotate(-6deg) skewX(-6deg); /* Safari */
    -o-transform:rotate(-6deg) skewX(-6deg); /* Opera */
    -ms-transform:rotate(-6deg) skewX(-6deg); /* IE9 */
    transform:rotate(-6deg) skewX(-6deg); /* W3C */
    font-family: 'UNI-BOLD';
    text-transform: uppercase;
     font-weight:normal;
     letter-spacing:0.4px;
}
.boxCalculatorLeft h3{
    -moz-transform:rotate(-6deg) skewX(-6deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform:rotate(-6deg) skewX(-6deg); /* Safari */
    -o-transform:rotate(-6deg) skewX(-6deg); /* Opera */
    -ms-transform:rotate(-6deg) skewX(-6deg); /* IE9 */
    transform:rotate(-6deg) skewX(-6deg); /* W3C */
    font-size:30px;
    color:#bfd0de;
    font-weight:normal;
    margin-bottom:10px;
    font-family: 'UNI';
}
.boxCalculatorRight{
    background:#bfd0de url(images/background_calc_form.png) left top no-repeat;
    width:45%;
    float:left;
    height:100%;
    padding:35px 0 0 120px;
}
.boxCalculatorRight select{
    display:block;
    margin-bottom:20px;
    color:#40719c;
    height:40px;
    line-height:40px;
    width:260px;
    padding-left:10px;
}
.boxCalculatorRight select.error{
    background-color:#ffe5e5;
}
.boxCalculatorRight button{
    margin-top:10px;
    background:transparent url(images/icon_form_calc_button.png) left center no-repeat;
    padding-left:40px;
    color:#40719c;
    font-family: 'UNI-BOLD';
    letter-spacing:0.4px;
    font-size:25px;
    font-weight:normal;
     text-transform: uppercase;
}
.boxCalculatorRight button:hover{
    background:transparent url(images/icon_form_calc_button_hover.png) left center no-repeat;
    color:#00427b;   
}
.boxCalculatorSlides{
    height:100%;
    background-color:#bfd0de;
}
#boxCalculator{
    height:320px;
    overflow: hidden;
    position:relative;
    background-color: #80a1bd;
}
#boxCalculator section{
    position:relative;
}
.boxCalculatorSlideLeft{
    width:55%;
    float:left;
    overflow:hidden;
    height:100%;
}
.boxCalculatorSlideLeft div{
   display:none; 
   position:relative;
}
.boxCalculatorSlideLeft div.boxCalculatorSlide1{
   display:block; 
   background:transparent url(images/icon_calc_slide_1.png) 50px center no-repeat;
}
.boxCalculatorSlideLeft div.boxCalculatorSlide2{   
   background:transparent url(images/icon_calc_slide_2.png) 50px center no-repeat;
}
.boxCalculatorSlideLeft div.boxCalculatorSlide3{   
   background:transparent url(images/icon_calc_slide_3.png) 50px center no-repeat;
}
.boxCalculatorSlideLeft div.boxCalculatorSlide4{   
   background:transparent url(images/icon_calc_slide_4.png) 50px center no-repeat;
}
.boxCalculatorSlideRight{
    width:45%;
    height:100%;
    float:left;
}
.boxCalculatorSlideRight a{
    display:block;
    text-align:center;
    height:100%;
    background:#00315c url(images/background_calc_slide_right.png) left top no-repeat;
    color:#fff;
    text-decoration:none;
    font-size:24px;
    padding:80px 0 0 40px; 
    font-family: 'UNI-BOLD';
    text-transform: uppercase;
    font-weight:normal;
    letter-spacing: 0.4px;
}
.boxCalculatorSlideRight a:hover{
    background:#00427b url(images/background_calc_slide_right.png) left top no-repeat;    
}
.boxCalculatorSlideRight a:hover i{
    display:block;
    background:transparent url(images/icon_arrow_white_right.png) center top no-repeat;
    height:19px;     
    margin-top:27px;
}

.boxCalculatorSlideRight a i{
    display:block;
    background:transparent url(images/icon_tips.png) center top no-repeat;
    height:49px; 
    margin-top:20px;
}
.boxCalculatorSlideLeft div{
    padding:70px 0 0 200px;
    height:100%;   
}
.boxCalculatorSlideLeft h2{
    -moz-transform:none; /* Firefox 3.6 Firefox 4 */
    -webkit-transform:none; /* Safari */
    -o-transform:none; /* Opera */
    -ms-transform:none; /* IE9 */
    transform:none; /* W3C */
    font-size:30px;
    margin-bottom:10px;
    font-family: 'UNI-BOLD';
    letter-spacing:0.4px;
    text-transform:uppercase;
}
.boxCalculatorSlideLeft h3{
    color:#658aa9;
    font-size:26px;
    font-weight:normal;
        font-family: 'UNI';
}
.boxCalculatorSlideLeft h3 span{
    font-family: 'UNI-BOLD';
    letter-spacing:0.4px;
    font-weight:bold;
    display:block;
    text-transform:uppercase;
}

.buddyappVideo{
    background-color:#00315c;
    font-family: 'UNI-BOLD';
    padding-bottom:0px;
    letter-spacing: 0.4px;
}
.buddyappVideoPlayer{
    background-color:#00213d;
    text-align:center;
    line-height:0;
}
.buddyappVideoHeadline{
    padding:80px 0 6px 0;
    width:640px;
    margin:auto;
    color:#bfd0de;
    text-transform:uppercase;
    font-size:20px;
}
.buddyappVideoFooter{
    padding:24px 0 24px 0;
    width:640px;
    margin:auto;
    color:#bfd0de;
    font-size:15px;
    font-family: 'Roboto', sans-serif;
    font-weight:bold;
}
.buddyappVideoFooter a{
    color:#bfd0de;
    text-decoration:none;
    display:block;
    padding-right:50px;
    background:transparent url(images/arrow_video_long.png) 234px 5px no-repeat;    
}
.buddyappVideoFooter a:hover{
    color:#55c2e8;
    text-decoration:none;
    background:transparent url(images/arrow_video_long_hover.png) 234px 5px no-repeat; 
}
.buddyappVideoFooter a.buddyappVideoFooterLinkEN{
    background:transparent url(images/arrow_video_long.png) 244px 5px no-repeat;    
}
.buddyappVideoFooter a.buddyappVideoFooterLinkEN:hover{
    background:transparent url(images/arrow_video_long_hover.png) 244px 5px no-repeat; 
}
.buddyappVideoFooter a.buddyappVideoFooterLinkFR{
    background:transparent url(images/arrow_video_long.png) 256px 5px no-repeat;    
}
.buddyappVideoFooter a.buddyappVideoFooterLinkFR:hover{
    background:transparent url(images/arrow_video_long_hover.png) 256px 5px no-repeat; 
}
.buddyappVideoFooter a.buddyappVideoFooterLinkIT{
    background:transparent url(images/arrow_video_long.png) 274px 5px no-repeat;    
}
.buddyappVideoFooter a.buddyappVideoFooterLinkIT:hover{
    background:transparent url(images/arrow_video_long_hover.png) 274px 5px no-repeat; 
}

.buddyappVideoHeadline span{
    float:right;
    font-family: 'UNI';
    font-size:16px;
    text-transform:none;
    padding-top:6px;
}
.partnerShop h3{
    margin-bottom:10px;
    text-transform: uppercase;
    font-size:25px;
    font-family: 'UNI-BOLD';
    letter-spacing:0.4px;
    padding-top:20px;
}
.partnerShop p.subline{
    margin-bottom:40px
}
.partnerShop ul{
    list-style: none;
}
.partnerShop ul li{
    width:46%;
    float:left;
    padding:10px;
    text-align:left;
}
.partnerShop ul li:first-child,
.partnerShop ul li:last-child{
    text-align:center;
    width:27%;
}
.partnerShop ul li:last-child a{
    text-align:center;
    display:inline-block;
    padding:5px 20px;
    background: #00427b;
    color:#fff;
    text-decoration: none;
}
.partnerShop ul li h4{
    margin-bottom:10px;
    font-size:21px;
    font-family: 'UNI-BOLD';
    letter-spacing:0.4px;
}
.partnerShop{
    padding:70px 60px 70px 60px;
    text-align:center;
    background-color:#fff;
}
.partnerShopRow.blue{
     background:#f2f5f8;
     padding:10px 0;
}
.partnerShopRow{
     background:#ffffff;
     padding:10px 0;
}

.buddyappTipps h3{
    margin-bottom:40px;
    text-transform: uppercase;
    font-size:25px;
    font-family: 'UNI-BOLD';
    letter-spacing:0.4px;
}
.buddyappTipps{
    padding:70px 60px 70px 60px;
    text-align:center;
    background-color:#f2f5f8;
}
.buddyappTipps ul{
    list-style: none;
}
.buddyappTipps ul li{
    width:33.333333333%;
    float:left;
    padding:10px;
    margin-bottom:40px;
    min-height:290px;
}
.buddyappTipps ul li h4{
    margin-bottom:10px;
    font-size:21px;
    font-family: 'UNI-BOLD';
    letter-spacing:0.4px;
}
.buddyappTipps ul li i{
  height:60px;  
  display:block;
  margin-bottom:20px;
}
.buddyappTipps ul li.buddyappTipp1 i{
   background:transparent url(images/buddyapp_icon_1.png) center center no-repeat;  
}
.buddyappTipps ul li.buddyappTipp1:hover i{
   background:transparent url(images/buddyapp_icon_1_hover.png) center center no-repeat;  
}
.buddyappTipps ul li.buddyappTipp2 i{
   background:transparent url(images/buddyapp_icon_2.png) center center no-repeat;  
}
.buddyappTipps ul li.buddyappTipp2:hover i{
   background:transparent url(images/buddyapp_icon_2_hover.png) center center no-repeat;  
}
.buddyappTipps ul li.buddyappTipp3 i{
   background:transparent url(images/buddyapp_icon_3.png) center center no-repeat;  
}
.buddyappTipps ul li.buddyappTipp3:hover i{
   background:transparent url(images/buddyapp_icon_3_hover.png) center center no-repeat;  
}
.buddyappTipps ul li.buddyappTipp4 i{
   background:transparent url(images/buddyapp_icon_4.png) center center no-repeat;  
}
.buddyappTipps ul li.buddyappTipp4:hover i{
   background:transparent url(images/buddyapp_icon_4_hover.png) center center no-repeat;  
}
.buddyappTipps ul li.buddyappTipp5 i{
   background:transparent url(images/buddyapp_icon_5.png) center center no-repeat;  
}
.buddyappTipps ul li.buddyappTipp5:hover i{
   background:transparent url(images/buddyapp_icon_5_hover.png) center center no-repeat;  
}
.buddyappTipps ul li.buddyappTipp6 i{
   background:transparent url(images/buddyapp_icon_6.png) center center no-repeat;  
}
.buddyappTipps ul li.buddyappTipp6:hover i{
   background:transparent url(images/buddyapp_icon_6_hover.png) center center no-repeat;  
}

.buddyappTipps ul li a{
    color:#999999;
    text-decoration: none;
    background:transparent url(images/icon_arrow_grey_right.png) right 5px no-repeat;
    padding-right:30px;
    cursor:pointer;
}
.buddyappTipps ul li:hover a{
    color:#21b0e2;
    background:transparent url(images/icon_arrow_blue_right.png) right 5px no-repeat;   
}

.buddyappShare{
    background-color:#d9e3eb;
    padding:40px 0 40px 0;
}
.buddyappShare img{
   margin-left:10px;
}
.buddyappShareRight{
    float:right;
    width:50%;
    padding-left:20px;
    text-align:left;
    text-transform: uppercase;
    font-family: 'UNI-BOLD';
    font-size:25px;
    color:#80a1bd;
    letter-spacing:0.4px;
}
.buddyappShareLeft{
    width:50%;
    padding-right:20px;
    text-align:right;
}
.buddyappPartner{
    text-align:center;
    padding:40px 0 40px 0;
}
.buddyappPartner h3{
    margin-bottom:20px;
    text-transform: uppercase;
    font-family: 'UNI-BOLD';
    letter-spacing:0.4px;
}
.buddyappPartner ul{
    list-style: none;
}
.buddyappPartner ul li{
    width:25%;
    float:left;
    padding:10px;
    text-align:center;
}
.buddyappPartner ul li img{
    max-width:80%;
}
.buddyappInfos{
    background-color:#bfd0de;
    padding:70px 130px 70px 130px;
}
.buddyappInfos img{
    display:block;
    margin-bottom:40px;
}
.buddyappInfos h3{
    text-align:center;
    margin-bottom:40px;
    text-transform: uppercase;
    font-family: 'UNI-BOLD';
    letter-spacing:0.4px;
    font-size:25px;
}
.buddyappInfosLeft{
    float:left;
    width:50%;
    padding-right:20px;
}
.buddyappInfosRight{
    float:left;
    width:50%;
    padding-left:20px;
    color:#6187aa;
}
.buddyappInfosRight span{
    display:block;
    font-weight:bold;
}


.buddyappHeadline1{
    background-color:#00427b;
    padding:40px 40px 40px 500px;
    color:#FFF;
}
.buddyappHeadline1 h2{
    font-size:60px;
    margin-bottom:40px;
    text-transform: uppercase;
    font-family: 'UNI-BOLD';
    letter-spacing:0.4px;
}
.buddyappHeadline1 h3{
    font-size:25px;
    margin-bottom:10px;
    font-family: 'UNI-BOLD';
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding-top:40px;
}
.buddyappHeadline1 p{
    line-height:24px;
}
.buddyappHeadline2{
    padding:40px 0px 40px 500px;
    position:relative;
}
.buddyappPhone{
    position:absolute;
    top:-380px;
    left:100px;
}
.buddyappHeadline2Col1{
    float:left;
    width:180px;
    font-family: 'Roboto Condensed', sans-serif;
}
.buddyappHeadline2Col1 span{
    font-family: "Roboto",sans-serif;
}
.buddyappHeadline2Col2{
    float:left;
    width:160px; 
    font-family: 'Roboto Condensed', sans-serif;
}
.buddyappHeadline2Col3{
    float:left;
    width:120px;
}
.buddyappHeadline2Col3 a{
    text-decoration:none;
    color:#7b7b7b;
}
.buddyappHeadline2Col3 a span{
    text-decoration:none;
    color:#7b7b7b;
    margin-bottom:12px;
}
.buddyappHeadline2 span{
    display:block;
    margin-bottom:5px;
    text-transform:none;
    color:#00427b;
    font-size:16px;
}
.buddyappHeadline2{
    text-transform:uppercase;
    color:#a1a1a1;
    font-size:25px;
}
.buddyappHeadline img{
    margin-top:5px;
    max-width: 270px;
}
.buddyappDownloadQR{
    position:relative;
    width:250px;
    margin:auto;
}
#buddyappDownloadQRApple{
    position:absolute;
    top:0;
    right:-48px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor:pointer;
}
#buddyappDownloadQRGoogle{
    position:absolute;
    top:60px;
    right:-48px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor:pointer;
}
#buddyappDownloadQRApple:hover,
#buddyappDownloadQRGoogle:hover,
#buddyappDownloadQRApple.active,
#buddyappDownloadQRGoogle.active{
    opacity: 1;
    filter: alpha(opacity=100);
}
.buddyappDownload{
   padding:70px 40px 70px 40px;
   background-color:#00111f;
   color:#FFF;
   text-align:center;
   position:relative;
}
.buddyappDownloadOr{
    position:absolute;
    width:80px;
    background-color:#00111f;
    padding:10px;
    top:250px;
    left:50%;
    margin-left:-40px;
    color:#00427b;
     font-size:20px;
    font-family: 'UNI'; 
}
.buddyappDownload h3{
    padding-bottom:40px;
    text-transform:uppercase;
     font-family: 'UNI-BOLD'; 
     letter-spacing: 0.4px;
     font-size:25px;
    
}
.buddyappDownload h4{
    padding-bottom:10px;    
    font-size:20px;
    font-family: 'UNI';    
}
.buddyappDownloadRight{
    float:left;
    width:50%;
    border-left:1px solid #00427b;
}
.buddyappDownloadLeft{
    float:left;
    width:50%;   
}
.buddyappDownload input {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    vertical-align: middle;
    width: 160px;
    color:#00315c;
}
.buddyappLayerBackground{
    background: transparent url("images/layer_bg.png") repeat scroll 0 0;   
    height: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 20000;
    display:none;
}
.buddyappLayer{
    /* background-color:#FFF; */
}
.buddyappLayer .buddyappHeader{
    background-color:#00427b;
    padding:70px 40px 120px 500px;
    text-align:left;
    position:relative;
}
.buddyappLayer .buddyappHeader .buddyappLayerImage{
    position:absolute;
    left:100px;
    top:30px;
    width:270px;
    height:550px;
    overflow:hidden;
}
.buddyappLayer .buddyappHeader .buddyappLayerImage img{
    position:absolute; 
     max-width: 270px;
}
.buddyappLayer .buddyappHeader i{
    background:white url(images/buddyapp_icon_1.png) center center no-repeat;  
    background-size: 80%;
    position: absolute;
    width: 100px;
    height: 100px;
    bottom:-50px;
    left: 50%;
    margin-left:-50px;
    text-align: center;
    border-radius: 100px;
}
.buddyappLayer.tip1 .buddyappHeader i{
    background:white url(images/buddyapp_icon_1.png) center center no-repeat;     
}
.buddyappLayer.tip2 .buddyappHeader i{
    background:white url(images/buddyapp_icon_2.png) center center no-repeat;     
}
.buddyappLayer.tip3 .buddyappHeader i{
    background:white url(images/buddyapp_icon_3.png) center center no-repeat;     
}
.buddyappLayer.tip4 .buddyappHeader i{
    background:white url(images/buddyapp_icon_4.png) center center no-repeat;     
}
.buddyappLayer.tip5 .buddyappHeader i{
    background:white url(images/buddyapp_icon_5.png) center center no-repeat;     
}
.buddyappLayer.tip6 .buddyappHeader i{
    background:white url(images/buddyapp_icon_6.png) center center no-repeat;     
}
 .buddyappLayer .buddyappHeader h1{
     color:#FFF;
 }
.buddyappLayer .buddyappHeader h2{
    font-size:55px;
    color:#FFF;
    font-family: 'UNI-BOLD';
    font-weight:normal;
    text-transform: uppercase;
    letter-spacing:0.4px;
}
.buddyappContent{
    padding:60px 40px 40px 500px;
    text-align:left;
    min-height:300px;
}
.buddyappContent h3{
    margin-bottom:10px;
    text-transform:uppercase;
    font-size:25px;
    font-family: 'UNI-BOLD';
    letter-spacing: 0.4px;
}
.buddyappClose{
    text-align:center;
    padding:20px 20px 40px 20px;
}
.buddyappClose a{
    cursor:pointer;
}
.buddyappDownload button {
    background: #00315c none repeat scroll 0 0;
    height: 40px;
    vertical-align: middle;
}
#txtAppEmail.error{
    background-color:#ffe5e5;
}
.appSuccess{
    display:none;
    font-style: italic;
}
.boxPartnerProjects h2{
    -moz-transform:rotate(-6deg) skewX(-6deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform:rotate(-6deg) skewX(-6deg); /* Safari */
    -o-transform:rotate(-6deg) skewX(-6deg); /* Opera */
    -ms-transform:rotate(-6deg) skewX(-6deg); /* IE9 */
    transform:rotate(-6deg) skewX(-6deg); /* W3C */
}




.showMoreEvents{
    display:block;
    background-color:#f1f5f8;
    line-height:38px;
    height:38px;
    text-align:center;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
.showMoreEvents:hover{
    background-color:#40709c;
    color:#fff;
}
.showMoreEvents img{
    margin:0 6px 0 6px;
}
.eventsYear{
    background-color: #00427b;
    color:#FFF;
    text-align:center;
    height:220px;
    overflow:hidden;
    font-size:40px;
    font-family: 'UNI-BOLD';    
    letter-spacing: 0.01em;
    padding-top:38px;
    clear:both;
}
.eventsYearH{
    padding-top:10px;
    text-transform: uppercase;
}
.eventsYearSH{
    font-size:100px;
    color:#00305c;
    margin-top:-10px;
}
.eventsMonthH{
    color:#fff;
    font-size:35px;
    font-family: 'UNI-BOLD'; 
    text-transform: uppercase;
}
.eventsMonthSH{
    color:#00427a;
    font-size:28px;
}
.eventsYear div,
.eventsMonth div{
    -moz-transform:rotate(-6deg) skewX(-6deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform:rotate(-6deg) skewX(-6deg); /* Safari */
    -o-transform:rotate(-6deg) skewX(-6deg); /* Opera */
    -ms-transform:rotate(-6deg) skewX(-6deg); /* IE9 */
    transform:rotate(-6deg) skewX(-6deg); /* W3C */   
}
.eventsYear img{
    display:block;
    margin:auto;
}
.eventsMonth{
    width:25%;
    height:220px;
    background-color:#00203c;
    float:left;
    border-right:1px solid #cfd0d0;
    border-bottom:1px solid #cfd0d0;
    text-align: center;
    padding-top:70px;
}
.eventsDayT1{
    font-size:30px;
    font-family: 'UNI-BOLD'; 
    margin-bottom:16px;
    color:#80a0bc;
    text-transform: uppercase;
    line-height:36px;
}
.eventsDayT2{
    font-size:17px;
    font-family: 'Roboto', sans-serif;
    font-weight:bold;
    margin-bottom:6px;
    color:#80a0bc;
    text-transform: uppercase;
}
.eventsDayT3{
    font-size:17px;
    color:#80a0bc;
}
.eventsDay{
    width:25%;
    height:220px;
    float:left;
    border-right:1px solid #cfd0d0;
    border-bottom:1px solid #cfd0d0;
    padding:24px;
}
.eventsDay:hover{
     background-color:#f1f5f8;
}
.eventsDay a{
    text-decoration: none;
}
.eventsDay span{
    display:block;
}
.eventsEmpty{
    width:25%;
    height:220px;
    background-color:#eeeeee;
    float:left;    
    border-right:1px solid #cfd0d0;
    border-bottom:1px solid #cfd0d0;
}
.eventsCalendar{
    border-left:1px solid #cfd0d0;
    border-top:1px solid #cfd0d0;
}
.eventLeft,.eventRight{
    width:50%;
    float:left;
}
.eventLeft{
   /*  margin-right:4%; */
}
.eventRight{
    width:46%;
    margin-left:4%;
}
.eventLeft h1{
    transform:none;
    font-size:35px;
    font-family: 'UNI-BOLD';
    text-transform: uppercase;
    line-height:38px;
    margin-bottom:20px;
}
.eventLeft h2{
    transform:none;
    font-size:45px;
    color:#80a0bc;
    font-family: 'UNI-BOLD';
    text-transform: uppercase;
    line-height:47px;
    margin-bottom:60px;
}
.eventSocial{
    padding-top:20px;
    color:#80a0bc;
    font-size:20px;
    line-height:34px;
    text-transform: uppercase;
}
.eventSocial img{
    margin-right:34px;
}



/* Community */

.communityLogo{
    position:absolute;
    right:50px;
    bottom:-19px;
    z-index:1;
}
.communityUsers{
    height:700px;
    position:relative;
    background:transparent url(images/community_user_photos_background.png) no-repeat;
}

.communityUsers .communityUsersInfo{
    position:absolute;
    display:block;
    font-weight:bold;
    top:40px;
    right:40px;
    text-decoration: none;
    padding-right:40px;
    background:transparent url(images/community_icon_info.png) top right no-repeat;
    height:27px;
    line-height:27px;
    font-size:16px;
    text-transform: uppercase;        
}
.communityButton{
    position:absolute;
    bottom:8px;
    text-align:center;
    width:100%;
    background:transparent url(images/Pfeil_@Retina2x.png) center right no-repeat;
    background-size: 100% auto;
}

.communityArticleLink{
    height:160px;
    position:relative;
}

.communityButton img{
    margin-right:150px;
}
.communityStatus{
    background-color:#00203c;
    height:100px;
    padding:20px;
    text-align:center;
    position:relative;
}
.communityStatus img{
    margin-top:-70px;
    width:96%;
    max-width:453px;
}
.communityStatus ul li{
    width:33.333333%;
    float:left;
    text-align:center;
    color:#fff;
    font-size:28px;
    font-weight:bold;
    text-transform: uppercase;
    line-height:60px;
    height:60px;
}
.communityStatus ul{
    list-style: none;
}
.communityStatus ul li span{
    color:#20afe1;
    font-weight:normal;
}
.communityStatus button{
    background: #fff url("images/community_icon_arrow_blue.png") no-repeat scroll 270px 25px;
    color: #00305c;
    display: block;
    font-size: 20px;
    height: 60px;
    margin: auto;
    padding-right: 35px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 310px;
}
.communityStatus ul li button:hover{
    background: #bed0de url(images/community_icon_arrow_blue.png) 240px 25px no-repeat;    
}

.communityEntries{
    padding:80px 60px 80px 60px;
    background-color: #f1f5f8;
}
.communityEntries h3{
    margin-bottom:30px;
    text-transform: uppercase;
    font-weight:bold;
    text-align: center;
}

.communityEntriesFormLegal{
    border-bottom:1px solid #f1f5f8;
    margin-bottom:20px;
    padding-bottom:20px;
    font-size:0.875em;
}

.communityEntriesForm{
    background-color:#FFF;
    padding:20px;
    color:#00427a;
    display:none;
}
.communityEntriesForm textarea,
.communityEntriesForm input[type="text"],
.communityEntriesForm input[type="email"]{
    border:2px solid #bed0de;
    padding:4px; 
    margin-bottom:10px;
    width:45%;
    foat:left;
}

.communityEntriesForm textarea.error,
.communityEntriesForm input[type="text"].error,
.communityEntriesForm input[type="email"].error{
    border:2px solid #debebe;
}
.communityEntriesFormSuccess{
    display:block;
}

.communityEntriesForm input[type="text"]#numCigs{
    width:20%;
    margin-right:0%;
}

.communityEntriesForm textarea{
    width:100%;
    height:200px;
    margin-bottom:4px;
}
.communityEntriesForm label{
    width:50%;
    float:left;
    margin-right:5%;
}
.communityEntriesForm label[for="name"],
.communityEntriesForm label[for="email"]{
    width:30%;
    float:left;
    margin-right:5%;
}
.communityEntriesForm input[type="text"]#name,
.communityEntriesForm input[type="text"]#email,
.communityEntriesForm input[type="email"]#name,
.communityEntriesForm input[type="email"]#email{
    width:65%;
}


.communityEntriesForm h4{
    margin-bottom:10px;
}
.communityEntriesFormImage{
    width:260px;
    margin:auto;   
    text-align:center;
    padding:20px;
    position:relative;
}
.communityEntriesFormImage .user_frame{
    position:absolute;
    top:5px;
    left:68px;
    z-index:100;
}
.communityEntriesFormImageButton{
    margin-top:20px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.communityEntriesFormImageButton button{
    text-align:center;
    padding:8px 12px 8px 12px;
    color:#fff;
    background-color:#40709c;
    cursor: pointer;
    display: inline-block;
}
.communityEntriesFormImageButton input {
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

.communityLayerFormImageButton{
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.communityLayerFormImageButton button{
    text-align:center;
    padding:8px 12px 8px 12px;
    cursor: pointer;
    width:100%;
}
.communityLayerFormIconButton1,
.communityLayerFormIconButton{
    position:relative;
}
.communityLayerFormIconButton img{
    position:absolute;
        right:-30px;
        top:5px;
}
.communityLayerFormIconButton1 img{
    position:absolute;
        right:-37px;
        top:15px;
}

button#btnPicture:hover{
    background-color:#20afe1;
}
#communityFormReset{
    position:absolute;
    right:30px;
    bottom:15px;
    cursor:pointer;
}
.communityTerms{
    display:none;
}
#communityTerms{
    background:#fff;
    padding:20px;
    cursor:pointer;
    position:absolute;
    display:none;
    z-index:2;
    top:0px;
    font-size:0.875em;
}
.communityTermsClose{
    position:absolute;
    right:10px;
    top:10px;
}
.communityLayerFormImageButton input {
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

.communityEntriesFormText,
.communityEntriesFormInfos,
.communityEntriesFormButton{
    border-top:1px solid #f1f5f8;
    margin-top:20px;
    padding-top:20px;
}
.communityEntriesFormInfosRow{
    clear:left;
}
.communityEntriesFormButton div{
    text-align:center;
    display:none;
    color:#dc7878;
    font-size:0.875em;
    margin:-5px 0 5px 0;
}
.communityEntriesFormInfos span{
    text-align:right;
    display:block;
    color:#80a0bc;
}
.communityEntriesFormText .signs{
    text-align:right;
    display:block;
    color:#80a0bc;
}
.communityEntriesFormButton button{
    width:80%;
    text-align:center;
    color:#FFF;
    padding:8px 12px 8px 40px;
    margin:auto;
    display:block;
    background:#40709c url(images/community_icon_download.png) 14px 5px no-repeat;
}
.communityEntriesFormButton{
    border-bottom:1px solid #f1f5f8;
    margin-bottom:20px;
    padding-bottom:20px;
}
.communityEntriesFormClose{
    display:block;
    text-align: center;
    cursor:pointer;
}

.communityEntriesInfo{
    color:#fff;   
}

.communityEntriesForm,
.communityEntriesInfo{
    width:35%;
    margin-right:5%;
    float:left;    
     
}

.communityEntriesInfoText{
    padding:50px 40px 50px 40px;
    background: #00427a url(images/community_create_background.png) right bottom no-repeat;
}
.communityEntriesInfoText h4{
    text-transform: uppercase;
    line-height:26px;
    margin-bottom:20px;
    font-size:16px;
}
.communityEntriesList{
    width:60%;
    float:left;
    background-color:#fff;
    padding:20px;
}
.communityEntriesInfoButton{
    background: #40709c url(images/community_icon_create.png) 25px 25px no-repeat;
}
.communityEntriesInfoButton:hover{
    background: #00305c url(images/community_icon_create.png) 25px 25px no-repeat;
}
.communityEntriesInfoButton button{
    display:block;
    text-decoration:none;
    padding:20px 90px 25px 90px;
    text-transform: uppercase;
    color:#fff;
    font-weight:bold;
    background: transparent url(images/community_icon_arrow_blue_light.png) 90% 40px no-repeat;
    font-size:20px;
}
.communityUsersPhoto{
    /* background: transparent url(images/community_user_photo_frame_big.png) no-repeat; */
    width:254px;
    height:180px;
    padding:12px;
    position:absolute;
    overflow:hidden;
    background:#fff;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
}
.communityUsersPhoto img{
    width:100%;
}
#communityUsersPhoto1{
    top:145px;
    left:82px;
    z-index:2;
}
#communityUsersPhoto2{
    left: 273px;
    top: 86px;
    z-index:1;
}
#communityUsersPhoto3{
    top:86px;
    left:563px;
    z-index:3;
}
#communityUsersPhoto4{
    top:240px;
    left:250px;
    z-index:4;
}
#communityUsersPhoto5{
    left:480px;
    top:285px;
    z-index:5;
}
#communityUsersPhoto6{
    top:192px;
    left:723px;
    z-index:6;
}
#communityUsersPhoto7 {
    left: 40px;
    top: 357px;
    z-index: 7;
}
#communityUsersPhoto8 {
    left: 597px;
    top: 412px;
    z-index: 8;
}
.communityEntriesListImage {
    float: left;
    height: 130px;
    margin-bottom: 10px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    width: 124px;
}
.communityEntriesFormImageUser{
    z-index:1;
    top:14px;
    left:14px;
    height:96px;
    width:96px;
    overflow:hidden;
    margin:auto;
}
.communityEntriesFormImageUser{
    /* width:100%; */
}
.communityEntriesListImage img{
    position:absolute;
    z-index:2;
}
.communityEntriesListImage .user_photo{
    z-index:1;
    top:14px;
    left:14px;
}

.communityEntriesListText{
    float:left;
    margin-bottom:10px;
    width:70%;
}
.communityEntriesListInfo{
    clear:left;
    float:left;
    width:40%;
    font-size:0.875em;
}
.communityEntriesListInfo span{
    display:block;
    font-weight:bold;
}
.communityEntriesListFacebook{
    float:left;
    text-align:right;
    width:60%;
}
.communityEntriesList ul{
    list-style:none;
}
.communityEntriesList ul li{
    clear:left;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #f1f5f8;
}
.communitySlider{
    line-height:0;    
}
.communitySlider img{
    width:100%;
}
button.communityEntriesListMore{
    display:block;
    clear:left;
    height:50px;
    text-align:center;
    text-transform: uppercase;
    text-decoration: none;
    color:#aeaeae;
    line-height:50px;
    font-size:20px;
    font-weight:bold;
    background: transparent url(images/community_icon_down_s.png) 10px 24px no-repeat;
    width:180px;
    margin:auto;
    padding-left:20px;
}
button.communityEntriesListMore:hover{
    color:#20afe1;
    background: transparent url(images/community_icon_down_hover_s.png) 10px 24px no-repeat;
}
.communityLayerBackground{
    background: transparent url("images/layer_bg.png") repeat scroll 0 0;   
    height: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 20000;
    display:none;
}

.communityLayer{
    background-color:#fff;
    padding:50px 40px 50px 40px;
    text-align:left;
}
.communityLayerForm{
    max-width:260px;
    margin:auto;
}
.communityLayerForm input[type="text"]{
    padding:4px;
    width:100%;
    border:2px solid #bed0de;
    margin-bottom:10px;
} 
.communityLayerForm hr{
    border-top:1px solid #c8ced2;
    margin-top:6px;
    padding-bottom:6px;
}

.communityLayerForm button{
   background-color:#80a0bc;
   display:block;
   width:100%;
   padding:6px;
   text-align:center;
   color:#fff;
   margin:10px 0 10px 0;
   font-weight:bold;
   text-transform: uppercase;
}

.communityLayerForm label{
    display:block;
    margin-bottom:4px;
} 

.communityLayerForm h3{
    font-family: 'UNI-BOLD';
    letter-spacing: 0.05em;
    font-size:1.5em;
    margin-bottom:10px;
    text-transform: uppercase;
} 

.communityLayerForm #btnAvatar{
    margin-bottom:20px;
    
}

.communityLayer ul{
    list-style:none;
}
.communityLayer ul li{    
    clear:left;
}
.communityLayer ul li .communityLayerImage{
    float:left;
    width:40%;
    text-align:center;
    line-height: 0;
}
.communityLayer ul li .communityLayerText{
    float:left;
    width:60%;
    text-align:left;
}
.communityLayer ul li span{
    margin-bottom:10px;
    font-weight:bold;
    display:block;
}
.communityLayer ul li span img{
    margin-right:5px;
    vertical-align: middle;
}

.communityLayer a.communityLayerClose{
    clear:left;
    padding-top:20px;
    text-align:center;
    display:block;
}
.communityLayer a.communityLayerCloseAvatar{
    clear:left;
    padding-top:20px;
    text-align:center;
    display:block;
}
.communityLayer button:hover{
    background-color:#20afe1;
}
.communityLayer button.active{
    background-color:#20afe1;
}
.communityEntriesList ul li{
    display:none;
}
.communityLayerAvatars{
    height:350px;
    overflow:hidden;
    width:450px;
    margin-top:20px;
    background-size:213% auto;
}
.communityLayerAvatars i{
    display: block;
    float: left;
    height: 80px;
    margin: 0 10px 10px 0;
    width: 80px;
    background: transparent url("images/Avatar_BAG_2016_Community_s_w.png") no-repeat scroll 0 0;   
    cursor: pointer;
}


.communityEntriesList ul li.page1{
    display:block;
}

/* 2016 */
.communityUserVideos .communityUserVideoHeadline{
    padding:70px 0 35px 0;
    text-align:center;
    font-size:1.875em;
    font-weight:bold;
    text-transform: uppercase;
    
}
.communityUserVideos .communityUserVideoHeadline h3{
     font-family: 'UNI-BOLD';
     letter-spacing: 0.05em;
    
}
.communityUserVideos .communityUserVideoHeadline span{
    font-weight:normal;
    display:block;
    text-transform: none;
}
.communityUserVideos .communityUserVideoButton{
    height:36px;
    line-height: 36px;
    background-color:#f1f5f8;
    text-align:center;
    font-size: 0.938em;
    text-transform: uppercase; 
     font-family: 'UNI-BOLD';
     letter-spacing: 0.1em;
     cursor:pointer;     
}
.communityUserVideos .communityUserVideoButton i{
    display:inline-block;
    background: transparent url("images/community_icon_close_active.png") no-repeat;
    width:13px;
    height:8px;
    margin: 0 4px 0 4px;
}

.communityUserVideos .communityUserVideoButton:hover{
    background-color:#40709c;  
    color:#d9e2eb;
}
.communityUserVideos .communityUserVideoButton i{
    background: transparent url("images/community_icon_close.png") no-repeat;
   
}
.communityUserVideos .communityUserVideoButton.closed i{
    background: transparent url("images/community_icon_open.png") no-repeat;
   
}
.communityUserVideos .communityUserVideoContent{    
    padding:70px 300px 70px 160px;
    position:relative; 
    overflow:hidden;
}
.communityUserVideos .communityUserVideoContent .communityUserVideoContentShare{
    position:absolute;
     right: 313px;
    top: 69px;
}
.communityUserVideos .communityUserVideoContent .communityUserVideoContentShare img{
    margin-right:10px;
}
.communityUserVideos .communityUserVideoContent .communityUserVideoContentImage{
    position:absolute;
    right: -53px;
    top: 158px;
}
.communityUserVideos .communityUserVideoContent h3{
    font-size:1.563em;  
    font-family: 'UNI-BOLD';
    padding-bottom:24px;
    margin-bottom:30px;
    border-bottom:1px solid #40719c;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.communityUserVideos .communityUserVideoContent p{
    font-size:1.250em;  
    padding-right:90px;
}
.communityForm{
    background-color:#f1f5f8;
    padding:0 60px 0 60px;
}
.communityForm .communityFormContainer{
    width:740px;
    margin:auto; 
}
.communityForm #communityFormContainer{
    display:none;   
}
.communityForm #communityFormContainer textarea{
    display:none;
}
.communityForm .communityFormButtonLeft{
    width:264px;
    float:left;  
    margin-right:60px;
}
.communityForm .communityFormButtonRight{
    width:413px;
    float:left;  
    
}
.communityForm textarea{
    width:100% !important;
    border:4px solid #c8ced2;
    height:140px;
    padding:10px 10px 40px 10px;
}
.contSigns{
    position:relative;
}
.contSigns .signs{
    position:absolute;
    right:60px;
    bottom:18px;
    color:#b0b0b1;
    font-weight:bold;
    font-size:1.125em;
}
.communityFormContainerRow.communityFormContainerRowError{
    color:#de3939;
}
.communityFormContainerRow.communityFormContainerRowError a{
    color:#de3939;
}
.communityFormContainerRow.communityFormContainerRowError textarea{
    border-color:#de3939;
    color: #80a0bc;
}
.communityLayerForm input[type="text"].communityLayerFormTXTError {
    border-color:#de3939;
}

#communityFormContainer{
    position:relative;
}
.communityFormContainerRow{
    color:#427db0;
    padding-bottom:10px;
}
.communityFormContainerRow a{
    text-decoration:underline;
    color:#427db0;
}
.communityFormContainerRow input[type="checkbox"]{
    margin-right:6px;
}
.communityFormContainerRow button{
    color:#ffffff;
    font-weight:bold;
    background-color:#405a9b;
    padding:10px 10px 10px 40px;
    float:right;
    margin-left:20px;
    background: #405a9b url("images/community_icon_fb_button.png") 10px 10px no-repeat;
}
.communityFormContainerRow button.wfb{
    background-color:#454545;
    background: #454545 url("images/community_icon_wfb_button.png") 10px 12px no-repeat;
     padding:10px 10px 10px 50px;
}



 

.communityForm h3{
    -moz-transform:rotate(-6deg) skewX(-6deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform:rotate(-6deg) skewX(-6deg); /* Safari */
    -o-transform:rotate(-6deg) skewX(-6deg); /* Opera */
    -ms-transform:rotate(-6deg) skewX(-6deg); /* IE9 */
    transform:rotate(-6deg) skewX(-6deg); /* W3C */
    font-family: 'UNI-BOLD';    
    letter-spacing: 0.05em;
    text-align:center;
    font-size:2em;
    padding:80px 0 80px 0;
    text-transform: uppercase;
}
.communityForm p.communityFormInfo{
   text-align: center;
   font-size:1.375em;
   font-family: 'UNI-BOLD';   
    text-transform: uppercase;
   
}
.communityForm p.communityFormInfo span{
    color:#20afe1;
    text-transform: none;
}
.communityForm h3 span{
    display:block;
    font-size: 1.719em;
}
.communityForm .communityFormButtonLeft button,
.communityForm .communityFormButtonRight button{
    color:#ffffff;
    font-family: 'UNI-BOLD';   
    padding:20px 10px;
    font-size:1.250em;
    background-color: #808285;
    text-transform: uppercase;   
    letter-spacing: 0.05em;
    width:100%;
     
}
.communityForm .communityFormButtonLeft p,
.communityForm .communityFormButtonRight p{
    padding-top:20px;
}
    

.communityForm .communityFormButtonLeft button:hover,
.communityForm .communityFormButtonRight button:hover{
     background-color: #40709c;
}

.communityForm .communityFormButtonLeft button.active,
.communityForm .communityFormButtonRight button.active{
     background-color: #00427a;
}


.communitySocial hr{
    border-bottom:3px solid #c8ced2;
    padding:30px 0 0px 0;
    margin-bottom:80px;
    clear:both;
}

.communitySocial{
    background-color:#f1f5f8;
    padding:0 60px 0 60px;
}

.communitySocial ul{
    list-style: none;
    
}
.communitySocialBoxes{
    padding:34px 0 60px 0;
}
.communitySocial  ul li{
    float:left;
}
.communitySocial  ul li a{
    text-decoration:none;
    display:inline-block;
    padding:0px 20px 0px 40px;
   
}
.communitySocial  ul.communitySocialFilter li a:hover,
.communitySocial  ul.communitySocialFilter li a.active{
    color:#40709c;    
}

.communitySocial ul.communitySocialFilter a{
    
     font-family: 'UNI-BOLD';      
    letter-spacing: 0.05em;
    text-transform: uppercase; 
     color:#aeaeae;
}

.communitySocial ul.communitySocialFilter{
    width:610px;
    margin:auto;
}
.communitySocial ul.communitySocialFilter li a{
    border-right:1px solid #c8ced2;
    min-height: 20px;
}
.communitySocial ul.communitySocialFilter li:last-child a{
    border-right:0px solid #c8ced2;
}

.communitySocial .communitySocialFilter a.communitySocialFilterSM{
    background: transparent url("images/community_icon_filter_smokefree.png") no-repeat;  
    background-position: 10px 1px;
    background-size:18px 18px;
}
.communitySocial .communitySocialFilter a.communitySocialFilterTP{
    background: transparent url("images/community_icon_filter_tips.png") no-repeat;     
    background-position: 10px 1px; 
}
.communitySocial .communitySocialFilter a.communitySocialFilterNew{
    background: transparent url("images/community_icon_filter_new.png") no-repeat;      
    background-position: 10px 1px; 
}
.communitySocial .communitySocialFilter a.communitySocialFilterFav{
    background: transparent url("images/community_icon_filter_heart.png") no-repeat;      
    background-position: 10px 1px; 
}

.communitySocial .communitySocialFilter a.communitySocialFilterSM:hover,
.communitySocial .communitySocialFilter a.communitySocialFilterSM.active{
    background: transparent url("images/community_icon_filter_smokefree_active.png") no-repeat;      
    background-position: 10px 1px;     
    background-size:18px 18px;
}
.communitySocial .communitySocialFilter a.communitySocialFilterTP:hover,
.communitySocial .communitySocialFilter a.communitySocialFilterTP.active{
    background: transparent url("images/community_icon_filter_tips_active.png") no-repeat;      
    background-position: 10px 1px;    
}
.communitySocial .communitySocialFilter a.communitySocialFilterNew:hover,
.communitySocial .communitySocialFilter a.communitySocialFilterNew.active{
    background: transparent url("images/community_icon_filter_new_active.png") no-repeat;       
    background-position: 10px 1px;   
}
.communitySocial .communitySocialFilter a.communitySocialFilterFav:hover,
.communitySocial .communitySocialFilter a.communitySocialFilterFav.active{
    background: transparent url("images/community_icon_filter_heart_active.png") no-repeat;        
    background-position: 10px 1px;  
}
.communitySocialBoxContentSM{
    padding:20px 0px 10px 20px;
    background: transparent url("images/community_icon_smokefree.png") 0 25px no-repeat; 
}
.communitySocial .communitySocialBoxRight,
.communitySocial .communitySocialBoxLeft{
    background-color:#00427a;
    color:#fff;  
    float:left;
    width:57%;
    margin:0 6% 20px 0;
    display:none;
}
.communitySocial .communitySocialBoxRight.page1,
.communitySocial .communitySocialBoxLeft.page1{
    display:block;
}
.communitySocial .communitySocialBoxRight{
     margin:0 0 20px 0;
     width:37%;
}
.communitySocialBoxHead{
    padding:20px;
    font-size:1.563em;
    text-transform: uppercase;
}
.communitySocialBoxHead i{
    background: transparent url("images/community_avatar_default.png") 0 0 no-repeat; 
    width:80px;
    height:80px;
    display:inline-block;
    float:left;
    margin-right:20px;
}
.communitySocialBoxHead i.a1{
    background: transparent url("images/Avatar_BAG_2016_Community_s.png") 0 0 no-repeat;
    background-size:929px auto;
}
.communitySocialBoxHead i.a2{
    background: transparent url("images/Avatar_BAG_2016_Community_s.png") -348px 0 no-repeat; 
    background-size:929px auto;
}
.communitySocialBoxHead i.a5{
    background: transparent url("images/Avatar_BAG_2016_Community_s.png") -508px 0 no-repeat; 
    background-size:929px auto;
}
.communitySocialBoxHead p{
   padding:26px 0 0 0;
    font-family: 'UNI-BOLD'; 
    letter-spacing: 0.05em;
    line-height:1em;
}
.communitySocialBoxHead img{
    float:left;
    margin-right:20px;
}
.communitySocialBoxContent{
    padding:0 20px 20px 20px;
    clear:left
}
.communitySocialBoxSocial{
    background-color: #00305c;
    padding:10px;
}
.communitySocialBoxSocial ul li a{
    color:#bed0de;
    font-size:0.875em;
    border-right:1px solid #bed0de;
    line-height:1em;
    padding-left:30px;
}
.communitySocialBoxSocial ul li a:hover{
    color:#ffffff;
}
.communitySocialBoxSocial ul{
   width:275px;
   margin:auto;
}
.communitySocialBoxSocial ul li:last-child a{
    border-right:0px solid #bed0de;
}

.communitySocial .communitySocialBoxSocial a.communitySocialSocialLike{
    background: transparent url("images/community_icon_social_like.png") no-repeat;  
    background-position: 10px 1px;
}
.communitySocial .communitySocialBoxSocial a.communitySocialSocialComment{
    background: transparent url("images/community_icon_social_comment.png") no-repeat;     
    background-position: 10px 1px; 
}
.communitySocial .communitySocialBoxSocial a.communitySocialSocialShare{
    background: transparent url("images/community_icon_social_share.png") no-repeat;      
    background-position: 10px 1px; 
}

.communitySocial .communitySocialBoxSocial a.communitySocialSocialLike:hover{
    background: transparent url("images/community_icon_social_like_active.png") no-repeat;      
    background-position: 10px 1px;    
}

.communitySocial .communitySocialBoxSocial span.communitySocialSocialLike{
    background: transparent url("images/community_icon_social_like_active.png") no-repeat;      
    background-position: 10px 1px;   
    display:inline-block;
    border-right: 1px solid #bed0de;
    color: #bed0de;
    font-size: 0.875em;
    line-height: 1em;
    padding: 0 20px 0 40px;
    padding-left: 30px;
    color:#fff;
}

.communitySocial .communitySocialBoxSocial a.communitySocialSocialComment:hover{
    background: transparent url("images/community_icon_social_comment_active.png") no-repeat;      
    background-position: 10px 1px;    
}
.communitySocial .communitySocialBoxSocial a.communitySocialSocialShare:hover{
    background: transparent url("images/community_icon_social_share_active.png") no-repeat;       
    background-position: 10px 1px;   
}
.communityUserVideosSlider{
    position:relative;
    background:#00213d;
    height:301px;
    overflow:hidden;
}
.communityUserVideosSlider .bottomNav{
    display:none;
}
.communityUserVideosSlider .iconOver{
    background: transparent url("images/community_video_play.png") no-repeat !important; 
    width:131px !important;
    height:94px !important;
    margin-top:-125px !important;
}
.communityUserVideosSlider .bannerControls{
    margin-top:140px !important;
}

.communityUserVideosSlider .leftNav,
.communityUserVideosSlider .rightNav{
    display:block !important;  
     background: transparent url("images/community_icon_arrow_left.png") no-repeat !important; 
     width:17px !important;
     height:27px !important;
}
.communityUserVideosSlider .leftNav{
    
     left:90px !important;
}
.communityUserVideosSlider .rightNav{
     background: transparent url("images/community_icon_arrow_right.png") no-repeat !important; 
     right:80px !important;
     
}



.communityUserVideosSlider canvas{
    display:none !important;
}
.communityUserVideosSlider img{
    width:auto;
}
.communityUserVideosSlider .contentHolder{
    margin-top:-125px;
}





.gameLayerBackground{
    background: transparent url("images/layer_bg.png") repeat scroll 0 0;   
    height: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 20000;
    display:none;
}

.gameLayer{
    width:100%;
    max-width:640px;
    background-color:#FFF;
    margin:60px auto 0 auto;
    height:90%;
    max-height:800px;
    overflow:hidden;
    position:relative;
}
.gameLayerClose{
    position:absolute;
    top:20px;
    right:20px;
}

/* Filmwettbewerb */
#vote-counter{
    position:absolute;
    top:0;
    display:block;
    text-transform: uppercase;
    text-align:center;
    width:100%;
}
#vote-counter span{
    display:inline-block;
    margin:auto;
    font-size:20px;
    background-color:#d9e2eb;
    color:#80a0bc;
    font-family: 'UNI-BOLD'; 
    padding:10px 15px;
    
    -moz-border-radius-bottomleft:10px; /* Firefox */
-webkit-border-radius-bottomleft:10px; /* Safari, Chrome */
-khtml-border-radius-bottomleft:10px; /* Konqueror */
-moz-border-radius-bottomright:10px; /* Firefox */
-webkit-border-radius-bottomright:10px; /* Safari, Chrome */
-khtml-border-radius-bottomright:10px; /* Konqueror */
border-radius:0 0 10px 10px; /* CSS3 */

letter-spacing: 0.06em;
    
}
.film-competition h1{
    font-size:34px;
     transform: none;
     line-height:42px;
     margin-bottom:40px;
}
.film-competition h2{
    font-size:25px;
     transform: none;
     color:#80a0bc;
      margin-bottom:34px;
      font-weight:bold;
}
a.film-competition-down{
    background-color:#40709c;
    display:inline-block;
    margin:auto;
    padding:18px 110px 18px 110px;
    text-align:center;
    color:#ffffff;
    text-decoration:none;
    -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
font-size:25px;
text-transform: uppercase;
font-family: 'UNI-BOLD'; 
letter-spacing: 0.05em;
position:relative;
}
a.film-competition-down:hover{
    background-color:#20afe1;
}
a.film-competition-down:before{
    content:'';
    background:transparent url(images/film_competition_icon_down.png) no-repeat;
    width:15px;
    height:14px;
    position:absolute;
    left:58px;
    top:27px;    
}
a.film-competition-down:after{
    content:'';
    background:transparent url(images/film_competition_icon_down_right.png) no-repeat;
    width:15px;
    height:14px;
    position:absolute;
    right:58px;
    top:27px;    
}
a.film-competition-down:hover:before{
    content:'';
    background:transparent url(images/film_competition_icon_down_on.png) no-repeat;
    width:15px;
    height:14px;
    position:absolute;
    left:58px;
    top:27px;    
}
a.film-competition-down:hover:after{
    content:'';
    background:transparent url(images/film_competition_icon_down_on.png) no-repeat;
    width:15px;
    height:14px;
    position:absolute;
    right:58px;
    top:27px;    
}


.film-competition h2 span{
    
      font-weight:normal;
}
.film-competition p{
    line-height:24px;
    margin-bottom:50px;
    font-size:20px;
}
a.film-competition-button-download{
    display: inline-block;
    padding:14px 50px 14px 70px;
    background:#666666 url(images/film_competition_icon_download.png) 20px center no-repeat;
    text-decoration: none;
    color:#ffffff;
    font-weight:bold;
    font-size:20px;
    margin-bottom: 20px;
}
a.film-competition-button-download-label{
    display: inline-block;
   padding:14px 50px 14px 30px;
   font-weight:bold;
   color:#666666;
    font-size:20px;
     text-decoration: none;
}
.film-competition-box{
    padding: 40px 80px 40px 40px;
    margin:0 0 40px -40px;
    background:#ececec url(images/film_competition_arrow.png) right center no-repeat;
    background-size:auto 100%;
    display: inline-block;
    width:50%;
    font-size:20px;
     line-height:26px;
}
.film-competition-button-logo{
    display: inline-block;
    padding:14px 50px 14px 70px;
    background:#666666 url(images/film_competition_icon_letter.png) 20px center no-repeat;
    text-decoration: none;
    color:#ffffff;
    font-weight:bold;
    font-size:20px;
    margin: 72px 0 0 80px;
    vertical-align: top;
}
.film-competition-form{
    background: #ebf2f8;
    font-size:20px;
    padding:65px;
    text-align:center;
    border-bottom:70px solid #ffffff;
}
.film-competition-form span{
    font-weight:bold;
    text-transform: uppercase;
    color:#80a0bc;
    font-size:25px;
}
a.film-competition-button-form{
    display: inline-block;
    padding:14px 50px 14px 70px;
    background:#666666 url(images/film_competition_icon_upload.png) 20px center no-repeat;
    text-decoration: none;
    color:#ffffff;
    font-weight:bold;
    font-size:20px;
    
}
.film-competition-button-logo:hover,
a.film-competition-button-download:hover,
a.film-competition-button-form:hover{
    background-color:#20afe1;
}

.filmCompetitionLogoLayerBackground{
    background: transparent url("images/layer_bg.png") repeat scroll 0 0;   
    height: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 20000;
    display:none;
}

.filmCompetitionLogoLayer{
    width:100%;
    max-width:320px;
    background-color:#FFF;
    margin:60px auto 0 auto;
    height:90%;
    max-height:540px;
    overflow:hidden;
    position:relative;
    text-align:left;
    padding:60px 20px 20px 20px;
}
.filmCompetitionLogoLayerClose{
    position:absolute;
    top:20px;
    right:20px;
    cursor:pointer;
}
.filmCompetitionLogoLayer label{
    width:100%;
    display:block;
    margin-bottom:4px;
}
.filmCompetitionLogoLayer input[type="text"],
.filmCompetitionLogoLayer textarea{
    width:100%;
    border:1px solid #333;
    margin-bottom:8px;
    padding:3px;
}
.filmCompetitionLogoLayer textarea{
    height:100px;
}
.filmCompetitionLogoLayer h2{
    font-weight:bold;
    transform: none;
    font-size:18px;
    line-height:22px;
    margin-bottom:16px;
}
.filmCompetitionLogoLayer button{
    display: inline-block;
    padding:10px 10px 10px 10px;
    width:100%;
    background:#666666;
    text-decoration: none;
    color:#ffffff;
    font-weight:bold;
    margin-top:16px;
}
.filmCompetitionLogoLayer button:hover{
    background-color:#20afe1;
}



.filmCompetitionFormLayerBackground{
    background: transparent url("images/layer_bg.png") repeat scroll 0 0;   
    height: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 20000;
    display:none;
}

.filmCompetitionFormLayer{
    width:100%;
    max-width:640px;
    background-color:#FFF;
    margin:60px auto 0 auto;
    height:90%;
    max-height:800px;
    overflow:hidden;
    overflow-y: auto;
    position:relative;
    text-align:left;
    padding:60px 20px 20px 20px;
    font-size:14px;
}
.filmCompetitionFormLayerClose{
    position:absolute;
    top:20px;
    right:20px;
    cursor:pointer;
}
.filmCompetitionFormLayer label{
    clear:left;
    width:40%;
    display:block;
    margin-bottom:4px;
    float:left;
}
.filmCompetitionFormLayer textarea,
.filmCompetitionFormLayer input[type="text"]{
    width:60%;
    border:1px solid #333;
    margin-bottom:8px;
    padding:3px;
    float:left;
}
.filmCompetitionFormLayer textarea{
    height:100px;
}
.filmCompetitionFormLayer input[type="file"]{
    display:block;
    margin-bottom:8px;
    width:60%;
    float:left;
}
.filmCompetitionFormLayer h2{
    font-weight:bold;
    transform: none;
    font-size:18px;
    line-height:22px; 
    margin-bottom:16px;
    text-align:center;
}
.filmCompetitionFormLayer h3{
    font-weight:bold;
    transform: none;
    font-size:16px;
    line-height:20px;
    margin-bottom:16px;
    clear:left;
    padding-top:10px;
}
.filmCompetitionFormLayer span{
    font-weight:bold;
    margin-bottom:4px;   
}
.filmCompetitionFormLayer button{
    display: inline-block;
    padding:10px 10px 10px 10px;
    width:100%;
    background:#666666;
    text-decoration: none;
    color:#ffffff;
    font-weight:bold;
    margin-top:16px;
}
.filmCompetitionFormLayer button:hover{
    background-color:#20afe1;
}
section.facebookFollow{
    background:#3a5a98;
    padding:40px 0;
     font-family: 'UniSansSemiBold', sans-serif;
     letter-spacing: 0.02em;
}
section.facebookFollow a{
    display:block;
    height: 71px;
    background:transparent url(images/icon_facebook_big.png) top right no-repeat;
    padding-right:100px;
    text-align:right;
    width:318px;
    margin:auto;
    text-decoration:none;
    color:#fff;
    font-size:1.250em;
}
section.facebookFollow a span{
    display:inline-block;
    color:#3a5a98;
    background:#fff;
    padding:4px 10px;
    margin-top:15px;
    font-size:0.75em;
    line-height:23px;
}
.messageError{
    font-size:0.85em;
    color:#FF0000;
}
.messageError2{
    font-size:0.85em;
    color:#FF0000;
}

@media only print{
    .languages,nav.nav,.boxPrint,.menu-footer-menue-container { display: none !important; }
    .footerPrint { display: block !important; }
}

@media screen and (max-width: 1023px) {
    
    
    
.communityFormContainerRow button,
.communityFormContainerRow button {
    padding-left:35px !important;
    font-size: 0.8em !important;
    maring-bottom:5px;
}    
    .gameLayer{
    margin:0px auto 0 auto;
    height:100%;
overflow-y:auto;   
-webkit-overflow-scrolling: touch;
}
    
    #page_2289 .mini_slider{
        margin:0 0 0 40px !important;
         z-index: 1 !important;
    }
    
    .film-competition-box{
        width:auto;
        background: #ececec url("images/film_competition_arrow_mobile.png") no-repeat scroll center bottom / 100% 40px;
        margin:0 -40px 0 -40px;
        padding-bottom:60px;
    }
    .film-competition-button-logo {
       margin-top:30px; 
       margin-bottom:10px;
    }
    .filmCompetitionLogoLayer{
        max-height: 580px;
    }
    a.film-competition-button-download-label{
        font-size: 18px;
        padding: 14px 0 14px 10px;
    }
    a.film-competition-button-download{
        padding: 14px 40px 14px 60px;
    }
    
    .communityUsersPhoto {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.75);
    height: 90px;
    overflow: hidden;
    padding: 6px;
    position: absolute;
    width: 127px;
}

#communityUsersPhoto1 {
    left: 26px;
    top: 69px;
    z-index: 2;
}
#communityUsersPhoto2{
    left: 136px;
    top: 43px;
    z-index:1;
}
#communityUsersPhoto3{
    top:43px;
    left:281px;
    z-index:3;
}
#communityUsersPhoto4{
    top:120px;
    left:125px;
    z-index:4;
}
#communityUsersPhoto5{
    left:240px;
    top:142px;
    z-index:5;
}
#communityUsersPhoto6{
    top:96px;
    left:360px;
    z-index:6;
}
#communityUsersPhoto7 {
    left: 20px;
    top: 180px;
    z-index: 7;
}
#communityUsersPhoto8 {
    left: 300px;
    top: 206px;
    z-index: 8;
}
   
.communityUsers {
   height: 445px;
} 
.communityButton img {
    margin-right: 66px;
    width: 148px;
    height:auto;
}
.communityLogo img{
    width: 112px;
    height:auto;
}
.communityLogo {
    bottom: -13px;
   right: 13px;
}

.communityEntries {
    padding: 60px 30px;
}

.communityEntriesForm, .communityEntriesInfo {
    float: none;
    margin-right: 0%;
    width: 100%;
}

.communityEntriesList {
    background-color: #fff;
    float: none;
    padding: 20px;
    width: 100%;
}
.communityEntryPhoto{
    width:100% !important;
    float:none !important;
    max-width: none !important;
}
.communityEntriesListText {
    width: 65%;
}
.content.projects .blockVR{
    margin-left:0px;
}
.content.projects .blockTextVL{
    margin-right:0px;
}
.content.projects ol,
.content.projects ul{
    margin-left:20px;
}
.content.projects .blockVR ol,
.content.projects .blockVR ul{
    margin-left:20px;
}
    
    #page_2291 .mini_slider{
        margin-top:0 !important;
        width:100% !important;
    }
    #buttonOrderStart {
        position: absolute;
        right: 137px;
        top: 51px;
    }
    article.content ul.productList li {
        width: 210px;
    }
    article.content ul.bannerList li.bannerListHead,
    .productListForm,
    .frmOrder,
    article.content ul.bannerList li {
        width: 420px
    }
    article.content ul.bannerList li {
        height:auto;
    }
    .productListFormLeft,.productListFormRight{
        width:100%;
        float:none;
        border:0;
        padding-top:10px;
        clear:left;
    }
    .wrapper{
         width:512px;
    }    
    
    .blockVProject,
    .blockVProjects,
    .blockVLProject,
    .blockVLProjects{
        width:50%;
        float:left;
    }
    .blockVLProject {
        box-shadow: 10px 10px 20px hsla(300, 15%, 25%, 0.15) inset;   
    }
    .slider {
        height: 160px;
    }
    .boxHotlineBig{
        width:100%;
    }
    .boxPartnerProjects{
        width:100%;
    }
    h1{
        font-size:40px !important;
        line-height: 48px !important;
    }
    #page_18 h1 {
        font-size: 32px !important;
        line-height: 48px !important;
    }
    h2{
        font-size:20px !important;
    }    
    article.content {
        padding-top: 20px;
    }
    .boxRightIcon,
    .imgTopLeft,
    .imgTopRight{
        margin-top: -20px;
    }
    .imgTopRight{
        width:512px;
        text-align:center;
        background-color:#80a1bd;
        margin:-20px -40px 20px -40px;
        float:none;
    }
    .emptyLeft,.emptyRight{
        display:none;
    }
    .imgTopLeft{
        width:512px;
        text-align:center;
        background-color:#d8e3eb;
        margin:-20px -40px 20px -40px;
        float:none;
        
    }
    .boxRightIcon {
        margin-bottom:1em;
                    }
    article.content h3 {
        font-size:1.25em;
    }
    ul.benefitsList {
        float: none;
        list-style-type: none;
        width: 100%;
        margin:0 !important;
    }
    
.benefitsList li.empty {
    display:none;
}
.benefitsList li {
    height: 80px;
}
.partnersList .empty{
    display:none;
}

ul.overview li.empty.desktop{
    display:none;
}
ul.overview li.empty.mobile{
    display:block;
}
.videoPlayer iframe{
    width:480px;
    height:270px;
}
.videoPlayer {
   width:480px;
}
.videosList {
  width:480px;
}
.videosList .videoInfo {   
    width: 270px;
    font-size:0.7em;
}

.mediasList {
  width:480px;
  
}
.mediasList .mediaInfo {   
    width: 310px;
    font-size:0.7em;
}
.mediasList .mediaInfo .hideMobile{   
    display:none;
}
.eventsEmpty.hideMobile{   
    display:none;
}
.poster2 #posterOverlay2.hideMobile{   
    display:none;
}
.poster2{
    width:100%;
}
.mediasList .mediaInfo .hideDesktop{   
    display:inline;
}
.poster {
    float: none;
    margin-right: 0px;
    width: 100%;
    display:none;
}
.posterContainer {
    height: auto;
    padding: 40px;
}
.posters {
    float: none;
    width: 100%;
}

.posters ul li {
    float:none;
    width:100%; 
    margin: 0 0 22px 0px;
}

.blockV {
    float: none;
    height: 220px;
    margin: -20px -40px 20px -40px;
    width: 512px;
}
.blockVL {
    float: none;
    height: 220px;
    margin: -20px -40px 20px -40px;
    width: 512px;
}
.content.projects .blockV,
.content.projects .blockVL{
    height: 220px;
    margin-bottom:40px;
}

.content.projects{
    height:auto !important;
}
.projectsMenuCol1{
    float:none;
    width:100%;
    margin-bottom:20px;
}
.projectsMenu a{
  background: transparent url("images/icon_arrow_right_blue.png") no-repeat scroll 0 4px;
  font-size: 16px;  
}
.projectsMenuCol2,
.projectsMenuCol3{
    width:50%;
}
.projectsMenu {
  padding: 40px 40px 40px 60px;
}
.blockVCitate{
    width:256px;
    float:left;
}
.blockVOffers{
    width:256px;
    float:left;
}
.blockH{
   width: 512px; 
   margin: -20px -40px 20px -40px;
    height:auto;
}
.blockHCitate{
    float:none;
    width:512px;
    height:160px;
}
.blockHText{
    float:none;
    width:512px;
   
}
.blockHCitate .citateArrowLeft {
    display: block;
    float: left;
    margin-bottom: 4px;
    margin-left: -23px;
    margin-right: 440px;
}

.blockHCitate .citateArrowRight {
    display: block;
    float: right;
    margin-left: 440px;
    margin-right: -23px;
    margin-top: 4px;
}
.boxTipsRight{
    width:256px;
    font-size: 1.25em;
    padding: 80px 10px 0;
}
.colLeft,.colRight{
    width:100% !important;
    margin:0 !important;
}
.partnerDetails .partnerDetailsText{
   width: 100%;
   float:none;
}
.partnerDetails .partnerDetailsImage{
   width: 100%;
   float:none;
   margin-bottom:20px;
}
.imprintImage{
    margin:0 0 40px 0;
}
.tipsContainer.active {
    height: 3050px;
    top: 274px;
}
.boxCalculatorLeft,.boxCalculatorRight{
    float:none;
    width:100%;
}
.boxCalculatorLeft{
    height:240px;
}
#boxCalculator{
    height:auto;
}
section.boxCalculator {
        height:auto;
}
.boxCalculatorRight{
    height:287px;
}

.boxCalculatorSlideLeft div {
    padding-left:40px;
}
.boxCalculatorSlides {
    height: 288px;
}
.boxCalculatorSlideRight a{
    font-size:18px;
}
.boxCalculatorResult {
    padding: 40px 40px 0 80px;
}
.boxCalculatorSlideLeft h2 {
    font-size: 24px;    
}

.boxCalculatorSlideLeft h3 {
    font-size: 20px;    
}
.boxCalculatorSlideLeft div {
    padding-top: 140px;
}
.boxCalculatorSlideLeft div{
    background-position:center 20px !important;
    background-size:80px auto !important;
}
.buddyappHeadline1 {    
    padding: 40px 40px 400px 40px;
}
.buddyappPhone {
    left: 130px; 
    top: -400px;
}
.buddyappHeadline2 {
    padding: 180px 0 40px 40px;
}
.buddyappVideoPlayer iframe{
    width:480px;
    height:270px;
}
.buddyappHeadline1 h1{
    text-align:center;
}
.buddyappVideoHeadline{
    width:100%;
    font-size: 16px;
    padding:20px;
}
.buddyappVideoHeadline span {
   
    font-size: 14px;
    padding-top: 0;
   
}
.buddyappVideoFooter{
    width:100%;
    padding:20px;
}
.buddyappVideoFooter span {
   padding-top: 0;   
}
.buddyappTipps ul li{
    width:50%;
}
.buddyappDownloadLeft,
.buddyappDownloadRight{
    width:100%;
    float:none;
}
.buddyappDownloadLeft{
    margin-bottom:80px;
}
.buddyappDownloadRight {
    border-left: 0px solid #00427b;    
}
.buddyappDownloadOr {
  position:static;
  text-align:center;
  width:100%;
  margin:-50px 0 20px 0;  
}
.buddyappPartner h3 {
  font-size: 18px;
}
.buddyappPartner ul li {    
    width: 50%;
}
.buddyappInfos {
  padding: 70px 40px;
}
.buddyappInfosLeft,
.buddyappInfosRight{
    width:100%;
    float:none;
}
.buddyappInfosRight{
    padding-left:0;
    padding-top:40px;
}
.providersList li{
    margin:8px;
}
.buddyappLayer .buddyappHeader .buddyappLayerImage{
    top:180px;
    left:120px;
}
.buddyappLayer .buddyappHeader{
    padding:70px 40px 440px 40px
}
.buddyappLayer .buddyappHeader h1{
    text-align: center;
}
.buddyappLayer .buddyappHeader i{
    bottom:-271px;
}
.buddyappContent {
    padding: 298px 40px 40px;
}

.eventLeft,.eventRight{
    width:100%;
    float:none;
    margin:0%;
}
.eventLeft{
    margin-bottom:30px;
}
.eventLeft h1{
    font-size:25px !important;
}
.eventLeft h2{
    font-size:35px !important;    
    line-height:37px !important;
    margin-bottom: 20px;
}
.eventsDay{
    width:50%;
}
.eventsEmpty{
    width:50%;
}
.eventsMonth{
    width:50%;
}
.boxEvents{
    width:100%;
    height:auto;
    line-height:0;
}
.communitySocial .communitySocialBoxRight, .communitySocial .communitySocialBoxLeft{
    width:100%;
    float:none;
    margin-top:0 !important;
}
.communitySocial {
    padding: 0 20px;
}
.communitySocial ul li {
    font-size: 0.75em;
    line-height: 1.6em;
}
.communitySocial hr {
    margin-bottom:30px;
}
.communityForm {
    padding: 0 20px;
}
.communityForm .communityFormContainer {
    width: 100%;
}
.communityForm .communityFormButtonLeft {
    margin-right: 2%;
    width: 49%;
}
.communityForm .communityFormButtonRight {
    width: 49%;
}
.communityForm .communityFormButtonLeft button, .communityForm .communityFormButtonRight button {
    font-size: 0.7em;
    padding: 10px 4px;    
}
.communityForm .communityFormButtonLeft p, .communityForm .communityFormButtonRight p {
    padding-top: 10px;
    font-size:0.875em;
}
.communityFormContainerRow button {
    font-size: 0.9em;    
}
.communityFormContainerRow button {
    margin-left: 10px;
}
.communityUserVideosSlider {
    height: 201px;
}
.communityUserVideos .communityUserVideoContent {
    padding: 20px 20px 0px 20px;
}
.communityUserVideos .communityUserVideoContent .communityUserVideoContentImage {
    position: static;
}
.communityUserVideos .communityUserVideoContent .communityUserVideoContentShare {
    position: static;
    margin-bottom:20px;
    text-align: right;
}
.communityUserVideos .communityUserVideoContent p {
    font-size: 1em;
    padding-right: 0px;
}
.communityUserVideoContentImage img{
    max-width:300px;
}
.communityUserVideoContentImage{
    text-align:center;
}
.communityUserVideosSlider .contentHolder {
    margin-top: -63px;
}
.iconOver{
    top:180px !important;
}
.communityUserVideosSlider .bannerControls {
    margin-top: 90px !important;
}
.communityLayerBackground#lyForm{
    background: transparent url("images/layer_bg.png") repeat scroll 0 0;   
    height: 120%;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    top: -20%;
    width: 100%;
    z-index: 20000;
    display:none;
}

a.film-competition-down{
    padding:18px 60px 18px 60px;
font-size:20px;
}
a.film-competition-down:before{
    left:28px;
    top:23px;    
}
a.film-competition-down:after{
    right:28px;
    top:23px;    
}
a.film-competition-down:hover:before{
    left:28px;
    top:23px;    
}
a.film-competition-down:hover:after{
    right:28px;
    top:23px;    
}


}

/* Film Competition */

.film-competition-top{
    text-align: center;
}
.film-competition-top h1{
    font-size: 25px;
    transform:none;
}
.film-competition-top p{
    font-size: 18px;
}
.film-competition-top a{
    font-size: 16px;
    font-family: 'UNI-BOLD', sans-serif;
    text-decoration:none;
    background: transparent url("images/film-competition/icon_arrow.png") no-repeat 0 3px;   
    padding-left:35px;
    display:inline-block;
}
.fc-participants{
    padding-bottom:40px;
}
.fc-participants ul{
    list-style:none;
}
.fc-participants ul li{
    float:left;
    width:50%;
    padding:20px;
    height:460px;
}
.fc-participants ul li h3{
    font-size:18px;
    margin-bottom: 10px;
}
.fc-participants ul li p{
    font-size:16px;
    margin-bottom: 10px;
}
.fc-participants ul li p img{
   vertical-align: middle;
   margin-left:4px;
   margin-top:-2px;
}
.fc-video{
    height:262px;
    background-color:#b1b1b2;
    position:relative;
    margin-bottom:20px;
    overflow:hidden;
}
.fc-participants ul li .fc-video img.fc-play{
    position:absolute;
    top:50%;
    left:50%;
    margin:-41px 0 0 -41px;
    cursor:pointer;
    width:auto;
    z-index:100;
}
.fc-participants ul li .fc-video img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    cursor:pointer;
}
.fc-button button{
    height:70px;
    width:280px;
     font-family: 'UNI-BOLD', sans-serif;
     text-transform: uppercase;
     text-align:center;
     color:#fff;
     background:#00427a;
     font-size:25px;
     letter-spacing: 3px;
}
.fc-social{
    float:right; 
    padding-top:14px;
}
.fc-social img{
    margin-left:14px;
}
.film-competition-info{
    clear:both;
    text-align:center;
    color:#fff;
    background:#00427a;  
    padding:10px 0 40px 0;
}
.film-competition-info h1{
    font-size: 25px;
    transform:none;
}
.film-competition-info p{
    font-size: 18px;
}
.film-competition-info img{
    margin-bottom:40px;
}
.fc-left,
.fc-right{
    float:left;
    width:50%;
    position:relative;
    padding-top:140px;
}
.fc-left{
    text-align: right;
    padding-right:30px;
    background: transparent url("images/film-competition/logo_jury.png") no-repeat 344px 0px;   
}
.fc-right{
    padding-left:30px;
    background: transparent url("images/film-competition/logo_public.png") no-repeat 10px 0px; 
}
article.content.film-competition-prices{
    padding-bottom:50px;
}
.film-competition-prices h2{
    font-size: 25px;
    font-family: 'UNI-BOLD', sans-serif;
    transform:none;
    margin-bottom:10px;
    text-transform: uppercase;
}
.film-competition-prices p{
    font-size: 18px;
}
.film-competition-prices p.amount{
    font-size: 24px;
    font-family: 'UNI-BOLD', sans-serif;
    color:#809db9;
}
.film-competition-prices i{
    position:absolute;
    right:0;
    width:3px;
    height:150px;
    top:130px;
    background:#f1f5f8;
}
.film-competition-jury{
    background:#f1f5f8;
    padding-top:70px;
    text-align:center;    
}
.film-competition-jury h1{
    font-size: 30px;   
    transform:none;
    margin-bottom:60px;
    text-transform: uppercase;
}
.film-competition-jury ul{
    list-style: none;
    margin-left:90px;
}
.film-competition-jury ul li{
    width:182px;
    float:left;
    margin:0 50px 10px 50px;
    color:#407099;
    height: 500px;
}
.fc-jury-img{
    margin-bottom:30px;
}
.film-competition-jury ul li h3{
    font-size:25px;
    font-family: 'UNI-BOLD', sans-serif;
    margin-bottom:10px;
}
.film-competition-jury ul li p{
    font-size:18px;
}

.fc-info-layer {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    display:none;
}
.fc-info-layer-content{
    background:#fff;
    padding:50px 40px 25px 40px;
    width:400px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-200px 0 0 -200px;
    font-size:18px;
}
.fc-info-layer-content h4{
    margin-bottom:10px;
    font-family: 'Roboto', sans-serif;
}

.fc-info-layer-content button{
    height:60px;
    width:220px;
    font-family: 'UNI-BOLD', sans-serif;
    text-transform: uppercase;
    text-align:center;
    color:#fff;
    background:#00427a;
    font-size:25px;
    letter-spacing: 3px;
    margin:auto;
    display:block;
    margin-top:30px;
}
.fc-btn-info{
    cursor:pointer;
}




.fc-vote-layer {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    display:none;
}
.fc-vote-layer-content{
    background:#fff;
    padding:50px 40px 25px 40px;
    width:560px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-300px 0 0 -280px;
    font-size:32px;
}
.fc-vote-layer-content p{
    margin-bottom:10px;
    font-family: 'UNI-BOLD', sans-serif;
    color:#00427a;    
}
.fc-vote-layer-content p span{
    color:#cd2741;    
}

.fc-vote-layer-content button{
    height:60px;
    width:220px;
    font-family: 'UNI-BOLD', sans-serif;
    text-transform: uppercase;
    text-align:center;
    color:#fff;
    background:#00427a;
    font-size:25px;
    letter-spacing: 3px;
    margin:auto;
    display:inline-block;
    margin:30px 10px 0 10px;
}
.fc-vote-layer-content button.fc-btn-abort{
    color:#00427a;
    background:#FFF;
    border:3px solid #00427a;
}
.fc-btn-info{
    cursor:pointer;
}
.fc-checked{
    background: #20afe1 url("images/film-competition/icon_check.png") no-repeat scroll 20px 20px;
    color: #fff;
    display: block;
    font-family: "UNI-BOLD",sans-serif;
    font-size: 25px;
    height: 70px;
    letter-spacing: 3px;
    line-height: 70px;
    padding-right: 11px;
    text-align: right;
    text-transform: uppercase;
    width: 280px;
}

.fc-vimeo-layer {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    display:none;
}
.fc-vimeo-layer-content{
    background:#666;
    padding:0px;
    width:930px;
    height:530px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-265px 0 0 -465px;
}
.fc-vimeo-layer-close{
    position:absolute;
    cursor:pointer;
    top:-30px;
    right:0;
}

.film-competition-all{
    background:#f1f5f8;
    text-align:center;
    padding:80px 0 80px 0;
    
}
.film-competition-all h1{
    font-size: 24px;   
    transform:none;
    margin-bottom:0px;
    line-height:44px;
    text-transform: uppercase;
}
.fc-btn-all{
    font-family: "UNI-BOLD",sans-serif;
    text-transform: uppercase;
    border:2px solid #00427b;
    font-size: 24px;
    padding:10px 10px 10px 70px;
    width:90%;
    max-width:440px;
    margin:40px auto 0 auto;
    cursor:pointer;
    background: transparent url("images/film-competition/icon_arrow_big.png") no-repeat scroll 20px 13px;
}

.film-competition-thanks{
    background:#bed0de;
    text-align:center;
    padding:20px 0 35px 0;
    color:#407099;
}
.film-competition-thanks h1{
    font-size: 76px;   
    transform:none;
    margin-bottom:0px;
    line-height:86px;
    text-transform: uppercase;
    font-weight:normal;
    font-family: "UNI",sans-serif;
    margin-bottom:42px;
}
.film-competition-thanks h1 span{
    font-weight:bold;
    display:block;
    font-family: "UNI-BOLD",sans-serif;
}
.film-competition-thanks p{
    font-size: 22px;
    line-height:31px;
    color:#00427a;
}
img.price{
    position:absolute;
    right:20px;
    top:6px;
    z-index:50;
}
img.price-info{
    position:absolute;
    right:38px;
    top:87px;
    z-index:49;
    width:80px;
}
.fc-participants ul li{
    position:relative;
}
.fc-percent{
    font-size: 70px;
    color:#20afe1;
    font-family: "UNI-BOLD",sans-serif;
    width:290px;
    margin-top:-8px;
}
.fc-percent span{
    display:block;
    float:right;
    font-size: 28px;
    color:#cccccc;
    text-transform: uppercase;
    line-height:1.2em;
    padding-top:1px;
    width:142px;
}
ul.filmaward-gallery{
    list-style:none;
    clear:right;
}
ul.filmaward-gallery li{
    float:left;
    margin:10px;
    width: 230px;
    overflow: hidden;
    height:230px;
    position:relative;
    background-color:#efefef;
}
ul.filmaward-gallery li img.vt{
    width:100%;
    height:auto;
}
ul.filmaward-gallery li img.hz{
    width:auto;
    height:210px;
}
ul.filmaward-gallery li a.filmaward-gallery-download{
    width:100%;
    display:inline-block;
    line-height:20px;
    text-align: center;
    position:absolute;
    bottom:0;
    background-color:#00427b;
    color:#ffffff;
    text-decoration: none;
    font-size:0.85em;
}
.filmaward-gallery-download-all{
    float:right;
    font-size:0.9em;
    display:inline-block;
    margin:0 12px 12px 0;
    border:1px solid #00427b;
    padding:4px 10px;
    text-decoration:none;
}



@media screen and (max-width: 1023px) {
    article.content ul.ncd li h4{
    padding-top:10px;
    font-size:1.125em;
    margin-bottom:10px;
}
article.content ul.ncd li > img {
    margin-right: 20px;
}
article.content ul.ncd li br {
    display:none;
}
article.content ul.ncd .citate {
    margin-right: 20px;
}
    .startImageFull img{
   height:auto;
   width:100%;
}
.fc-participants ul li{
    width:100%;
    margin-bottom:20px;
}
.fc-left{
    width:100%;
    text-align:center;
    padding-left:0;
    background: transparent url("images/film-competition/logo_jury.png") no-repeat scroll center 0;
        margin-bottom:30px;
}
.fc-left i{
    display:none
}
.fc-right{
    width:100%;
    text-align:center;
    padding-left:0;
    background: transparent url("images/film-competition/logo_public.png") no-repeat scroll center 0
}

.fc-vimeo-layer-content {
    height: 300px;
    margin: -165px 0 0 -255px;
    width: 510px;
}
.footer .lnk-fb{
    position:static;
    display:table;
    margin:auto;
    margin-top:20px;
}
.footer ul li{
    padding:0 16px 0 16px;
}
.film-competition-thanks p br{
    display:none;
}
.film-competition-thanks p{
    font-size:18px;
    line-height:23px;
}
.film-competition-thanks h1{
    margin-bottom:22px;
}
.partnerShop{
    padding:70px 20px;
}
.partnerShop h3{
    padding-top:40px;
}
.partnerShop ul li{
   width:100%;
   padding:20px;
   text-align:center;
   padding-bottom:0;
}
.partnerShop ul li p{
    max-width: 280px;
    margin-left:auto;
    margin-right:auto;
}
.partnerShop ul li:last-child{
    padding-top:0;
    padding-bottom:20px;
}
#post-3881,#post-3883{
    padding-top:40px;
}
#post-3866{
    padding-top:50px;
}
}