/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
html, body, div, span, applet, object, iframe, p, blockquote,
a, abbr, acronym, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.topnav {
    font-size: 14px;
}

.lead {
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}

.logo-top {
    width: 45px;
    float: left;
    padding: 5px;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/dreier_kabel.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/business.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media (max-width: 1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

.contact-details-list li {
    padding-bottom: 40px;
}

.contact-details-list li:before {
    display: block;
    float: left;
    width: 48px;
    height: 48px;
    font-size: 48px;
    color: #000;
    background: #FFF;
    border: 1px solid #FFF;
    padding: 15px;
    margin-right: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.contact-details-list li p {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    margin-right: 20px;
}

.contact-details-list li p a {
    color: #000;
}

.buttons li {
    margin-top: 10px;
}

.buttons li:first-child {
    margin-top: 0;
}

.buttons li a {
    display: block;
    background: #F5F5F5;
    padding: 18px 18px 18px 19px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 24px;
    color: #444;
}

.buttons li:before {
    color: #57BB63;
    float: left;
    font-size: 24px;
    margin-right: 19px;
    margin-top: 17px;
    margin-left: 20px;
}

.buttons li.selected a,
.buttons li:hover a {
    background: #57BB63;
    color: #FFF;
}

.buttons li.selected:before,
.buttons li:hover:before {
    color: #FFF;
}

.announcement {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
}

.announcement .vertical-align-cell:before {
    float: left;
    font-size: 48px;
    margin-right: 30px;
    color: #57BB63;
    border: 1px solid #E2E6E7;
    padding: 19px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.announcement .vertical-align {
    height: 88px;
}

.announcement h3 {
    margin-left: 118px;
}

.announcement p.description {
    margin-top: 14px;
    margin-left: 118px;
}

.call-to-action {
    border: 1px solid #E2E6E7;
    padding: 30px 18px 47px;
    text-align: center;
}

.call-to-action:before {
    display: block;
    width: 48px;
    height: 48px;
    font-size: 48px;
    margin-right: 30px;
    color: #57BB63;
    border: 1px solid #E2E6E7;
    padding: 19px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.call-to-action h4 {
    margin-top: 22px;
}

.call-to-action p.description {
    margin-top: 17px;
    margin-bottom: 43px;
}

.call-to-action .more {
    margin-top: 28px;
}

.comment-form input,
.comment-form textarea,
.contact-form input,
.contact-form textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}

.comment-form input,
.contact-form input {
    margin-top: 20px;
}

.comment-form input:first-child,
.contact-form input:first-child {
    margin-top: 0;
}

.comment-form textarea,
.contact-form textarea {
    height: 400px;
    resize: none;
    margin-top: 20px;
}

.comment-form [type='submit'],
.contact-form [type='submit'] {
    width: auto;
    font-size: 12px;
    color: #25282a;
    margin-top: 20px;
    outline: none;
}

#cancel-comment {
    display: none;
    font-size: 12px;
    margin-right: 20px;
    color: #57BB63;
}

.comment-form p.description.t1,
.contact-form p.description.t1 {
    margin-top: 14px;
}

.comment-form .hint,
.contact-form .hint {
    color: #999;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
    opacity: 1;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999;
}

.ui-tooltip-error .ui-tooltip-content,
.ui-tooltip-success .ui-tooltip-content {
    font-size: 13px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFF;
}

.ui-tooltip-error .ui-tooltip-content,
.ui-tooltip-success .ui-tooltip-content {
    border: none;
}

.ui-tooltip-content {
    padding: 10px 20px 10px 20px;
}

.ui-tooltip-error .ui-tooltip-content {
    background: #E9431C;
}

.ui-tooltip-success .ui-tooltip-content {
    background: #61911B;
}

.more,
.more[type="submit"] {
    color: #fff;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    background: #777;
    padding: 16px 23px 15px;
    text-align: center;
    cursor: pointer;
    line-height: normal;
    letter-spacing: 1px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    border: 2px solid #777;
}

.more:hover {
    color: #777;
    background: transparent;
    opacity: 1;
}

.more.simple {
    background: transparent;
    color: #777;
    border: 1px solid #E2E6E7;
    padding: 17px 24px 16px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.more.simple:hover {
    border-color: #777;
    background: #777;
}

.more.small {
    padding: 12px 19px 11px;
}

input, textarea {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 1px solid #E2E6E7;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 15px;
    color: #444;
    margin: 0;
}

input[type='number'] {
    appearance: textfield;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}