/*### schriften laden ###*/

@font-face {
    font-family: MarkWeb-Book;
    src: url(../fonts/MarkWeb-Book.eot)
}

@font-face {
    font-family: MarkWeb-Book;
    src: url(../fonts/MarkWeb-Book.woff) format("woff")
}

@font-face {
    font-family: i013016tWeb;
    src: url(../fonts/i013016tWeb.eot)
}

@font-face {
    font-family: i013016tWeb;
    src: url(../fonts/i013016tWeb.woff) format("woff")
}

/*### body ###*/

body {
    font-family: i013016t;
    font-size: 16px;
    background: url(../images/bg.jpg) no-repeat fixed;
    background-size: cover;
    color: #fff;
    font-family: MarkWeb-Book
}

/*### typografie ###*/

/* Links */

a, a:hover {
    color: #fff
}

/* headlines */

h1, h3 {
    font-family: MarkWeb-Book
}

h2 {
    font-family: i013016tWeb
}

h1 {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    padding-left: 100px;
    margin-bottom: 100px;
    padding-right: 100px;
    padding-left: 100px;
    margin-bottom: 140px
}

h2 {
    font-size: 56px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin-top: 80px
}

h2 span:first-child {
    font-size: 30px
}

/* adresse */

.address {
    font-size: 18px
}

.address span {
    text-transform: uppercase
}

/* typografie - mobile anzeige */

@media (max-width:767px) {
    h1 {
        padding-left: 35px;
        padding-right: 35px;
        font-size: 18px;
        margin-bottom: 70px
    }
    h2 {
        font-size: 32px;
        line-height: 1;
        color: #fff;
        margin-top: 35px
    }
    h2 span:first-child {
        font-size: 18px
    }
}

@media (max-width:400px) {
    h1, p {
      font-size:14px;
    }
    h2 {
        font-size: 24px
    }
    h2 span:first-child {
        font-size: 18px
    }
    .address {
        font-size: 10px
    }
}

/*### wrapper ###*/

/* weisser balken links */

.socialWrapper {
    background: #fff;
    width: 100px;
    padding-top: 100px;
    position: fixed;
    top: 0;
    left: 0
}

.socialWrapper .uk-list>li {
    margin-top: 0
}

.socialWrapper img {
    width: 30px;
    margin-bottom: 70px
}

@media (max-width:767px) {
    .socialWrapper {
        width: 50px;
        padding-top: 50px
    }
    .socialWrapper img {
        width: 20px;
        margin-bottom: 35px
    }
}

/*### inhalt rechte seite ###*/

header {
    padding: 200px 200px 100px;
    text-align: right;
    margin-left: 200px
}

@media (max-width:1219px) {
    header {
        padding: 200px 0 100px;
        text-align: left
    }
}

.logo {
  max-height:80px;
  max-width:410px;
}

main {
    margin-left: 100px;
    width: 600px
}

.contentWrapper {
    padding: 80px 100px 150px;
    background: #0D0D1B
}

.footer {
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 15px 0;
}

.footer div {
  max-width:70%;
  margin:0 auto;
}

.footer p {
  font-size:13px;
  text-transform:uppercase;
  color:#212121;
}

.footer p span {
  font-size:21px;
}

.footer p span.xsText {
  font-size:13px;
  text-transform:none;
}

@media (max-width:767px) {
    header {
        padding: 100px 50px 65px 35px;
        text-align: left;
        margin-left: 50px
    }
    main {
        margin-left: 50px;
        margin-right: 35px;
        width: auto
    }
    .contentWrapper {
        padding: 30px 35px 100px
    }
}

/*### trenner ###*/

.hr {
    background: #fff;
    width: 60px;
    height: 5px;
    margin: 25px 0
}
