html,
body {
    height: 100%;
}

body {
    padding-top: 60px;
    background: #FFFFFF;
}

@media (min-width: 1500px) {
    body {
        background: -moz-linear-gradient(left, #F5F7F3 0%, #FFFFFF 12%, #FFFFFF 88%, #F5F7F3 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #F5F7F3 0%, #FFFFFF 12%, #FFFFFF 88%, #F5F7F3 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #F5F7F3 0%, #FFFFFF 12%, #FFFFFF 88%, #F5F7F3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F7F3', endColorstr='#F5F7F3', GradientType=1); /* IE6-9 */
    }
}

@media (min-width: 1900px) {
    body {
        background: -moz-linear-gradient(left, #F5F7F3 0%, #FFFFFF 16%, #FFFFFF 84%, #F5F7F3 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #F5F7F3 0%, #FFFFFF 16%, #FFFFFF 84%, #F5F7F3 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #F5F7F3 0%, #FFFFFF 16%, #FFFFFF 84%, #F5F7F3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F7F3', endColorstr='#F5F7F3', GradientType=1); /* IE6-9 */
    }
}

img {
    max-width: 100%;
}

@media (min-width: 990px) {
    body {
        padding-top: 0px;
    }
}


/*
    Wrapper for page content to push down footer
    Currently deactivated on wish of customer
*/
#wrap, .wrap {
    /*min-height: 90%;*/
    height: auto !important;
    margin: 0 auto;
    //background-color: #F9FAF8;
    display: flex;
}

.wrap .container,
#consortium .container,
#footer .container {
    padding: 40px 15px 30px;
}

.wrap + .wrap .container {
    padding: 0px 15px 30px;
}

.wrap .container#usecases {
    padding: 20px 0px 0px;
}

.open-call {
    position: relative;
    top: -55px;
}

.consortium-logos {
    padding: 20px 0;
}

/* Set the fixed height of the div that pushes the footer down here */
#push {
    height: 60px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

/*
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}
*/

@media (min-width: 991px) {
    #wrap {
        margin-top: 50px;
    }

    .wrap + .wrap {
        margin-top: 0px;
    }
}

#wrap > .container {
    align-items: stretch;
}

#wrap > .container > .row:last-child {
    margin-bottom: 0px;
}

#wrap > .page-header {
    margin-top: 0px;
}

/* footer */
#footer > .container {
    border-color: transparent;
}

@media (max-width: 990px) {
    #footer .col-md-3,
    #footer .col-md-5 {
        padding-bottom: 20px;
    }
}

.container .credit {
    margin: 20px 0;
}

.credit {
    font-size: xx-small;
    font-weight: 300;
}

.centered {
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
}


.preview-news-item, .preview-all-news {
    font-size: 0.9em;
    line-height: 1.3em;
}

#survey {
    padding: 0 15px 10px 15px;
    margin-top: 40px;
}

@media (min-width: 991px) {
    #latestnews, #survey, #quick-check {
        margin-left: 80px;
    }
}

@media (max-width: 990px) {
    #latestnews {
        padding-top: 30px;
    }

    #survey {
        padding-top: 30px;
        margin-top: 50px;
    }
}

#survey h4,
#latestnews .preview-news-item {
    font-size: 1em;
    line-height: 1.3em;
}

#survey h4,
#latestnews h4.preview-news-item {
    padding-top: 12px;
    margin-bottom: 5px;
}

.preview-all-news :before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 11px;
    vertical-align: 2px;
    padding-right: 5px;
    opacity: 0.8;
    color: #007EA7;
}

.publications h4 {
    font-size: 1em;
    line-height: 1.3em;
    margin-top: 30px;
}

.publications:first-child {
    margin-top: 0px;
}

.page-header h1 {
    text-align: center;
}

.metadata {
    font-size: small;
}

.header-image {
    display: block;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

div.content {
    padding-bottom: 2em;
}

div.content img {
    display: block;
    max-width: 50%;
    margin: 1em auto;
}

.align-middle {
    vertical-align: middle;
}

.blog-row{
    padding: 10px 0;
}

@media (min-width: 991px) {
    .blog-row h1{
        margin-top: -7px;
    }
}

@media (min-width: 991px) {
    #cybersecurity-facts .facts-all-items {
        padding: 0 50px;
    }
}

.flex {
    display: flex;
}

.smesec-box {
    border: 2px solid #229CCD;
    padding: 10px;
}

@media (max-width: 767px) {
    .smesec-box {
        margin: 50px 0 100px;
    }
}

.box-title {
    margin-top: -20px;
    margin-bottom: 30px;
    font-size: 1.1em;
}

.box-title span {
    background: white;
    padding: 0 15px;
}

.feature-box hr {
    width: 8%;
    margin-left: auto;
    margin-right: auto;
    border: 0.5px solid #8DD7FA;
}

.box-img img {
    margin-top: -75px; /* -30%; */
    width: 60%;
    max-width: 150px;
    background: white;
    border-left: 15px;
    border-right: 15px;
    border-color: white;
    border-style: solid;
}

/*
#intro {
    background-image: url("/images/gfx/smesec-infographic.png");
    background-image: url("/images/gfx/smesec-infographic.svg");
    margin: auto auto;
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-position: right top;
    padding-bottom: 350px;
    min-height: 400px;
}

@media (max-width: 1200px) {
    #intro {
        background-size: auto 85%;
        background-position: right 20%;
        padding-bottom: 300px;
    }
}

@media (max-width: 990px) {
    #intro {
        background-image: none;
        padding-bottom: 0px;
    }
}

*/

#intro .infographic {
    background-image: url("/images/gfx/smesec-infographic-sm.png");
    background-image: url("/images/gfx/smesec-infographic-sm.svg");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 75%;
}

@media (max-width: 990px) {
    #intro .infographic {
        background-position: center 40%;
    }
}

#cybersecurity-facts .facts-item {
    background-image: url("/images/gfx/hexagon_facts.png");
    background-image: url("/images/gfx/hexagon_facts.svg");
    width: 230px;
    height: 219px;
    margin: 20px auto 30px;
}

#cybersecurity-facts .facts-number {
    color: #8DD7FA;
    font-size: 3em;
    padding: 20px 0 0;
    margin: 0px;
    text-align: left;
}

#cybersecurity-facts .facts-content {
    padding: 0 40px;
    font-size: 0.9em;
}

.framework-item,
.threat-item,
.benefits-item {
    padding: 20px 0 30px;
}

#framework img,
#benefits img{
    padding-bottom: 10px;
}

#framework h5,
#benefits h5{
    font-size: 1em;
}

#framework h5 ~ p,
#benefits h5 ~ p {
    font-size: 0.9em;
    pading: 0 50px;
}

#smesec-framework .framework-item,
.threat-item {
    padding: 10px 0 30px;
}

#smesec-framework .framework-item img,
.threat-item img {
    padding-bottom: 10px;
}

.framework-item a h5,
.threat-item a h5,
.item a h5 {
    color: #001921;
}

@media (max-width: 990px) {
    #action h3, #action p {
        text-align: center;
    }
}

#smesec-framework h2 {
    padding-bottom: 0;
}

@media (min-width: 768px) {
    #smesec-framework h2 {
        margin-bottom: 0;
    }
}

#smesec-framework .bg-framework {
    background-image: url("/images/gfx/bg-framework.png");
    background-image: url("/images/gfx/bg-framework.svg");
    margin: auto auto;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    padding-top: 85px;
}

@media (max-width: 991px) {
    #smesec-framework .bg-framework {
        background-image: url("/images/gfx/bg-framework-sm.png");
        background-image: url("/images/gfx/bg-framework-sm.svg");
        margin: auto auto;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: top;
        padding-top: 80px;
        padding-bottom: 40px;
    }

    #smesec-framework .bg-framework ~ div {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    #smesec-framework .bg-framework {
        background-image: url("/images/gfx/bg-framework-xs.png");
        background-image: url("/images/gfx/bg-framework-xs.svg");
        margin: auto auto;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: top;
        padding-top: 90px;
        padding-bottom: 10px;
    }
}

#cta_newsletter img {
    opacity: 0.65;
    padding: 10px;
}

@media (min-width: 768px) {
    #cta_newsletter {
        padding-right: 40px;
    }
}

@media (min-width: 992px) {
    #cta_newsletter img {
        margin-top: 12%;
    }
}





/* Spacing
-------------------------------------------------- */
.padding-top-large {
    padding-top: 50px;
}

.padding-top-medium {
    padding-top: 30px;
}

.padding-top-small {
    padding-top: 10px;
}

.padding-bottom-large {
    padding-bottom: 50px;
}

.padding-bottom-medium {
    padding-bottom: 30px;
}

.padding-bottom-small {
    padding-bottom: 10px;
}

.no-padding-top {
    padding-top: 0px;
}

.no-padding-bottom {
    padding-bottom: 0px;
}

.no-padding-left {
    padding-left: 0px;
}

.no-padding-right {
    padding-right: 0px;
}

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

.margin-bottom-medium {
    margin-bottom: 30px;
}

.margin-bottom-large {
    margin-bottom: 50px;
}

.margin-left {
    margin-left: 50px;
}

.no-margin-side {
    margin-left: 0px;
    margin-right: 0px;
}

.no-margin-top {
    margin-top: 0px;
}

.no-margin-side-box {
    margin-left: 15px;
    margin-right: 15px;
}


/* Table
-------------------------------------------------- */
.table-smesec {
    margin-top: 30px;
    margin-bottom: 50px;
}

.table-smesec,
.table-smesec>tbody>tr>td {
    padding: 8px 0;
    border: none;
    border-top: none;
    border-bottom: 1px solid #DADFDC;
}

.table-smesec td {
    white-space: normal;
}

.table-smesec>tbody>tr:first-child {
    border-top: 1px solid #DADFDC;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: none;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .table-responsive>.table {
        margin-bottom: 20px;
    }

    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
        white-space: normal;
    }
}



/* Contact Form & Mailing list Signup
-------------------------------------------------- */
#contact table,
#mailinglist table{
    border: none;
}

#contact .input-smesec-dark,
#mailinglist .input-smesec-dark{
    margin: 0;
}

/* Bootsnipp Multiitem Carousel
-------------------------------------------------- */

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 0 15px;
    width: 100%;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
    padding: 10px;
}

.MultiCarousel.BigCarousel .MultiCarousel-inner .item {
    padding: 20px;
}

.MultiCarousel .MultiCarousel-inner .item > div {
    text-align: center;
    padding: 10px;
    margin: 10px;
    background: #transparent;
}

.MultiCarousel .leftLst, .MultiCarousel .rightLst {
    position: absolute;
    border-radius: 0;
    top: calc(17%);
    border: none;
    margin: 0;
    background: transparent;
}

.MultiCarousel.BigCarousel .leftLst, .MultiCarousel.BigCarousel .rightLst {
    top: calc(40%);
}

.MultiCarousel .leftLst:before, .MultiCarousel .rightLst:before {
    content: "\f053";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    font-size: 30px;
    color: #8DD7FA;
    vertical-align: 2px;
    padding-left: 5px;
    opacity: 0.5;
    transition: all 0.3s ease 0s;
}

.MultiCarousel .leftLst {
    left: 0;
    padding: 40px 50px 40px 10px;
}

.MultiCarousel .leftLst:before {
    content: "\f053";
}

.MultiCarousel .rightLst {
    right: 0;
    padding: 40px 10px 40px 50px;
}

.MultiCarousel .rightLst:before {
    content: "\f054";
}

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
    pointer-events: none;
    opacity: 0.15;
    transition: all 0.3s ease 0s;
}

.MultiCarousel .item h5 {
    padding: 15px 45px 0px;
    font-size: 1em;
}

.svg-fallback {
    display: none;
}
.no-svg .svg-fallback img {
    display: inline;
    width: 140px;
    height: 127px;
}

/* Share buttons footer
-------------------------------------------------- */

ul.social-icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    color: black;
}

ul.social-icons li {
    display: inline-block;
    padding: 0 1em 0 0;
    font-size: 1.4em;
}

ul.social-icons li:last-child {
    padding-right: 0;
}

ul.social-icons li > *:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.social-icons p {
    display: none;
}

.share-btn:hover {
    color: #007EA7 !important;
}


/* Share buttons news & events
-------------------------------------------------- */
ul.icons {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

ul.icons li {
    display: inline-block;
    padding-right: 25px;
}

ul.icons li p {
    display: inline;
    padding-left: 5px;
}