body, html {
    font-family: 'Rubik', sans-serif;
    margin: 0;
    padding: 0;
    background: #fdfdfd;
    width: 100%;
    overflow-x: hidden;
}

a {
    color: #3A3A3A;
    cursor: pointer;
}

a:hover {
    color: #0063ce;
}

p, ul:not(.navbar-nav) {
    color: #656565;
    line-height: 28px;
    font-size: 1.025em;
    font-family: 'Rubik', sans-serif;
}

h2 {
    font-size: 1.5em;
    font-family: 'Baloo 2', cursive;
    font-weight: 900;
    text-transform: uppercase;
    width: 100%;
}

h3 {
    font-size: 1.2em;
    font-family: 'Baloo 2', cursive;
    font-weight: 900;
    text-transform: uppercase;
    width: 100%;
}

.btn {
    padding: .75rem 1.5rem;
}

.form-control {
    padding: .75rem 1rem;
}

.navbar {
    box-shadow: 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: .9rem .6rem;
    background: #fff;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2em;
}

.navbar-brand img {
    height: 55px;
}

.navbar-brand img.hidden-lg-up {
    max-height: 30px;
}

nav ul {
    display: block;
}

nav ul a button.btn-primary {
    background: #3A3A3A;
    border-color: #3A3A3A;
    min-width: 167px;
}

nav ul a button.btn-primary:hover {
    background: #434343;
    border-color: #434343;
}

.pageheader {
    background: #0063ce;
    color: #fff;
    height: 25em;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.noindex.pageheader {
    height: 16em;
}

.navbar-expand-lg .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 1em;
}

.navbar-toggler {
    padding: 1rem .75rem;
}

.dropdown-menu {
    border-radius: 0;
    border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #0063ce;
    background: none;
}

.collapsing {
    overflow: visible;
}

.index {
    background-image: url(../img/header_bg_index.jpg);
}

.webhosting.pageheader {
    background-image: url(../img/header_bg_webhosting.png);
}

.domeinnamen.pageheader {
    background-image: url(../img/header_bg_domeinnamen.png);
}

.ssl.pageheader {
    background-image: url(../img/header_bg_ssl.png);
}

.colocatie.pageheader {
    background-image: url(../img/header_bg_colocatie.png);
}

.dedicated.pageheader {
    background-image: url(../img/header_bg_dedicated.png);
}

.rackspace.pageheader {
    background-image: url(../img/header_bg_rackspace.png);
}

.cloudvps.pageheader {
    background-image: url(../img/header_bg_cloudvps.png);
}

.contact.pageheader {
    background-image: url(../img/header_bg_contact.png);
}

.aboutus.pageheader {
    background-image: url(../img/header_bg_aboutus.png);
}

.pageheader h1 {
    font-size: 2.6em;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}

.noindex.pageheader h1 {
    font-size: 2.2em;
}

.noindex.pageheader h2 {
    text-transform: none;
    opacity: 0.65;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}

.pageheader .input-group {
    /*max-width: 55vw;*/
    margin-top: 2em;
}

.pageheader .input-group input {
    font-size: .8em;
    border-color: #fff;
}

.pageheader .input-group .input-group-append button.btn-secondary {
    font-size: .8rem;
    background: #434343;
    color: #fff;
}

.container.icons {
    padding-bottom: 2em;
}

.icon {
    height: 150px;
}

.pageheader .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.container.text-center .col-md-4 {
    padding: 3em 3em 0;
}

.container.text-center h2 {
    font-size: 1.5em;
    font-family: 'Baloo 2', cursive;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 1.5em;
}

.phone {
    height: 100%;
    align-self: flex-end;
    overflow: hidden;
    display: relative;
}

.phone img {
    width: 65%;
    position: absolute;
    right: 20%;
    bottom: -10%;
}

.phone img.gif {
    width: 59%;
    position: absolute;
    right: 23.3%;
    top: 33.7%;
    border: 1px solid #ccc;
}

.cards, .main {
    background: #f5faff;
    padding: .5em;
}

.cards .card:last-child {
    margin: 0;
}

.cards .card {
    background: #fff;
    /* height: 27.2em; */
    overflow: hidden;
    margin-bottom: 10px;
}

.cards .card .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.cards .card .image img {
    width: 105%;
    height: auto;
}

.cards .col-xs-12.col-lg-6 {
    /* height: 10em; */
}

.cards .card-text {
    padding: 2em 1em;
    width: 100%;
    height: 100%;
}

.cards .card-text h2 {
    font-size: 1.5em;
    font-family: 'Baloo 2', cursive;
    font-weight: 900;
    text-transform: uppercase;
}

.btn-outline-info {
    color: #0063ce;
    background-image: none;
    background-color: transparent;
    border-color: #0063ce;
    padding: .5rem .6rem;
    font-size: .9em;
}

.btn-info {
    color: #fff;
    background-color: #3c3c3b;
    border-color: #3c3c3b;
    padding: .5rem .6rem;
    font-size: .9em;
}

.card-text a {
    text-decoration: none;
}

.testimonials, .contact {
    background: #fdfdfd;
    padding: 4.6em 0;
}

.testimonials .col-xs-12 {
    height: 400px;
    margin-bottom: -7rem;
    width: 100%;
}


/* https://codepen.io/maheshambure21/pen/qZZrxy */

.slider {
    height: 75%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider__nav {
    width: 12px;
    height: 12px;
    margin: 2rem 12px;
    border-radius: 50%;
    z-index: 10;
    outline: 6px solid #ccc;
    outline-offset: -6px;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slider__nav:checked {
    -webkit-animation: check 0.4s linear forwards;
    animation: check 0.4s linear forwards;
}

.slider__nav:checked:nth-of-type(1)~.slider__inner {
    left: 0%;
}

.slider__nav:checked:nth-of-type(2)~.slider__inner {
    left: -100%;
}

.slider__nav:checked:nth-of-type(3)~.slider__inner {
    left: -200%;
}

.slider__nav:checked:nth-of-type(4)~.slider__inner {
    left: -300%;
}

.slider__nav:checked:nth-of-type(5)~.slider__inner {
    left: -400%;
}

.slider__nav:checked:nth-of-type(6)~.slider__inner {
    left: -500%;
}

.slider__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 600%;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.slider__contents {
    height: 75%;
    padding: 2rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider__txt {
    color: #3A3A3A;
    max-width: 688px;
    padding: 1.3em 1.5em;
    border-radius: 10px;
    font-size: 1.125em;
    background-color: #fff;
}

.slider__author {
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    margin-top: .5em;
}

.slider__author a {
    font-weight: 600;
}

a.nav-link.active {
    color: #0063ce;
}


/* https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_switch */

#switchbutton .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

#switchbutton .switch input {
    display: none;
}

#switchbutton .switchslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3c3c3b;
    -webkit-transition: .4s;
    transition: .4s;
}

#switchbutton .switchslider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

#switchbutton input:checked+.switchslider {
    background-color: #0063ce;
}

#switchbutton input:focus+.switchslider {
    box-shadow: 0 0 1px #0063ce;
}

#switchbutton input:checked+.switchslider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

#switchbutton .switchslider.round {
    border-radius: 34px;
}

#switchbutton .switchslider.round:before {
    border-radius: 50%;
}

.includes {
    padding: 4.6em 0;
}

.includes ul {
    list-style: none;
    margin: 2em auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    line-height: 24px;
    margin-bottom: 0;
}

.includes ul li {
    float: left;
    display: block;
    width: auto;
    padding: 0 25px 0 27px;
    background-image: url(../img/checkmark@2x.png);
    background-repeat: no-repeat;
    background-size: 20px;
    /* line-height: 44px; */
    margin-bottom: 10px;
}

ul.includes-list {
    list-style: none;
    justify-content: center;
    padding: 0;
    line-height: 24px;
    margin-bottom: 22.8px;
    margin-top: 10px;
}

ul.includes-list li {
    display: block;
    width: auto;
    padding: 0 25px 0 27px;
    background-image: url(../img/checkmark@2x.png);
    background-repeat: no-repeat;
    background-size: 20px;
    margin-bottom: 15px;
}

p.sidenote {
    opacity: 0.5;
    text-align: center;
    font-size: 0.9em;
    margin-bottom: 0;
}

.help {
    background-image: url(../img/help_bg.png);
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 4em 0;
}

.help h2 {
    text-transform: none;
    font-size: 2em;
    line-height: 1.5em;
}


.datacenter {
    background-image: url(../img/datacenter_impression@2x.jpg);
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 4em 0;
    background-position: center;
}

.datacenter h2 {
    text-transform: none;
    font-size: 2em;
    line-height: 1.5em;
}

.datacenter h3 {
    text-transform: none;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 500;
}

.features {
    background-image: url(../img/features.png);
    /*background-size: cover;*/
    text-align: center;
    color: #fff;
    padding: 4em 0;
    background-position: center;
}

.features h2 {
    text-transform: none;
    font-size: 2em;
    line-height: 1.5em;
}

.features h3 {
    text-transform: none;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 500;
}

.btn-help {
    background: #fff;
    color: #0063ce;
    margin-top: 1.75em;
}

.ssl #pakketten {
    margin-top: 0;
}

@-webkit-keyframes check {
    50% {
        outline-color: #333;
        box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100% {
        outline-color: #333;
        box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
}

@keyframes check {
    50% {
        outline-color: #333;
        box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100% {
        outline-color: #333;
        box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
}


/* Einde Slider */

footer {
    background: #0063ce;
    color: #fff;
    padding: 4em 1em;
    /*margin-top: -2em;*/
    box-shadow: inset 0 10px 0 rgba(0, 0, 0, 0.1);
}

footer h4 {
    font-size: 1.125em;
    font-weight: 600;
    text-transform: uppercase;
}

footer ul li a {
    color: #fff;
    line-height: 2.4em;
}

footer ul li a:hover {
    color: #92CDE6;
}

footer ul.over {
    line-height: 1.7em;
}

footer ul {
    margin-bottom: 2em;
}

.subfooter {
    padding: 2em 2em 1.5em;
    font-size: .8em;
}

.subfooter a {
    margin-right: 1em;
}

.footer-txt {
    width: 100%;
    display: block;
    color: #7C7C7C;
}

.subfooter .row {
    display: flex;
    align-items: center;
}

.subfooter img {
    height: 2.75em;
    margin-right: 2em;
}

.subfooter img:last-of-type {
    margin-right: 0em;
}

.webhosting-titel {
    margin-top: 2em;
    text-align: center;
}

.section-title {
    font-family: 'Baloo 2', cursive;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 1.8em;
}

#pakketten, #samenstellen {
    /* margin-top: 2.5em; */
}

#samenstellen {
    display: none;
}

#pakketten .pricetable, #samenstellen .pricetable {
    width: 100%;
}

#pakketten .width, #samenstellen .width {
    margin: 1em auto;
    background: #fff;
    border: 1px solid #EAEFF2;
    border-radius: 5px;
    text-align: center;
    padding: 0;
    transform: scale(1);
    transition: 0.2s;
}

#pakketten .pricetable h3, #samenstellen .pricetable h3 {
    font-family: 'Baloo 2', cursive;
    font-weight: bold;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #3A3A3A;
    width: 100%;
    border-bottom: 1px solid #EAEFF2;
    padding: 37px 0 30px 0;
    line-height: 0;
}

#pakketten .pricetable p.price, #samenstellen .pricetable p.price {
    color: #3c3c3b;
    width: 100%;
    border-bottom: 1px solid #EAEFF2;
    padding: 37px;
    font-size: 2.5em;
    line-height: 20px;
}

#pakketten .pricetable .price span.small, #samenstellen .pricetable .price span.small {
    color: #3c3c3b;
    font-size: 15px;
}

#pakketten .pricetable p.specs, #samenstellen .pricetable p.specs {
    width: 100%;
    padding-top: 15px;
    line-height: 3em;
}

#pakketten a, #samenstellen a {
    margin-bottom: 37px;
}

#switchbutton {
    text-align: center;
}

#switchbutton label {
    margin: 0;
}

#samenstellen {
    display: none;
}

#samenstellen .configurator {
    margin: 1em auto;
    border-radius: 5px;
    padding: 0;
}

#samenstellen .configurator .configtable {
    width: 100%;
    background: #fff;
    margin-bottom: 1em;
    padding: 2em 2em 1.74em;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px #eaeff2;
}

#samenstellen .configurator .configtable:last-of-type {
    margin-bottom: 0;
}

#samenstellen .configurator .configtable h2 {
    width: 40%;
    float: left;
    height: 26px;
}

#samenstellen .configurator .configtable h3 {
    width: 60%;
    float: left;
    text-align: right;
    font-size: 1em;
    height: 26px;
}

#samenstellen .configurator .configtable input.range {
    width: 100%;
}

#samenstellen .configurator .configtable input[type=range] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

#samenstellen .configurator .configtable input[type=range]:focus {
    outline: none;
}

#samenstellen .configurator .configtable input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #F5F5F5;
    border-radius: 1px;
    border: 0px solid #000000;
}

#samenstellen .configurator .configtable input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 0px solid #0063ce;
    height: 26px;
    width: 26px;
    border-radius: 26px;
    background: #0063ce;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
}

#samenstellen .configurator .configtable input[type=range]:focus::-webkit-slider-runnable-track {
    background: #F5F5F5;
}

#samenstellen .configurator .configtable input[type=range]::-moz-range-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #F5F5F5;
    border-radius: 1px;
    border: 0px solid #000000;
}

#samenstellen .configurator .configtable input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 0px solid #0063ce;
    height: 26px;
    width: 26px;
    border-radius: 26px;
    background: #0063ce;
    cursor: pointer;
}

#samenstellen .configurator .configtable input[type=range]::-ms-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

#samenstellen .configurator .configtable input[type=range]::-ms-fill-lower {
    background: #F5F5F5;
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
}

#samenstellen .configurator .configtable input[type=range]::-ms-fill-upper {
    background: #F5F5F5;
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
}

#samenstellen .configurator .configtable input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 0px solid #0063ce;
    height: 26px;
    width: 26px;
    border-radius: 26px;
    background: #0063ce;
    cursor: pointer;
}

#samenstellen .configurator .configtable input[type=range]:focus::-ms-fill-lower {
    background: #F5F5F5;
}

#samenstellen .configurator .configtable input[type=range]:focus::-ms-fill-upper {
    background: #F5F5F5;
}

.domeinchecker {
    width: 100%;
    margin: 0 auto;
}

.domeinchecker input[type="text"] {
    font-size: 1.2em;
    width: 245px;
    float: left;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.domeinchecker .input-group-append {
    float: left;
    font-size: 1.2em;
}

.domeinchecker .input-group-append a {
    background: #434343;
    color: #fff;
    font-size: 1.2rem;
}

#domeinlist {

}

#domeinlist .list {
    max-height: 290px;
    overflow-y: scroll;
}

#domeinlist .extension {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1px auto;
    padding: 0 20px 0 0;
}

#domeinlist .extension a {
    background: #434343;
    color: #fff;
    border-color: #fff;
    width: 85px;
    border-radius: 5px 0 0 5px;
    padding: 10px 0px;
}

#domeinlist .extension a:hover {
    opacity: .9;
}

#domeinlist .extension a.registreren {
    background: #0063ce;
}

#domeinlist .extension p.result {
    width: 125px;
    margin: 0 0 0 10px;
}

#domeinlist .extension p.result span {
    color: #0063ce;
}

#domeinlist .price {
    width: 90px;
}

#domeinlist .price p {
    margin: 0;
    text-align: right;

    line-height: 15px;
}

#domeinlist .price p small {
    font-size: 70%;
}

#domeinlist .price p span {
    color: #0063ce;
}

.info div {
    margin: 1em 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.info div:last-of-type {
    align-items: flex-start;
}

.col4 {
    width: 233px;
}

.main.upcoming {
    background-color: #fff;
}

.aanmeldform {
    /* padding: 4.6em 0 !important; */
}

.faqtitel {
    margin-top: 2em;
}

.faq {
    margin-top: 1em;
}

.faq button.accordion {
    background-color: #ffffff;
    color: #3A3A3A;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin: 10px auto;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.faq button.accordion.active, button.accordion:hover {
    color: #0063ce;
}

.faq button.accordion:after {
    content: '\002B';
    color: #0063ce;
    font-weight: bold;
    font-size: 1.5em;
    line-height: .9em;
    float: right;
    margin-left: 5px;
}

.faq button.accordion.active:after {
    content: "\2212";
}

.faq .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    margin-top: -14px;
    border-radius: 0 0 5px 5px;
    transition: max-height 0.2s ease-out;
    border: 1px solid #e6e6e6;
}

.faq .panel p {
    margin-top: .5em;
}

.contactinfo {
    margin-top: 3.5em;
}

.contactinfo .col-xs-12 {
    margin-bottom: 1em;
}

.socialicons {
    margin: 1em auto 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    font-size: 2.75em;
}

.socialicons .fa-twitter {
    color: #1DA1F2;
}

.socialicons .fa-google-plus {
    color: #DC4E41;
}

.socialicons .fa-facebook-official {
    color: #3C5A99;
}

.socialicons .fa-linkedin-square {
    color: #007BB5;
}

.help.social {
    background-image: none;
    background-color: #f5faff;
    color: #3A3A3A;
}

.help.social h2 {
    font-size: 1.5em;
    font-family: 'Baloo 2', cursive;
    font-weight: 900;
    text-transform: uppercase;
}


/* Small devices (portrait phones, 375px and up)*/

@media (min-width: 375px) {
    .btn-outline-info {
        padding: .75rem 1.5rem;
    }
    .btn-info {
        padding: .75rem 1.5rem;
    }
    .pageheader .input-group {
        max-width: 80vw;
    }
    .pageheader .input-group input {
        font-size: 1.2em;
    }
    .pageheader .input-group .input-group-append button.btn-secondary {
        font-size: 1.2rem;
    }
    #pakketten, #samenstellen {
        /* margin-top: 2.5em; */
    }
    .domeinchecker input[type="text"] {
        font-size: 1.2em;
        width: 250px;
    }
    #domeinlist .price p span {
        font-size: 1.2em;
    }
}


/* Small devices (landscape phones, 575 and up)*/

@media (min-width: 575px) {
    .includes ul {
        padding-left: 40px;
    }

    #pakketten, #samenstellen {
        /* margin-top: 6.5em; */
    }
    .domeinchecker input[type="text"] {
        width: 410px;
    }
    #domeinlist .extension p.result {
        width: 280px;
    }
}


/* Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {

    #pakketten .pricetable p.price, #samenstellen .pricetable p.price {
        /*line-height: 0;*/
        height: 115px;
    }

    .cards .col-xs-6, .cards .col-xs-12, .cards .col-lg-12 {
        padding: 0;
    }

    .cards, .main {
        padding: 4.6em 0 0;
    }
    .cards .card-text {
        padding: 3.4em 3.75em;
    }
    .pageheader h1 {
        font-size: 3em;
    }
    .pageheader .input-group input {
        font-size: 1.2em;
    }
    .slider {
        height: 75%;
    }
    .slider__txt {
        color: #3A3A3A;
        max-width: 688px;
        padding: 2.3em 3.5em;
        border-radius: 10px;
        font-size: 1.125em;
        background-image: url(../img/quote_mark@2x.png);
        background-position: .75em 0em;
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: 53px;
    }
    .slider__nav {
        margin: 2rem 12px;
        border-radius: 50%;
    }
    footer {
        padding: 4em 0 2em;
        /*margin-top: -6em;*/
    }
    .cards, .main {
        padding: 4.6em 0;
    }
    .cards .col-xs-12.col-lg-6 {
        height: 16.1em;
    }
    .cards-small .col-xs-12.col-lg-6 {
        height: 12.1em;
    }
    .cards .card {
        height: 32.2em;
    }
    .subfooter {
        padding: 2em 0 1.5em;
    }
    .subfooter img {
        margin-left: 2em;
    }
    #pakketten .width, #samenstellen .width {
        width: 215px;
    }
    #pakketten .highlight .width {
        transform: scale(1.05);
    }
    #pakketten .width:hover {
        transform: scale(1.09);
        transition: 0.2s;
    }
    #switchbutton {
        text-align: center;
        margin: 0 auto 2em auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #switchbutton span {
        margin: 0 1em;
        width: 200px;
        text-align: right;
        line-height: 0;
    }
    #switchbutton span:last-of-type {
        text-align: left;
    }
    .webhosting-titel {
        margin-top: auto;
        text-align: center;
    }
    #pakketten, #samenstellen {
        /* margin-top: 6.5em; */
    }
    .domeinchecker {
        width: 700px;
        margin: 0 auto;
    }
    .domeinchecker input[type="text"] {
        font-size: 1.2em;
        float: left;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    .domeinchecker .input-group-append {
        float: left;
        font-size: 1.2em;
    }
    .domeinchecker .input-group-append a {
        background: #434343;
        color: #fff;
        font-size: 1.2rem;
    }
    #domeinlist {

    }
    #domeinlist .list {
        max-height: 280px;
        overflow-y: scroll;
    }
    #domeinlist .extension {
        width: 100%;
        background: #fff;
        border-radius: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 1px auto;
        padding: 0 20px 0 0;
    }
    #domeinlist .extension a {
        background: #434343;
        color: #fff;
        border-color: #fff;
        width: 120px;
        border-radius: 5px 0 0 5px;
    }
    #domeinlist .extension .registreren {
        background: #0063ce;
    }
    #domeinlist .extension p.result {
        width: 445px;
        margin: 0 0 0 10px;
    }
    #domeinlist .extension p.result span {
        color: #0063ce;
    }
    #domeinlist .price {
        width: 115px;
    }
    #domeinlist .price p {
        margin: 0;
        text-align: right;
    }
    #domeinlist .price p span {
        color: #0063ce;
        font-size: 1.2em;
    }
    .info {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .faqtitel {
        margin-top: 0em;
    }
    .socialicons {
        width: 50vw;
    }
}


/* Large devices (desktops, 992px and up)*/

@media screen and (min-width: 992px) {

    .navbar-nav .nav-item+.nav-item {
        margin-left: 1rem;
    }

    nav ul {
        display: flex;
        align-items: center;
    }
    .navbar-expand-lg .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
    }
    .navbar-brand {
        padding-top: .25rem;
        padding-bottom: .25rem;
    }
    .pageheader {
        height: 35.6em;
    }
    .pageheader h1 {
        font-size: 3.5em;
    }
    .pageheader .input-group {
        max-width: 50vw;
    }
    .container.icons {
        padding: 1em 0 3.5em;
        margin-top: -125px;
    }
    .icon {
        /* max-width: 170px; */
    }
    .container.text-center .col-md-4 {
        padding: 4em 3em 0;
    }
    .cards.cards-small .card {
        height: 12.1em;
    }
    .cards .card {
        background: #fff;
        height: 16.1em;
        margin-bottom: 3.5em;
    }
    #pakketten .width, #samenstellen .width {
        width: 100%;
    }
}


/* Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {}


/** Timeline **/
.timeline-row {
    padding: 0 !important;
}

.timeline {
    list-style: none;
    padding: 4.6em 0;
    position: relative;
    margin: 0;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #1d8fb5;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    background-color: #ffffff;
    width: 46%;
    float: left;
    padding: 20px;
    position: relative;
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #0063ce;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 10px);
}

#configurationModal {
    position: fixed;
    top: auto;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    right: 0.25rem;
    bottom: 3.25rem;
    left: 0.25rem;
    margin-bottom: -1.50rem;
}

@media (min-width: 768px) {
    #configurationModal {
        right: auto;
        bottom: 0.25rem;

        padding-left: 15px;
    }

    .modal-open select {
        max-width: 276px;
    }
}

.modal-open {
    padding-right: 0px !important;
}

.cart-filled {
    color: #007bff;
}

.table .or {
    margin: 0;
}

span.highlight {
    font-size: 19px;
    font-weight: bold;
}
