@charset "UTF-8";

/*FONTS*/

@font-face {
    font-family:'Vodafone';
    src: url(../fonts/Vodafone.ttf) format: ('truetype');
	font-weight:normal;
}

@font-face {
    font-family:'Helvetica';
    src: url(../fonts/HelveNeuThin.ttf) format: ('truetype');
    font-weight:lighter;
	}
	
@font-face {
    font-family:'Helvetica';
    src: url(../fonts/HelveNeuRoman.ttf) format: ('truetype');
    font-weight:normal;
	}

@font-face {
    font-family:'Helvetica';
    src: url(../fonts/HelveNeuBold.ttf) format: ('truetype');
    font-weight:bolder;
	}
@font-face {
	font-family: 'icomoon';
	src:url(../fonts/icomoon.eot?x710ck);
	src:url(../fonts/icomoon.eot?x710ck#iefix) format('embedded-opentype'),
		url(../fonts/icomoon.ttf?x710ck) format('truetype'),
		url(../fonts/icomoon.woff?x710ck) format('woff'),
		url(../fonts/icomoon.svg?x710ck#icomoon) format('svg');
	font-weight: normal;
	font-style: normal;
}



body {
	margin:0;
	padding:0;
	font-family:'Helvetica', 'Arial', 'sans-serif';
	font-size:18px;
	line-height:31px;
	color:#333333;
	font-weight:100;
	-webkit-text-size-adjust: 100%;
	}
section {
    position: relative;
}

.typo-red {
	color: #e60000;
}

.typo-gray {
	color: #c9c9c9;
}

.hide {
	display: none;
}

.hide-desktop {
	display: none;
}


/*GRID SYSTEM*/

.content {
	width:100%;
	overflow:hidden;
	padding:20px 0 50px 0;
	background:white;
	margin:0;
	position:absolute;
	z-index:20 !important;
	}

.content-home {
	top:100vh;
	}

.container {
	width:1020px;
	margin:auto;
	overflow:hidden;
	margin-bottom:31px;
	}

.wrap {
	width:1021px;
	margin-left:-1px;
	padding-left:1px;
	overflow:hidden;
	}

.row {
	overflow:hidden;
	clear:both;
	}
	
.first {
	clear:both;
	}
	


.col {
	margin:20px 1px 20px 0;
	padding:0;
	float:left;
    box-sizing: border-box;
	}

.col-1 {
	width:84px;
	}

.col-2 {
	width:169px;
	}

.col-3 {
	width:253px;
	}

.col-4 {
	width:339px;
	}
.news-entry-section > div:nth-child(3n+5) {
	width: 338px;
}
.col-5 {
	width:424px;
	}

.col-6 {
	width:509px;
	}

.col-7 {
	width:594px;
	}

.col-8 {
	width:679px;
	}

.col-9 {
	width:764px;
	}

.col-10 {
	width:849px;
	}

.col-11 {
	width:934px;
	}

.col-12 {
	width:1019px;
	}
.offset-4 {
    margin-left: 339px;
}

.pt-50 {
    padding: 50px 0 !important;
}
.pt-100 {
    padding: 100px 0 !important;
}
	
/*CONTENT*/

.text-right {
     text-align: right;
 }
.text-left {
    text-align: left;
}
.content-home .container .first-section .first-in-layout a, .content-home .container .first-section .first-in-layout a:hover {
    text-decoration: none;
}
.content-home .container .first-section .first-in-layout h3 {
    font-size: 22px;
}
.fromyoutube {
	overflow: hidden;
/*    margin-bottom: 6px;*/
}
.fromyoutube img {
    margin: -10% 0;
}

::-webkit-media-controls {
	display:none !important;
}
video::-webkit-media-controls {
	display:none !important;
}

/*HEADER*/

header {
	height:500px;
	}

nav {
	position:fixed;
	width:1020px;
	left:0;
	right:0;
	margin:auto;
	z-index:10;
	height:100px;
	}

nav.sticky {
	background:white;
	z-index:30;
	}
#header.sticky {
	background:white;
	height: 600px;
}

.fullw {
	width:100%;
	height:100px;
	display:inline;
	}

.fullw.sticky {
	background:white;
	position:fixed;
	left:0;
	right:0;
	top:0;
	overflow:hidden;
	z-index:70;
	height: 100px;
	}

.slick-dots {
    top:420px
}

#home-video {
	width: 100%;
}

#home-video > .play-button {
    display: none !important;
}

/*#home-video video {*/
    /*height: 100vh;*/
    /*left: 0;*/
    /*position: fixed;*/
    /*min-width: 100%;*/
    /*min-height: 100%;*/
    /*right: 0;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*z-index: 0;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*min-width: 100%;*/
    /*min-height: 100%;*/
    /*width: auto;*/
    /*height: auto;*/
    /*-webkit-transform: translateX(-50%) translateY(-50%);*/
    /*transform: translateX(-50%) translateY(-50%);*/
	/*background:transparent url('/wp-content/themes/vodafone-institute/links/platzhalter-video.jpg') no-repeat 0 0;*/
	/*-webkit-background-size:cover;*/
	/*-moz-background-size:cover;*/
	/*-o-background-size:cover;*/
	/*background-size:cover;*/
/*}*/
#home-video video {
	background-size: cover;
	height: auto;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
  	-moz-transform: translateX(-50%) translateY(-50%);
  	-ms-transform: translateX(-50%) translateY(-50%);
  	-o-transform: translateX(-50%) translateY(-50%);
  	-webkit-transform: -webkit-translateX(-50%) -webkit-translateY(-50%);
	width: auto;
	z-index: 0;
}

#home-video .play-button {
    background: rgba(0, 0, 0, 0) url("../links/play.png") no-repeat scroll center center / 117px 117px;
    bottom: 0;
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 117px;
    z-index: 1;
}
#home-video .play-button:hover {
	background: rgba(0, 0, 0, 0) url("../links/play_hover.png") no-repeat scroll center center / 117px 117px;
	width: 117px;
}

#home-video .play-button span {
    height: 117px;
}

#home-video .play-button span:hover {
    cursor: pointer;
}



#home-fullslider {
	width: 100%;
	height: 100%;
	margin: 0 !important;
	overflow: hidden;
	z-index: -6;
	position: fixed !important;
	background: black;
}

#home-fullslider div {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
}



.homeslider-headline .play-button {
    background: rgba(0, 0, 0, 0) url("../links/play.png") no-repeat scroll center center / 75px 75px;
    bottom: 0;
    display: block;
    left: 0;
    margin: -75px auto 0 auto;
    right: 0;
    top: 0;
    width: 75px;
    height: 75px;
    z-index: 1;
}
.homeslider-headline .play-button:hover {
	background: rgba(0, 0, 0, 0) url("../links/play_hover.png") no-repeat scroll center center / 75px 75px;
}
.homeslider-headline .popup-youtube {
    float: left;
    height: 75px;
    position: absolute;
    text-align: center;
    top: 210px;
    width: 100vw;
}

.video-thumbnail a:hover p {
    text-decoration: underline;
}

.video-thumbnail .play-button {
    background: rgba(0, 0, 0, 0) url("../links/play.png") no-repeat scroll center center / 55px 55px;
    bottom: 0;
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    z-index: 1;
	}
.video-thumbnail .play-button:hover {
	background: rgba(0, 0, 0, 0) url("../links/play_hover.png") no-repeat scroll center center / 55px 55px;
}

.mfp-title {
    position:absolute;
    color: #FFF;
    margin: 30px 0;
    line-height: 22px !important;
}

#home-video > h3 {
    bottom: 25px;
    color: white;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    width: 1020px;
}

#home-video .fa {
	vertical-align:text-bottom;
	}

.no-margin {
	margin-top:-20px !important;
	}

/*MENU*/

#grey_layer {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	color:black;
	opacity:0.6;
	z-index:8;
	display:none;
	}

.slicknav_menu {
	display:none;
	}

#menu {
	float: right;
    height: 80px !important;
    margin:-1px auto 0;
    padding: 0;
    text-align: right;
    width: auto;
	color:white;
	}

#menu.sticky {
	color:#333333;
	}


#menu li {
	margin-left:38px;
	float:left;
	text-transform:uppercase;
	padding-top:30px;
	list-style:none;
	letter-spacing:1px;
	font-weight:normal;
	}

#menu li a:hover {
	text-decoration:underline;
	}

#menu li a.active {
	font-weight:600;
	}


#menu .sub  {
	display:none;
	opacity:0.5 !important;
	}

#speechmark {
	position:absolute;
	left: -1130px;
    margin: auto;
    right: 0;
    top: 37px;
    width: 65px;
	z-index: 2;
	}
#poster {
	width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

 
#logo-line {
	height:60px;
    width:263px;
	margin:35px auto auto auto !important;
	padding-top:0;
	background-repeat:no-repeat;
	background-size:100%;
}

#logo-line.sticky {
	margin-top: 36px !important;
}


#logo-line .logo-big {
	display: inline;
	height:60px;
}
#logo-line .logo-small {
	display: none;
	height:40px;
}

#logo-line.sticky .logo-big {
	display: none !important;
}
#logo-line.sticky .logo-small {
	display: inline !important;
}

#logo-line-mobile {
	display:none;
    width:260px;
	margin:25px auto auto auto !important;
	height:50px;
}
#logo-line-mobile .logo-mobile {
	height: 50px;
}

.language {
	float:left;
	margin-top:35px;
	}

.multilanguage {
	clear:both;
	font-size:12px !important;
	padding-top:0 !important;
	height:15px;
	line-height: initial;
	}

.multilanguage a {
	line-height: initial;
	padding: 2px 4px;
	}
.multilanguage a:hover {
	text-decoration:underline;
	}

.mobile-language {
	display:none;
	}
/* .wpb_video_widget.wpb_content_element, .wpb_single_image { margin-bottom: 0 !important;} */

.first-article-padding {padding-right: 10px;}
.more-btn-margin {margin-top: -10px !important;}
.more-btn-margin-1 {margin-top: -15px !important;}
.mouseover-div:hover img{
	opacity:0.6;
	transform: translate3d(0px,0px,0px);
	transition: opacity ease .5s;
}
.social-btn-abstand {margin-right: 10px;}

/*HEADER CONTENT*/

.header-content {
	width:100%;
	height:500px;
	margin:0;
	padding:0;
	position:fixed;
	z-index:-5;
	top:0;
	left:0;
	right:0;
	overflow:hidden;
	}

.header-headline {
	height:400px;
	vertical-align:bottom;
	display:table-cell;
	}

.header-content img {
	width:100%;
	display:block;
	}

.homeslider-img {
	height:500px;
	margin:0 !important;
	width:100%;
	margin:0;
	overflow:hidden;
	z-index:-6;
	position:fixed !important;
	background:black;
	}

.homeslider-img img {
	width:100%;
	}

.homeslider-headline {
	position:fixed !important;
	z-index:5 !important;
	width:100% !important;
	margin:auto !important;
	left:0 !important;
	right:0 !important;
	color:white !important;
    top:0 !important;
	}

.slide-top {
	margin:auto;
	font-weight:100;
	font-size:14px;
	width:1020px;
	}

.teaser-slider {
	display:none !important;
	}

.homeslider-headline a {
	display:block;
	width:1020px;
	margin:0 auto;
	}

.homeslider-img .fa.fa-play-circle-o {
	display:block;
	text-align:center;
	position:absolute;
	top:180px;
	width:100vw;
	font-size:66px;
	color:white;
	z-index:2;
	}


.video-preview {
	opacity:0.6;
	}

.video-thumbnail {
    position: relative;
    max-height: 120px;
    overflow: hidden;
    margin-bottom: 10px;
	}
.homeslider-img-container {
	/*margin-bottom:-50px;*/
    position: relative;
	}

.video-thumbnail .fa.fa-play-circle-o {
    display: block;
    font-size: 50px;
    position: relative;
    text-align: center;
    top: -110px;
    width: 100%;
    z-index: 10;
	color:white;
	}

.slick-slide {
	overflow:hidden;
	}

.homeslider-img .slick-slide {
    height: 500px !important;
	}
.homeslider-headline .slick-slide {
    height: 500px !important;
	}


/*GRADIENT*/

#gradient-top {
	width:100%;
	height:120px;
	background-image:url(../links/gradient_top.png);
	background-size:contain;
	background-repeat:repeat-x;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:0;
		}
	
#gradient-bottom {
	width:100%;
	height:500px;
	background-image:url(../links/gradient_bottom.png);
	background-size:contain;
	background-repeat:repeat-x;
	background-position:bottom;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:-5;
	}

/*CONTAINER CONTENT*/

.thumbnail {
	width:100%;
	height:auto;
	display:block;
	margin-bottom: 3px;
	}
.about .thumbnail{
	margin-bottom: 10px;
}
.post-type-archive-press-releases .thumbnail,
.category-press-releases .thumbnail,
.category-pressemitteilungen .thumbnail,
.post-type-archive-publications .thumbnail,
.category-publications .thumbnail,
.category-publikationen .thumbnail {
	margin-bottom: 15px;
}
.full-width-img {
	display:block;
	margin:0;
	width:100%;
	}

.more-footer {
    border-top: 1px solid #333;
    clear: both;
    margin-top: 0;
    padding-top: 20px;
}

.video-embed iframe {
	width:1020px; 
	height:574px
	}

.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
    padding-top: 0px !important;
}

.video-wrapped {
	width: 100% !important;
	height: 0px !important;
	padding-top: 56.25% !important;
}

.wpb_video_widget .wpb_video_wrapper .video-wrapped {
	padding-top: 56.25% !important;
}

.video-wrapped .play-button {
    background: rgba(0, 0, 0, 0) url("../links/play.png") no-repeat scroll center center / 70px 70px;
    bottom: 0;
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    z-index: 2;
}

.video-wrapped .play-button.activestate {
	background: rgba(0, 0, 0, 0) url("../links/play_hover.png") no-repeat scroll center center / 70px 70px;
	cursor: pointer;
}

@media screen and (max-width: 800px) {

	.video-wrapped .play-button {
	    background: rgba(0, 0, 0, 0) url("../links/play.png") no-repeat scroll center center / 50px 50px;
	}

	.video-wrapped .play-button.activestate {
		background: rgba(0, 0, 0, 0) url("../links/play_hover.png") no-repeat scroll center center / 50px 50px;
	}

}

.video-wrapped .video-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    display: block;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    transition: background-color .5s ease;
    z-index: 1;
}

.video-wrapped .video-overlay.activestate {
    background-color: rgba(0, 0, 0, 0.1);
    transition: background-color .5s ease;
    cursor: pointer;
}

.wrap > .video-wrapped iframe {
	width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table {
	width:100%;
	text-align:left;
	border-collapse:collapse;
	margin:0 0 30px 0;
	}

th, td {
    padding: 7px 0;
}

tr {
	border-bottom:1px solid #888;
	}


.sidebar > img {
    margin-top: 26px;
    width: 87%;
}

/*TYPOGRAPHY*/

a {
	text-decoration:none;
	color:inherit;
	display:inline-block;
	transition:ease all 0.5s;
	}


p a, .link {
	text-decoration:underline;
	display:inline;
	}

p a:hover, a:hover .link, .link:hover {
	text-decoration:none;
	}

p.small {
    font-size: 14px;
    line-height: 24px;
	margin-top:10px;
    margin-bottom: 0;
    margin-right: 15px;
}

hr{
    border: 0;
    border-top: 1px solid black;
    margin: 0 0 50px 0;
}

a.download-link:hover {
	text-decoration: none;
}

.download-link {
	font-weight:600;
	text-decoration:underline;
	display:block;
	margin-right:10px;
	}

.download-link > p {
	font-size:12px;
	width:auto;
	display:inline;
	}

.download-link img {
	height:14px;
	margin-right:5px;
	display:inline;
	vertical-align:middle;
	}

q {
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    padding: 10px 0;
    quotes: none;
}
strong {
    font-weight: 700;
}

.sub-headline {
	font-size:22px;
	font-weight:600;
	margin:30px 0 18px 0;
	}


.bu {
    font-size: 14px;
    margin: -28px 0 0;
	line-height:16px;
}

.small-text {
    font-size: 14px;
	line-height:16px;
}

.breadcrumb {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
a {outline : none;}
.breadcrumb a {
	text-decoration:none !important;
	}

.breadcrumb a:hover {
	text-decoration:underline !important;
	}

.list {
    margin: 0;
    padding: 0;
	list-style:none;
}

.list li {
	margin:5px 0;
	}
.mfp-bg {
    opacity: 0.95 !important;
}
.mfp-close {
    font-family: Times New Roman !important;
    font-size: 48px !important;
    font-weight: 100 !important;
}
.mfp-iframe-holder .mfp-close {
    top: -55px !important;
}
.download li {
	background-image:url(../links/arrow-down.png);
	padding-left:40px;
	background-size:19px 19px;
	background-position:0px 5px;
	background-repeat:no-repeat;
	}


/* research */

.category-41 .container h1, .category-42 .container h1 {
    float: left;
}
.container .publications {
    margin-top: 12px;
    font-weight: bold;
    float: right;
    text-decoration: underline;
}
.container .publications:hover {
    text-decoration: none;
}




/* press coverage */

.category .wrap .col a, .post-type-archive .wrap .col a {
	width: 100%;
}

.press-logothumbnail-outer {
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
}

.press-logothumbnail-inner {
	bottom: 0;
	left: 0;
	width: 75%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
}




/* contact */

.contact h2 {
    margin-bottom: 30px;
}
.contact p {
    margin: 10px 0;
}

.contact .col {
    margin: 0 0 0 339px;
}


.contact-form-from p {
    margin: 10px 0
}
.contact-form .col-4, .contact-form .col-8, .contact-form .col-12 {
    display: flex;
    margin: 10px 0;
}
.contact-form input,.contact-form textarea {
    font-size: 18px;
    font-family: "Helvetica","Arial","sans-serif";
    background-color: #f3f3f3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 6px 10px;
    margin: 0 20px 0 0 !important;
    border: none;
    width: 100%;
    display: block;
}
.contact-form textarea {
    height: 280px;
    margin: 0 !important;;
}
.contact-form input[type=submit] {
    background-color: #323333;
    color:#ffffff;
    padding: 6px 22px;
    margin: 20px 0 50px 0 !important;
    width:auto;
}
.contact-form input[type=submit]:hover {
    background-color:#e60000;
    transition:ease all 0.5s;
}

.contact-form label {
    display: none;
}

/* search */
.search .col {
    margin: 20px 20px 20px 0;
}
.search h3 {
    margin: 3px 0 0;
}
.search p {
    font-size: 15px;
    margin: 2px 0;
    line-height: 24px;
}
.search p.small {
    font-size: 12px;
    line-height: 100%;
    margin: 0;
}
.search a .teaser {
    font-size: 12px;
    margin: 0;
    text-decoration: underline;
}
.search .play-button {
    background: rgba(0, 0, 0, 0) url("../links/play.png") no-repeat scroll center center / 90px 90px;
    bottom: 0;
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    z-index: 1;
}
.search .play-button:hover {
	background: rgba(0, 0, 0, 0) url("../links/play_hover.png") no-repeat scroll center center / 90px 90px;
}
a.download:hover {
    text-decoration: none;
}
a.download {
    background-image:url(../links/arrow-down.png);
    font-size: 12px;
    font-weight: 600;
    padding: 0 15px 0 25px;
    background-size:19px 19px;
    background-position:0px 5px;
    background-repeat:no-repeat;
    text-decoration: underline;
}

/* pagination */
ul.pagination {
    list-style-type: none;
    margin: 20px 0 0;
    padding: 0;
    display: table;
    width: 100%;
}
ul.pagination li {
    padding: 3px;
    margin: 0 5px;
    line-height: 100%;
    display: table-cell;
    width: 10px;
}
ul.pagination li:first-child, ul.pagination li:last-child {
    background-color: #000000;
    color: #ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top:2px;
    margin-right:2px;
    padding: 0 1px;
    line-height: 100%;
    width: 10px;
    max-width: 10px;
}
ul.pagination li:first-child:hover, ul.pagination li:last-child:hover {
    background-color:#e60000;
    transition:ease all 0.5s;
}
ul.pagination li:nth-child(2) {
    padding-left: 10px;
}
ul.pagination li:nth-child(7) {
    padding-right: 10px;
}
ul.pagination li a, ul.pagination li span  {
    display: block;
    text-align: center;
}
ul.pagination li a:hover, ul.pagination li.active {
    text-decoration: underline;
}



::-webkit-input-placeholder {
    color: #a9a9a8 !important;
    font-weight: 100 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #a9a9a8 !important;
    font-weight: 100 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #a9a9a8 !important;
    font-weight: 100 !important;
}

:-ms-input-placeholder {
    color: #a9a9a8 !important;;
}

/*
.download li:before {    
    font-family: 'FontAwesome';
    content: '\f107';
    margin:0 20px 0 -35px;
	}
*/

/*
.download li:before {
	content:url(../links/arrow-down.png);
	margin:0 20px 0 -35px;
	font-size:20px;
	height:y;
	width:x;
	}

*/

	
.link li {    
   	background-image:url(../links/arrow-right.png);
	padding-left:40px;
	background-size:19px 19px;
	background-position:0px 5px;
	background-repeat:no-repeat;
	}


.bulletpoint li {    
   	background-image:url(../links/dash.png);
	padding-left:40px;
	background-size:19px 19px;
	background-position:0px 5px;
	background-repeat:no-repeat;
	}


.list li a {
	text-decoration:underline;
	}

.list li a:hover {
	text-decoration:none;
	}



h1 {
	font-size:48px;
	margin:10px 0;
	line-height:56px;
	font-weight:600;
	padding-right:30%;
	}

.homeslider-headline h1 {
	color:white;
	margin:auto;
	padding-right:200px;
	width:820px;
	line-height:56px !important;
	}
	

.homeslider-headline h3 {
	color:white;
	margin:15px auto 0 auto;
	padding-right:200px;
	width:820px;
	}

.homeslider-headline a {
	display:block;
	width:100%;
	margin:0 auto;
	}

h2 {
    font-size: 34px;
    line-height: 41px;
    margin: 0;
	font-weight:600;
}

h3 {
	font-size:18px;
	line-height:24px;
	margin:0;
	padding:0 25px 0 0;
	font-weight:600;
	}

h3.small {
	font-size:14px;
	line-height:20px;
	}

.subline {
	margin-bottom:0;
	padding-bottom:-2px;
}

.teaser {
	font-size:12px;
	margin:0;
	font-weight:600;
	}
.about .col-6:nth-child(even) {
    float: right;
}
.about .col-6:nth-child(odd) {
    float: left;
}
.about .col-6:after {
    content: "";
    display: table;
    clear: both;
}
.about .col-6 a h3 {
    padding: 15px 0 8px 0;
}
.about .col-6 a p {
    margin: 0 15px 0 0;
}

.pre {
	text-decoration:none !important;
	padding-top: 6px;
	}


a .teaser {
	text-decoration:underline;
	}

a .teaser:hover {
	text-decoration:none;
	}

.sharing {
	margin:0px auto 30px;
	}

.sharing i {
    font-size: 32px;
    margin-right: 15px;
	transition:0.5s all ease;
}

.sharing i:hover {
	color:#e60000;
	}

.links-ahead {
	margin:10px 0 20px 0;
	text-transform:uppercase;
	}

.links-ahead p {
	margin:0;
	}

.links-ahead h3 {
	margin:0;
	padding:3px 0;
	}

.links-ahead a {
	display:block;
	}

.links-ahead a:hover {
	text-decoration:underline;
	}


.twitter-box {
	padding-left: 20px !important;
    margin: 0px 1px 0 -1px !important;
    display: inline-block;
    height: 100%;
    border-left: 1px solid #000000;
}

.incl-date-box {
	padding-left: 0px !important;
	margin: 0px 0px 0 -1px !important;
    display: inline-block;
    height: 100%;
    border-left: 1px solid #000000;
}

.twitter-box-small {
	padding-left: 20px;
    height: 100%;
    border-top: 1px solid #000000;
}

.twitter-box h2,
.twitter-box-small h2 {
    margin: 20px 0 15px 0;
}
.twitter-box h3,
.twitter-box-small h3 {
    font-size: 22px;
    margin: 20px 0 15px 0;
    line-height: 35px;
}

.twitter-box i {
	font-size:60px;
	margin-top:45px;
    min-height: 90px;
    position: absolute;
    bottom: 15px;
}

.twitter-box-small i {
	font-size: 32px;
	margin-top: 0px;
	margin-right: 10px;
    min-height: 0px;
    position: static;
}

.tweet {
	opacity:0.3;
	transition:all ease 0.5s;
}

.tweet:hover {
	opacity:0.8;
}

.twitter-box-small .tweet {
}


.date-box {
	padding-left: 20px;
	min-height: 291px;
}

.date-box h2 {
    padding: 20px 0 20px 0;
}

.date-box h3 {
	font-size: 18px;
	line-height: 24px;
    padding: 0 10px 20px 0;
}

.date-box h3 a {
	transition: all ease 0.5s;
	text-decoration: none;
}

.date-box h3 a:hover span {
	color: #666666 !important;
	transition: all ease 0.5s;
}

.date-box-mobile {
    display: none;
}


/*FOOTER*/
footer {
	width:1020px;
	margin:0 auto;
	padding:30px 0 0 0;
	border-top:1px solid #333333;
	
	}

.footer-nav {
	padding:0;
	margin:0;
	height:18px;
	
	}

.footer-nav .fa {
	font-size:20px;
	vertical-align:sub;
	padding: 0 5px 0 0;
	}

.blindicon {
	vertical-align:sub;
	height:17px;
	}

.footer-nav li {
	font-size:12px;
	font-weight:100;
	float:left;
	margin:0 30px 20px 0;
	list-style:none;
	height:20px !important;
	line-height:20px;
	text-transform:uppercase;
	}

.footer-nav .smallspace {
	margin-right: 20px !important;
}

.footer-nav li a:hover {
	text-decoration:underline;
	}

.footer-nav li input {
	width:153px;
	padding-left:5px;
	border:1px solid #333333;
	color:#333333;
	height:18px;
	font-size:12px;
	box-sizing:border-box;
	margin:0;
	}

::-webkit-input-placeholder { 
    color:    #333333;
}
:-moz-placeholder {
   color:    #333333;
   opacity:  1;
}
::-moz-placeholder {
   color:    #333333;
   opacity:  1;
}
:-ms-input-placeholder {
   color:    #333333;
}

.first-section {
	margin-bottom: 40px;
}

.first-section h3 {
    line-height: inherit;
    margin-top: 0;
}

.news-entry-section {
	margin-bottom: 20px;
    border: 1px solid #000;
    border-left: none;
    display: table;
    height: 100%;
    position: relative; 
}

.news-entry-section > .col-8 {
    margin: 0;
    width: 680px;
    border-right: 1px solid #000000;
}

.news-entry-section .col-8 > .col-4:nth-child(odd) {
    margin: 20px 0 20px 0;
}
.news-entry-section .col-8 > .col-8 {
    margin: 20px 0 0 0;
}

.news-entry-section > div:nth-child(3n+5) {
	border-right: none;
}
.news-entry-section > div:nth-child(n+3) {
	border-top: 1px solid #000000;
	margin-top: 0px;
}

.news-section .col-12{
    margin: 20px 0 0 0;
}

.news-section{
	margin-bottom: 20px;
    padding-bottom: 27px;
    border-bottom: 1px solid #000000;
}
.news-section .col-8 {
}
.news-section .col-4 {
    padding-left: 20px;
    margin-top: 10px;
}
.news-section .play-button {
    background: rgba(0, 0, 0, 0) url("../links/play.png") no-repeat scroll center center / 117px 117px;
    bottom: 0;
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 117px;
    z-index: 1;
}
.news-section .play-button:hover {
	background: rgba(0, 0, 0, 0) url("../links/play_hover.png") no-repeat scroll center center / 117px 117px;
	width: 117px;
}

.presscoverage-section {
	margin-bottom: 20px;
}
.presscoverage-section a {
	width: 100%;
}

.video-section {
	margin-bottom: 20px;
}
.video-section .col {
    margin: 0 1px 1px 0;
}
.video-section .col-12 {
    margin: 20px 0 0 0;
}

.video-section .thumbnail {
    margin-bottom: 1px;
}
.video-section .col-4 .video-thumbnail .play-button {
    background: rgba(0, 0, 0, 0) url("../links/play.png") no-repeat scroll center top 10px / 35px 35px;
    bottom: 0;
    display: block;
    left: 0;
    margin: 0 0 0 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    z-index: 2;
}
.video-section .col-4 .video-thumbnail .play-button:hover {
	background: rgba(0, 0, 0, 0) url("../links/play_hover.png") no-repeat scroll center top 10px / 35px 35px;
}
.video-section .col-8 .video-thumbnail .play-button {
    background: rgba(0, 0, 0, 0) url("../links/play.png") no-repeat scroll center center / 117px 117px;
    bottom: 0;
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 117px;
    z-index: 2;
}
.video-section .col-8 .video-thumbnail .play-button:hover {
    background: rgba(0, 0, 0, 0) url("../links/play_hover.png") no-repeat scroll center center / 117px 117px;
}
.video-section .video-thumbnail .video-section-thumbnail-text {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    display: block;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.video-section .video-thumbnail:hover .video-section-thumbnail-text {
    background-color: rgba(0, 0, 0, 0.1);
    transition: background-color .5s ease;
}
.video-section .video-thumbnail .video-section-thumbnail-text p {
    bottom: 0;
    color: #ffffff;
    display: block;
    left: 0;
    margin: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    box-sizing:border-box;
    line-height: 24px;
}
.video-section .row > .col {
    margin: 0 1px 0 0;
}
.video-section .row > .col.first-tablet .col-4{
    border-right: none;
    margin: 0 0 0 0;
    width: 100%;
}

.video-section .row > .col-4 .video-thumbnail {
    max-height: 186px;
    overflow: hidden;
    margin-bottom: 1px;
}
.video-section .row > .col-4 .video-thumbnail {
    max-height: 186px;
    overflow: hidden;
    margin-bottom: 1px;
}
.video-section .row > .col-8 .video-thumbnail {
    max-height: 373px;
    overflow: hidden;
    margin-bottom: 1px;
}
.video-section .row > .col-8 .video-thumbnail .video-section-thumbnail-text p {
    padding-right: 200px;
}

.video-section h2 {
    float: left;
    margin-bottom: 20px;
}
.video-section .all-videos {
    float: right;
    text-decoration: underline;
    font-weight: bold;
}
.video-section .all-videos:hover {
    text-decoration: none;
}

.home-section-divider {
    padding-bottom: 47px;
    border-bottom: 1px solid #000000;
}


#home-video{
	background:transparent url('http://www.vodafone-institut.de/wp-content/themes/vodafone-institute/links/platzhalter-video.jpg') no-repeat 0 0;
	background-size: cover;
}

#home-video .mute i {

 }
#home-video .mute i:hover {
    cursor: pointer;
}
i.fa.fa-2x.fa-volume-off {
    width: 22px;
    display: inline-flex;
}

.scroll-down {
	bottom: 25px;
    overflow: hidden;
    margin: 0 auto;
    position: fixed;
    width: 1020px;
    right: 0;
    left: 0;
}
.scroll-down h3,  .scroll-down .mute {
    color: #ffffff;
    margin:0;
}
.scroll-down h3 {
    margin:15px 0 0 0;
}
#home-video .mute:hover {
    cursor: pointer;
}
.wpb_single_image { margin-bottom: 15px; }

/* home */

body.home header{
    height: inherit;
}

/*#logo-line-mobile.german {
	background-image: url("../links/vodafone_logoline_de.png");
}*/

/**********************RESPONSIVE**************************/

@media screen and (min-width: 1180px) {
    .vc_col-sm-12 p, .vc_col-sm-12 h1, .vc_col-sm-12 h2, .vc_col-sm-12 h3, .vc_col-sm-12 ul, .vc_col-sm-12 .wpb_single_image, .vc_col-sm-12 .wpb_video_widget, .vc_col-sm-12 .wpb_raw_code  {
    	width:83.33%;
    }
    .subline {
    	width:83.33%;
    }
    .wrap > p, .wrap > ul, .wrap > ol {
    	width:83.33%;
    }
    .wrap > .video-wrapped {
    	width:83.33% !important;
    	padding-top: 46.87% !important;
    }
    .vc_col-sm-6 {
    	width:41.66% !important;
    }
}

@media screen and (max-width: 1180px) {

	/*GRID SYSTEM*/

    .content {
        z-index:10;
        }

    .container {
        width:92.7%;
        max-width:1020px;
        }

    .wrap {
        width:100%;
        margin-left:-1px;
        max-width:1020px;
        }

    .col {
        margin:20px 0 20px 0;
        border-right:1px solid white;
        box-sizing:border-box;
        padding:0;
        float:left;
        }

    .scroll-down .col {
		border-right:none;
        }

    .col-1 {
        width:8.33%;
        }

    .col-2 {
        width:16.66%;
        }

    .col-3 {
        width:25%;
        }

    .col-4 {
        width:33.33%;
        }

    .col-5 {
        width:41.66%;
        }

    .col-6 {
        width:50%;
        }

    .col-7 {
        width:58.33%;
        }

    .col-8 {
        width:66.66%;
        }

    .col-9 {
        width:75%;
        }

    .col-10 {
        width:83.33%;
        }

    .col-11 {
        width:91.66%;
        }

    .col-12 {
        width:100%;
        }


    /*HEADER*/
    nav {
        width:92.7%;
        margin-top:-10px;
        max-width:1020px;
        }

    nav.sticky {
        height:90px;
        }

    .slicknav_menu {
        background: white none repeat scroll 0 0;
        box-sizing: border-box;
        font-size: 16px;
        height: 80px;
        padding: 5px;
        position: fixed;
        width: 100%;
        z-index:20;
    }

    .slicknav_nav {
        padding-bottom:20px !important;
        }

    #menu li {
        margin-top:-1px;
        }

    #menu li {
        font-size:15px;
        margin-left:18px;
        }

    #logo-line {
        display:none;
        }

    #logo-line-mobile {
        display:block;
        width:205px;
        background-size:contain;
        position:absolute;
        left:32px;
        z-index:10;
		height: 50px;
        }

    #logo-line.sticky {
        display:none;
        }

    #speechmark {
        left: 8px;
        margin: 0;
        position: absolute;
        right: 0;
        top: 27px;
        width: 51px;
		z-index: 2;
    }

    #gradient-bottom {
        height:500px
    }

    .slide-top {
        margin:auto;
        font-weight:100;
        font-size:14px;
        width:100%;
        max-width:1020px;
        }

/*    .homeslider-headline a {
        margin:0 auto;
        max-width:1020px;
        }*/

    .homeslider-headline h1 {
        color: white;
        margin: auto;
    /*    padding-right:20%;
        width: 80%;*/
    }

    .homeslider-headline h3 {
        color:white;
        margin:15px auto 0 auto;
    /*	padding-right:20%;
        width:80%;*/
        }

    .fullw.sticky {
        height:80px;
        }

    .video-thumbnail {
        position: relative;
    	margin-bottom: 10px;
        }

    .video-thumbnail .fa.fa-play-circle-o {

        font-size:40px;
        top:-94px;
    }

    /*.homeslider-img .play-button {
        display: block;
        left: 0;
        margin: -75px auto 0;
        position: relative;
        right: 0;
        top: 260px;
        width: 75px !important;
        z-index:10;
    }*/

    .video-thumbnail .play-button {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        background: url("../links/play.png") center center no-repeat;
        background-size: 55px 55px;
        width: 55px;
        }
    .video-thumbnail .play-button:hover {
    	background: url("../links/play_hover.png") center center no-repeat;
    	background-size: 55px 55px;
        width: 55px;
    }
    /*FOOTER*/

    footer {
        width:92.7%;
        margin:0 auto;
        max-width:1020px;
        }

    .video-embed iframe {
        width:800px;
        height:450px
        }
    .search .play-button {
        background: rgba(0, 0, 0, 0) url("../links/play.png") no-repeat scroll center center / 90px 90px;
        bottom: 0;
        display: block;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 90px;
        z-index: 1;
    }
    .search .play-button:hover {
    	background: rgba(0, 0, 0, 0) url("../links/play_hover.png") no-repeat scroll center center / 90px 90px;
    	width: 90px;
    }
    .video-section .row > .col {
        margin: 0 0 0 0;
    }
    .video-section .col-4.first-tablet {
        max-height: 660px;
        overflow: auto;
    }
    .news-entry-section > .col-8 {
        width: 66.66%;
    }
    .news-entry-section .col-8 > .col-4 {
        width: 50%;
    }
    .news-entry-section .col-8 > .col-4:nth-child(odd) {
        margin: 20px 0 20px 0;
    }
    .news-entry-section > div:nth-child(3n+5) {
        width: 33.33%;
    }
	.incl-date-box {
		padding-left: 0px !important;
		margin: 0 0 0 -1px !important;
		border-right: 0 !important;
	}
}

/*@media screen and (max-width:950px) {
	.video-thumbnail .play-button {
	display:block;
	width:50px;
	margin:0 auto;
	position:relative;
	top:-95px;
	z-index:10;
	}
	}*/


@media screen and (max-width: 1100px) {
    .homeslider-headline h1 {
        color: white;
        margin: 0 auto;
        padding-right:0;
        width: 92.7%;
        max-width: 1020px;
    }

    .homeslider-headline h3 {
        color:white;
        margin:0 auto;
        padding-right:0;
        width:92.7%;
        max-width: 1020px;
    }
    .slide-top {
        color: white;
        margin: 0 auto;
        padding-right:0;
        width: 92.7%;
        max-width: 1020px;
    }
	.incl-date-box {
		padding-left: 0px !important;
		margin: 0 0 0 -1px !important;
		border-right: 0 !important;
	}
    #home-video .scroll-down {
     }
    #home-video .mute {
	}

}

@media screen and (max-width: 800px) {

	.hide-mobile {
		display: none;
	}
	.hide-desktop {
		display: block;
	}

    /*GRID SYSTEM*/

    .container {
        width:600px;
        }

    .wrap {
        width:601px;
        margin-left:-1px;
        }

    .col {
        margin:20px 1px 20px 0;
        padding:0;
        float:left;
        }

    .first {
        clear:none;
        }

    .first-tablet {
        clear:both;
        }

    .col-1 {
        width:299px;
        }

    .col-2 {
        width:299px;
        }

    .col-3 {
        width:49%;
        }

    .col-4 {
        width:299px;
        }

    .col-5 {
        width:299px;
        }

    .col-6 {
        width:299px;
        }

    .col-7 {
        width:299px;
        }

    .col-8 {
        width:599px;
        }

    .col-9 {
        width:599px;
        }

    .col-10 {
        width:599px;
        }

    .col-11 {
        width:599px;
        }

    .col-12 {
        width:599px;
        }

    .header-content img {
        height:100%;
        width:auto;
        }

    /*HEADER*/

    #grey_layer {
        position:fixed;
        left:0;
        right:0;
        bottom:0;
        top:0;
        background-color:black;
        opacity:0.6;
        z-index:109;
        display:none;
        }

    nav.sticky {
        background:transparent;
        }

    .fullw {
        display:none;
        opacity:0;
        }

    .fullw.sticky {
        display:none;
        opacity:0;
        }

    #logo-line-mobile {
        width:205px;
        margin:0 !important;
        position:absolute;
        top: 20px;
        left: 20px;
		height: 40px;
		z-index: 999;
        }


    .language {
        clear: both;
        margin: auto;
        width: 30%;
        float:none;
        display:none;
    }


    .multilanguage {
        clear: none;
        display: inline;
        float: left !important;
        font-size: 1em !important;
        height: 41px;
        text-align: center;
        width: 50%;
        display:none;
        }

    .multilanguage a {
        color: #333;
        margin: 2px 5px;
        padding: 5px 10px;
        text-decoration: none;
        }

    .multilanguage a:hover {
        text-decoration:underline;
        }

    .mobile-language {
        display:block;
        width:100px;
        margin:0 auto;
        padding:0;
        text-align:center;
        }

    .mobile-language a {
        float:left;
        clear:none;
        margin:0 !important;
        padding:0 !important;
        text-align:center;
        width:33%;
        }


    #menu {
            display:none;
        }

    .slicknav_menu {
            display:block;
            z-index:110;
            width:80px;
            right:0;
        }


    .slicknav_menu {
        padding:0 !important;
        position:fixed;
        }

    .slicknav_menu ul {
            text-transform:uppercase;
        z-index: 99 !important;
        }

    .slicknav_nav {
        }

    .slicknav_nav a {
        color:#333 !important;
        }

    .slicknav_icon_bar .selected {
        background-color:black;
        }

    .slide-top {
        width:600px;
        }

    .homeslider-headline {
        position:absolute !important;
        z-index:19 !important;
        }

    .homeslider-headline h1 {
        width:600px;
        padding:0;
        line-height:42px !important;
        }

    .homeslider-headline h3 {
        color:white;
        margin:15px auto 0 auto;
        padding-right:0;
        width:600px;
        }

    .homeslider-img {
        height:500px;
        margin:0 !important;
        width:100%;
        margin:0;
        overflow:hidden;
        position:fixed !important;
        left:0;
        right:0;
        }

    .homeslider-img img {
        width:800px;
        }

    #speechmark {
        left: 0px;
        margin: 0;
        position: absolute;
        right: 0;
        top: 0px;
        width: 577px;
        z-index:90;
    }

    /*.video-thumbnail .play-button {
        display:block;
        width:62px;
        margin:0 auto;
        position:relative;
        top:-134px;
        z-index:10;
        }*/

    /*TYPOGRAPHY*/
    h1 {
        font-size:38px;
        line-height:44px;
        }


    /*FOOTER*/
    footer {
        width:600px;
        margin:0 auto;

        }

    .video-embed iframe {
        width:600px;
        height:338px
        }

    /*.video-thumbnail {
        margin-bottom:-60px;
        }*/

    .video-thumbnail .fa.fa-play-circle-o {

        font-size:60px;
        top:-125px;
    }

    .contact .col {
        margin: 0 0 0 0;
    }

    #email {
        margin-right: 0 !important;
    }

    .category-41 .play-button, .category-42 .play-button {
        margin-top: 16px;
        float: right;
        font-size: 12px;
        text-decoration: underline;
    }
    .search .col {
        margin: 20px 20px 20px 0;
    }
    .search .col.col-6 {
        margin: 20px 1px 20px 0;
    }
    .search .col-3 {
        width: 279px;
    }
    .search .col-6 {
        width: 299px;
    }
    .search .play-button {
        background: rgba(0, 0, 0, 0) url("../links/play.png") no-repeat scroll center center / 90px 90px;
        bottom: 0;
        display: block;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 90px;
        z-index: 1;
    }
    .search .play-button:hover {
    	background: rgba(0, 0, 0, 0) url("../links/play_hover.png") no-repeat scroll center center / 90px 90px;
    	width: 90px;
    }
    .news-section {
        padding-bottom: 42px;
    }
    .news-section .col-4 {
        padding-left: 0;
        margin: 0;
        width: 100%;
    }

    .video-section .col-4.first-tablet {
        width: 100%;
    }
    .video-section .col-8 {
        width: 600px;
    }
    .video-section .col-4 {
        width: 300px;
    }
    .video-section .row > .col.first-tablet .col-4 {
        width: 299px;
        margin-right: 1px;
    }
    .video-section .row > .col.first-tablet .col-4:last-child {
        width: 299px;
        margin-right: 0;
    }
	.content-home {
		top: inherit;
	}
    .content-home .first-section .col-4 {
        width: 100%;
    }
    .content-home .video-section > .row:nth-child(2) > .col-4 > .video-thumbnail:nth-child(1) {
		margin-right: 1px;
    	width: 299px;
    }
    .content-home .video-section > .row:nth-child(2) > .col-4 > .video-thumbnail {
		float: inherit;
	    width: 299px;
	    margin-right: -1px;
    }
	.content-home .video-section > .row:nth-child(2) > .col-4 {
	    width: 599px;
	}
    .twitter-box,
    .incl-date-box {
        display: none;
    }
	.date-box-mobile {
		display: block;
	    border-top: 1px solid #000000;
	    border-bottom: 1px solid #000000;
	    margin: 20px 0 20px 0;
	}
	.date-box-mobile h2 {
	    margin: 0 0 15px 0;
	}
	.date-box-mobile h3 {
	    margin: 20px 0 15px 0;
	}
    .news-entry-section, .news-entry-section > .col-8 {
        border: none;
    }
    .news-entry-section .col-8 > .col-4 {
        width: 49.91%;
    }
    .news-entry-section > .col-8 {
        width: 100%;
    }
    .news-entry-section > div:nth-child(n+3) {
        border-top: none;
        margin: 20px 0px 20px 0;
    }
    .news-entry-section > div:nth-child(3n+5) {
        width: 299px;
        clear: both;
    }
    #logo {
        background: rgba(0, 0, 0, 0) url("../links/vodafone_speechmark.png") no-repeat scroll left 10px top 18px / 76%;
        height: 70px;
        width: 65px;
        position: absolute;
		z-index: 1
    }
    #logo #speechmark{
        display: none;
    }
	#home-video {

	}
	#home-video video {
        position: inherit;
        -webkit-transform: none;
        transform: none;
        z-index: -1;
        min-height: inherit;
        background:transparent url('/wp-content/themes/vodafone-institute/links/platzhalter-video.jpg') no-repeat 0 0;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        -o-background-size:cover;
        background-size:cover;
        top:0;
        left: 0;
        height: auto !important;
        width: 100% !important;
        z-index: 10;
	}
	#home-fullslider {
		height: 500px !important;
		position: relative !important;
	}
	#poster {
		width: 100%;
		height: auto;
		top: 0;
		position: absolute;
	}
    #poster img {
        display: none;
    }
	#header.sticky {
	    height: inherit;
	 }
}



@media screen and (max-width: 630px) {

    /*GRID SYSTEM*/

    body {
        font-size:16px;
        line-height:26px;
        }

    #grey_layer {
        z-index:0;
        }

    .content {

        }

    .container {
        width:95%;
        }

    .wrap {
        width:100%;
        margin:0;
        }

    .col {
        margin:15px 0 0 0;
        padding:0;
        float:none;
        width:100% !important;
        }
    .text-right {
        text-align: right;
    }
    .text-left {
        text-align: left;
    }
    #header.sticky {
	    height: inherit;
	}


    /*CONTENT*/

	.content-home {
	    top: initial;
	}

	#poster {

	}

    .content-home video {
    	display: none;
    }
    #home-video video {
        width: 100% !important;
        height: 100% !important;
    }
    #home-video .play-button {
		background-size: 50px 50px;
    }
    #home-video .play-button:hover {
		background-size: 50px 50px;
	}
	#home-fullslider {
		height: 350px !important;
        position: relative !important;
	}

    .homeslider-img .popup-youtube {
        float: left;
        height: 75px;
        position: absolute;
        text-align: center;
        top: 180px;
        width: 100vw;
    }
    .homeslider-img .popup-youtube {
        background: rgba(0, 0, 0, 0) url("../links/play.png") no-repeat scroll center center / 55px 55px;
        bottom: 0;
        display: block;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 135px;
        width: 55px;
        z-index: 9999 !important;
    }
    .homeslider-img .popup-youtube:hover {
    	background: rgba(0, 0, 0, 0) url("../links/play_hover.png") no-repeat scroll center center / 55px 55px;
    }


    /*HEADER*/

    header {
        height:auto;
        }

    nav {
        width:95%;
        }

    .fullw {
		display:none;
		opacity:0;
    }

    .fullw.sticky {
		display:none;
		opacity:0;
    }

    #menu > li > ul  {
        display:block;
        }


    #logo-line-mobile {
        z-index:0;
        }

    .header-content {
        height: 550px;
        left: 0;
        margin:60px 0 0 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .header-content img {
        width:100%;
        height:auto;
        }

    .homeslider-img {
        height:350px !important;
        width:100%;
        z-index:-2 !important;
        position:relative !important;
        }

    .homeslider-img img {
        width:630px;
        }

    .homeslider-headline {
        position:static !important;
        z-index:80 !important;
        padding-top:20px;
        background-color: #ffffff;
        }

    .homeslider-headline a {
        width:100%;
        }



    .homeslider-img .fa.fa-play-circle-o {
        top:120px;
        }

    .slide-top {
        color:#333;
        width:95% !important;
        font-size:14px;
        line-height:20px;
        padding-bottom:5px;
        }


    .homeslider-headline h1 {
        color:#333;
        width:95% !important;
        line-height:30px !important;
        }

    .homeslider-headline h3 {
        color:#333;
        margin:15px auto 0 auto;
        padding-right:0;
        width:95%;
        }

    #gradient-top {
        display:block !important;
        z-index:2;
        background-size:cover;
        height:60px;
        position:absolute !important;
        }

    #gradient-bottom {
        display:none;
        }

    #speechmark {
        z-index:0;
        }


    .video-embed iframe {
        width:320px;
        height:180px;
        margin:0 auto;
        }

	.video-section .row > .col-8 .video-thumbnail .video-section-thumbnail-text p {
		padding-right: 0;
	}

    .video-thumbnail .fa.fa-play-circle-o {

        font-size:70px;
        top:-135px;
    }

    .links-ahead {
        margin-top:0px;
        }

    .links-ahead h3 {
        font-size: 16px;
        }

    .sidebar > img {
        margin-top: 0;
        width: 60%;
    }

    /*FOOTER*/

    footer {
        width:95%;
        margin-bottom:50px;
        }

    .footer-nav a {
        width:100%;
        }

    /*TYPOGRAPHY*/

    h1 {
        font-size: 1.5em;
        line-height: 30px;
        margin: 20px 0 15px;
        padding:0;
    }

    h2 {
        font-size: 30px;
        line-height: 36px;
        }

    h3 {
        font-size: 20px;
        line-height: 24px;
        padding:0;
        }

    q, .sub-headline {
        font-size:16px;
        line-height:26px;
        }

    p.small {
        margin-right: 0;
    }

	.subline {
		padding-bottom:6px;
	}


    .teaser {
        font-size:14px;
        margin:0;
        font-weight:600;
        }

    .pre {
        text-decoration:none !important;
        font-size:14px;
        }

    header .container .wrap h1 {
        color: inherit;
    }


    .breadcrumb {
        font-size:14px;
        margin-bottom:-8px;
        }


    .teaser-slider {
        font-size:12px;
        margin:auto;
        font-weight:600;
        display:block !important;
        color:#333;
        text-decoration:underline;
        width:95% !important;
        }

     .first-in-layout {
        margin:0px 0 10px 0 !important;
        }
     .content-home .first-in-layout {
        margin:40px 0 60px 0 !important;
        }

    .video-thumbnail .play-button {
        background: rgba(0, 0, 0, 0) url("../links/play.png") no-repeat scroll center center / 70px 70px;
        width: 70px;
        }

    .video-thumbnail .play-button:hover {
    	background: rgba(0, 0, 0, 0) url("../links/play_hover.png") no-repeat scroll center center / 70px 70px;
    	width: 70px;
    }
    .homeslider-headline .play-button {
        display: none;
    }
    .homeslider-img .play-button {
        display: block;
        left: 0;
        margin: -75px auto 0;
        position: relative;
        right: 0;
        top: 230px;
        width: 55px !important;
        z-index: 10;
    }
    .video-section .col-8 .video-thumbnail .play-button {
    	background: rgba(0, 0, 0, 0) url("../links/play.png") no-repeat scroll center top 10px / 35px 35px;
		bottom: 0;
		display: block;
		left: 0;
		margin: 0 0 0 10px;
		position: absolute;
		right: 0;
		top: 0;
		width: 35px;
		z-index: 2;
    }
    .video-section .col-8 .video-thumbnail .play-button:hover {
    	background: rgba(0, 0, 0, 0) url("../links/play_hover.png") no-repeat scroll center top 10px / 35px 35px;
    	width: 35px;
    }

    #name, #email {
        margin-right: 0 !important;
    }
    .search .play-button {
        background: rgba(0, 0, 0, 0) url("../links/play.png") no-repeat scroll center center / 90px 90px;
        bottom: 0;
        display: block;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 90px;
        z-index: 1;
    }
    .search .play-button:hover {
    	background: rgba(0, 0, 0, 0) url("../links/play_hover.png") no-repeat scroll center center / 90px 90px;
    	width: 90px;
    }
	.homeslider-img .slick-slide {
        height: 100% !important;
	}
	.homeslider-headline .slick-slide {
        height: 100% !important;
	}
    .video-section .row > .col-4 .video-thumbnail {
        max-height: 100%;
        overflow: auto;
        margin-bottom: 1px;
    }
    .slicknav_menu {
        z-index: 50 !important;
    }
    section#header {
        z-index: 30 !important;
    }
    .homeslider-img, .homeslider-headline  {
        z-index: 2 !important;
    }
    .homeslider-img .play-button {
        display: block;
        left: 0;
        margin: -65px auto 0;
        position: relative;
        right: 0;
        top: 190px;
        width: 55px !important;
        z-index: 10;
    }
    .about .col-6 {
        /*margin-top: 0;*/
        margin-bottom: 20px;
    }
    .about .col-6 a p {
        margin: 0;
    }
    .scroll-down, .mute {
        display: none;
    }
    .content-home .video-section > .row:nth-child(2) > .col-4 > .video-thumbnail:nth-child(1) {
		margin-right: 0;
    	width: inherit;
    }
    .content-home .video-section > .row:nth-child(2) > .col-4 > .video-thumbnail {
	    width: inherit;
	    margin-right: 0;
    }
    #home-video video {
        height: auto   !important;
    }
	#home-video.touch #poster, #home-video.touch .play-button {
		display: none !important;
	}
	.mouseover-div{
		margin-bottom: 35px !important;
		/* margin-top: 0px; */
	}
	.more-btn-margin-1{
		margin-bottom: 20px !important;
	}
	.category-press-releases .first-in-layout{
		margin-bottom: 35px !important;
	}
	.category-press-releases .col-4,
	.category-publications .col-4{
		margin-bottom: 35px !important;
	}

}


@media screen and (max-width: 420px) {
	

	#home-fullslider {
		height: 270px !important;
	}

	.homeslider-img {
		height:270px !important;
		}
	
	.homeslider-img img {
		width:420px;
		}


    #speechmark {

    }
}




[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-size: 76px;
	color: white;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

.icon-vodafone_logoline_t:before {
	content: "\e901";
}

.icon-vodafone_logoline_t.sticky {
	font-size: 50px;
	color: black !important;
}

.icon-vodafone_logoline_de:before {
	content: "\e900";
}
.icon-vodafone_logoline_de.sticky {
	font-size: 50px;
	color: black !important;
}

/* LOGO MOBILE */
.icon-vodafone_logoline_t_mobile:before {
	content: "\e901";
	font-size: 60px;
	position: absolute;
	top: 0px;
}

.icon-vodafone_logoline_de_mobile:before {
	content: "\e900";
	font-size: 60px;
	position: absolute;
	top: 0px;
}

@media screen and (max-width: 800px) {
	.icon-vodafone_logoline_t_mobile:before,
	.icon-vodafone_logoline_de_mobile:before {font-size: 54px;}
}


.teaser-margin-top {margin-top: 0.5em;}


/* Datenschutz Cookie */
.cookielayer {
    display: none;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px 0 20px;
    z-index: 10000;
    background: rgba(255, 255, 255, .95);

}

.cookielayer p {
    margin: 15px 0;
    color: #333333;
    font-size: .875rem;
    line-height: 1.5;
}

.cookielayer__linkwrap {
    align-self: center;
    margin-left: 20px;
}

.cookielayer a {
    
    cursor: pointer;
    color: #fff;
    background: #323333;
    
    padding: 4px 10px;
    border-radius: 5px;
    text-decoration: none;

    font-size: .875rem;
    line-height: 1.5;
}

.cookielayer a:hover  {
    background-color: #e60000;
    transition: ease all 0.5s;
}


.cookielayer.js--open {
    display: flex;
}

.cookielayer p a {
    padding: 0;
    color: #333333;
    font-size: .875rem;
    line-height: 1.5;
    text-decoration: underline;
    background: none;
}


.cookielayer  p a:visited {
     color: #333333;
}

.cookielayer p a:hover {
    background: none;
    color: #333333;
}

/* TEASER STYLING STARTSEITE */


.teaser-wrapper {
    max-width: 1020px;
    margin: auto;
    position: relative;
}

.teaser__text {
    height: auto!important;
    color: #fff;
    position: absolute;
    bottom: 2rem;
    left: 0;
}

.teaser__text--black {
    color: #333;
}


.teaser-wrapper__mobile .teaser__text {
    color: #333;
    position: relative;
    bottom:inherit;
    left:inherit;
}



.teaser-wrapper__mobile {
    display:flex


}

.teaser-wrapper__desktop {
    display:none;
}


.teaser-wrapper__desktop .teaser__text a {
    width: 100%;
}

.teaser-wrapper__desktop .teaser__text h1 {
    margin-bottom: 4px;
}

.teaser-wrapper__desktop .teaser__text h3 {
    padding-right: 40%;
}

#home-fullslider__text {
    margin-bottom:0;
}

#home-fullslider__text h2 {
    margin-top: 1rem;
}

#home-fullslider__text .teaser.more-btn-margin{
    margin-top: 1rem;
}

#home-fullslider__text .teaser-margin-top {
    margin-bottom:10px;
    margin-top: 3px;
}

#home-fullslider__text .slick-slide {
    min-height: 160px;
}

.container.scroll-down {
    display: none;
}



.links-ahead a {
    border-bottom: 1px solid black;
}

.links-ahead a:first-of-type {
    border-top: 1px solid black;
}


@media screen and (max-width: 1180px) {
    .teaser-wrapper  {
        width: 92.7%!important;
        max-width: 1020px;
    }
}




@media screen and (max-width: 800px){


    .teaser-wrapper {
        width: 600px!important;
    }
}

@media screen and (max-width: 630px) {
.teaser-wrapper {
    width: 95%!important;
}
    .links-ahead--press {
        margin-bottom: 40px;
    }
}



@media screen and (min-width: 631px) {
    hr.links-ahead__hr--press {
            margin-bottom: 20px;
    }


    .links-ahead a {
        width: 50%;
    }
}


@media screen and (min-width: 801px) {
    .teaser__subline {
        font-size: 22px;
    }
    .teaser__more {
        margin-top: 6px;
        font-size: 22px;
    }

    #home-fullslider__text {
        display: none!important;
    }
    .teaser-wrapper__desktop {
        display:flex;
    }

        .teaser-wrapper__mobile {
        display:flex;
    }
    .teaser__text {
        bottom: 9.5rem;
        height: 145px!important;
    }

    .container.scroll-down {
        display: block;
    }

     .links-ahead a {
        width: 33.33%;
    }
}


.links-ahead p {
    font-weight: 400;
}

hr.links-ahead__hr {
    margin: 30px 0 10px 0;

    width: 40px;
    border:0;
    border-top:1px solid black;
}


hr.links-ahead__hr--press {
        margin-bottom: 40px;
}





/*------ Cookie Consent ------*/

.vfi-consent {
	margin: 0;
	width: 100%;
	max-height: none;
	min-height: 0;
	z-index: 10001;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background-color: rgba(0,0,0,.5);
	padding: 0;
	transition: all ease 2s
}

.vfi-consent-container {
	position: relative;
	background-color: #fff;
	overflow: hidden;
	z-index: 2;
	height: 100%;
	transition: transform .5s ease-out
}

@media (min-width:360px) {
	.vfi-consent-container {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		width: 90vw;
		height: auto
	}
}

@media (min-width:768px) {
	.vfi-consent-container {
		width: 80vw;
	}
}

@media (min-width:1024px) {
	.vfi-consent-container {
		width: 900px;
	}
}

.vfi-consent-content {
	position: fixed;
	margin: 0;
	height: 100%;
	padding: 24px 24px 0;
	overflow-y: auto;
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch
}

.vfi-consent-setting-row {
	margin-top: 2em;
}

.vfi-consent-content table {
	border: 0px;
	border-spacing: 0;
	margin-bottom: 0;
	border-collapse: separate;
}

.vfi-consent-content tr {
	display: table-row
}

.vfi-consent-content td {
	padding: 0 20px 0 0;
	vertical-align: top;
	display: table-cell
}

.vfi-consent-content a {
	text-decoration: underline
}

@media (min-width:360px) {
	.vfi-consent-content {
		padding: 32px 32px 0;
		position: static;
		height: auto;
		min-height: 104px;
		max-height: 86vh
	}
}

div.vfi-consent-content::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 3px
}

div.vfi-consent-content::-webkit-scrollbar:vertical {
	width: 7px
}

div.vfi-consent-content::-webkit-scrollbar-thumb {
	border-radius: 4px;
	border: 1px solid #fff;
	background-color: rgba(58,58,58,.5)
}

.vfi-consent-spacer {
	height: 48px;
}

@media (min-width:360px) {
	.vfi-consent-spacer {
		height: 24px;
	}
}


/* Toogle Checkbox --- Start */

.vfi-consent-toggle-text{
	margin-bottom: 0;
	font-size: 16px
}

input.vfi-consent-toggle[type=checkbox] {
	height: 0;
	width: 0;
	visibility: hidden;
	display: none
}

input.vfi-consent-toggle[type=checkbox]+label.vfi-consent-toggle-label {
	cursor:pointer;
	text-indent: 0;
	width: 64px;
	height: 30px;
	background: #ddd;
	display: block;
	border-radius: 30px;
	position: relative;
	margin-top: 14px
}

input.vfi-consent-toggle[type=checkbox]+label.vfi-consent-toggle-label:before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
	background: #fff;
	border: 1px solid #cccccc;
	border-radius: 30px;
	-webkit-transition: background .4s;
	-moz-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s
}

input.vfi-consent-toggle:checked+label.vfi-consent-toggle-label:before {
	background: #428600;
	border: 1px solid #428600;
}

input.vfi-consent-toggle:checked+label.vfi-consent-toggle-label.disabled:before {
	background: #b2ce98;
	border: 1px solid #b2ce98;
}

input.vfi-consent-toggle[type=checkbox]+label.vfi-consent-toggle-label.disabled {
	cursor: not-allowed
}

input.vfi-consent-toggle[type=checkbox]+label.vfi-consent-toggle-label:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 0px;
	width: 26px;
	height: 26px;
	background: #fff;
	border: 1px solid #cccccc;
	border-radius: 30px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

input.vfi-consent-toggle:checked+label.vfi-consent-toggle-label:after {
	left: calc(100% - 1px);
	transform: translateX(-100%);
	border: 1px solid #428600;
}

input.vfi-consent-toggle:checked+label.vfi-consent-toggle-label.disabled:after {
	left: calc(100% - 1px);
	transform: translateX(-100%);
	border: 1px solid #b2ce98;
}

label.vfi-consent-toggle-label:active:after {
	width:17.5px
}

.vfi-consent-toggle-label span {
	font-size: 14px;
	line-height: 22px;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none
}

input.vfi-consent-toggle+label.vfi-consent-toggle-label span.off-text {
	right: 8px;
	top: 4px;
	color: #cccccc;
	position: absolute
}

input.vfi-consent-toggle:checked+label.vfi-consent-toggle-label span.off-text {
	display: none
}

input.vfi-consent-toggle:not(:checked)+label.vfi-consent-toggle-label span.off-text {
	display: block
}

input.vfi-consent-toggle+label.vfi-consent-toggle-label span.on-text {
	left: 10px;
	top: 4px;
	position: absolute
}

input.vfi-consent-toggle:checked+label.vfi-consent-toggle-label span.on-text {
	display: block;
	color: #ffffff;
}

input.vfi-consent-toggle:not(:checked)+label.vfi-consent-toggle-label span.on-text {
	display: none
}

input.vfi-consent-toggle+label.vfi-consent-toggle-label.disabled span.on-text {
	color: #ffffff;
}

/* Toogle Checkbox --- End */


.vfi-consent-footer {
	padding-top: 0;
	margin: 12px 0 0 0;
}

.vfi-consent-btn {
	box-sizing: border-box;
	position: relative;
    display: inline-block;
	font-weight: bold;
	text-decoration: none!important;
	text-align: center;
    background-color: #323333;
    color:#ffffff;
    padding: 6px 22px;
    margin: 20px 0 0 0;
    width: 100%;
    cursor: pointer;
}

@media (min-width:768px) {
	.vfi-consent-btn {
		width: auto;
		margin-right: 16px
	}
}

.vfi-consent-btn.dark-btn {
    background-color: #323333;
	color: #fff
}

.vfi-consent-btn.dark-btn:hover {
	background-color: #e60000;
    transition:ease all 0.5s;
}

.vfi-consent-btn.light-btn {
	background-color:#d0d0d0;
	color: #333333;
}

.vfi-consent-btn.light-btn:hover {
    background-color:#a0a0a0;
    transition:ease all 0.5s;
}

.vfi-consent-btn span {
	text-align:center
}
