@charset "utf-8";

@font-face {
    font-family: "DaxlineWeb";
    src: url(/_static/daxline-web-regular/DaxlineWeb.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "DaxlineWeb";
    src: url(/_static/daxline-web-bold/DaxlineWeb-Bold.woff) format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "DaxlinePro";
    src: url(daxlinepro-regular/daxlinepro-regular.woff) format("woff"),
         url(daxlinepro-regular/daxlinepro-regular.ttf) format("truetype"),
         url(daxlinepro-regular/daxlinepro-regular.svg) format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "DaxlinePro";
    src: url(daxlinepro-bold/daxlinepro-bold.woff) format("woff"),
         url(daxlinepro-bold/daxlinepro-bold.ttf) format("truetype"),
         url(daxlinepro-bold/daxlinepro-bold.svg) format("svg");
    font-weight: bold;
    font-style: normal;
}

#header h1.logo a {
    background: url(/_static/logo-24.png);
}

#header div.main ul li {
    margin-left: 40px !important;
}

#header div.main ul li > a[href="/zur-person/"] {
    width: 70px;
}

#header div.main ul li > a[href="/konzept/"] {
    width: 55px;
}

#header div.main ul li > a[href="/tiergestuetzte-therapie/"] {
    width: 145px;
}

#header div.main ul li > a[href="/schulungen/"] {
    width: 75px;
}

#header div.main ul li > a[href="/kontakt-impressum/"] {
    width: 140px;
}

#content.frontpage ul {
    margin-left: 14px !important;
    
    list-style: url(bullet-4x18.png);
}

#content.frontpage h3 a {
    opacity: 0.7;
    background: url(/_static/box-arrow-up-24-50x50.png) right center no-repeat transparent;
}

#content.frontpage h3 a:hover {
    opacity: 1;
    background: url(/_static/box-arrow-up-24-50x50.png) right center no-repeat transparent;
}

#footer .box.current {
    background-color: rgba(255, 255, 255, 0.3);
}

#footer .box h3 a {
    opacity: 0.7;
    background: url(/_static/box-arrow-up-24-30x30.png) right center no-repeat transparent;
}

#footer .box h3 a:hover, #footer .box.current h3 a {
    opacity: 1;
    background: url(/_static/box-arrow-down-24-30x30.png) right center no-repeat transparent;
}

form input[type=text], form input[type=email], form input[type=submit], form textarea {
    border: 1px solid rgba(111, 111, 111, 0.7);
    
    background: rgba(255, 255, 255, 0.7);
}

ul {
    margin-left: 11px !important;
    
    list-style: url(bullet-3x14.png);
}
