@font-face {
    font-family: "Avenir Next W01";
    font-weight: 500;
    font-style: normal;
    src: url("/fonts/avenir-next-regular.woff2") format("woff2"), url("/fonts/avenir-next-regular.woff") format("woff")
}

@font-face {
    font-family: "Avenir Next W01";
    font-weight: 600;
    font-style: normal;
    src: url("/fonts/avenir-next-medium.woff2") format("woff2"), url("/fonts/avenir-next-medium.woff") format("woff")
}

@font-face {
    font-family: 'Icons';
    font-weight: normal;
    src: url("/fonts/icons.woff") format("woff")
}

html {
    font-size: 100%;
    overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    text-size-adjust: 100%
}

body {
    font-family: "Avenir Next W01", Arial;
    font-size: 14px;
}

a,a:hover {
    color: #B39C78;
    cursor: pointer;
    text-decoration: none !important;
}


img {
    border-radius: 2px;
}


img.img-center {
    display: block;
    margin: 0 auto;
}

.img-abmelden{
    position: relative;
    top: 15px;
}


/* Header */

#header {
    width: 100%;
    background-color: #eeece8;
    height: 94px;
    margin-bottom: 40px;
}


#header .container {
    position: relative;
    top: 14px;
}

#header .header-wrapper {
    line-height: 60px;
}

#header a {
    color: #999097;
    font-weight: bold;
    transition: 0.2s ease all;
}

#header a:hover {
    color: #7b747a;
}

@media(max-width: 776px){
    #header {
        height: 70px;
    }

    #header .header-wrapper{
        line-height: 40px;
    }

    #header a{
        font-size: 8px;
    }

    #logo{
        max-height: 45px;
    }

    p.icon:before{
        padding-bottom: 20px;
    }
}

h1,h2,h3,h4,h5{
    font-weight: 700;
}

h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

h2{
    font-size: 20px;
}

p {
    color: #606060;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Icons */

p.icon:before{
    width: 38px;
    font-size: 30px;
    line-height: 30px;
    position: relative;
    float: left;
    display: inline-block;
    color: inherit;
    text-indent: 0;
    font-family: 'Icons';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p.icon.icon-phone:before{
    content: 'k';
    top: -8px;
}

p.icon.icon-email:before{
    content: 'y';
    top: -2px;
    left: 3px;
    font-size: 24px;
}

button,.button{
    background-color: #444;
    border: 1px solid #444;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 45px;
    letter-spacing: 0.08em;
    line-height: 45px;
    padding: 0 90px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 250ms ease-in-out;
    margin-top: 20px;
}

button:hover,.button:hover{
    background-color: #333;
    border: 1px solid #141414;
    text-decoration: none;
}

.margin-bottom-s{
    margin-bottom: 15px;
}

.margin-bottom-m{
    margin-bottom: 30px;
}

.margin-bottom-l{
    margin-bottom: 50px;
}

