body {
    color: #444443;
    font-family: "Source Sans Pro";        
}

a {
    color: #444443;
}

a:hover {
    color: #c00d0e;
}

#contact-top {
    background-color: #7f7e7e;
    color: #fff;
    padding-top: 9px;
    font-style: italic;
}

#contactform {
    margin-top: 30px;
}

#contactform textarea {
    height: 262px;
}

#footer>div, #datenschutz>div, #about + div, #services + div, #partner + div, #blog + div, #contact + div {
    margin-top: 70px;
}

#footer nav {
    margin-top: 20px;
}

#security + div {
    margin-top: 50px;
}

#sicherheitscheck p, #schutzberater p {
    font-style: italic;
}

.partner p {
    margin-top: 40px;
}

#mobileWizard .nav {
    width: 458px;
    margin-bottom: 10px;
}

#accountWizard .nav {
    width: 412px;
    margin-bottom: 10px;
}

#ransomwareWizard .nav {
    width: 366px;
    margin-bottom: 10px;
}

.navbar-fixed-top {
    -webkit-transform: translateZ(0);
}

.navbar-default {
    background-color: #fff;
    border: 0px;
}

.navbar>.container {
    padding: 25px 15px 25px 15px;
}

.navbar-nav>li>a {
    width: 110px;
    height: 26px;
    margin: 5px 5px 15px 5px;
    font-size: 17px;
    font-size: 1.7rem;
    text-align: center;
    padding: 0px;
    line-height: inherit;
}

.navbar-nav>li.icon>a {
    width: 35px;
}

.navbar-nav>li>a:hover {
    color: #000;
}

.navbar-nav>li>a.active {
    background: url('/img/navi-button.png') no-repeat center;
    color: #fff;
}

.navbar-nav>li>a.active:hover {
    color: #eee;
}

.navbar-left li {
    float: left;
}

#intro-header {
    background: url('/img/slider.png') no-repeat center;
    background-size: cover;
    margin-top: 135px;
    height: 620px;
}

.intro-header {
    margin-top: 135px;  
    margin-bottom: 50px;
}

.navbar-toggle {
    margin-top: 6px;
    margin-bottom: 6px;
}

@media (min-width: 769px) and (max-width: 992px) {
    .navbar>.container {
        padding: 10px 15px 0px 15px;
    }  
}

#intro-header h1 {
    background: url('/img/headline-bg.png') no-repeat center;
    width: 100%;
    width: 676px;
    height: 61px;
    position: absolute;
    top: 315px;
    left: 50%;
    margin-left: -338px;
    font-size: 42px;
    font-size: 4.2rem;
    text-align: center;
    padding: 7px 10px 8px 10px;
}

@media (max-width: 675px) {
    #intro-header h1 {
        width: 100%;
        left: 0px;
        margin-left: 0px;
    }
}

#intro-header img {
    margin: -5px 10px 0px 0px;
}

#intro-header p {
    position: absolute;
    top: 462px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-size: 3.0rem;
    font-style: italic;
    text-shadow: 2px 2px 2px #444443;
}

#intro-header p.arrow {
    top: 700px;
}

@media (max-width: 640px) {
    #intro-header h1 {
        font-size: 30px;
        font-size: 3.0rem;
    }
    
    #intro-header p {
        font-size: 22px;
        font-size: 2.2rem;
    }    
}

@media (max-width: 478px) {
    #intro-header h1 {
        font-size: 22px;
        font-size: 2.2rem;
    }
}

.intro-header h1 {
    font-size: 42px;
    font-size: 4.2rem;
    margin-bottom: 20px;
}

.intro-header p {
    font-size: 30px;
    font-size: 3.0rem;
    font-style: italic;
}

.panel {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.panel-primary, .panel-danger, .panel-warning, .panel-success {
    color: #fff;
    border: 1px solid #fff;
}

.panel-primary .panel-body, .panel-danger .panel-body {
    background: url('/img/box_corner.png') no-repeat bottom right;
    background-color: #c00d0e;
}

.panel-warning .panel-body {
    background: url('/img/box_corner_yellow.png') no-repeat bottom right;
    background-color: #eec100;    
}

.panel-success .panel-body {
    background: url('/img/box_corner_green.png') no-repeat bottom right;
    background-color: #468847;        
}

.panel-primary .with-dots, .panel-danger .with-dots, .panel-warning .with-dots, .panel-success .with-dots {
    background: url('/img/dots_white.png') no-repeat bottom left;        
}

.panel-default .with-dots {
    background: url('/img/dots_grey.png') no-repeat bottom left;    
    min-height: 91px;
    padding-left: 15px;
}

.panel-primary .panel-body p, .panel-danger .panel-body p, .panel-warning p, .panel-success p {
    padding: 15px;
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
    font-style: italic;
    line-height: 1.333;
}

.panel-primary .panel-body small {
    color: #fff;    
}

.panel-primary .btn-primary, .panel-danger .btn-primary, .panel-warning .btn-primary {
    background: url('/img/button_white.png') no-repeat center;
    border: 0px;
    border-radius: 0px;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "Source Sans Pro";
    color: #444443;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
    padding: 0px;    
}

.panel-primary .btn-decorator, .panel-danger .btn-decorator, .panel-warning .btn-decorator {
    background: url('/img/warrow_right.png') no-repeat left;
    display: block;
    width: 314px;
    height: 52px;
    margin-left: auto;
    margin-right: auto;
    padding: 7px 0px 7px 12px;
}

.outer-border, .inner-border {
    border-top: 1px dotted #ccc;
}

.outer-border {
    padding: 10px 0px 10px 0px;
}

h2 {
    text-align: center;
}

.panel-primary h2 {
    font-size: 42px;
    font-size: 4.2rem;
    color: #fff;
    line-height: 1.355;
    margin-top: 0px;
}

.logo-icon {
    width: 96px;
    height: 96px;
    margin: 50px auto 0px auto;
    background-image: url('/img/background_icon.png');
    text-align: center;
    line-height: 96px;
    vertical-align: middle;
    padding: 0px;
}

a.anchor {
    display: block;
    position: relative;
    top: -135px;
    visibility: hidden;
}

a.anchor-2 {
    display: block;
    position: relative;
    top: -65px;
    visibility: hidden;
}

.red-row {
    background-color: #c00d0e;
    color: #fff;
}

.red-row h3, .grey-row h3 {
    border-top: 1px dotted #fff;
    border-bottom: 1px dotted #fff;
    font-size: 20px;
    font-size: 2.0rem;
    padding: 5px 0px;
    text-transform: uppercase;
}

.grey-row {
    background-color: #7f7e7e;
    color: #fff;
}

.service {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .service:first-of-type {
        padding-left: 0px;
        padding-right: 30px;
    }

    .service:last-of-type {
        padding-left: 30px;
        padding-right: 0px;
    }
}

.service-icons {
    /*height: 95px;*/
    margin-top: 20px;
    margin-bottom: 20px;
}

img.icon-middle {
    margin-bottom: 20px;
} 

img.icon-left {
    margin-left: 20px;
}

img.icon-right {
    margin-right: 20px;
}

@media (max-width: 1199px) {
    img.icon-middle {
        width: 90%;
        height: auto;
        margin-bottom: 10%;
    }  
    
    img.icon-left {
        width: 60%;
        height: auto;
        margin-left: 10%;
    }

    img.arrow {
        width: 15%;
        height: auto;
    }    
    
    img.icon-right {
        width: 60%;
        height: auto;
        margin-right: 10%;
    }
}

.about h2, .partner h2, .contact h2 {
    font-size: 42px;
    font-size: 4.2rem;
}

.about p, .about li, .partner p {
    font-size: 17px;
    font-size: 1.7rem;
}

.about li {
    list-style-type: square;
}

.about a {
    color: #c00d0e;
}

.blog-preview p, .blog-preview ul {
    font-size: 17px;
    font-size: 1.7rem;
    font-style: italic;
    margin-bottom: 20px;
}

.blog-preview li {
    list-style-type: square;
}

.blog-preview-image {
    padding-top: 20px;
    margin-bottom: 20px;
}

.form-group .btn-primary {
    background: url('/img/button_red.png') no-repeat center;
    border: 0px;
    border-radius: 0px;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "Source Sans Pro";
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
    padding: 0px;    
}

.form-group .btn-decorator.btn-primary {
    background: url('/img/rarrow_right.png') no-repeat left;
    display: block;
    float: right;
    width: 267px;
    height: 52px;
    padding: 7px 0px 7px 12px;
    margin-left: 15px;
}

.form-group .btn-default {
    background: url('/img/button_grey.png') no-repeat center;
    border: 0px;
    border-radius: 0px;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "Source Sans Pro";
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
    padding: 0px;    
}

.form-group .btn-decorator.btn-default {
    background: url('/img/garrow_right.png') no-repeat left;
    display: block;
    float: right;
    width: 181px;
    height: 52px;
    padding: 7px 0px 7px 12px;
}

.tab-pane>div {
    padding: 0px 20px;
}

.tab-pane .panel {
    border: 3px solid #444443;
    border-radius: 0px;
}

.tab-pane .panel .panel-body {
    background: url('/img/box_corner_grey.png') no-repeat bottom right;    
    margin-bottom: -3px;
    margin-right: -3px;
}

.tab-pane .btn-default {
    background: url('/img/button_grey_small.png') no-repeat center;
    border: 0px;
    border-radius: 0px;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "Source Sans Pro";
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
    padding: 0px;    
}

.tab-pane .btn-default.btn-lg {
    background: url('/img/button_grey_long.png') no-repeat center;    
}

.tab-pane .btn-decorator {
    background: url('/img/garrow_right2.png') no-repeat left;
    display: inline-block;
    width: 104px;
    height: 52px;
    margin-right: 15px;
    padding: 7px 0px 7px 12px;
}

.tab-pane .btn-decorator.btn-lg {
    width: 172px;
}

.nav-pills>li.active>span {
    color: #444443;
    background-color: #7f7e7e;
}
.nav>li>span {
    position: relative;
    display: block;
    width: 44px;
    padding: 10px 15px;
    text-align: center;
}
.nav-pills>li>span {
    border-radius: 4px;
}

.nav-pills>li.passed>span {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.nav-pills>li.failed>span {
    color: #ffffff;
    background-color: #c00d0e;
}

.alert.panel .panel-body p {
    padding: 15px 15px 15px 30px;
}

.alert.panel h4 {
    padding: 0px 30px;
}

.alert.panel .links a {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    text-decoration: underline;
}

.alert.panel .links a:hover {
    color: #444443;
}

.blog h2 {
    text-align: left;
}

.blog a, .blog-page a, .agb a {
    color: #c00d0e;
}

.blog-date {
    text-align: center;
    font-style: italic;
}

.partner .arrow-left {
    height: 90px;
    padding: 12px 0px 8px 0px;
}

.partner .arrow-right {
    height: 90px;
    padding: 0px
}

@media (min-width: 768px) {
    .partner .arrow-left {
        background: url('/img/partner_arrow_left.png') center left no-repeat;
    }

    .partner .arrow-right {
        background: url('/img/partner_arrow_right.png') center right no-repeat;
    }
}

input.plz {
    width: 80px;
}