@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');


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 {
     border: 0px none;
	font-family: 'Open Sans', sans-serif;
     font-feature-settings: inherit;
     font-kerning: inherit;
     font-language-override: inherit;
     font-size-adjust: inherit;
     font-size: inherit;
     font-stretch: inherit;
     font-style: inherit;
     font-synthesis: inherit;
     font-variant: inherit;
     font-weight: inherit;
     line-height: inherit;
     margin: 0px;
     padding: 0px;
     vertical-align: baseline;
     color:#fff
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
     display: block;
}

body {
     line-height: 1;
	 background:#000;
}

strong, b {
     font-weight: bold;
}

blockquote::before, blockquote::after, q::before, q::after {
     content: none;
}

table {
     border-collapse: collapse;
     border-spacing: 0px;
}

p {
     color: #fff;
     font-family: 'Open Sans', sans-serif;
     font-size: 1.2em;
     font-weight: 300;
     line-height: 1.4em;
}

h1 {
     color: #fff;
     font-family: 'Open Sans', sans-serif;
     font-size: 2.2em;
     font-weight: 300;
     line-height: 3em;
}

b {
     }

a {
     color: #cb98a6;
     text-decoration: none;
}

.wrapper {
     margin-left: auto;
     margin-right: auto;
     max-width: 1280px;
     width: 100%;   
}

.wrapper img {
     width:33%;
     float:left;
  
}

.wrapper img.zootme {
     width:99%;
     display:block;
     margin-left:auto;
     margin-right:auto;
     clear:left;
}


ul, li {
    margin:0;
    padding:0;
}

ul li {
    display:inline;
    list-style-type:none;
}

ul.topline li img {
    border-top:1px solid #fff;
}

ul li:last-child img {

}

ul li:nth-last-child(2) img {
    padding:0 1px;   
    background:#fff;   
}

.kontakt {
     clear:left;
     width:100%;
    width:100%;
    
}

.kontakt .left {
    float:left;
    width:30%;
    margin:5%;
}

.kontakt .right {
    float:left;
    width:40%;
    margin:5% 5% 15% 5%;
}
.footer {
    clear:left;
    background:#fff;
}

.footer p {
    text-align: center;
    padding: 10px;
    font-size: 0.8em;
    font-weight:400;
    color:#000;
}

#scrollup {
     bottom: 50px;
     display: none;
     height: 50px;
     position: fixed;
     right: 2.8%;
     width: 50px;
}

#scrollup img {
     height: 50px;
     width: 50px;
}

#scrollup:hover {
     cursor: pointer;
}
