@import url('fonts.css');

* {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

html {
    position: relative;
    height: auto;
    min-height: 100%;
    background-color: #ffffff;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    hyphens: auto;
    line-height: 1.5em;
    color: #7c7c7c;
    background-color: #ffffff;
    margin-bottom: 145px;
}

h1 {
    display: inline-block;
    position: relative;
    line-height: 135%;
    font-family: "Exo 2";
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    color: #111111;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
}
h1.haupttitle::after {
    content: "";
    position: absolute;
    height: 4px;
    bottom: 0;
    width: 100px;
    left: 0;
    background-color: #2579a5;
}
h1.secondtitle {
    display: block;
    line-height: 1.1em;
    padding-left: 20px;
    padding-bottom: 0px;
}
h1.secondtitle::after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
    background-color: #2579a5;
}

h2 {
    font-family: "Exo 2";
    font-size: 26px;
    font-weight: 300;
    font-style: normal;
    color: #111111;
    line-height: 1.3em;
    padding: 0 0 10px 0;
}
h3 {
    font-family: "Exo 2";
    font-size: 22px;
    font-weight: 300;
    font-style: normal;
    color: #111111;
    line-height: 1.3em;
    padding: 0 0 10px 0;
}
h4 {
    font-family: "Exo 2";
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    color: #111111;
    line-height: 1.3em;
    padding: 0 0 10px 0;
}

a {
    color: #27b7de;
    text-decoration: underline;
    transition: all .3s;
}
a:hover {
    color: #27b7de;
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

span.pipe {
    position: relative;
    top: -2px;
    display: inline-block;
    font-size: 12px;
    line-height: 1em;
    padding: 0px 2px 0px 3px;
    margin: 0px 0px 0px 0px;
}

.img-responsive {
    display: inline-block;
}


#wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto !important;
    min-height: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#header {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxcHgiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxcHgiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PHN0b3Agb2Zmc2V0PSIxNXB4IiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1px, rgba(255, 255, 255, 0)), color-stop(1px, rgba(0, 0, 0, 0.1)), color-stop(15px, rgba(0, 0, 0, 0.03)), color-stop(100%, rgba(0, 0, 0, 0)));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.03) 15px, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.03) 15px, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.03) 15px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    background-position: top;
    background-repeat: repeat-x;
    background-position: top;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

#top {

}

#logo {
    height: 100px;
}
#logo a {
    display: inline-block;
    height: 100px;
    line-height: 100px;
    text-decoration: none;
}
#logo img {
    height: 65px;
}

#slider {
    width: 100%;
    height: 170px;
    background: url('../layout/1-slide.jpg');
    margin-bottom: 40px;
}

#main {
    padding-bottom: 30px;
}

.sidebar {
    padding-left: 10px;
    margin-bottom: 30px;
}
.sidebar .sidebar-title {
    position: relative;
    font-weight: 300;
    padding-bottom: 5px;
}
.sidebar .sidebar-title::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: -28px;
    background-color: #27b7de;
}

#footer {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    min-height: 145px;
    color: #979797;
    background-color: #2e3033;
    padding: 0;
    margin: 0;
}
#footer .container {
    padding-top: 25px;
    padding-bottom: 25px;
}
#footer a {
    color: #e9e9e9;
    text-decoration: underline;
    transition: all .3s;
}
#footer a:hover {
    color: #b9b9b9;
    text-decoration: none;
}
#footer-top {
    background-color: #2e3033;
}
#footer-bottom {
    border-top: 1px solid #3f3f3f;
    background-color: #2e3033;
}

#footer #footernavi ul {
    list-style-type: none;
    text-align: right;
    padding: 0;
    margin: 0px 0px 0px 0px;
}
#footer #footernavi ul li {
    display: inline-block;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
}
#footer #footernavi ul li.last {
}
#footer #footernavi ul li a {
    color: #e9e9e9;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}
#footer #footernavi ul li.active a, #footer #footernavi ul li a:hover {
    color: #b9b9b9;
    text-decoration: none;
}
#footer #footernavi ul li span.pipe {
    position: relative;
    top: -1px;
    display: inline-block;
    font-size: 12px;
    line-height: 1em;
    padding: 0px 2px 0px 5px;
    margin: 0px 0px 0px 0px;
}
#footer #footernavi ul li span.bull {
    display: inline-block;
    font-size: 13px;
    color: #66cc00;
    line-height: 1em;
    padding: 0px 2px 0px 4px;
}