/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
.grid-item { width: 25%; }
.grid-item--width2 { width: 50%; }
* { box-sizing: border-box; }
.newsandpressimages {
    height: 330px;
}
.language-switcher__link{
       border: solid transparent 2px;
 padding: 5px 5px 5px 5px;
    color: white!important;
    text-decoration: none!important;
    transition: 0.5s;
    border-radius: 20px;
}
.languageselected{
       border: solid white 2px;
 padding: 5px 5px 5px 5px;
    color: white!important;
    text-decoration: none!important;
    transition: 0.5s;
    border-radius: 20px;
}
.language-switcher__link:hover{

    
 border: solid white 2px;
        transition: 0.5s;
}
.activesprog{

    
 border: solid white 2px;
        
}
.line {
    border-left: 1px dotted #ccc;
}

#contentfornewsrow .py-5{
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

.carousel-control {

    z-index: 40;
    
}
.nospace {
    padding:0px;
}
.space {
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important;
}
html {
    color: transparent;
    scroll-behavior: smooth;
     scroll-padding-top: 100px;
    
}
.border-right {
    border-right: 1px dashed #000!important;
}
.menuhide li {
   list-style: none;
}
.red{
    position: relative!important;
    left: 0!important;
    top: 0!important;
}
body {
	font-family: 'Raleway', Arial, sans-serif;
    font-weight: 400;
    
    font-size: 14px;
    
}
.referencepictures{
    display:block;
    text-decoration: none!important;
}
.referencepictures:hover {
    background-color: #fff5c5;
}

.sidebarslideactive {
    position:sticky;
    top:120px;
    overflow-y:auto;
    
 
}


.topbar .container-fluid {
    background-color: #434343;
}

.container-fluid {
    background-color: white;
}

.blackbox {
     top:0px;
    left:-100vw;
    position: fixed;
    background-color: rgba(29, 27, 29, 0.5);
    width: 100vw;
    overflow-x: hidden;
    height: 100vh;
    z-index: 18999;
     transition: 1s;
     cursor:pointer;
}

.showbox {
    top:0px;
    left:-100vw;
    position: fixed;
 
    width: 100vw;
    overflow-x: hidden;
    height: 100vh;
    z-index: 19000;
     transition: 1s;
    
}
.positionshowbox {
    transition: 1s;
    left:0vw;
}
.menuhide {
    display:block;
    
}

.menushow {
    display:none;
    
}
.videopointer {
    pointer-events:auto!important;
}
.nopointer {
    pointer-events:none;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.activemenu {

    border-bottom: 3px solid #fff!important;
   
}

.active {
        background-color: #737373;
    border-bottom: 0px solid #fff;
    color: white!important;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.h3, h3 {
    font-size: 22px;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

.footer .dashed-underline {
    border-bottom: none;
}
.footer .container-fluid {
    background-color: transparent;
}



/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.container-fluid {
    position: relative;
}

.dashed-underline {
    border-bottom: 1px dashed #000;
}
.container{
    max-width: 100%;
}

/* ==========================================================================
   Margin Padding and Border framework
   ========================================================================== */

.m-t-b-small {
    margin-top: 10px;
    margin-bottom: 10px;
}

.m-t-b-medium {
    margin-top: 20px;
    margin-bottom: 20px;
}

.m-t-b-big {
    margin-top: 50px;
    margin-bottom: 50px;
}

.m-t-b-hero {
    margin-top: 100px;
    margin-bottom: 100px;
}

.m-t-small {
    margin-top: 10px;
}

.m-t-medium {
    margin-top: 20px;
}

.m-t-big {
    margin-top: 50px;
}

.m-t-hero {
    margin-top: 100px;
}

.m-b-small {
    margin-bottom: 10px;
}

.m-b-medium {
    margin-bottom: 20px;
}

.m-b-big {
    margin-bottom: 50px;
}

.m-b-hero {
    margin-bottom: 100px;
}

.noborder-bottom {
    border-bottom: none;
}


/* ==========================================================================
   Header
   ========================================================================== */


.topbar {
    background-color: #434343;
}

#header {
    position: fixed;
    z-index: 29999;
    width: 100%;
}

.logo {
    margin: 20px 0;
	max-width: 183px;
}


/* ==========================================================================
   Menu
   ========================================================================== */


.fixed-top-nav {
    position: fixed;
    width: 100%;
    z-index: 9988;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none!important;
    box-shadow: none;
}
.trunker{
	width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
		display: block;
}
.navbar-default {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
    min-height: inherit;
    margin-top: -65px;
}

.navbar-nav {
    /*border-bottom: 1px solid #fff;*/
    margin: 42px 0px 30px 0;
}

.menuhide li a {
    color: #fff;
    border-bottom: 0px solid #434343;
    margin-left: 0;
    font-family: 'Ubuntu', Arial, sans-serif;
    font-weight: 100;
    padding: 5px 5px;
}

.menuhide li a:hover {
    text-decoration:none;
    border-bottom: 3px solid #fff!important;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
    border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #737373;
}

span.glyphicon.glyphicon-chevron-down.visible-xs {
    float: right;
    margin-top: 4px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border: none;
}

.dropdown.open a {
    background-color: #eee;
}

.dropdown.open a:hover ul {
    background-color: #434343;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a,
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #000;
    background-color: #eee;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}


/* ==========================================================================
   Local menu
   ========================================================================== */

.affix {
  top: 100px;
}


/* ==========================================================================
   SLIDER
   ========================================================================== */
.carousel {
    height: 360px!important;
}
.headerimage {
    height: 360px;
}
#slider-wrapper {
    background: #000;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.caption-wrapper {
    position: relative;
    height: inherit;
}

.slider-caption {
    position: absolute;
    bottom: 40px;
    z-index: 1000;
    height: inherit;
    color: #fff;
}

.slider-caption h4 {
    font-size: 25px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}


.slider-caption h1 {
    font-size: 50px;
    font-weight: 100;
    width: 90%;
    text-transform: uppercase;
    font-family: 'Raleway', Arial, sans-serif;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    border-bottom: 10px solid #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.rw-thin {
    font-size: 50px;
    font-family: 'Raleway', Arial, sans-serif;
    border-bottom: 10px solid #fff;
    font-weight: 100;
    text-transform: uppercase;
    padding: 0 0 5px 0;
}

#slider-container {
    width: 100%;
    height: 380px;
    position: relative;
}

.slide {
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: -241%;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}



/*skalerings fix */
@media (min-width: 550px) {
    .slide {
        left: -150%;
    }
}

/* ==========================================================================
   Isotope grid
   ========================================================================== */
.jpegs{
	height: 100%;
    margin-top: 20px;
    max-height: 233px;
    width: 100%;
    background-position: 50% 50%;
    background-size: 70%;
    border: 1px solid #ccc;
    background-color: #FBFBFB;
	}
.grid.list .element-item .jpegs {
    width: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
	height: 42px;
}
.grid {
    min-height: 400px;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.element-item {
    height: 300px;
}

.grid.list {
    border-top: 1px dotted #ccc;
}

.grid.list .element-item {
    width: 100%;
    height: auto;
    border-bottom: 1px dotted #ccc;
    display: block;
    float: left;
}

.grid .element-item {}

.grid .element-item:hover {
    background-color: #FFF5C5;
    cursor: pointer;
}

p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400!important;
}

.grid p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
}

.grid .element-item img {
    margin-top: 20px;
	border: 1px solid #ccc;
}

.grid.list p {
    width: 80%;
    white-space: normal;
    overflow: hidden;
    text-overflow: initial;
}

.grid.list .element-item img {
    width: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

.grid.list .element-item p {
    margin-left: 20px;
    float: left;
}


/* ==========================================================================
   Video overlay
   ========================================================================== */

.video-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 101%;
    z-index: 9988;
}

.video-player {
    background-color: #000;
    position: fixed;
    top: 50%;
    right: 151%;
    width: 900px;
    height: 600px;
    margin-right: -450px;
    margin-top: -300px;
}

.video-player iframe {
    width: 100%;
    height: 100%;
    z-index: 354;
    position: relative;
}

.closeBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999;
    background-color: #ffe45b;
    padding: 0px 12px;
    font-size: 30px;
    cursor: pointer;
    opacity: 0;
}

.closeBtn:hover {
    background-color: #FFDC5B;
}

.videoShimmer.deviceLink:after {
    content: url(https://microshade.net/media/15014/playbtn.png);
    z-index: 9979;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -34px;
    margin-top: -34px;
}


/* ==========================================================================
   Footer 
   ========================================================================== */

.footer {
    background-color: #434343;
    height: inherit;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    border-bottom: none;
    color: #fff;
  
}

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

.footer ul li {
    margin: 0;
    padding: 0;
}

.footer a {
    color: #fff;
}

.last-content {
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/* ==========================================================================
   Frontpage video shimmer
   ========================================================================== */

.videoShimmer {
    position: relative;
    cursor: pointer;
	max-width: 380px;

}

.videoShimmer:hover .fadeYellow{
    opacity:0!important;
    transition: 0.3s;
}
.videoShimmer:hover .flex-image{
   transform: scale(0.98)!important;
   transition: 0.3s;
}

.videoShimmer:hover .popYellow{
  top: 80%!important;
  transition: 0.3s;
}

.videoShimmer:hover .popBlue{
 transform: scale(2)!important;
  transition: 0.3s;
}



.popYellow, .flex-image, .fadeYellow, .popBlue {
    	transition: 0.3s;
}


.videoShimmer img {
    position: relative;
    z-index: 8888;
}

.popYellow {
    position: absolute;
    width: 100%;
    background-color: #ffe45b;
    padding: 30px;
    z-index: 100;
    overflow-y:auto;
}

.popYellow2 {
    position: relative;
    width: 100%;
    background-color: #ffe45b;
    padding: 30px;
    z-index: 100;
}

.popBlue {
    background-color: #0099d3;
    height: 130px;
    width: 100px;
    position: absolute;
    display: block;
    top: 33px;
    right: 40px;
}

.fadeYellow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 93%;
    display: table-header-group;
    background-color: #ffe45b;
    opacity: 0.3;
    z-index: 8889;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 450;
}
.articleTeaser{
    border-top: 1px dotted #ccc;
    min-height:190px;
}
.date{
    margin-top: 10px;
}
.artbutton {
    background-color: #F1F1F1!important;
    margin-bottom: 10px!important;
    padding: 3px 20px!important;
}
.artbutton:hover{
    text-decoration: none;
}
.press{
    border-left: 1px dotted #ccc;
}
.commingsoon h3 {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    height: 100px;
    line-height: 100px;
    margin-top: -50px;
    z-index: 350;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */


/* Makes sure that images is 100%*/

.flex-image {
    vertical-align: bottom;
    width: 100%;
    height: auto !important;
    width: auto\9;
    /* ie8 */
}


/*Hides text*/

.trans {
    color: transparent;
    border-color: transparent;
}

.anchor {
    position: absolute;
    top: -100px;
}


/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* video tabs for smartphones and tablets */
.tabs {
    font-size: 0;
    padding: 25px 0;
    background-color: #ffffff;
}
#myAffix{
	background-color: #fff;
    width: 100%;
    padding: 18px;
}
/* 12-01-2018 ADDED TO KEEP SIDEBAR AFFIXED */
#myAffix.affix {position:fixed !important;}
.tabs:after {
    clear: both;
    content: '';
    display: table;
}

.tabs .tab {
    display: inline;
}

.tabs .tab-label {
    background: #eee;
    border: 1px solid #ccc;
    display: inline-block;
    left: 1px;
    margin-left: -1px;
    padding: 10px;
    position: relative;
    vertical-align: bottom;
    width: 33.3333%;
    margin-bottom: 0;
}

.tabs .tab-label h3 {
    font-size: 16px;
    margin: 0;
        cursor: pointer;
}

.tabs .tab > [type="radio"] {
    clip: rect(0 0 0 0);
    height: 1px;
    opacity: 0;
    position: fixed;
    width: 1px;
    z-index: -1;
}

.tabs .tab-panel {
    display: inline;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 0;
    width: 0;
}

.tabs .tab-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background: #FFE45B;;
    padding: 0 20px;
    border: 1px solid #ccc;
    float: left;
    font-size: 16px;
    font-size: 1.2rem;
    margin-top: -1px;
    width: 100%;
}
.articleTeaser strong{
	font-weight:400;
		}
.tabs .tab [type="radio"]:checked + .tab-label {
    background: #FFE45B;
    border-bottom-width: 0;
    padding-bottom: 11px;
    z-index: 1;
}

.tabs .tab [type="radio"]:checked ~ .tab-panel {
    display: inline;
    background: #FFE45B;
}

/* added 06-09-2017 */
.BusinessPartnerLogoContainer {height:100px;}
.BusinessPartnerLogoContainer .flex-image {max-height:100px; width:auto; max-width:100%;}

.extendOnPrevious {margin-top:-50px;}
.extendOnPrevious .anchor, .extendOnPrevious h2 {display:none;}
.extendOnPrevious .m-t-b-big {margin-top:0;}
.bs-docs-sidenav .extendOnPrevious {display:none;}

.transparent {
    background-color:transparent;
}
.image-heading {

	color: #fff;
	text-align: left;
}

.image-heading h4 {
	font-size: 25px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}


.image-heading h1 {
	font-size: 57px;
	font-weight: 100;
display:inline;
	text-transform: uppercase;
	font-family: 'Raleway', Arial, sans-serif;
	
	border-bottom: 10px solid #fff;
	text-shadow: 0px 2px 3px rgb(0 0 0);
    box-shadow: 0px 3px 0px 0px rgb(50 50 50 / 50%);

}

/* added 11-05-2018 */
.carousel-heading {
	position: absolute;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: left;
}
#slider-container.carousel.slide, #slider-container .carousel-inner.slide {
	left: 0 !important;
}
.carousel-heading h4 {
	font-size: 25px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}


.carousel-heading h1 {
	font-size: 50px;
	font-weight: 100;
	width: 90%;
	text-transform: uppercase;
	font-family: 'Raleway', Arial, sans-serif;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 10px solid #fff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
#slider-container.slide {left:0;}
.carousel-inner.slide,
.carousel-inner.slide .item {
	height: inherit !important;
}
#slider-container > .carousel-inner > .item > img {
	max-width: none;
}




/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}





/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {

}

.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item .name {
  position: absolute;

  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}

.element-item .symbol {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 42px;
  font-weight: bold;
  color: white;
}

.element-item .number {
  position: absolute;
  right: 8px;
  top: 5px;
}

.element-item .weight {
  position: absolute;
  left: 10px;
  top: 76px;
  font-size: 12px;
}

.element-item.alkali          { background: #F00; background: hsl(   0, 100%, 50%); }
.element-item.alkaline-earth  { background: #F80; background: hsl(  36, 100%, 50%); }
.element-item.lanthanoid      { background: #FF0; background: hsl(  72, 100%, 50%); }
.element-item.actinoid        { background: #0F0; background: hsl( 108, 100%, 50%); }
.element-item.transition      { background: #0F8; background: hsl( 144, 100%, 50%); }
.element-item.post-transition { background: #0FF; background: hsl( 180, 100%, 50%); }
.element-item.metalloid       { background: #08F; background: hsl( 216, 100%, 50%); }
.element-item.diatomic        { background: #00F; background: hsl( 252, 100%, 50%); }
.element-item.halogen         { background: #F0F; background: hsl( 288, 100%, 50%); }
.element-item.noble-gas       { background: #F08; background: hsl( 324, 100%, 50%); }

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

    .popYellow {
   position: static!important;
    width: 100%;
    background-color: #ffe45b;
    padding: 30px;
    z-index: 100;
    height: auto!important;
    }
    .videoShimmer.deviceLink:after {
  
    top: 25%;
   
}
    .last-content {
    margin-bottom: 0px!important;
    
}
.footer {
    position: static!important;
    height: auto!important;
}



}
@media only screen and (max-width: 767px) {
      .videoShimmer.deviceLink:after {
  
    top: 
    50%;
   
}
    .menushow {
    display:block;
    position: fixed;
        left: 0px;
    top: 0px;
    background-color: #434343;
    z-index:9999;
        width: 100%;
    height: 100;
}
    .menuhide {
    display:none;
    
}

}

@media only screen and (max-width: 522px) { 
    .image-heading h1 {
    font-size: 10vw;
    line-height: 1.5;
  
}
    
}
