/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

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

body {
    line-height: 1
}

ol, ul {
    list-style: none;
  
}

li{
      width: auto;
}

blockquote, q {
    quotes: none
}

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

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

@font-face {
    font-family: 'texgyreherosregular';
    src: url('texgyreheros-regular-webfont.eot');
    src: url('texgyreheros-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('texgyreheros-regular-webfont.woff') format('woff'),
         url('texgyreheros-regular-webfont.ttf') format('truetype'),
         url('texgyreheros-regular-webfont.svg#texgyreherosregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'texgyreherosbold';
    src: url('texgyreheros-bold-webfont.eot');
    src: url('texgyreheros-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('texgyreheros-bold-webfont.woff') format('woff'),
         url('texgyreheros-bold-webfont.ttf') format('truetype'),
         url('texgyreheros-bold-webfont.svg#texgyreherosbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




body {
    -webkit-transition: 0.3s ease-out;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    background-color: #e7e7e7;
}

p{
    padding-bottom: 20px;
}

h3{
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 1.3em;
}

#wrapper {
    padding: 30px;
    max-width: 100%;
}

.on {
    background-color: white;
     padding: 1px 4px 1px 4px;
}

#images{
    height: auto;
    width: 100%;
    float: none;
}


#imgs{
    margin-bottom: 18%;
    height: auto;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;

}

#imgs p{
    font-family: 'Playfair Display SC', serif;
    padding-top: 10px;
    height: auto;
    position: relative;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    opacity: 1;
    text-transform: uppercase;

}

#imgs a{
   
    max-height: 100%;
    max-width: 100%;
    color: black;
    display: block;
}

#imgs:hover p{
    opacity: 1;
}



#imgs img{
    opacity: 1;
    position: inline-block;
    max-width: 100%;
    max-height: 600px;
    vertical-align: bottom;
}



#home {
    font-size: 1.5em;
    line-height: 1.2em;
    position: fixed;
    left: 30px;
}

#topnav {
    position: fixed;
    bottom: 30px;
    left: 30px;
}

#content1 {
    width:40%;
    float:left;
    height: 10px;
}

#content2 {
    width:60%;
    float:left;
    /*border-left: solid black 1px;*/
}

#content2 p{
    max-width:700px;
}

#navi-intern{
    left: 40px;
    top: 30%;
    position: fixed;
    margin-bottom: 40px;
}



a { 
    text-decoration: none;
    color: black;
    display: inline;
     padding: 1px 4px 1px 4px;
      -webkit-transition: all 0.5s ease;
}

.likup:hover{
    box-shadow: inset 0px -30px 0px white;
    -webkit-transition: all 0.5s ease;
    
}

#imgs a:hover{
    background-color: ;
}


#titelbild{
    z-index: -200;
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

strong{
    padding: 1px 4px 1px 4px;
 
    background-color: #eee;
    color: black;
}

#content2 p{
    
}

.white {  
    color: white;
}

.white a{  
    color: white;
}

.white a:hover{  
    color: black;
}


tr td:first-child{
    width: 10em;
    height:auto;
    
}

table{
    padding-bottom: 50px;
    height:auto;
    display: block;
}

.bold{
    font-family: 'Playfair Display SC', serif;
    text-transform: uppercase;
    font-weight: 700;
}

.pad{
    padding: 1px 4px 1px 4px;
}

/*CSS für Viewport Checker */

.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}

/*Ende */




@media (max-width: 1000px) {
    body {
        font-size: 20px;
        line-height:24px;
        }
    }
    
@media (max-width: 750px) {
    body {
        font-size: 20px;
        line-height:24px;
        }

    #wrapper {
    padding: 10px;
    max-width: 100%;
}

    }
