@font-face {
    font-family: 'Akzidenz-Grotesk Std Super';
    src: url('fonts/AkzidenzGroteskStd-Super.eot');
    src: url('fonts/AkzidenzGroteskStd-Super.eot?#iefix') format('embedded-opentype'),
        url('fonts/AkzidenzGroteskStd-Super.woff2') format('woff2'),
        url('fonts/AkzidenzGroteskStd-Super.woff') format('woff'),
        url('fonts/AkzidenzGroteskStd-Super.ttf') format('truetype'),
        url('fonts/AkzidenzGroteskStd-Super.svg#AkzidenzGroteskStd-Super') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Std';
    src: url('fonts/AkzidenzGroteskStd-Light.eot');
    src: url('fonts/AkzidenzGroteskStd-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/AkzidenzGroteskStd-Light.woff2') format('woff2'),
        url('fonts/AkzidenzGroteskStd-Light.woff') format('woff'),
        url('fonts/AkzidenzGroteskStd-Light.ttf') format('truetype'),
        url('fonts/AkzidenzGroteskStd-Light.svg#AkzidenzGroteskStd-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

/*Page standard*/
html, body {
    overflow-x: hidden;
    max-width: 1635px;
    margin: 0 auto;
}

html {
    font-size: 18px;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "Akzidenz-Grotesk Std";
    font-weight: 300;
}

header, footer {
    flex-shrink: 0;
}

main {
    /*flex: 1 0 0px;*/
    height: 100%;
}

section {
    margin: 0 auto 35px auto;
    max-width: 1635px;
}

/*Helper class and columns*/
.bold {
    font-family: "Akzidenz-Grotesk Std Super";
    font-weight: 900;
}

.columns {
}

    .columns.col2 {
        display: flex;
        margin: 0 10% 0 10%;
    }

    .columns .col {
        flex: 1 0 0px;
        padding: 10px;
    }

    .columns.list-horizontal {
        display: flex;
        margin: 0 10% 0 10%;
    }

    .columns.list-horizontal-products {
        display: flex;
        flex-wrap: wrap;
        margin: 0 10% 0 10%;
    }

    .columns.list-horizontal-employees {
        display: flex;
        flex-wrap: wrap;
        margin: 0 10% 0 10%;
    }

    .list-horizontal-images{
       width:100%;
    }
figure {
    width: 100%;
}

    figure > img {
        height: auto;
        width: 100%;
    }

@media screen and (max-width: 768px) {
    .columns {
        flex-direction: column;
    }
    .columns.col2{
        display:block;
    }
        .columns.list-horizontal-products {
            display:block;
        }
}

/*Setting fonts for the site*/
p, a {
    font-family: "Akzidenz-Grotesk Std";
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Akzidenz-Grotesk Std Super";
    font-weight: 900;
}

/* NAVIGATION */
.menu-wrapper {
    font-size: 1.056rem;
    padding: 0 4%;
}

    .menu-wrapper .logo {
        display: inline-block;
        position: relative;
        top: 45px;
    }

        .menu-wrapper .logo img {
            vertical-align: middle;
            width: 225px;
        }

nav.menu {
    float: right;
    margin-top: 78px;
}

nav.menu ul {
    background: #ffffff;
    z-index: 100;
}

    nav.menu > ul {
        float: right;
    }

        nav.menu > ul > li {
            float: left;
        }

        nav.menu > ul > li.fb-li {
			float: right;
		}

            nav.menu > ul li > a {
                color: #607C93;
                display: inline-block;
                text-align: center;
                padding: 7px 15px;
                text-decoration: none;
                transition: 0.3s;
                font-size: 1.1rem;
            }

                nav.menu > ul > li > a:hover {
                    color: rgb(61, 68, 77);
                }

                nav.menu > ul li > a.active {
                    color: rgb(61, 68, 77);
                    font-family: "Akzidenz-Grotesk Std Super";
                    font-weight: 900;
                }

nav.menu > ul li ul {
  border-left: 1px solid;
  display: none;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  visibility: hidden;
}

nav.menu > ul li:hover > ul,
nav.menu > ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

.fb-li a {
   margin-left: 10px;
   padding: 0 !important;
}
.fb-logo{
    width:28px;
}

ul > li.icon {
    display: none;
    float: right;
}

    ul > li.icon > a {
        color: #607C93;
    }

/* breadcrumbs */
.break-line {
    background-color: rgb(96, 124, 147);
    height: 30px;
    margin-bottom: 30px;
    margin-top: 25px;
    position: relative;
    width: 100%;
}

    .break-line p {
        color: #ffffff;
        display: block;
        font-size: 0.8em;
        margin-left: 9%;
        margin-top: 9px;
        position: absolute;
    }

/*Menu in different screens*/
@media screen and (max-width:1580px) {
    .menu-wrapper {
        padding: 0 4%;
    }

        .menu-wrapper .logo img {
            width: 145px;
        }

    nav.menu {
        margin-top: 60px;
    }

	nav.menu > ul > li > a { 
		padding: 7px 15px;
	}
	
    .break-line p {
        margin-left: 4.5%;
    }
	
	nav.menu > ul.responsive li ul { 
		border: none;
		display: block;
		opacity: 1;
		padding-left: 20px;
		position: relative;
		visibility: visible;
	}
}

@media screen and (max-width:1355px) {
    .menu-wrapper {
        padding: 0 2%;
    }

    nav.menu > ul li > a {
        transition: 0.3s;
        font-size: 0.8em;
    }

    .menu-wrapper .logo img {
        width: 105px;
    }

    nav.menu {
        margin-top: 53px;
    }
}

@media screen and (max-width:1095px) {
    nav.menu > ul > li > a {
        padding: 7px 15px;
    }

}

@media screen and (max-width:1000px) {
    .menu-wrapper {
        padding: 0;
    }

        .menu-wrapper .logo {
            margin-left: 16px;
            margin-top: 20px;
            position: inherit;
        }

            .menu-wrapper .logo img {
                width: 60px;
            }

    nav.menu {
        background: #f5f5f5;
        float: none;
        margin: 0;
    }

        nav.menu > ul > li {
            display: none;
        }

            nav.menu > ul > li.icon {
                display: inline-block;
                position: absolute;
                right: 0;
                top: 5px;
            }

                nav.menu > ul > li.icon > a {
                    font-size: 2rem;
                }

        nav.menu > ul.responsive {
            float: none;
        }

            nav.menu > ul.responsive > li {
                float: none;
                display: inline;
            }

                nav.menu > ul.responsive > li > a {
                    display: block;
                    text-align: left;
                }

    .break-line p {
        margin-left: 15px;
    }
}

/* end - NAVIGATION */

/* jumbotron */
.jumbotron {
    position: relative;
    width: 100%;
}

    .jumbotron > img {
        height: 100%;
        vertical-align: bottom;
        width: 100%;
    }

    .jumbotron .header {
        position: absolute;
        text-align: center;
        text-shadow: #000000 1.9px 1px 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }

    .jumbotron h1 {
        color: #ffffff;
        font-size: 3em;
    }

    .jumbotron .header p {
        color: #ffffff;
        font-size: 1.5em;
    }

@media screen and (max-width:1280px) {
    .jumbotron h1 {
        font-size: 2.1em;
    }

    .jumbotron .header p {
        font-size: 1em;
    }
}

@media screen and (max-width:770px) {
    .jumbotron h1 {
        font-size: 1.3em;
    }

    .jumbotron .header p {
        font-size: 0.7em;
    }
}

/*/*textblock
.col1 p {
    font-size: 1.2em;
    text-align: center;
}*/
.textblock {
    line-height:22px;
    font-size:18px;
    margin: 0 13%;
}

.headerblock {
    color: rgb(61,68,77);
    font-size: 38px;
    text-align: center;
}
/* Mozaik */
.mozaik {
    display: flex;
    margin: 0 10% 0 10%;
}

    .mozaik > div {
        flex: 1 0 auto;
        margin: auto;
        width: 50%;
        text-align: left;
        height:100%;
    }

.mozaik-text {
    padding-left: 10%;
    padding-right: 10%;
}

.mozaik h3 {
    color: rgb(61,67,78);
    display: inline-block;
    font-size: 17px;
}

    .mozaik p {
        color: rgb(61, 68, 77);
        display: inline;
        font-size: 17px;
        line-height: 22px;
    }
    .mozaik a{
        text-decoration: none;
        color: rgb(96, 124,147);
        font-family: "Akzidenz-Grotesk Std Super";
        font-weight: 900;
    }
	.mozaik a[title="JAG VILL SLÅ LARM"] {
        padding: 12px 16px;
        background-color: #607c93;
        color: white;
        font-weight: bold;
        position: absolute;
        left: 50%;
        right: 50%;
        margin: auto -150px auto -150px;
		text-align: center;
    }
    .mozaik img {
        width: 100%;
    }

.col1 .mozaik:nth-child(odd) {
    flex-direction: row-reverse;
}


@media screen and (max-width:770px) {
    .mozaik {
        margin: 3% 5%;
        flex-direction: column !important;
    }
    .mozaik{
        display:block;
    }

        .mozaik div {
            width: 100%;
        }

    .mozaik-text {
        padding: 0;
        margin-bottom: 10px;
        margin-top: 0;
    }
}

/*reference*/
.reference {
    margin: 0 10% 5% 10%;
}

    .reference h3 {
        color: rgb(61, 68, 77);
        font-size: 1.2em;
        margin-left: 3%;
    }

.line {
    background: #607C93;
    height: 1px;
    margin-top: 5px;
}

.reference a {
    display: inline-block;
    margin: 0 47%;
    vertical-align: top;
}

.reference img[alt="arrow"] {
    vertical-align: top;
    width: 100%;
    margin-bottom: 25px;
}

.refcontent {
    display: flex;
    margin-bottom: 45px;
}

    .refcontent img {
        height: 25%;
        margin-left: 3%;
        margin-right: 2%;
    }

    .refcontent p {
        color: rgb(61,68,77);
        font-size: 17px;
        line-height: 22px;
        margin-top: 5px;
        text-align: left;
    }

@media screen and (max-width: 768px) {
    .refcontent img {
        height: 35px;
        width: 45px;
    }

    .refcontent blockquote, h5 {
        font-size: 0.8em;
    }
}

/*Linked images for pages*/
.linkedImage {
    /*flex: 1 0 0px;*/
    padding: 10px 10px;
}

    .linkedImage figure {
        position: relative;
        width: 100%;
    }

    .linkedImage div {
        bottom: 10%;
        color: white;
        font-size: 0.9em;
        font-family: "Akzidenz-Grotesk Std Super";
        font-weight: 900;
        text-align: center;
        width: 100%;
        text-shadow: #000000 1.5px -1px 0;
        position: absolute;
    }

@media screen and (max-width:1280px) {
    .linkedImage div {
        font-size: 0.5em;
    }
}

@media screen and (max-width:768px) {
    .linkedImage div {
        font-size: 0.8em;
    }
}
/*Banner-News*/
.news-item {
    height: 60px;
    position: relative;
}

    .news-item a {
        font-size: 1.5em;
        position: absolute;
        margin: 0;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        text-decoration: none;
        text-align:center;
    }

        .news-item a span {
            font-family: "Akzidenz-Grotesk Std Super";
            font-weight: 900;
        }

        .news-item a img {
            margin-left: 5px;
            width: 25px;
        }

.banner-news-arrow {
    margin-left: 4px;
}

    .banner-news-arrow img {
        height: 25px;
        width: 16px;
    }

.newsbody-text {
    margin: 0 10%;

}
.newsbody-text p{
    font-size: 17px;
    line-height:22px;
     text-align:left;
}

@media screen and (max-width:768px) {
    .news-item a {
        font-size: 17px;
    }
    .news-item a img {
      display:none;
    }
    .banner-news-arrow {
        display: none;
    }
}

/*Products*/
.columns.list-horizontal-products h1, p {
    flex: 1 100%;
    text-align: center;
}

.columns.list-horizontal-products h1 {
    color: rgb(61, 68, 77);
    margin-bottom: 5px;
    font-weight: bold;
}

.columns.list-horizontal-products p {
    margin-bottom: 15px;
}

.product {
    flex: 1;
    padding: 10px 10px;
}

    .product figure {
        position: relative;
        width: 100%;text-align:center;
    }

    .product p {
        bottom: 15%;
        color: white;
        font-family: "Akzidenz-Grotesk Std Super";
        font-weight: 900;
        font-size: 0.9em;
        text-align: center;
        width: 100%;
        text-shadow: #000000 1.5px -1px 0;
        position: absolute;
    }
    .productArrow{
        width: 45px;
    }
@media screen and (max-width: 1080px) {
    .product div {
        font-size: 0.8em;
    }
}

.line-product {
    background: #607C93;
    height: 1px;
    margin: 0 -10px;
    margin-top: 5px
}

.product-information > div {
    font-size:17px;
    line-height: 22px;
    margin: 0 10% 0 10%;
    padding: 40px;
}
.product-information a {
    color: #607C93;
    text-decoration: none;
    font-family: 'Akzidenz-Grotesk Std Super';
}
#info p {
    text-align: left;
}

#info span {
    color: rgb(61,68,77);
}

.product-information .productImageRow {
    display: flex;
    margin-top: 50px;
}
.productImageRow figure{
    text-align:center;
}
.productImageRow img{
    max-width:30%;
}

/*Employees*/
#employeesArrow {
    width: 45px;
}

.line-employees {
    background: #607C93;
    height: 1px;
    margin: 4px -5px 0 -4px;
}

.columns.list-horizontal-employees h1 {
    color: rgb(61,68,77);
    font-family: "Akzidenz-Grotesk Std";
    font-weight: 300;
    font-size: 1.6em;
    margin-bottom: 15px;
    /*flex: 1 100%;*/
    width: 100%;
}

.employees-menu {
    /*flex:1;*/
    width: 100%;
}

    .employees-menu ul {
        display: flex;
        align-content: space-between;
        flex-flow: row wrap;
    }

    .employees-menu li {
        flex: 1 0 auto;
        font-size: 0.8em;
        padding: 4px;
        text-align:center;
    }

    .employees-menu a {
        color: rgb(61,68,77);
        text-decoration: none;
        display:block;
    }

        .employees-menu a[class="active"] {
            font-family: "Akzidenz-Grotesk Std Super";
            font-weight: 900;
        }

.employee-inDepartment-wrapper {
    margin-top: 15px;
    width: 100%;
}

.employees-inDepartment {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.employee {
    padding: 11px;
    width:22%;
}

	.employee a {
		 color: #607C93;
		 text-decoration:none;
	}

    .employee p {
        font-size: 17px !important;
        /*font-size-adjust: 0.58 !important;*/
        line-height: 22px;
        text-align: left;
    }

.employee-role {
    color: rgb(61,68,77);
    font-family: "Akzidenz-Grotesk Std Super";
    font-weight: 900;
    margin-bottom: 5px;
}

.employee-dropdown {
    display: none;
}
/*Employees dropdown-mobile*/
@media screen and (max-width:768px) {
    .employees-menu {
        display: none;
    }

    .employee-dropdown {
        text-align: center;
        display: block;
    }
    .employee {
    flex-basis: 100% !important;
}
        .employee-dropdown select {
            border-radius: 8px;
            color: #607C93;
            font-weight: 600;
            margin-bottom: 10px;
            padding: 5px;
        }
}
/*Imagepage*/
.section-imagepage {
    display: flex;
    margin: 0 10%;
}

.imageWrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
}

.imagepageItem {
    flex: 1 0 20%;
    padding: 8px;
}

.imagepage-nav ul {
    display: flex;
    justify-content: center;
}

.imagepage-nav li {
    margin-right: 5px;
}

.imagepage-nav a {
    color: rgb(61,68,77);
    text-decoration: none;
}

    .imagepage-nav a[class="active"] {
        font-weight: bold;
        text-decoration: underline;
    }

.imagespage-info {
    padding: 15px;
}

    .imagespage-info p {
        font-size:17px;
        line-height: 22px;
        text-align: left;
    }

.nav-arrow {
	align-self: center;
}

@media screen and (max-width:768px) {
    .list-horizontal-images p {
        font-size: 0.7em;
    }
}

/*Image popup*/
.popup {
    background-color: rgba(0,0,0,0.8);
    display: none;
    height: 130%;
    position: absolute;
    text-align: center;
    width: 100%;
    top:0;
    left:0;
}

.popup-content {

    display: inline-block;
    margin-top: 7%;
    width: 900px;
    height:600px;
}
.popup-content .main-image{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.69);
    width:90%;
    height:100%;
    float:left;
}
.popupClose{

}
img[data-enlarge='1']:hover {
    cursor: zoom-in;
}
.popup-navarrow{
    margin-bottom: 27%;
    margin-top:30%;
    float:left;
}
.popup-navarrow img{
    width:35px;
}

@media screen and (max-width:900px){
    .popup-content{
        width:600px;
        height:300px;
    }
    .popup-navarrow{
        margin-bottom: 32%;
        margin-top:25%;
    }
    .popup-navarrow img{
      width:25px;
    }
}

@media screen and (max-width:780px){
    .popup-content{
        width:400px;
        height:200px;
    }
    .popup-navarrow{
        margin-top:25%;
    }
    .popup-navarrow img{
      width:15px;
    }
}

/*Map column*/
.columns-map {
    display: flex;
    margin: 0 10%;
}

.col-map {
    flex: 1 0 0px;
    height: 330px;
}

.map-col-content {
    color: rgb(61, 68, 77);
    padding:15% 10%;
}
.map-col-content span{
    color:rgb(61,68,77);
}
.map-col-content p{
    font-size: 17px;
    text-align: left;
}
.map{
    height:100%;
}

@media screen and (max-width:770px){
      .columns-map {
        margin: 3% 5%;
        flex-direction: column !important;
        display:block !important;
    }

        .columns-map div {
            width: 100%;
        }

    .map-col-content p {
        padding: 0;
        margin-bottom: 10px;
        margin-top: 0;
    }
      .newsmozaik {
        margin: 3% 5%;
        flex-direction: column !important;
        display:block !important;
    }

        .newsmozaik div {
            width: 100%;
        }
         .newsmozaik3070 {
        margin: 3% 5%;
        flex-direction: column !important;
        display:block !important;
    }

        .newsmozaik3070 div {
            width: 100%;
        }
    .newsmozaik-text {
        font-size:17px;
        line-height:22px;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 0;
        text-align:left;
    }
    .contact-row{
        display:block !important;
    }
}

/*Newsitem*/
/* Mozaik */
.newsmozaik3070{
    display:flex;
    margin: 0 10%;
}
    .image30 {
        flex-grow: 1 !important;
        flex-shrink: 0 !important;
        flex-basis: 30% !important;
        width:30% !important;
        text-align: left;
    }
   .text70 {
        flex-grow: 1 !important;
        flex-shrink: 0 !important;
        flex-basis: 70% !important;
        width:70% !important;
        text-align: left !important;
    }
    .newsmozaik3070 h3 {
        color: rgb(61,67,78);
    }

    .newsmozaik3070 p {
        color: rgb(61, 68, 77);
        font-size: 17px;
        line-height: 22px;
        text-align:left;
    }

    .newsmozaik3070 img {
        width: 100%;
    }
    .header3070{
        margin-bottom: 0!important;
    }
.col1 .newsmozaik3070:nth-child(odd) {
    flex-direction: row-reverse;
}

.newsmozaik {
    display: flex;
    margin: 0 10% 0 10%;
}
    .newsmozaik > div {
        flex: 1 0 auto;
        width: 50%;
        text-align: left;
    }
    .newsmozaik-text{
        padding-left: 2%;
        padding-right:2%;
    }
    .newsmozaik h3 {
        color: rgb(61,67,78);
    }

    .newsmozaik p {
        color: rgb(61, 68, 77);
        font-size: 17px;
        line-height: 22px;
        text-align:left;
    }
    .newsmozaik img {
        width: 100%;
    }

.col1 .newsmozaik:nth-child(odd) {
    flex-direction: row-reverse;
}
.newsmozaik-text a{
     color: #607C93;
     text-decoration:none;
}

@media screen and (max-width:770px) {
    .newsmozaik {
        margin: 3% 5%;
        flex-direction: column !important;
    }

        .newsmozaik div {
            width: 100%;
        }
        .image30 {
       flex:1 0 auto !important;
        width:100% !important;
        text-align: left;
    }
   .text70 {
        flex: 1 0 auto;
        width:100% !important;
        text-align: left !important;
    }
    .newsmozaik-text {
        padding:0;
        margin-bottom:10px;
        margin-top:0;
    }
     .newsmozaik3070 {
        margin: 3% 5%;
        flex-direction: column !important;
    }

        .newsmozaik3070 div {
            width: 100%;
        }

}

.newsheader{
    color: rgb(61, 68, 77);
    font-size: 38px !important;
    margin-bottom: 35px;
    text-align: center;
}

.infotext {
    color: rgb(61, 68, 77);
    margin-bottom: 5px;
    margin-left: 5%;
    margin-top: 40px;
    text-align: left;
}

.news-gadgets {
    margin: 25px 10% 25px 10%;
    text-align: center;
}

#newsarrow {
    vertical-align: top;
    width: 4%;
}

    #newsarrow:hover {
        cursor: pointer;
    }

/*Contact*/
.contact-wrapper {
    margin: 30px 10% 0 10%;
}

	.contact-wrapper a {
		color: #607C93;
		text-decoration:none;
	}

    .contact-wrapper p {
        font-size:17px;
        line-height: 22px;
        text-align: left;
    }

.contact-header {
    color: rgb(61,68,77);
    font-size: 32px !important;
    margin-bottom: 20px;
}

.contact-row {
    display: flex;
    margin-bottom: 15px;
}

.contact-col {
    flex: 1 0 auto;
    text-align:center;
}
.contact-col.colImg {
	align-self:baseline;
}
.contact-col.colImg > img {
	width:90px;
}
.colImg img{
    margin: 0 auto;
    display:block;
    justify-content:center;
}
.colImg a {
    
    font-family: 'Akzidenz-Grotesk Std Super';
    font-size: 12px;
}
@media screen and (max-width: 1080px) {
    .contact-row {
        flex-flow: column;
    }
    .contact-header{
        text-align:center;
        line-height:30px !important;
    }
    .contact-wrapper p{
        text-align: center;
    } 
}

.footer {
    margin: 0 10%;
    height: 20px;
    text-align: center;
}

    .footer ul {
        height: 50px;
    }

    .footer li {
        display: inline-block;
    }

        .footer li > a {
            color: #607C93;
            text-align: center;
            padding: 7px 16px;
            text-decoration: none;
            transition: 0.3s;
            font-size: 0.8em;
        }

            .footer li > a:hover {
                color: rgb(61, 68, 77);
            }

            .footer li > a[class = active] {
                color: rgb(61, 68, 77);
                font-family: "Akzidenz-Grotesk Std Super";
                font-weight: 900;
            }

.line-footer {
    margin: 15px 10%;
    background: #607C93;
    height: 1px;
}

@media screen and (max-width: 768px) {
    .footer-wrapper {
        display: none;
    }
}

.copyrght {
    color: #607C93;
    font-family: "Akzidenz-Grotesk Std";
    font-weight: 300;
    text-align: left;
    font-size: 0.7rem !important;
    margin: 0 0 30px 10%;
}

.mozaik ul{
    margin-top: 5px;
    list-style-image: url(../images/Pil-ref-right.png);
    padding-left:0;
}

    .mozaik ul li {
        color: rgb(61, 68, 77);
        font-size: 17px;
        padding: 5px 5px 7px 0px;
        list-style-position: inside;
    }

.newsmozaik-text ul{
    margin-top: 5px;
    list-style-image: url(../images/Pil-ref-right.png);
    padding-left:0;
}

    .newsmozaik-text ul li {
        color: rgb(61, 68, 77);
        font-size: 17px;
        padding: 5px 5px 7px 0px;
        list-style-position: inside;
    }

/*Fulfix certifikat*/
#cert5, #cert6 {
   margin-top: 40px;
   width:105px;
}
#cert1, #cert2, #cert3 {
    height:96px;
    width: 75px;
}

#cert4{
    width:95px
}
@media screen and (max-width:1080px) {
    #cert4, #cert5 {
   margin-top: 0;
}
}

/*certifikat mozaik*/
.mozaikCert {
    display: flex;
    margin: 0 10% 0 10%;
}

    .mozaikCert > div {
        flex: 1 0 auto;
        margin: auto;
        width: 50%;
    }

.mozaik-cert-certbox {
    border: 1px solid rgb(96, 124, 147);
    height: 409px;
}
.mozaik-cert-certbox > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row;
	align-items: center;
}
.mozaikCert h3 {
    color: rgb(61,67,78);
    display: inline-block;
    font-size: 17px;
}

    .mozaikCert p {
        color: rgb(61, 68, 77);
        display: inline;
        font-size: 17px;
        line-height: 22px;
    }
    .mozaikCert a{
        text-decoration: none;
        color: rgb(96, 124,147);
        font-family: "Akzidenz-Grotesk Std Super";
        font-weight: 900;
        font-size: 12px;
    }

.mozaik-cert {
	text-align: center;
	flex: 1 1 30%;
	height: 100%;
	flex-grow: 1;
}
.mozaik-cert > img{
    display:block;
    margin: 0 auto;
	width: 70px;
}

.center-box{
    margin-top: 75px;
    text-align:center;
    padding: 0 25px
}
.first-row, .second-row {
    display:flex;
    justify-content: space-around;
    width:100%;
    margin-bottom: 40px;
}
#certMozaik1, #certMozaik3 {
    width: 60px;
}
#certMozaik2{
    width:60px
}
#certMozaik4 {
    width: 85px;
}
#certMozaik6, #certMozaik5 {
    margin-top: 30px;
    width: 100px;
}

@media screen and (max-width: 1210px) {
    #certbox1, #certbox2, #certbox3 {
        margin: 10px;
    }

    #certbox4, #certbox5 {
        float: left;
    }

    #certbox4 {
        margin-right: 15px
    }
}

@media screen and (max-width:770px) {
    .mozaik-cert-certbox {
        border: none;
        height:100%;
    }
    .center-box{
        padding:0;
    }
    .first-row, .second-row {
        flex-direction: column;
    }
    .mozaikCert {
        flex-direction: column;
    }
    .mozaik-cert > img {
        margin: 0 auto;
        display:block;
    }

        .mozaikCert div {
            width: 100%;
        }

    .mozaik-text {
        padding: 0;
        margin-bottom: 10px;
        margin-top: 0;
    }
}

.movie {
	display: flex;
	margin: 0 auto;
}