a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
td,
th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

a img {
    border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

@font-face {
    font-family: universo;
    src: url(fonts/universo-webfont.eot);
    src: url(fonts/universo-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/universo-webfont.woff) format("woff"), url(fonts/universo-webfont.ttf) format("truetype"), url(fonts/universo-webfont.svg#universoregular) format("svg")
}

.accordion {
    margin: 0 auto;
    padding-bottom: 50rem
}

.accordion ul li {
    overflow: hidden;
    margin-top: -2.4rem;
    display: block
}

.accordion ul li:first-child {
    border-top: none
}

.accordion ul li>a {
    font-size: 46px;
    display: block;
    position: relative;
    height: auto;
    outline: 0;
    transition: color .7s ease-in-out;
    background: 0 0
}

.accordion ul li>a span {
    background: transparent url(../assets/images/pfeil.svg) no-repeat center center;
    text-indent: -9000px;
    width: 50px;
    position: absolute;
    top: 100px;
    right: 50%;
    margin-top: -7px;
    opacity: 0;
    transition: all .7s ease-in-out
}

.accordion ul li>a:hover {
    color: #1693eb
}

.accordion ul li>a:hover span {
    opacity: 1;
    right: 10px
}

.accordion ul li.st-open>a {
    color: #1693eb
}

.accordion ul li.st-open>a span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 10px;
    opacity: 1
}

.st-content {
    padding: 5px 0 30px
}

.st-content p {
    padding: 0 4px 15px;
    margin-bottom: 2rem
}

.st-content img {
    width: 125px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.accordion ul li {
    height: auto
}

.accordion ul li>a span {
    visibility: hidden
}

@media screen and (max-width:520px) {
    .accordion ul li>a {
        font-size: 36px
    }
}

#studio {
    background: url(../assets/images/studio.jpg) 50% 0 no-repeat fixed
}

#contact {
    background: url(../assets/images/contact.jpg) 50% 0 no-repeat fixed
}

#imprint {
    background: url(../assets/images/imprint.jpg) 50% 0 no-repeat fixed
}

@font-face {
    font-family: socicon;
    src: url(fonts/socicon-webfont.eot);
    src: url(fonts/socicon-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/socicon-webfont.woff) format("woff"), url(fonts/socicon-webfont.ttf) format("truetype"), url(fonts/socicon-webfont.svg#sociconregular) format("svg");
    font-weight: 400;
    font-style: normal
}

body {
    font-family: universo, sans-serif;
    font-weight: 400;
    background-color: #1c1d1e;
    color: #ff4338;
    font-size: 100%;
    -webkit-font-smoothing: antialiased
}

h3 {
    font-size: 2rem;
    float: none;
    clear: both
}

h2 {
    font-size: 4rem;
    padding-bottom: 4rem
}

p {
    display: block;
    float: left;
    box-sizing: border-box;
    padding-top: 1rem
}

nav ul {
    margin-bottom: .2rem
}


.datenschutz p {
    display: block;
    float: left;
    box-sizing: border-box;
    font-size: 4rem;
	line-height: 4.25rem;
}

.datenschutz h2 {
    font-size: 6rem;
    padding-bottom: 1rem;
	padding-top: 1rem;
}


.long-read,
.short-read {
    padding-top: 1rem;
    float: left
}

.long-read {
    font-size: 1.1rem;
    line-height: 1.4rem;
    width: 100%;
    letter-spacing: .04rem;
    text-indent: 3rem;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

.contact {
	padding: 2% 0 2% 0;
}

.short-read {
    font-size: .9rem;
    line-height: 1.3rem;
    width: 25%;
    min-width: 18rem;
    max-width: 30rem;
    float: left
}

.read {
    margin-bottom: .4rem
}

.auszeichnung,
.read {
    clear: both;
    float: left
}

.full {
    width: 90%;
    margin: 0 auto;
    padding-top: 2rem;
    position: relative;
    box-sizing: border-box
}

.footer {
    width: 90%;
    margin: 0 auto;
    padding-top: 0.5rem;
    position: relative;
    box-sizing: border-box
}

p:last-child:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0
}

.full:after,
.st-content:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.short-read br {
    display: block;
    margin: .2rem 0
}

.logo {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: auto 6rem 1rem auto;
    z-index: 5;
    width: 14rem
}

.icon {
    font-family: socicon
}

a,
li a {
    color: #1c1d1e;
    background-color: #ff4338;
    text-decoration: none;
    line-height: 1.6rem;
    cursor: pointer
}

.active,
a:hover {
    background-color: transparent;
    color: #ff4338;
    transition: all .5s ease-in-out
}

#menu {
    position: fixed;
    top: 0;
    right: 0;
    margin: 2rem 6rem auto auto;
    text-align: left;
    z-index: 5
}

.mapswrapper {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 800px
}

@media screen and (max-width:800px) {
    li a {
        text-decoration: none;
        line-height: 1.6rem
    }
    li {
        display: inline;
        list-style-type: none;
        font-size: 1.2rem;
        margin: .2rem
    }
    #menu {
        background: #1c1d1e;
        margin: 0 0 1rem;
        padding: 1rem;
        z-index: 5;
        width: 100%;
        text-align: right
    }
    #menu li {
        margin: .2rem 0
    }
    .logo {
        margin: 1rem;
        width: 10rem
    }
    .accordion {
        padding-top: 140px;
        padding-bottom: 35rem
    }
    .accordion .line-drawing {
        height: 25vw;
        max-height: 200px
    }
    .accordion ul li {
        margin-top: -2rem
    }
    .accordion ul li line,
    .accordion ul li path,
    .accordion ul li polyline {
        stroke-width: 1px
    }
}

@media screen and (min-width:800px) {
    .full {
        padding: 8rem 5%;
        width: 100%
    }
    .long-read {
        font-size: 1.1rem;
        line-height: 1.4rem;
        width: 45%;
        min-width: 30rem;
        max-width: 40rem
    }
    .long-read,
    .short-read {
        padding-right: 4rem
    }
}