/*
    ### Header Start
*/

#headerStart {
    margin: auto;
    background: url('/img/slider/new/workingdesk_women.jpg') no-repeat center center #1a1b1d;
    width: 100%;
    background-position: top right;
    background-size: cover;
    float: left;
    position: relative;
}

.productInfo div.infoStart p strong {
    font-size: 38px !important;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}


#headerStart .productContainer {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.angebot {
    background-color: #123b72;
    padding: 10px !important;
    font-size: 18px;
    color: white;
    border: 3px solid rgba(255, 255, 2550, 0.99)
}

.angebot p {
    font-size: 18px !important;
    color: white !important;
    font-weight: bold;
    margin: 8px;
    text-shadow: 0 0 2px #013945;
}


#headerStart #textBig {
    margin-top: 62px;
    float: left;
    text-align: center;
    width: 100%;
}

#headerStart #textBig h1 {
    font-size: 46px;
    color: #ffffff;
    letter-spacing: 1px;
    text-shadow: 2px 2px 3px #000000;
    font-family: sans-serif;
    margin: 20px auto;
    font-weight: bold;
    width: 40%;
    line-height: 1.5;
}


#headerStart .productInfo .infoStart {
    background-color: rgba(255, 255, 255, 0.85);
    margin-bottom: 20px;
    min-height: 370px;
    backdrop-filter: blur(5px);
    transition: background-color .2s, box-shadow .3s;
}

#headerStart .productInfo .infoStart:hover,
#headerStart .productInfo .infoStart:focus-within {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 2px 2px 6px 2px #000;
    box-shadow: 2px 2px 6px 2px #000;
}

.infoStart p,
.infoStart strong,
.infoStart h2,
.infoStart h2 a {
    color: #123b72 !important;
}

.small,
small {
    font-size: 64%;
    line-height: 10px;
}

.col-sm-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.productInfo div.infoStart p {
    font-size: 18px !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.productInfo div.infoStart strong i.fa {
    font-size: 18px !important;
}

.btn-warningSmall,
.btn-warningSmall:hover,
.btn-warningSmall:focus,
.btn-warningSmall:active,
.btn-warningSmall:visited {
    margin-bottom: 10px !important;
    padding-right: 60px !important;
    padding-left: 60px !important;
}


#headerStart .patch {
    position: absolute;
    right: 25%;
    top: 200px;
    margin: 10px;
    z-index: 0 !important;
}

.productInfo div.infoStart .box_over {
    text-decoration: none;
}

@media (max-width:1024px) {
    #headerStart #textBig h1 {
        font-size: 40pt;
    }
}

@media (max-width:400px) {
    #headerStart .patch {
        top: 244px !important;
    }
}


@media (max-width:680px) {
    #headerStart #textBig h1 {
        width: 80%;
        font-size: 29px;
        line-height: 1.1;
        text-align: left;
    }

    #headerStart #textBig {
        margin-top: 0px;
    }

    #headerStart .patch {
        top: 170px;
    }

    #headerStart .productContainer {
        margin-top: 120px;
    }
}

@media (max-width:1200px) {
    #headerStart .patch {
        right: 5%;
    }
}

@media (max-width:991px) {
    .infoStart {
        padding: 1px 4px 23px 4px !important;
    }
}

@media (max-width:768px) {
    .infoStart {
        min-height: 0px !important;
    }
}



.productInfo h1 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 10px;
    color: white;
}

.productInfo {
    margin-top: 0px;
}

.productInfo .col-sm-6,
.productInfo .col-md-4 {
    margin-bottom: 20px;
}

.productInfo div.infoStart h2 {
    font-size: 30px;
    color: white;
    line-height: 30px;
}

.productInfo div.infoStart h2 a {
    font-size: inherit;
    color: white;
}

.productInfo div.infoStart h2 a:hover {
    font-size: 30.5px;
}

.productInfo h4 {
    margin-top: 30px;
    font-size: 30px;
    color: #123b72;
    margin-bottom: 20px;
}

h4 a {
    font-size: 18px;
    color: #123b72;
    text-decoration: none !important;
}

.productInfo h5 {
    font-size: 24px;
    color: #123b72;
}

.productInfo h3 {
    font-size: 30px;
    color: #123b72;
    margin-bottom: 20px;
}

.productInfo div.infoStart h4 {
    font-size: 30px;
    color: white;
    line-height: 30px;
}

.infoStart.infoStartSecond .topleft_text {
    margin-top: 20px;
}

.productInfo div.infoStart h4 a {
    font-size: inherit;
    color: white;
}

.productInfo div.infoStart h4 a:hover {
    font-size: 30.5px;
}

.productInfo p {
    font-size: 24px;
    color: #123b72;
}

.productInfo div.infoStart p strong {
    font-size: 30px;
    font-weight: bold;
    color: white;
}

.infoStart {
    padding: 1px 20px 23px 20px;
    background-color: #123b72;
    position: relative;
}

.infoStart .topleft {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 100px;
    background: url('/img/content/easypage_badge.png');
}

.infoStart .topright {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height: 100px;
    background: url('/img/content/hosting_badge.png');
}

.infoStart_top h1 {
    font-size: 28px;
    text-align: center;
    padding-bottom: 10px;
    color: #123b72;
}

.infoStart_top {
    padding: 1px 20px 2px 20px;
    margin-bottom: 0px;
    background-color: #F2AF00;
}

.productInfo div.infoStart p {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    font-size: 20px;
    padding-top: 18px;
}

#headerSupport>div>div {
    margin: auto;
    background: url('/img/slider/new/hotline.jpg') no-repeat center center;
    min-height: 400px;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}

#headerSupport {
    margin-top: 80px;
}

#headerSupport h3 {
    font-size: 30px;
    color: #123b72;
    margin-top: 0;
}

#headerSupport>div>div #textSmall {
    font-size: 20px;
    color: #123b72;
}

.aktion {
    z-index: 0 !important;
    background-color: #123b72;
}

.aktion p {
    color: white;
    font-size: 18px;
    padding: 8px;
}

.aktion a:hover {
    text-decoration: none;
}

.speech-bubble {
    position: relative;
    background: #fff;
    margin-top: 40px;
    padding: 20px;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-left-color: #fff;
    border-right: 0;
    border-bottom: 0;
    margin-top: -10px;
    margin-right: -20px;
}

#headerEndungen>div>div {
    margin: auto;
    background: url('/img/slider/new/domainendungen.jpg') no-repeat center center;
    height: 400px;
    position: relative;
    text-align: left;
    max-width: 1264px;
}

#headerEndungen.headerMobil>div>div {
    background-position: 30% center;
}

#headerEndungen>div>div .wrapper {
    height: 430px;
    max-width: 900px;
    margin: auto;
    position: relative;
}

#headerEndungen>div {
    background-color: #fff;
}

#headerEndungen {
    margin-bottom: 40px;
}

#domainCheck4 h3 {
    font-size: 22px !important;
    padding-bottom: 20px;
}

#domainCheck4 {
    padding-bottom: 20px;
}

.modal-body p {
    font-size: 16px;
    padding-top: 20px;
}

#headerRechenzentrum {
    background: url('/img/content/rechenzentrum_neu.jpg') no-repeat center center #040e35;
    margin: auto;
    min-height: 400px;
    width: 100%;
    background-position: center;
    background-size: cover;
    float: left;
    position: relative;
}

#headerFeatures {
    background-color: #123b72;
}


#content h3 {
    font-size: 30px;
    color: #123b72;
    text-align: center;
}

.whygoneo .col-md-4 {
    margin-bottom: 40px;
}

.whygoneo .col-md-6 {
    margin-bottom: 40px;
}

.whygoneo p {
    font-size: 20px;
}

.whygoneo h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

.whygoneo h4 {
    font-size: 26px;
}

.whygoneo img {
    margin-top: 10px;
}


.features .col-md-4 {
    margin-bottom: 40px;
}

.features p {
    font-size: 20px;
    margin: 20px;
    color: #fff;
}


.features h4 {
    font-size: 22px;
    margin-top: 20px;
    color: #fff;
}

.features>div {
    text-align: center;
}


.btn-success:hover {
    background: #318507 !important;
}

.trusted img {
    margin-left: 10px;
    margin-right: 10px;
}

img-responsive {
    max-width: 103% !important;
}

.container p strong {
    font-size: 30px;
    font-weight: bold;
}

.checkbox label,
.radio label {
    font-size: 16px;
}

@media (max-width:767px) {
    .modal-body img {
        width: 80%;
        height: 80%;
    }
}
