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



body {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
    color: #3e3e3e;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal; }

h1 {
    font-size: 16px;
    font-weight: 400;
    color: black;
}

strong {
    font-size: 14px;
    font-weight: 400;
    color: black;
}

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

p {
    font-size: 14px;
    font-weight: 300;
    color: #3e3e3e;
}





header {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    border-bottom: 0px;
    border-bottom-color: #DF7113;
    border-bottom-style: solid;
    box-shadow: 0px 1px 10px gray;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}


header #header-content {
    width: 80%;
    height: 100px;
    background-color: #ffffff;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


header #logo {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    float: left;
    margin-top: 10px;
    background-color: white;
    background-image:url(/img/logo/logo_sw-design.svg);
    background-size: contain;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


header #logotext {
    display: inline-block;
    height: 100px;
    line-height: 100px;
    float: left;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    color: black;
    font-weight: 400;
    margin-left: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header #logotext h1{
    font-size: 24px;
}


header #nav {
    display: inline-block;
    float: right;
}


header #nav a {
    line-height: 100px;
    margin-left: 20px;
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-decoration: none;
    color: black;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    
}


header #nav a:hover {
    color: #DF7113;
    font-size: 14px;
    font-weight: 400;
}

header #nav a.active {
    color: #DF7113;
    font-weight: 400;
}


header.smaller {
    height: 60px;
}

header.smaller #header-content {
    height: 60px;
}

header.smaller #logo {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 5px;
}

header.smaller #logotext {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}

header.smaller #nav a {
    line-height: 60px;
}





#main {
    width: 100%;
    background-color: #ffffff;
    padding-top: 101px;
}

#content {
    width: 80%;
    background-color: #ffffff;
    padding-top: 80px;
    margin: 0 auto;
    text-align: justify;
}

#slider {
    background-color: #ffffff;
    padding-bottom: 40px;
}


#kicker {
    font-size: 16px;
    letter-spacing: 0.1em;
    word-spacing: 0.5em;
    text-align: center;
    color: #3e3e3e;
    padding-bottom: 40px;
    line-height: 2;
}

#aboutpic {
    float: right;
}


#about {
    float: left;
    width: 80%;
    font-size: 16px;
}

.portrait {
    float: right;
    margin-bottom: 15px;
}

section h1 {
    padding-bottom: 10px;
    color: black;
}

section {
    text-align: justify;
    padding-bottom: 20px;
    font-size: 16px;
    color: #3e3e3e;
}

#portfolio {
    padding-top: 151px;
    padding-left: 10px;
    padding-right: 10px;
}

#contact {
    text-align: center
}

.imgcontact{
    margin-bottom: 30px;
}

#impressum {
    text-align: center;
}

#impressum h1{
    font-size: 18px;
    font-weight: 400;
}


