/* Tegen de template */
.Content {
    padding-top:0!important;
}
.tplvar-content-title {
    display: none;
}
.Block.Breadcrumb.tplblock-breadcrumbtrail.tplblockstyle-breadcrumbtrail-standard {
    display: none!important
}
h2.tplvar-content-title {
    display: none;
}
.ContentPostDetails {
    margin: unset!important;
}

body {
    text-align: left;
}
h3 {
    background: url(/templates/Isahosting/images/bullet.svg) 0 7px no-repeat;
    padding-left: 16px;
    font-size: 18px!important;
    color: var(--h3Color)!important;
}

#sslContainer {
    width: 100vw;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    position: relative;
    left: calc(50% - 3px);
}

/* Header */
.PageHeaderFullWidth {
    background-image: url(/templates/Isahosting/images/header-ssl-pagina-2020.webp);
    min-height: 280px;
    color: var(--headerIntroColor);
}

.imageSSL img {
    position: absolute;
    min-height: 280px;
    right: 0%;
}

.introSSL {
    width: 42%;
    left: 20.25%;
    display: inline-block;
    -webkit-transform: translate(-50%)!important;
        -ms-transform: translate(-50%)!important;
            transform: translate(-50%)!important;
    top: 40px!important;
    position: relative;
}
.introSSL h1 {
    font-size: 26px;
    letter-spacing: 2px;
    color: var(--headerIntroColor)!important;
    line-height: 38px;
    padding:0;
}
.introSSL p {
    padding-top: 17px;
    line-height: 24px;
    font-size: 15px;
    letter-spacing: 1.5px;
}

.current-link {
    background-color: red;
}

p {
    padding-bottom: 17px!important;
}
.zoomHeaderBtnDom {
    -webkit-animation: zoominoutsinglefeatured 8s;
            animation: zoominoutsinglefeatured 8s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    top: 102px!important;
}
@-webkit-keyframes zoominoutsinglefeatured
{
0% {
    -webkit-transform: scale(1,1);
            transform: scale(1,1);
    padding-bottom: 0.5em;
}

12.5% {
    -webkit-transform: scale(1.01,1.01);
            transform: scale(1.01,1.01);
}
25% {
    -webkit-transform: scale(1.01,1.01);
            transform: scale(1.01,1.01);
}
37.5% {
    -webkit-transform: scale(1.01,1.01);
            transform: scale(1.01,1.01);
}
50% {
    -webkit-transform: scale(1.2,1.2);
            transform: scale(1.2,1.2);
}
62.5% {
    -webkit-transform: scale(1.01,1.01);
            transform: scale(1.01,1.01);
}
75% {
    -webkit-transform: scale(1.01,1.01);
            transform: scale(1.01,1.01);
}
87.5% {
    -webkit-transform: scale(1.01,1.01);
            transform: scale(1.01,1.01);
}
100% {
    -webkit-transform: scale(1,1);
            transform: scale(1,1);
    padding-bottom: 0.5em;
}
}
@keyframes zoominoutsinglefeatured
{
0% {
    -webkit-transform: scale(1,1);
            transform: scale(1,1);
    padding-bottom: 0.5em;
}

12.5% {
    -webkit-transform: scale(1.01,1.01);
            transform: scale(1.01,1.01);
}
25% {
    -webkit-transform: scale(1.01,1.01);
            transform: scale(1.01,1.01);
}
37.5% {
    -webkit-transform: scale(1.01,1.01);
            transform: scale(1.01,1.01);
}
50% {
    -webkit-transform: scale(1.2,1.2);
            transform: scale(1.2,1.2);
}
62.5% {
    -webkit-transform: scale(1.01,1.01);
            transform: scale(1.01,1.01);
}
75% {
    -webkit-transform: scale(1.01,1.01);
            transform: scale(1.01,1.01);
}
87.5% {
    -webkit-transform: scale(1.01,1.01);
            transform: scale(1.01,1.01);
}
100% {
    -webkit-transform: scale(1,1);
            transform: scale(1,1);
    padding-bottom: 0.5em;
}
}
.BtnMailMaps {
    position: relative;
    display: inline-block;
    left: -42.8%!important;
}

.btnSSL {
    background-color: var(--buttonBg);
    color: var(--buttonColor);
    border-radius: 2px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 34.6px;
    outline-color: var(--btnSSLOutline);
    padding: 0 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.btnSSL:hover
{
    background-color: var(--headerBtnHover);
}
.btnSSL span::before {
    content: "";
    background-image: url(/templates/Isahosting/images/lock.svg);
    height:16px;
    width:16px;
    display:inline-block;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.btnSSL:hover span::before{
    background-image:url(/templates/Isahosting/images/lock-black.svg);
    background-repeat:no-repeat;
    height:16px;
    width:16px;
    display:inline-block;
}

.prosSSL {
    position: relative;
    width: 45%;
    left: 24.5%;
    display: inline-block;
    line-height: 38px;
    -webkit-transform: translate(-50%)!important;
        -ms-transform: translate(-50%)!important;
            transform: translate(-50%)!important;
    top: 140px!important;
}

.prosSSL .desktopText {
    display: inline-block;
}
.prosSSL span {
    padding-right: 3.5%;
}
.prosSSL .mobileText {
    display: none;
}

.prosSSL span::before {
    content: "";
    background-image: url(/templates/Isahosting/images/check-solid-green.svg);
    display:inline-block;
    height:14px;
    width: 14px;
}

/* SSL Menu */
.menuSSL {
    width: 100%;
    position: relative;
    -webkit-transform: translate(-50%)!important;
        -ms-transform: translate(-50%)!important;
            transform: translate(-50%)!important;
    left: 50%;
    font-weight: 600;
}
.menuSSL ul {
    overflow-x: unset;
    overflow-y: unset;
    margin: unset!important;
}
.menuSSL li {
    float: left;
    padding: 1.5% 5%;
    font-size: 16px;
    list-style-type: none!important;
    margin-bottom: 0.2em;
}
.menuSSL a {
    color: var(--sslMenuA);
}
.menuSSL a:hover {
    text-decoration: underline!important;
}
.menuSSL ul li a::before {
    content: "";
    background-image: url(/templates/Isahosting/images/lockGreen.svg);
    display:inline-block;
    height: 14px;
    width: 13px;
    background-repeat: no-repeat;
}

/* Slider */
#sliderFullWidth {
    width: 100%;
    background-image: url(/templates/Isahosting/images/background-slider-ssl.webp);
    padding-top: 1%;
    padding-bottom: 2%;
    display: inline-block;
}
#info {
    padding-top: 2%;
    padding-bottom: 1%;
}
.leftInfo {
    line-height: 27px;
    -webkit-transform: translate(-50%)!important;
        -ms-transform: translate(-50%)!important;
            transform: translate(-50%)!important;
    left: 50%;
    position: relative;
}
.leftTxt {
    text-align: center;
    font-size: 22px;
    color: var(--leftTextColor);
    font-weight: 600;
}
.leftTxt h2 {
    font-size: 32px!important;
    color: var(--leftTextH2)!important;
}
.leftInfo h2, .rightInfo h2 {
    background: none;
    padding-left: 0;
    letter-spacing: 2px;
}
.leftTxt h2::before {
    content: "";
    background-image: url(/templates/Isahosting/images/lock.svg);
    display:inline-block;
    height:24px;
    width:21px;
    background-repeat: no-repeat;
    margin-right: 6px;
}

.sslSlider .slick-list {
    padding-top: 2%!important;
}

.sslSlider .slick-current .itemHeader {
    border-top-left-radius: 6px;
}
.itemHeader {
    background-color: var(--itemHeader);
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 7.5%;
    padding-right: 7.5%;
    opacity: 0.9;
}
.itemName {
    text-align: center;
    color: var(--itemName);
    padding-top: 17px;
}
.itemName p {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
}
.itemName p::before {
    content: "";
    background-image: url(/templates/Isahosting/images/lock.svg);
    display:inline-block;
    height: 18px;
    width: 17px;
    margin-right: 6px;
    background-repeat: no-repeat;
}
.itemPrice {
    text-align: center;
    color: var(--itemName);
}
.itemPrice p {
    font-weight: 900;
    font-size: 40px;
    padding-top: 5%;
}
.itemPrice span.smallTextSlider {
    font-size: 14px;
    font-weight: 400;
}
.sslSlider .slick-current .itemBody {
    border-bottom-left-radius: 6px;
}
.itemBody {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 15%;
    padding-right: 15%;
    background-color: var(--itemName);
}
.itemText {
    font-weight: bold;
    color: var(--itemText);
    padding-top: 10%;
    padding-bottom: 10%;
}
.itemText p, .itemHeader p {
    padding-bottom: 17px!important;
    margin: unset!important;
}
.itemButton {
    padding-bottom: 10%;
}
.itemButton a {
    background-color: var(--buttonBg);
    color: var(--buttonColor)!important;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
    border-radius: 2px;
    font-size: 18px;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    left: 50%;
    display: inline-block;
    position: relative;
}
.itemButton a::before {
    content: "";
    display: inline-block;
    background-image: url(/templates/Isahosting/images/lock.svg);
    width:15px;
    height:15px;
    background-repeat: no-repeat;
}
.sslSlider .slick-current ~ .slick-active .itemHeader {
border-top-right-radius: 6px;
}

.sslSlider .slick-current + .slick-active .itemHeader {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.sslSlider .slick-current + .slick-active .itemHeader {
    background-color: var(--itemHeaderActive);
    padding-top: 8%;
    padding-bottom: 8%;
    margin-top: -3%;
    opacity: 1;
}
.sslSlider .slick-current ~ .slick-active .itemBody {
    border-bottom-right-radius: 6px;
}
.sslSlider .slick-current + .slick-active .itemBody {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom: 1px solid var(--itemName);
}
.sslSlider .slick-current + .slick-active {
    width: 33.33%;
    float: left;
    position: relative;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 10px 0px var(--itemShadow);
            box-shadow: 0px 0px 10px 0px var(--itemShadow);
    z-index: 999;
}
.sslItem2 .itemBody {
    padding-bottom: 0%;
}

/* SSL Verschil */
#differenceSSLFullWidth {
    padding-top: 2%;
    padding-bottom: 2%;
    width: 100%;
    display: inline-block;
}
.sslDifference {
    padding-top: 5%;
}
.differenceImg {
    width: 44%;
    float: left;
}
.differenceImg img {
    border-radius: 38px;
}
.differenceText {
    width: 44.5%;
    float: left;
    padding-left: 11.25%;
}
.differenceText .desktopText {
    display: block;
}
.differenceText h2 {
    padding-left: 0;
    font-size: 30px!important;
    font-weight: 600;
}
.differenceText .mobileText {
    display: none;
}
.differenceText p:first-of-type {
    padding-top: 15px;
}
.differenceText p {
    line-height: 24px;
    margin: unset!important;
    font-size: 16px;
}
.differenceText .itemButton {
    padding-top: 1.75%;
}
.differenceText .itemButton a {
    padding-bottom: 2.625%;
    padding-top: 2.625%;
    padding-left: 5.25%;
    padding-right: 5.25%;
    left: 15%;
}

/* isadesign SSL info */
#isadesignSSLFullWidth {
    width: 100%;
    display: inline-block;
    background-image: url(/templates/Isahosting/images/background-voordelen-ssl.png);
    padding-bottom: 2%;
}
.isadesignSSL {
    padding-top: 5%;
}
.leftTextSSL {
    color: var(--leftTextH2);
    width: 50%;
    float: left;
}
.leftTextSSL h2 {
    padding-left: 0;
    color: var(--leftTextH2)!important;
    font-size: 31px!important;
    font-weight: 600;
    letter-spacing: 2px;
}
.leftTextSSL .leftTextBoth {
    width: 90%;
}
.leftTextSSL .leftTextBoth p {
    line-height: 24px;
    font-size: 16px;
}
.rightSSL {
    width: 44%;
    float: left;
    padding-left: 5.5%;
}
.rightSSL ul {
    color: var(--rightTextUl);
    line-height: 34px;
    font-size: 18px;
    padding-left: 37%;
    margin: unset!important;
}
.rightSSL ul li {
    list-style-type: none!important;
}
.rightSSL ul li::before {
    content: "";
    background-image: url(/templates/Isahosting/images/check-solid.svg);
    display:inline-block;
    width: 14px;
    height:14px;
    background-repeat: no-repeat;
}
/* SSL Voordelen */
#voordelenSSLFullWidth {
    background-color: var(--bodyBg);
    width: 100%;
}
.voordelenSSL {
    padding-top: 5%;
}
.voordelenSSL .desktopText {
    display: block;
}
.voordelenSSL h2 {
    padding-left: 0;
    font-size: 38px!important;
    text-align: center;
    padding-bottom: 2%;
    font-weight: 600;
    color: var(--voordelenH2);
    letter-spacing: 2px;
}
.voordelenSSL .mobileText {
    display: none;
}
.voordelenGoogle, .voordelenVertrouwen {
    width: 28.25%;
    float: left;
    padding-right: 7.55%;
}
.voordelenGoogle h2, .voordelenVertrouwen h2, .voordelenWettelijk h2 {
    padding-top: 12.5%;
    font-size: 27px!important;
    padding-bottom: 16px;
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
}
.voordelenGoogle h2::before {
    content: "";
    background-image:url(/templates/Isahosting/images/google-brands.svg);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right:0.1em;
}
.voordelenGoogle p, .voordelenVertrouwen p, .voordelenWettelijk p {
    line-height: 27px;
    font-size: 16px;
}
.voordelenVertrouwen h2::before {
    content: "";
    font-size: 30px;
    background-image: url(/templates/Isahosting/images/shield-alt-solid.svg);
    background-repeat: no-repeat;
    display:inline-block;
    margin-right:0.1em;
}
.voordelenWettelijk {
    width: 28.25%;
    float: left;
}
.voordelenWettelijk h2::before {
    content: "";
    background-image: url(/templates/Isahosting/images/gavel-solid.svg);
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 30px;
    width: 30px;
    height: 29px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    margin-right:0.1em;
}
.voordelenGoogle h2::before, .voordelenVertrouwen h2::before {
    width: 28px;
    height:28px;
}

/* Onze Diensten */
#onzeDienstenFullWidth {
    width: 100%;
    display: inline-block;
    background-color: var(--bodyBg);
    position: relative;
}
.onzeDiensten {
    padding-top: 3%;
    padding-bottom: 2%;
}
.onzeDienstenTitleContent {
    width: 100%;
    background-image: url(/templates/Isahosting/images/background-voordelen-ssl.png);
}
.onzeDienstenTitleText {
    padding-bottom: 4.5%;
    padding-top: 3.5%;
}
.onzeDienstenTitle p {
    font-size: 38px;
    text-align: center;
    font-weight: 600;
    color: var(--onzeDiensten);
    margin-top: -2%;
    letter-spacing: 2px;
}
.onzeDienstenTitleContent .mobileText {
    display: none;
}
.dienstenSlider
{
    position: relative;
    bottom:4em;
    height: 14em;
}
.slick-prev-ssl {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    cursor: pointer;
    color: transparent;
    border: none;
    z-index: 2;
    background-color: var(--arrowBg);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-weight: 600;
    text-indent: -9999px;
    padding: 1.8em 1.2em;
    position: absolute;
    top: 54%;
}
.slick-next-ssl {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    cursor: pointer;
    border: none;
    z-index: 2;
    background-color: var(--arrowBg);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    font-weight: 600;
    text-indent: -9999px;
    padding: 1.8em 1.2em;
    position: absolute;
    top: 54%;
    right: -1%;
}
 .slick-prev {
    top: 70%;
    left: -0;
    position: absolute;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    z-index: 2;
    background-color: var(--arrowBg);
    padding-left: 25px;
    padding-right: 12px;
    padding-bottom: 18px;
    padding-top: 18px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 25px;
    text-indent: -9999px;
}
 .slick-prev::before, .owl-prev::before, .slick-prev-ssl::before {
    content: "";
    background-image:url(/templates/Isahosting/images/arrow-left.svg);
    background-repeat: no-repeat;
    display:inline-block;
    width:10px;
    height:23px;
    position:absolute;
    left: 40%;
    top: 30%;
}
.slick-next {
    top: 70%;
    right: -0.01%;
    position: absolute;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    z-index: 2;
    background-color: var(--arrowBg);
    padding-left: 25px;
    padding-right: 12px;
    padding-bottom: 18px;
    padding-top: 18px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 25px;
    text-indent: -9999px;
}
.slick-next::before, .owl-next::before, .slick-next-ssl::before {
    content: "";
    background-image:url(/templates/Isahosting/images/arrow-right.svg);
    background-repeat: no-repeat;
    display:inline-block;
    width:10px;
    height:23px;
    position:absolute;
    left: 40%;
    top: 30%;
}
.dienstenSlider .slick-list {
    padding-bottom: 3%!important;
    margin-left: 2.75%;
}
.dienstItem1, .dienstItem2, .dienstItem3, .dienstItem4, .dienstItem5 {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.dienstItemContent {
    padding-top: 2%;
    position: relative;
    display: inline-block;
    padding-bottom: 3%;
    max-width: 403px;
    border: 1px solid var(--dienstContentBorder);
    -webkit-box-shadow: var(--dienstContentBorder) 5px 5px 5px;
            box-shadow: var(--dienstContentBorder) 5px 5px 5px;
    background-color: var(--bodyBg);
}
.dienstItemText {
    padding-top: 2%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
}
.dienstItemTitleImage {
    width: 15%;
    float: left;
    position: relative;
}
.dienstItemTitleImage img {
    width: 100%;
    -webkit-filter: invert(26%) sepia(51%) saturate(573%) hue-rotate(151deg) brightness(106%) contrast(96%);
            filter: invert(26%) sepia(51%) saturate(573%) hue-rotate(151deg) brightness(106%) contrast(96%);
}
.dienstItemTitleText {
    width: 85%;
    display: inline-block;
    float: left;
    position: relative;
    padding-top: 4.5%;
}
.onzeDienstenSubTitle {
    font-size: 160%;
    font-weight: 700;
    line-height: 27px;
    color: var(--onzeDienstenSubTitel);
    padding-left: 6%;
    letter-spacing: 0.25px;
}
.dienstItemInfo {
    margin-bottom: 1%;
}
.dienstItemInfoText {
    display: inline-block;
    position: relative;
}
.dienstItemText p {
    font-size: 16px;
    padding-top: 16px;
    color: var(--dienstItem);
    padding-bottom: 9px!important;
}
.dienstItemButtons {
    width: 100%;
}
.dienstItemButtonLeft {
    padding-left: 5%;
    font-size: 16px;
    display: inline-block;
    position: relative;
    width: calc(160px - 10px);
    padding-left: 0%;
    position: relative;
    left: calc(0% + 5%);
}
.dienstItemButtonLeft .leftButton {
    color: var(--buttonColor);
    padding-top: 4%;
    padding-bottom: 4%;
    padding-right: 5%;
    padding-left: 5%;
    font-size: 16px;
    background-color: var(--buttonBg);
    border-radius: 2px;
    border: 1px solid var(--buttonBg);
}
.dienstItemButtonLeft .leftButton a {
    color: var(--buttonColor);
}
.leftButton span
{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.dienstItemButtonLeft span::before {
    content: "";
    font-size: 24px;
    margin-right:6px;
    vertical-align: bottom;
    background-image: url(/templates/Isahosting/images/arrow.svg);
    background-repeat: no-repeat;
    display:inline-block;
    width: 25px;
    height: 25px;
}
.dienstItemButtonRight {
    padding-left: 3.3%;
    font-size: 16px;
    display: inline-block;
    position: relative;
    width: calc(170px - 10px);
    position: absolute;
    right: calc(0% + 9.5%);
    padding-left: 0%;
}
.dienstItemButtonRight .rightButton {
    color: var(--buttonRight);
    border: 1px solid var(--buttonRight);
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 4%;
    padding-left: 4%;
    font-size: 16px;
    background-color: var(--bodyBg);
    font-weight: 600;
    border-radius: 2px;
}
.dienstItemButtonRight .rightButton a {
    color: var(--buttonRight);
}
.rightButton span {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.dienstItemButtonRight span::before {
    content: "";
    background-image:url(/templates/Isahosting/images/info-circle-solid.svg);
    background-repeat: no-repeat;
    margin-right:6px;
    display: inline-block;
    width: 22px;
    height: 22px;
    font-size: 24px;
    vertical-align: bottom;
}
.backgroundBottom {
    width: 100%;
    height: 6em;
    background-image: url(/templates/Isahosting/images/background-voordelen-ssl.png);
    margin-top: -2%;
}
/* Accordion */
#accordionFullWidth {
    padding-bottom: 2%;
}
.hiddenTxt {
    position: relative;
    left: 50%;
    display: inline-block;
}
.hiddenTxt .toggle:hover {
    cursor: pointer;
}
.toggle::before {
    content:"";
    background-image:url(/templates/Isahosting/images/lock-grey.svg);
    background-repeat:no-repeat;
    display: inline-block;
    width: 3em;
    height: 3em;
    margin: 0 auto;
}
.hiddenTxt .left {
    float: left;
}

.hiddenTxt .left, .hiddenTxt .right {
    width: 45%;
}
.hiddenTxt .right {
    float: right;
}
table {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    background-color: unset!important;
}
td {
    padding: 4px 10px;
    vertical-align: top;
}

/* Bedrijven */
#companyFullWidth {
    background-image: url(/templates/Isahosting/images/achtergrond-websitetekstenteller.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.companyFullWidthCover {
    background-color: var(--companyFWBg);
    padding-top: 1%;
    padding-bottom: 1%;
}
.company {
    width: 97.5%;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    text-align: center;
    overflow: visible;
    padding: 10px 0;
}
.company .portfolioTitle {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-top: 2%;
    padding-bottom: 1%;
    color: var(--companyTitel);
}
.countersectionClass {
    padding-bottom: 2%;
}
#counterprojectFacts .counterfullWidth {
    padding: 0;
}
.counterprojectFactsWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.counterprojectFactsWrap .counteritem {
    width: 25%;
    padding: 5px 0;
}
.counterprojectFactsWrap .counteritem span {
    display: inline-block;
    padding-bottom: 3%;
    margin-left: -7.5px;
    margin: 0 0 0.1em;
}
.counterprojectFactsWrap .counteritem:hover span, .counterprojectFactsWrap .counteritem:hover p {
    color: var(--companyHoverColor);
    text-shadow: 1px 1px 12px var(--companyHoverShadow);
}
.counterprojectFactsWrap .counteritem .counteritemIcon1::after {
    content: "";
    background-image: url(/templates/Isahosting/images/suitcase-solid.svg);
    background-repeat: no-repeat;
    display:inline-block;
    width: 51px;
    height: 51px;
}
.counterprojectFactsWrap .counteritem:hover .counteritemIcon1::after {
    content: "";
    background-image: url(/templates/Isahosting/images/suitcase-solid-orange.svg);
    background-repeat: no-repeat;
    display:inline-block;
    width: 51px;
    height: 51px;
    text-shadow: 1px 1px 12px var(--companyHoverShadow);
}
.counterprojectFactsWrap .counteritem .counteritemIcon2::after {
    content: "";
    background-image: url(/templates/Isahosting/images/smile-regular.svg);
    background-repeat: no-repeat;
    display:inline-block;
    width: 51px;
    height: 51px;
}
.counterprojectFactsWrap .counteritem:hover .counteritemIcon2::after {
    content: "";
    background-image: url(/templates/Isahosting/images/smile-regular-orange.svg);
    background-repeat: no-repeat;
    display:inline-block;
    width: 51px;
    height: 51px;
    text-shadow: 1px 1px 12px var(--companyHoverShadow);
}
.counterprojectFactsWrap .counteritem .counteritemIcon3::after {
    content: "";
    background-image: url(/templates/Isahosting/images/coffee-solid.svg);
    background-repeat: no-repeat;
    background-position: center;
    display:inline-block;
    width: 51px;
    height: 51px;
}
.counterprojectFactsWrap .counteritem:hover .counteritemIcon3::after {
    content: "";
    background-image: url(/templates/Isahosting/images/coffee-solid-orange.svg);
    background-repeat: no-repeat;
    display:inline-block;
    width: 51px;
    height: 51px;
    text-shadow: 1px 1px 12px var(--companyHoverShadow);
}
.counterprojectFactsWrap .counteritem .counteritemIcon4::after {
    content: "";
    background-image: url(/templates/Isahosting/images/google-brands-white.svg);
    background-repeat: no-repeat;
    display:inline-block;
    width: 51px;
    height: 51px;
}
.counterprojectFactsWrap .counteritem:hover .counteritemIcon4::after {
    content: "";
    background-image: url(/templates/Isahosting/images/google-brands-orange.svg);
    background-repeat: no-repeat;
    display:inline-block;
    width: 51px;
    height: 51px;
    text-shadow: 1px 1px 12px var(--companyHoverShadow);
}
.counterprojectFactsWrap .counteritem p.number {
    font-size: 40px;
    padding: 0!important;
    font-weight: 700;
}
.counterprojectFactsWrap .counteritem p {
    color: var(--companyTitel);
    font-size: 18px;
    padding: 10px;
    margin: unset!important;
}

/* Owl Slider */
.owl-carousel {
    display: none;
    position: relative;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    width: 100%;
}
.owl-wrapper-outer {
    position: relative;
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.owl-carousel .owl-item {
    float: left;
}
#owl-demo2 .owl-item img {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 85%, 0 85%);
            clip-path: polygon(0 15%, 100% 15%, 100% 85%, 0 85%);
}

.company a img {
    display: inline-block;
    margin-right: 16px;
    height: 100%!important;
    width: auto!important;
}
.owl-theme .owl-controls {
    text-align: center;
    display: none;
}
.owl-controls {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.owl-pagination {
    display: none!important;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    border-radius: 20px;
    background: var(--owlBg);
}
#owl-demo2 .owl-prev {
    top: 50%!important;
    left: -1.3%!important;
    position: absolute!important;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    cursor: pointer;
    z-index: 2;
    background-color: var(--owlArrowBg);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 25px;
    text-indent: -9999px;
    padding: 0.8em 0.6em;
}

#owl-demo2 .owl-next {
    top: 50%;
    right: -1.3%;
    position: absolute;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    cursor: pointer;
    z-index: 2;
    background-color: var(--owlArrowBg);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 25px;
    text-indent: -9999px;
    padding: 0.8em 0.6em;
}

.owl-theme .owl-controls .owl-buttons div {
    color: var(--bodyBg);
    display: inline-block;
    zoom: 1;
    font-size: 0;
    padding-top: 60px;
    overflow: hidden;
}

/* Contact */
.contactBlockLastWrapper {
    width: 100vw;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    position: relative;
    left: calc(50% - 3px);
}
.endContactBlockGray {
    padding-bottom: 80px;
    padding-top: 20px;
    background-color: var(--contactBg);
    width: 100vw;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    position: relative;
    left: 50%;
}
.endContactBlockGrayInner .portfolioTitle {
    font-size: 38px;
    font-weight: 600;
    color: var(--h1h2Color);
    text-align: center;
    padding-bottom: 5px;
    letter-spacing: 2px;
    margin-top: 23px;
    margin-bottom: 20px;
}
.contactBlockTextBoth {
    top: 10px;
    position: relative;
    width: 100%;
    display: inline-block;
}
.endContactBlockGray .news-left, .endContactBlockGray .news-right {
    width: 30vw;
    height: 5em;
    margin: 10px auto;
}
.news-left:first-of-type {
    padding-bottom: unset!important;
}

.endContactBlockGray .news-left, .endContactBlockGray .news-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height:5em;
}
.endContactBlockGray .news-left {
    position: relative;
    left: 31%;
    float: left;
}
a.contactEndMailBtn, a.contactEndTelBtn {
    width: 60px!important;
    height: 60px!important;
}
a.contactEndTelBtn, a.contactEndMailBtn {
    line-height: 60px;
}

.contactTableCell > a {
    left: 10px;
    position: relative;
}
.contactEndMailBtn, .contactEndTelBtn {
    font-size: 40px!important;
    border: 2px solid var(--buttonBorder);
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    line-height: 34px;
}
.contactEndTelBtn::before {
    content: "";
    background-image: url(/templates/Isahosting/images/phone-solid.svg);
    background-repeat: no-repeat;
    display:inline-block;
    width: 32px;
    height: 32px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
        transform: scaleX(-1);
}
.contactEndMailBtn::before {
    content: "";
    background-image: url(/templates/Isahosting/images/envelope-solid.svg);
    background-repeat: no-repeat;
    display:inline-block;
    width:42px;
    height:41px;
    margin-top: 9px;
}
.endContactBlockGray .news-right p {
    width: 48%;
    display: inline-block;
    font-size: 16px;
    padding-left: 25px;
    padding-bottom: 0!important;
}
.news-left > .contactTableCell:nth-of-type(2), .news-right > .contactTableCell:nth-of-type(2) {
    position: relative;
    top: 9px;
}
.contactBlockLastWrapper .contactTableCell {
    display: inline;
}
.endContactBlockGray .news-left p {
    width: 48%;
    display: inline-block;
    font-size: 16px;
    padding-left: 25px;
}
.endContactBlockGray .news-right {
    position: relative;
    left: -19%;
    margin-bottom: 58px!important;
    float: right;
}
.divBtnContactBlock {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
.btnTelefoon {
    font-family: 'Open Sans', sans-serif;
    color: var(--phoneText);
    border: 2px solid var(--phoneText);
    border-radius: 2px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 7.2px;
    margin-right: 10px;
    outline-color: var(--phoneText);
    padding: 0 10px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding-top: 0.102%;
    padding-bottom: 0.102%;
    left: -5.3%;
}
.btnTelefoon span::before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: "";
    background-image: url(/templates/Isahosting/images/phone-solid-black.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width:16px;
    height:16px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.btnTelefoon:hover {
    background: var(--phoneHoverBg);
    border: 2px solid var(--phoneHoverBg);
    color:var(--phoneHoverText);
}
.btnTelefoon:hover span::before {
    content:"";
    background-image: url(/templates/Isahosting/images/phone-solid-white.svg);
    background-repeat:no-repeat;
    display: inline-block;
    width:16px;
    height:16px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
        transform: scaleX(-1);
}
.btnEmailContact {
    font-family: 'Open Sans',sans-serif;
    background-color: var(--buttonBg);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: var(--buttonColor);
    border: 2px solid var(--buttonBg);
    border-radius: 2px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    outline-color: var(--emailButton);
    padding: 0 10px;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
    margin: 0 10px 7.2px 0;
    padding-top: 0.102%;
    padding-bottom: 0.102%;
    right: -6.09%;
}
.btnEmailContact span::before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: "";
    background-image: url(/templates/Isahosting/images/envelope-open-regular.svg);
    background-repeat:no-repeat;
    display:inline-block;
    width:16px;
    height:16px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.btnEmailContact:hover {
    background: var(--emailButtonHover);
    border: 2px solid var(--emailButtonHover);
    color: var(--bodyBg);
}
p.mailTextContact>a, p.telText>a {
    color: var(--mailPhoneHover);
    text-decoration: underline!important;
}

.box {
    border: none;
    margin-top: 2em;
}

.left {
    float: left;
}

.right {
    float:right;
}

.left, .right {
    width: 45%;
}

@media screen and (min-width: 2000px) {
    .onzeDienstenTitleContent {
        margin-bottom:unset!important;
    } 
    .backgroundBottom {
        height: 8em;
    }
}

@media only screen and (max-width: 1190px) {
    .endContactBlockGray .news-left, .endContactBlockGray .news-right {
        width: 100vw!important;
        text-align: center;
        left: 0!important;
        margin-left: 0!important;
        display: inline-block;
    }
    .endContactBlockGrayInner .news-left {
        margin-top: 27px;
        margin-bottom: 40px!important;
    }
    .endContactBlockGray .news-right {
        width: fit-content;
        width: -ms-fit-content;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        margin: 0 auto;
    }
    .tabletHide {
        display: none;
    }
    #domainPrijs
    {
        margin-right: unset;
    }
}

@media only screen and (max-width :800px) {
    .company a img {
        margin-right: 14px
    }

    td {
        padding: 4px 2px
    }
}


@media only screen and (min-width: 901px)
{
    .dropdownMenu, .mobileDrop, .mobileUrl {
        display: none!important;
    }
    #menu #Container, li:hover .arrowContainer {
        display: block!important;
    }
    li:hover .dropdownMenu {
        display:block!important;
        -webkit-animation: fadein 0.3s;
                animation: fadein 0.3s;
    }
    @-webkit-keyframes fadein {
        from {
            opacity:0;
            top:1em;
        }
        to {
            opacity:1;
            top:2.9em;
        }
    }
    @keyframes fadein {
        from {
            opacity:0;
            top:1em;
        }
        to {
            opacity:1;
            top:2.9em;
        }
    }
}
@media only screen and (min-width: 768px)
{
.news-left {
    float: left;
    width: 48%;
}
.news-right {
    float: right;
    width: 48%;
}
}
@media only screen and (max-width: 1000px)
{
.BtnMailMaps {
    left:-48%!important
}
.introSSL {
    width: 50%;
    left: 26.25%;
    top: 30px!important;
}
.differenceImg {
    width: 50%;
    float: left;
}
.differenceText {
    width: 46%;
    float: left;
    padding-left: 3%;
}
.sslItem {
    width: 90%!important;
    padding-left: 5%;
}
.slick-slider
{
    max-width:100%;
}
.prosSSL {
    width: 49%;
    left: 65%;
    top: 6em!important;
}
}
@media only screen and (max-width:900px) {
    .differenceText .itemButton {
        width: 100%;
        padding-left: 5%;
        text-align: center;
    }
    .onzeDienstenTitleText {
        padding-bottom: 6.5%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 911px) {
    .prosSSL
    {
        width: 60%;
        left: 69.5%;
        top: 5em!important;

    }
.endContactBlockGray .news-left, .endContactBlockGray .news-right {
    width: 100vw!important;
    text-align: center;
    left: 0!important;
    margin-left: 0!important;
}
}
@media only screen and (max-width: 768px) {
    .sslSlider .slick-current .itemBody {
        border-bottom-right-radius: 6px;
    }
    .sslSlider .slick-current .itemHeader {
        border-top-right-radius: 6px;
    }
    .onzeDienstenTitleText {
        padding-bottom: 2.5%;
        padding-top: 2.5%;
    }
    .voordelenGoogle {
        width: 31%;
        padding-right: 1.5%;
    }
    #menuSSLFullWidth #Container {
        width: 100%;
    }

    .company a img {
        margin-right: 7px
    }
    .prosSSL .desktopText {
        display: none;
    }
    .prosSSL .mobileText {
        display: inline-block;
        float: left;
        font-weight: 700;
    }
    .menuSSL li {
        width: 100%;
        float: left;
        padding-top: 0%;
        padding-bottom: 0%;
        padding-left: 0%;
        padding-right: 0%;
        font-size: 16px;
    }
    .menuSSL li + li + li +li a {
        border-bottom: none!important;
    }
    .menuSSL a {
        border-bottom: 1px solid black;
        padding-left: 0%;
        padding-right: 0%;
        padding-top: 3%;
        padding-bottom: 3%;
        display: block;
        width: 100%;
    }
    .menuSSL ul li a::before {
        margin-left: 24px;
    }
    .introSSL h1 {
        font-weight: 600;
        font-size: 35px;
        letter-spacing: 2px;
    }
    .introSSL p {
        display: none;
        width: 335px;
    }
    .introSSL {
        width: 85%;
        left: 46%;
        top: 23px!important;
    }
    .BtnMailMaps
    {
        left: 6%!important;
    }
    .voordelenGoogle, .voordelenVertrouwen, .voordelenWettelijk {
        width: 100%!important;
        float: none!important;
        padding-right: 0!important;
        display: inline-block;
        position: relative;
        text-align: center;
    }
    .voordelenText, .voordelenTitle {
        width: 75%;
        position: relative;
        display: inline-block;
        text-align: left;
    }
    .voordelenSSL h2 {
        line-height: 40px;
        font-size: 34px!important;
    }
    .voordelenGoogle h2, .voordelenVertrouwen h2, .voordelenWettelijk h2 {
        padding-top: 7.5%;
        font-size: 27px!important;
    }
    .isadesignSSL {
        width: 90%;
        padding-left: 5%;
    }
    .leftTextSSL h2 {
        text-align: center;
        line-height: 42px;
        letter-spacing: 2px;
    }
    .leftTextSSL p {
        padding-left: 2%;
    }
    .rightSSL {
        width: 100%;
        float: none;
        padding-left: 2%;
        padding-top: 2%;
    }
    .rightSSL ul {
        line-height: 34px;
        font-size: 16px;
        padding-left: 2%;
    }
    .leftTextBoth {
        width: 100%!important;
        float:none;
    }
    .mobileText {
        display: block!important;
    }
    .desktopText {
        display: none!important;
    }
    .differenceText h2 {
        padding-bottom: 1px;
        padding-top: 1em;
        line-height: 35px;
        text-align: center;
        font-size: 29px!important;
    }
    .leftTextSSL {
        width: 100%;
        float: none;
        padding-top: 3%;
    }
    .endContactBlockGrayInner .portfolioTitle {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 34px;
        line-height: 40px;
    }
    .counterprojectFactsWrap .counteritem {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }
    .company .portfolioTitle {
        font-size: 34px;
        line-height: 39px;
    }
    .counterprojectFactsWrap .counteritem span {
        margin: 0 0 0;
        margin-left: 0;
    }
    .counterprojectFactsWrap .counteritem p.number {
        font-size: 20px;
        padding: 0;
        font-weight: 700;
        margin-top: 10px;
    }
    .counterprojectFactsWrap .counteritem p {
        padding: 15px;
        font-size: 14px;
    }
    
    .onzeDienstenTitle {
        margin-bottom: 3em;
    }
    .differenceText {
        width: 100%;
        padding-left: 0%;
    }
    .differenceImg {
        width: 100%;
        float: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .left, .right, .bottomCenter {
        float: none;
        width:90%;
        margin:0 auto;
    }
    .onzeDienstenTitle p {
        font-size: 34px;
        letter-spacing: 2px;
        padding-bottom: 4%;
        padding-top: 4%;
    }
    .leftTxt {
        font-size: 19px;
    }
    #sliderFullWidth {
        padding-top: 7%;
        padding-bottom: 7%;
    }
    .differenceText .itemButton {
        width: 100%;
        padding-left: 5%;
        text-align: center;
    }
    .endContactBlockGrayInner .portfolioTitle span {
        display: none;
    }
    #sslcertificaten .slick-prev {
        left: -1%;
        top: 60%;
    }
    #sslcertificaten .slick-next {
        right: -1%;
        top: 60%;
    }
    #differenceSSLFullWidth {
        padding-top: 5%;
    }
    .sslDifference {
        width: 90%;
        padding-left: 5%;
    }
    #isadesignSSLFullWidth {
        padding-bottom: 7%;
    }
    .dienstItem {
        width: 90%!important;
        padding-left: 6%;
    }

    .endContactBlockGray .news-right p {
        text-align: left;
    }
    .endContactBlockGray .news-left p, .endContactBlockGray .news-right p {
        width: 69%;
        padding-bottom: 0;
    }
    .btnTelefoon {
        left: 1%;
    }
    .btnEmailContact {
        right: -3%;
    }
    .counterprojectFactsWrap .counteritem .counteritemIcon1::after, .counterprojectFactsWrap .counteritem .counteritemIcon2::after, .counterprojectFactsWrap .counteritem .counteritemIcon3::after, .counterprojectFactsWrap .counteritem .counteritemIcon4::after, 
    .counterprojectFactsWrap .counteritem:hover .counteritemIcon1::after, .counterprojectFactsWrap .counteritem:hover .counteritemIcon2::after, .counterprojectFactsWrap .counteritem:hover .counteritemIcon3::after, .counterprojectFactsWrap .counteritem:hover .counteritemIcon4::after {
       height: 33px;
       width:33px;
    }
     .sslItem {
        width: 90%!important;
        padding-left: 5.25%;
    }
    #accordionFullWidth {
        padding-bottom: 7%;
    }
    #onzeDienstenFullWidth {
        padding-top: 8%;
        padding-bottom: 8%;
    }
    .onzeDienstenSubTitle {
        font-size: 127%;
        padding-left: 3%;
    }
    .prosSSL {
        top: 4em!important;
        left: 0em!important;
        width: 13em!important;
    }
    .btnSSL {
        bottom: 2em;
    }
    .endContactBlockGray .news-left p {
        text-align: left;
    }
}
@media only screen and (max-width: 768px) and (orientation: landscape)
{
    .rightSSL {
        width: 44%;
        display: inline-block;
        float: left;
        padding-top: 0%;
    }
    .rightSSL ul {
        line-height: 34px;
        font-size: 16px;
        padding-left: 2%;
    }
    .leftTextBoth {
        width: 50%!important;
        float: left;
        display: inline-block;
    }
    .differenceText {
        width: 50%;
        float: left;
        padding-left: 5%;
    }
    .differenceImg {
        width: 40%;
        float: left;
    }
    .dienstItem {
        width: 95%!important;
        padding-left: 2.5%;
    }
    .counterprojectFactsWrap .counteritem {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
    }
    .counterprojectFactsWrap .counteritem .counteritemIcon1::after, .counterprojectFactsWrap .counteritem .counteritemIcon2::after, .counterprojectFactsWrap .counteritem .counteritemIcon3::after, .counterprojectFactsWrap .counteritem .counteritemIcon4::after, .counterprojectFactsWrap .counteritem:hover .counteritemIcon1::after, .counterprojectFactsWrap .counteritem:hover .counteritemIcon2::after, .counterprojectFactsWrap .counteritem:hover .counteritemIcon3::after, .counterprojectFactsWrap .counteritem:hover .counteritemIcon4::after  {
        height: 50px;
        width: 50px;
    }
    .counterprojectFactsWrap .counteritem p.number {
        font-size: 40px;
    }
    .counterprojectFactsWrap .counteritem p {
        font-size: 18px;
        padding: 10px;
    }
    .introSSL p {
        display: none;
        width: 335px;
    }
    .btnSSL {
        bottom: 0!important
    }
    .dienstItemButtonLeft .leftButton {
        width: 80%;
        padding-bottom: 5%;
        padding-top: 5%;
    }
}
    @media only screen and (max-device-width: 500px)
    {
        .prosSSL {
            width: 12em!important;
            left: -1em!important;
            top: 42.5px!important;
        }
        .introSSL {
            width: 91%;
            left: 50%;
        }
        .mobileUrl {
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
        }
    }
    @media only screen and (max-device-width: 400px)
    {
        .dienstItemButtons {
            text-align: center;
        }
    .dienstItemButtonLeft {
        position: relative;
        left: 0%;
        padding-bottom: 2%;
    }
    .dienstItemButtonRight {
        position: relative;
        right: 0%;
    }
    .dienstItemButtonLeft .leftButton {
        padding-right: 1%;
        padding-left: 12%;
    }
}
@media only screen and (max-width: 360px), (max-device-width: 360px)
{
    .endContactBlockGray .news-left, .endContactBlockGray .news-right {
        height: auto!important;
    }

    .company a img {
        width: 82%;
        margin: 0 auto 20px
    }
    .searchField {
        width: 100%;
    }
    .ssl tr.head {
        display: none;
    }
    table, tbody, td, th, thead, tr {
        display: block;
    }
    .ssl tr {
        border: 1px solid var(--sslTrBorder);
        margin: 20px 0;
        padding: 5px;
        display: block;
    }
    .ssl td:nth-of-type(1):before {
        content: "Secure Socket Layer Certificaten";
    }
    .ssl td:nth-of-type(2):before {
        content: "Domain Validation";
    }
    .ssl td:nth-of-type(3):before {
        content: "Organisation Validation";
    }
    .ssl td:nth-of-type(4):before {
        content: "Extended Validation";
    }
    .ssl td:before {
        position: relative;
        width: 95%;
        white-space: nowrap;
        font-weight: 700;
        display: block;
        margin: 5px 0 0;
        padding: 10px 0 0;
        color: var(--sslTdColor);
        border-top: 1px dashed var(--sslTrBorder);
    }
}
@media only screen and (max-width: 312px)
{
    td {
        font-size: 10px;
    }
    .dienstItemButtons {
        text-align: center;
    }
    .dienstItemButtonLeft {
        position: relative!important;
        left: 0%;
        padding-bottom: 2%;
        width: calc(160px - 20px);
    }
    .dienstItemButtonRight {
        position: relative!important;
        right: 0%;
    }
    .backgroundBottom {
        height: 8em;
    }
    .introSSL h1 {
        font-size: 34px!important;
    }
    .btnSSL {
        top: -2em;
    }
    .prosSSL {
        width: 9em!important;
        left: -3em!important;
    }
}