
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);

html {
    background-color: #0A2229;
    xbackground-image: -webkit-linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);
    xbackground-image: linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);
    -webkit-font-smoothing: antialiased;
}

body {
     
    max-width: 92%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.9em;
    color: #29220A;
    background-color: #ffffff;
    margin: 0 auto;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1.3em;
    padding: 1em 2em 0em;

}

h1 {
    font-size: 3em;
    letter-spacing: 0.1em;
}
@media (max-width: 768px) {
    h1 {
        font-size: 2em;
    }
}


h2 {
    margin-top: 1.3em;
}

h4 {
    margin-top: 0em;
    padding: 0.3em;
    font-size: 1.5em;
    margin-bottom: 0;
    line-height: 1.3em;
}

a {
    color: #0083e8;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

img {
    -webkit-animation: colorize 5s cubic-bezier(0, 0, .78, .36) 1;
    animation: colorize 5s cubic-bezier(0, 0, .78, .36) 5;
    background: yellow;
    border: 25px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    display: block;
    margin: 1.3em auto;
    max-width: 85%;
}

.anschnitt {
    border: none;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 0px;
    
}

@-webkit-keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
    }
}

@keyframes colorize {
    0% {
        filter: grayscale(100%);
    }
    100% {
        filter: grayscale(0%);
    }
}

p {
    margin: 1em 10%;
    shape-inside: outside-shape;
}
@media (max-width: 768px) {
    p {
        font-size: 0.9em;
        font-weight: 400;
        line-height: 1.5em;
    }
}

.navigation {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 1;
    left: 0;
    width: 100%;
    top: auto;
    bottom: 13%;
    border-bottom: solid 7px #ffd801;
    box-shadow: 0px 4px 7px #888888;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
@media (max-width: 768px) {
    .navigation {
    position: relative;
    background-color: #ffd801;
    border-bottom: solid 6px #666;
    }
}



.navigation a {
    display: inline-block;
    padding: .8em .8em;
    text-decoration: none;
    font-weight: 400;
    color: white;
}
@media (max-width: 768px) {
    .navigation a {
        display: block;
        color: #444;
        font-weight: 400;
        padding: .2em .5em;
        border-top: solid 2px rgba(0, 0, 0, 0.40);
    }
}


.header{
    position: relative;
    height: auto;
    overflow: visible;
}
.schmal {
    background-image: url('../images/businessman-201544742-city.jpg'); 
    height: 350px;
    width: 100%;
    x-overflow: hidden;
    margin-top: -10%;
    background-position: center;
    border: white;
}


.classic {
    padding:0;
    margin: 0;
    max-width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: solid 7px #ffd801;
}

.pictureinline {
    overflow: hidden;
    height: auto;
    margin: 40px 0;
}

.mapinline {
    overflow: hidden;
    height: 500px;
    margin: 40px 0;
    border-bottom: solid 7px #ffd801;
}

.yellow {
    color: #ffd801;
}


.bold {
    font-weight: bold;
}

li {
    list-style-type: none;
    margin: 0;
}

ul {
    line-height: 1.5em;
    font-weight: 500;
    margin-bottom: 50px;
}
@media (max-width: 768px) {
    ul {
        font-size: 0.9em;
        font-weight: 400;
        line-height: 1.1em;
        margin-bottom: 0;
    }
}
.impressum {
    background: #cccccc;
    margin-bottom: 0;
}
