@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}


html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: OpenSans,Arial,Helvetica,sans-serif;
    background-color: #fff;
    line-height: 1.6em;
    color: #4b4b4b;    
    }

div {
    /* overflow: hidden; */
    box-sizing: border-box;
}

img {
    display: block;
    border: 0;
}

.inner {
    max-width: 1200px;
    margin: auto;
}

.contsec {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

#wrapper {
    overflow: hidden;
    min-height: 100%;
    position: relative;
}

#header {
    background-color: white;
    height: 90px;
    color: #333;
    border-bottom: 1px solid #ddd;
}

#headerleft {
    float: left;
    margin-top: 15px;
}

#headerright {
    float: right;
}


#content {
    padding-bottom: 50px;
    overflow: hidden;
    width: 100%;
}

#content div {
    overflow: hidden;
}

.pagetit {
    height: 165px;
    position: relative;
    background-color: #FFF;
}

.pagehl {
    text-align: center;
    color:
    #333;
    font-size: 35px;
    font-weight: bold;
    line-height: 165px;
    margin: 0;
}

.prevNext a {
    position: absolute;
    z-index: 1;
    display: block;
    color:
    #aaa;
    font-size: 16px;
    top: 75px;
}

.prevNext a.last {
    right: 0;
    padding-right: 40px;
}

.prevNext a.last::after {
    content: '';
    position: absolute;
    top: 13px;
    right: 0;
    width: 25px;
    height: 1px;
    background:
    #aaa;
}


#footer {
    position: relative;
    /* bottom: 0;
    left: 0;
    right: 0; */
    background: #23272A;
    color: #aaa;
    letter-spacing: -0.5px;
    }
    
#innerfoot {
    /* background: url(image/footer+logo.jpg) no-repeat 0 0; */    
}

#footinfo {
    padding: 20px 0;
}

#footinfo br {
    display:none;
}

#footfoot {
    overflow: hidden;
}

#footmenu {
    float: right;
    position: relative;
    padding-bottom: 10px;
    padding-right: 10px;
}

#footmenu a {
    color: #aaa;
}

.copy {
    font-size: 15px;
    color: 
    #555;
    padding-left: 190px;
    margin-top: 15px;
}


h1, h2 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

a {
    text-decoration: none;
}

.splinks, .sprechts {
    width: 50%;
}

.splinks {
    float: left;
}

.sprechts {
    float: right;
}

@media (max-width: 1200px) {
    .inner {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 960px) {

    .prevNext a {
        position: relative;
        top: 0;
        float: right;
    }
    
    .pagetit {
        height: auto;
        padding-top: 30px;
    }
    
    .pagehl {
        line-height: 50px;
    }
    
}

@media (max-width: 800px) {

    #footinfo br {
    display: block;
    }
    
    #footinfo span {
    display: none;
    }
    
}

