html,
noscript 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,
font,
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 {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

body {
    line-height: 1
}

html,
body {
    max-width: 100%;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: none;
    font-weight: 300
}

ol,
ul {
    list-style: none
}

blockquote {
    quotes: none
}

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

del {
    text-decoration: line-through
}

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

a img {
    border: 0
}

p span {
    display: block
}

.lazy,
:lang(txt_deu) {
    display: none
}

* {
    font-family: 'Open Sans';
    text-shadow: .4px .3px .4px rgba(1, 1, 1, 0.4);
    font-smooth: always;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: .4px .3px .4px rgba(0, 0, 0, 0.4)
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

html {
    background-color: black
}

body {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    font-weight: 300
}

a {
    text-decoration: none
}

header h1 a {
    color: rgba(255, 255, 255, 1);
    text-shadow: 1 1 7px rgba(255, 255, 255, 1);
    letter-spacing: 2.3px;
    word-spacing: 14px
}

a.color {
    color: rgba(51, 51, 51, 1)
}

a.no_color {
    color: rgba(51, 51, 51, 1)
}

a.cla:hover,
a.cla:focus,
a.color:hover,
a.no_color:hover,
a.color:focus,
a.no_color:focus,
.back a:hover,
.back a:focus,
#bottom-bar img:hover,
#bottom-bar img:focus,
#de:hover,
#de:focus,
#en:hover,
#en:focus {
    text-decoration: line-through;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: transparent;
    color: #fff
}

header h1 a:hover,
header h1 a:focus,
#logo a:hover,
.back a:hover,
.back a:focus {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none
}

a:active {
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a:visited {
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: transparent
}

#wrapper {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: visible;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

#photo-background {
    visibility: visible;
    background-image: transparent none center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: 0;
    padding: 0;
    float: left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

#main {
    padding-top: 0
}

.container {
    width: 80%;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: auto;
    margin-right: auto
}

section {
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 0;
    padding-right: 0
}

section h1 {
    font-weight: 300;
    margin-bottom: 10px
}

section p {
    margin-bottom: 30px
}

#main #content section:first-child {
    padding-top: 9.5em
}

section p:last-child {
    margin-bottom: 0
}

section.no_color {
    color: rgba(51, 51, 51, 1);
    -webkit-box-shadow: inset 0 -1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px 6px rgba(0, 0, 0, 0.1)
}

section.color {
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3)
}

:lang(txt_engl) {
    display: none
}

header {
    float: none;
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    font-weight: 300;
    text-align: left;
    z-index: 5;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -ms-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    text-transform: uppercase
}

header h1#logo {
    position: absolute;
    float: none;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    font-weight: 300;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 112%;
    top: 50px;
    left: 0;
    padding-left: 12%;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1)
}

header h1 a#surname {
    font-weight: 100
}

header nav {
    float: none;
    display: inline-block;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    right: 12%;
    width: 112%;
    padding-left: 12%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 5;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 1)
}

header nav a {
    display: inline-block;
    line-height: 50px;
    color: #ccc;
    font-weight: 300;
    font-size: 16px;
    padding-right: 5%;
    text-align: left;
    text-transform: uppercase
}

header.smaller {
    height: 50px;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -ms-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s
}

header.smaller h1#logo {
    position: absolute;
    width: 100%;
    top: 0;
    height: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    text-indent: 0
}

header.smaller nav {
    position: absolute;
    top: 0;
    line-height: 50px
}

header.smaller nav a {
    line-height: 50px
}

header,
h1#logo,
nav {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.clearfix:after {
    visibility: hidden;
    display: inline;
    content: "";
    clear: both;
    height: 0
}

.sideMenu {
    position: fixed;
    top: 0;
    left: -200px;
    bottom: 0;
    z-index: 6;
    width: 200px;
    height: 120%;
    color: #FFF;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transform: translatex(0px);
    transform: translatex(0px);
    transition: .4s cubic-bezier(0.335, 0.815, 0.47, 1);
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto
}

.sideMenu h2 {
    font-weight: normal;
    font-size: 14px;
    color: #CCC;
    text-shadow: .3px .3px #000;
    padding-top: 15px;
    padding-left: 10px;
    margin-top: 200px;
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.sideMenu>ul {
    list-style: none;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 65px;
    vertical-align: text-bottom;
    z-index: 6;
    overflow: auto
}

.sideMenu>ul>li {
    position: relative;
    overflow: hidden;
    padding-top: 0
}

.sideMenu>ul>li a {
    color: #CCC;
    text-decoration: none;
    display: block;
    line-height: 3.2;
    font-size: 14px;
    padding: 0 20px;
    transition: .4s cubic-bezier(0.335, 0.815, 0.47, 1);
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 0;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.menuBtn {
    z-index: 6;
    position: fixed;
    left: 0;
    top: 90px;
    margin-left: 0;
    margin-top: 15px;
    display: inline-block;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    cursor: hand;
    display: block;
    width: 46px;
    height: 36px;
    text-align: center;
    text-shadow: 0 -5px, 0 5px;
    -webkit-transform: translatex(0px);
    transform: translatex(0px);
    transition: .4s cubic-bezier(0.335, 0.815, 0.47, 1);
    border-style: dotted;
    border-spacing: 2px 2px;
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 37px;
    padding-bottom: 40px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.menuBtn:hover {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7)
}

.menuBtn:active {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7)
}

.menuBtn:visited {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.1)
}

.menuBtn:link {
    background-color: rgba(0, 0, 0, 0.1)
}

:checked {
    position: fixed;
    border-radius: 0
}

#content_not_in_Use {
    -webkit-transform: translatex(0px);
    transform: translatex(0px);
    transition: .4s cubic-bezier(0.335, 0.815, 0.47, 1)
}

#sideToggle1:checked~.container_not_in_Use {
    background-color: black
}

#sideToggle1:checked~.sideMenu {
    top: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    transform: translateZ(0);
    z-index: 6;
    -webkit-box-shadow: -200px 0 3px 3px rgba(0, 0, 0, 0.5);
    box-shadow: -200px 0 3px 3px rgba(0, 0, 0, 0.5)
}

#sideToggle1:checked~.menuBtn {
    border-radius: 0;
    -webkit-transform: translatex(200px);
    transform: translatex(200px);
    transition: .4s cubic-bezier(0.335, 0.815, 0.47, 1)
}

input[type=checkbox] {
    position: absolute;
    left: -999em
}

#bottom-bar {
    position: relative;
    width: 100%;
    height: 54px;
    max-height: 54px;
    z-index: 5;
    -webkit-backface-visibility: visible;
    -webkit-box-shadow: 0-1px 1px 0 rgba(51, 51, 51, 0.5)!important;
    box-shadow: 0-1px 1px 0 rgba(51, 51, 51, 0.5)!important;
    background-color: rgba(0, 0, 0, 0.5);
    border: 0
}

#bottom-bar a {
    display: inline-block;
    padding-top: 5px;
    text-transform: uppercase
}

#bottom-bar span a {
    color: #ccc
}

img {
    border: 0
}

#bottom-bar span.back,
#tw_sharer,
#g_sharer,
#fb_sharer,
#wha_sharer,
#em_sharer {
    display:inline-block;
    max-width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
	margin-top:5px;
}

#bottom-bar span.back {
    float: left;
    text-align: left;
    min-width: 52px;
	margin-top:8px;
}

#bottom-bar img {
    float: right;
    margin-right: 0
}

#fb_sharer,
#g_sharer,
#tw_sharer,
#wha_sharer,
#em_sharer,
#bottom-bar span#share_on {
    display: none;
    float: right
}

#tw_sharer:hover,
#g_sharer:hover,
#fb_sharer:hover,
#tw_sharer:focus,
#g_sharer:focus,
#fb_sharer:focus,
#em_sharer:hover,
#em_sharer:focus,
#wha_sharer:hover,
#wha_sharer:focus,
.modal-cast-btn:hover {
    transform: scale(1.05) translate(0px, 0px);
    transition: .1s all ease-in -out
}

body#noscript {
    position: fixed;
    overflow: auto;
    color: #f00;
    font-weight: 300;
    text-align: center;
    alignment: center;
    vertical-align: middle;
    background-color: #fff;
    top: 100px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-left: 2%;
    padding-right: 6%;
    padding-bottom: 5px;
    -webkit-box-shadow: 0 1px 1px 1px #999;
    box-shadow: 0 1px 1px 1px #999;
    line-height: normal;
    margin-left: 0;
    border-right-width: thin;
    border-right-style: groove;
    border-top: thin groove #900;
    border-bottom: thin groove #900;
    border-left-width: thin;
    border-left-style: groove
}

body.js-enabled div#noscript {
    display: none
}@media screen and (max-device-width:800px) {
    html {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        padding: 0
    }
    body {
        padding: 0;
        background-image: none
    }
    #content p {
        font-weight: 300
    }
    .container {
        padding-left: 2%;
        padding-right: 2%;
        margin-left: 4.2%;
        margin-right: 4.2%;
        min-width: 92%
    }
    header h1#logo:hover,
    header h1#logo:focus {
        width: 100%
    }
    header {
        height: 95px;
        overflow: visible
    }
    header h1#logo {
        vertical-align: middle;
        top: 50px;
        left: 0;
        padding-left: 6.2%;
        height: 45px;
        width: 106%;
        font-size: 24px;
        line-height: 50px;
        background-image: none;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1)
    }
    header nav {
        padding-left: 6.2%;
        left: 0;
        height: 50px;
        top: 0;
        font-size: 15px;
        line-height: 50px;
        white-space: nowrap;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.8);
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3)
    }
    header nav a {
        padding-right: 4%;
        font-size: 15px;
        line-height: 50px;
        white-space: nowrap
    }
    header.smaller {
        height: 50px
    }
    header.smaller h1#logo {
        top: 50px;
        left: 0;
        padding-left: 6.2%;
        height: 50px;
        width: 106%;
        height: 0;
        text-indent: 0;
        font-size: 24px;
        background-image: none;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0)
    }
    header.smaller nav {
        left: 0;
        height: 50px;
        top: 0;
        font-size: 15px;
        line-height: 50px
    }
    header.smaller nav a {
        padding-right: 4%;
        font-size: 15px;
        line-height: 50px
    }
  /*  .menuBtn {
        width: 36px
    }*/
    #logo {
        height: 20px;
        width: 50px
    }
    .im_logo {
        width: 48px;
        height: 58px
    }
}

@media all and (max-width:660px) {
    header h1#logo:hover,
    header h1#logo:focus {
        width: 100%
    }
    header nav a {
        padding-right: 4%;
        font-size: 14px;
        line-height: 50px
    }
    header.smaller nav a {
        padding-right: 4%;
        font-size: 14px;
        line-height: 50px
    }
}

@media all and (max-width:360px) {
    header nav a {
        padding-right: 3.4%;
        font-size: 14px;
        line-height: 50px
    }
    header.smaller nav a {
        padding-right: 3.4%;
        font-size: 14px;
        line-height: 50px
    }
}

@media all and (max-width:348px) {
    #bottom-bar img {
        margin-top: 5px;
        max-width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px
    }
}

@media all and (max-width:320px) {
    header nav a {
        padding-right: 2.3%;
        font-size: 13px;
        line-height: 50px
    }
    header.smaller nav a {
        padding-right: 2.3%;
        font-size: 13px;
        line-height: 50px
    }
}