body {

    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 1.4rem;
}

a:focus, a:hover {
    color: #414751;
    text-decoration: underline;
}

a {
    color: #414751;
    text-decoration: none;
}

.nav {
    padding-top: 45px;
    padding-bottom: 0;
    margin-bottom: -1px;
}

.list-equal > li {
}

.nav li a {
    font-size: 0.85em;
    font-weight: bold;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #414751;
    padding: 15px;
    width: 100%;

}

.nav li.current a {
    color: #414751;
    background: white;
    border: solid 1px;
}

.container--narrow {

    max-width: 55rem;
}

.section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.ce-headline-center {
    text-align: center;
}

.section--intro {
    text-align: center;
    /*background: #414751;*/
    -webkit-box-shadow: inset 14px -20px 92px -53px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: inset 14px -20px 92px -53px rgba(0, 0, 0, 0.37);
    box-shadow: inset 14px -20px 92px -53px rgba(0, 0, 0, 0.37);
    border-bottom: solid 1px;
}

.intro__title {
    font-family: Georgia, serif;
    font-weight: 900;
    font-size: 2.2em;
    color: #243a54;
}

.wf-active .intro__title {
    font-family: Merriweather, Georgia, serif;
}

.intro__text {
    margin-bottom: 2em;
}

.title-uppercase {
    margin-top: 1.2em;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.btn--outline {
    border-color: #0275d8;
    background-color: transparent;
    color: #0275d8;
}

.btn--outline:hover,
.btn--outline:focus {
    border-color: #025aa5;
    background-color: #025aa5;
}

.form-group > .btn {
    margin-bottom: 0.2em;
}

.btn-group > .btn {
    margin-left: 0.15em;
    margin-right: 0.15em;
}

.media p:last-child {
    margin-bottom: 0;
}
a.button{
    color: #414751;
    text-decoration: none;
    border: solid;
    padding: 10px;
}
a.button:hover {
    color: #e22700;
    text-decoration: none;

}
.col__item {
    margin-bottom: 1.875rem;
    padding: 1em;
    font-size: 0.8em;
    background: #efefef;
}

.footer {
    margin-top: 3rem;
    /*background: #f7f7f7;*/
    padding: 20px;
    -webkit-box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.22);
    background: url(/typo3conf/ext/basetemplate8/Resources/Public/Images/zakmarine-header.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

.footer a {
    color: white
}

#quality {
    padding: 10px
}

@media (min-width: 48em) {
    .nav li.current a {
        border-bottom: solid white 1px;
    }

    .section--intro {
        padding-top: 4.5rem;
        padding-bottom: 0;
    }

    .intro {
        font-size: 1.2rem;
    }

    .intro__title {
        font-size: 2.5em;
    }
}

@media (max-width: 48em) {
    .list-equal > li {
        display: block;

    }

    .text-right {
        text-align: left !important;
    }

}

/* zentrierte Header */

.imgDescriptionWrap {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.imgDescriptionWrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.imgDescription {
    display: inline-block;
    vertical-align: middle;
    width: 98%;
    padding: 0;
}

/*
 * Syntax highlighting
 * Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmail.com>
 */

.hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #002b36;
    color: #839496;
}

.hljs-comment,
.hljs-quote {
    color: #586e75;
}

/* Solarized Green */
.hljs-keyword,
.hljs-selector-tag,
.hljs-addition {
    color: #859900;
}

/* Solarized Cyan */
.hljs-number,
.hljs-string,
.hljs-value,
.hljs-meta .hljs-meta-string,
.hljs-literal,
.hljs-doctag,
.hljs-regexp {
    color: #2aa198;
}

/* Solarized Blue */
.hljs-title,
.hljs-section,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class {
    color: #268bd2;
}

/* Solarized Yellow */
.hljs-attribute,
.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-class .hljs-title,
.hljs-type {
    color: #b58900;
}

/* Solarized Orange */
.hljs-symbol,
.hljs-bullet,
.hljs-subst,
.hljs-meta,
.hljs-meta .hljs-keyword,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-link {
    color: #cb4b16;
}

/* Solarized Red */
.hljs-built_in,
.hljs-deletion {
    color: #dc322f;
}

.hljs-formula {
    background: #073642;
}

.hljs-emphasis {
    font-style: italic;
}

.hljs-strong {
    font-weight: bold;
}

.descriptions .descriptions--item {
    background-color: transparent;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 1s;
    transition-delay: 1s;
}

.descriptions {
    box-sizing: border-box;
    width: 90%;
    max-width: 940px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    background-color: white;
    text-align: center;
    transform: translate(0, 0);
    opacity: 1;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 1.25s;
    transition-delay: 0.25s;
}

.fade-in.later {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

/* Keyframes for the fade-in */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    opacity: 1 \9; /*just in case ie*/
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

.slider img {
    width: 100% !important;
}

.slider img {
    animation-duration: 3s;
    animation-name: slidein;
    position: relative;
}

@keyframes slidein {
    from {
        left: 100%;
        width: 100%;
    }

    to {
        left: 0%;
        width: 100%;
    }
}