/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body, html {
    background: #fff;

    height: 100%;
    width: 100%;
    font-family: Arial;
    color: #fff;

}

body {
    background: #000;

}

body.white {
    background: #fff;
    color: #000;
}

body {

}

#map2 {
    width: 100%;
    height: 300px;
}

.wrapper {
    position: relative;
    left: 50%;
    display: none;
    opacity: 0;

}

.wrapper2 {
    position: absolute;
    left: 50%;
    opacity: 0;

}

.wrapper3 {
    position: absolute;
    left: 50%;
    bottom: 30px;
    opacity: 0;

}

.wrapper4 {
    position: absolute;
    left: 50%;
    top: 50%;
    background: none;
    opacity: 0;

}

@media only screen and (min-width: 768px) {
    #Buero_Partner .wrapper4 {
        min-height: 622px;
    }

    #Buero_TheoHotz .wrapper4 {
        min-height: 622px;
    }

}

.wrapper5 {
    position: absolute;
    left: 50%;
    background: none;
    height: 100%;
    margin-top: 110px;

}

.background {
    display: none;
}

.mobile_hide {
    display: none;

}

header {
    background: none;
    height: 100px;
    width: 100%;
    z-index: 99;
    position: relative;

}

header nav.mainnav {
    width: 100%;
    padding: 0;
    padding-top: 60px;

    background: none;
    float: left;
    position: absolute;
    z-index: 99;

}

header nav.mainnav ul {
    margin: 0;
    padding: 0;

}

header nav.mainnav li {
    display: block;
    float: left;
    margin-right: 15px;
    width: 23.5%;

    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: background, opacity;
    -moz-transition-property: background, opacity;
    -ms-transition-property: background, opacity;
    -o-transition-property: background, opacity;
    transition-property: background, opacity;

}

header nav.mainnav li:last-child {
    margin-right: 0%;

}

header nav.mainnav li a {
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    display: block;
    padding-left: 10px;
    line-height: 25px;

}

body.white header nav.mainnav li a {
    color: #000;
    border-bottom: 1px solid #000;
}

header nav.mainnav li:hover {
    background-color: #6a686d;
    background-color: rgba(42, 42, 42, 0.8);

    text-decoration: none;

}

header nav.mainnav li a:hover {
    color: #ffd305 !important;

    text-decoration: none;

}

header nav.mainnav li a.current {
    color: #ffd305 !important;

    text-decoration: none;

}

.detail-description a {
    color: #ffd305;
    text-decoration: none;
}

.detail-description a:hover {
    color: #ffd305 !important;

    text-decoration: underline;

}

header nav.mainnav ul li ul {
    left: -9999px;
    opacity: 0;
    position: absolute;
    top: 26px;
    margin-left: 0;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    background-color: #6a686d;
    background-color: rgba(42, 42, 42, 0.8);
    width: 100%;
    z-index: 100;

    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;

}

header nav.mainnav ul li:hover ul {
    left: 0px;
    opacity: 1;

}

header nav.mainnav li ul li {
    float: none;
    width: 100%;
    padding-left: 10px;
    font-size: 12px;

}

header nav.mainnav li ul li.abstand {
    margin-bottom: 5px;

}

header nav.mainnav li ul li a {
    display: block;
    border: none;
    line-height: 20px;
    font-size: 14px;
    padding-left: 0px;

}

body.white header nav.mainnav li ul li a {
    color: #fff;
    border: none;
}

header nav.mainnav li ul li:hover {
    background: none;

    text-decoration: none;

}

header .mainnav_mobile_btn {
    width: 40px;
    height: 40px;
    float: left;
    display: none;

}

header .mainnav_mobile_btn img {
    padding-top: 20px;
    padding-left: 20px;
    width: 60px;
    height: 40px;

}

header nav.mainnav_mobile {
    top: 100px;
    position: absolute;
    z-index: 200;
    width: 300px;
    background: #01495a;
    display: none;

}

header nav.mainnav_mobile li a {
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;

}

header nav.mainnav_mobile li a.current {
    color: #FFF;
    text-decoration: none;

}

header nav.mainnav_mobile li ul {
    margin: 0;
    margin-bottom: 5px;

}

.logoprint {
    display: none;

}

header .logo {
    width: 230px;
    height: 17px;
    position: absolute;
    left: -2px;
    top: 20px;
    z-index: 102;

}

@media only screen and (min-width: 1300px) {
    header .logo {
        left: -142px;
    }

}

header .logo img {
    height: 17px;
    width: 230px;

}

header .socials {
    margin-top: 10px;
    width: 60px;
    right: 30px;
    padding-right: 0px;
    position: absolute;
    line-height: 12px;
    text-align: right;
    z-index: 100;

}

#colorbtn {
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-right: 5px;

}

header .socials img {
    margin-bottom: 5px;
    cursor: pointer;

}

header .socials .links {
    display: none;

}

header .socials .links a {
    font-size: 12px;
    line-height: 12px;
    padding: 0;
    margin: 0;
    color: #FFF;
    text-decoration: none;

}

body.white header .socials .links a {
    color: #000;
}

header .socials .links a:hover {
    color: #ffd305 !important;

}

.background_mobile {
    display: none;

}

#sections {
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    margin-top: -100px;

}

#sections section {
    width: 100%;
    overflow: hidden;
    position: relative;

}

#sections section .pages {
    width: 100%;
    overflow: hidden;
    position: relative;

}

#sections section.last {
    height: 100px;
    width: 100%;

}

/*
#_section1{
	background:#f00;

}

#_section2{
	background:#0f0;

}

#_section3{
	background:#0CF;

}*/

#_sectionlast {
    background: #007B99;

}

#sections section nav.subnav {
    height: 30px;
    z-index: 10;
    position: relative;
    margin-top: 100px;

}

#sections section nav.subnav li {
    float: left;
    margin-right: 20px;

}

#sections section nav.subnav li a {
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;

}

#sections section nav.subnav li a span.absolute {
    position: absolute;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);

}

#sections section nav.subnav li a span.invisible {
    font-family: 'DINNextLTPro-Medium';
    visibility: hidden;

}

#sections section nav.subnav li a:hover {
    color: #ffd305;
    font-family: 'DINNextLTPro-Medium';
    text-decoration: none;

}

#sections section nav.subnav li a.current {
    color: #ffd305;
    font-family: 'DINNextLTPro-Medium';
    text-decoration: none;

}

#sections section .page {
    padding-bottom: 0px;
    border: 0px #CF3 solid;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    overflow: hidden;

}

#sections section .page h1.mobile_hide {
    margin-left: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: #ffd305;

}

#sections section .page .prev {
    position: absolute;

    top: 50%;

    margin-top: -25px;
    height: 50px;
    width: 30px;
    background: url(../img/button.png);
    cursor: pointer;
    display: none;
    z-index: 300;
}

#sections section .page .prev:hover {

    background: url(../img/button_active.png);

}

#sections section .page .next {
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -25px;
    height: 50px;
    width: 30px;
    background: url(../img/button2.png);
    cursor: pointer;
    display: none;
    z-index: 300;
}

#sections section .page .next:hover {

    background: url(../img/button2_active.png);
}

#sections section .page .nav {
    position: absolute;
    bottom: 15px;
    left: 50%;
    z-index: 100;
}

#sections section .page .nav .dot {
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    margin-right: 7px;
    cursor: pointer;
    float: left;

}

#sections section .page .nav .doton {
    width: 8px;
    height: 8px;
    background: #ffd305;
    border: 2px solid #fff;
    margin-right: 7px;
    cursor: pointer;
    float: left;

}

body.white #sections section .page .nav .dot {

    border: 2px solid #000;

}

body.white #sections section .page .nav .doton {

    border: 2px solid #000;

}

#sections section .page .nav img {
    margin-right: 7px;
    cursor: pointer;

}

#sections section .page .pagecontent {
    position: relative;
    color: #FFF;
    margin-top: 20px;

}

body.white #sections section .page .pagecontent {
    color: #000;

}

#sections section .page .pagecontent .pagecontentsub.hide {
    display: none;
}

#sections section .page .pagecontent h1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 0px;

}

#sections section .page .pagecontent h2 {
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 0px;

}

#sections section .page .pagecontent h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 0px;

}

#sections section .page .pagecontent p {
    font-size: 14px;

}

#sections section .page .pagecontent p:first-child {
    margin-top: 0px;

}

#sections section .page .pagecontent ul {
    padding-left: 17px;

}

#sections section .page .pagecontent li {
    font-size: 14px;

}

#sections section .page .pagecontent table {
    font-size: 12px;

}

#sections section .page .pagecontent table td {
    padding-right: 20px;
    vertical-align: top;

}

#sections section .page .pagecontent table td:first-child {
    min-width: 60px;

}

#sections section .page .pagecontent a {

    text-decoration: none;
    color: #ffd305;
    font-size: 14px;

}

#sections section .page .pagecontent .yellow {

    color: #ffd305;

}

#sections section .page .pagecontent li {
    list-style: square;

}

#sections section .page .pagecontent a:hover {

    text-decoration: none;
    color: #ffd305;

}

#sections section .page .pagecontent image .flRight {
    float: right;
    margin-bottom: 10px;
    margin-left: 20px;

}

#sections section .page .pagecontent image .flLeft {
    float: left;
    margin-bottom: 10px;
    margin-right: 20px;

}

#sections section .page .pagecontent .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    background: url(../img/close.png);
    cursor: pointer;

}

#sections section .page .pagecontent .close.hide {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    background: url(../img/open.png);
    cursor: pointer;

}

#sections section .page .pagecontent .full {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;

}

#sections section .page .pagecontent .full.center {
    text-align: center;

}

#sections section .page .pagecontent .left {
    width: 49.5%;
    min-width: 240px;
    float: left;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}

#sections section .page .pagecontent .left1 {
    width: 25%;
    min-width: 240px;
    float: left;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}

#sections section .page .pagecontent .left2 {
    width: 50%;
    min-width: 240px;
    float: left;
    padding: 0px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}

.newsrow {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    width: 98%;
}

#sections section .page .pagecontent .left2 h1 {
    margin-top: 0px;
}

#sections section .page .pagecontent .left3 {
    width: 23%;
    min-width: 240px;
    float: left;
    padding: 0px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}

#sections section .page .pagecontent .left25 {
    width: 23.5%;
    margin-right: 2%;
    float: left;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 14px;

}

#sections section .page .pagecontent .left25.last {
    margin-right: 0%;

}

#sections section .page .pagecontent .left25 a {
    color: #fff;

}

body.white #sections section .page .pagecontent .left25 a {
    color: #000;

}

#sections section .page .pagecontent .left25 .apartner .position {
    display: none;

}

#sections section .page .pagecontent .left25 .apartner:hover .position {
    display: inline;

}

#sections section .page .pagecontent .left25 a:hover {
    color: #ffd305 !important;
    font-weight: bold;
}

#sections section .page .pagecontent .right {
    width: 50.5%;
    min-width: 240px;
    float: left;
    padding: 20px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}

#sections section .page .navi {
    float: right;
    margin-right: 0;
    margin-bottom: 10px;
    width: 49%;

}

#sections section .page img.fullwidth {
    width: 100%;

}

#sections section .page .link {
    color: #fff !important;

}

body.white #sections section .page .link {
    color: #000 !important;

}

body.white #sections section .page .link:hover {
    color: #ffd305 !important;

}

#sections section .page .link:hover {
    color: #ffd305 !important;

}

#sections section .page #mynavi ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;

}

#sections section .page #mynavi ul li {
    background-color: #3d3c3f;
    background: #3d3c3f url(../img/select-icons.png) 98% -116px no-repeat;
    line-height: 30px;
    margin: 0;
    color: #ffd305;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 10px;
    cursor: pointer;

}

#sections section .page #mynavi ul.show li {
    background: #3d3c3f url(../img/select-icons.png) 98% -16px no-repeat;
}

#sections section .page #mynavi ul li ul {
    display: none;
    position: absolute;
    z-index: 100;
    margin-left: -10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    background-color: #3d3c3f !important;
    background-color: rgba(42, 42, 42, 0.8) !important;

}

#sections section .page #mynavi ul.show li ul {
    display: block;
    position: absolute;

}

#sections section .page #mynavi ul li ul li {
    background: none !important;
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: 22px;

}

#sections section .page #mynavi ul li ul li a {
    color: #fff;
    text-decoration: none;
    display: block;

}

#sections section .page #mynavi ul li ul li a:hover {
    color: #ffd305;

}

#sections section .page .navi #myfilter, #sections section .page .navi #myselector {
    width: 100%;

}

#sections section .page .navi .listbtn {

    margin-right: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    float: left;

}

#sections section .page .scroller {
    height: auto;
    width: 102%;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 0;
}

#sections section .page .isotope {
    width: 100%;
    overflow-x: hidden;

}

#sections section .page .isotope .item {
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 23%;
    position: relative;
    cursor: pointer;

}

@media only screen and (min-width: 768px) {
    /*#sections section .page .isotope .item:nth-child(4n) {
        margin-right: 0px;
    }*/
}

#sections section .page .isotope .item:hover .info {

    opacity: 1;

}

#sections section .page .isotope .item .info {

    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 211, 5, 0.6);
    background-image: url(../img/plus.png);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    color: #FFF;
    font-size: 14px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;

}

#sections section .page .isotope .item .info .title {
    position: absolute;
    width: 70%;
    top: 10px;
    left: 10px;
    font-weight: bold;

}

#sections section .page .isotope .item .info .category {
    position: absolute;
    bottom: 10px;
    left: 10px;

}

@media only screen and (max-width: 1000px) {

    #sections section .page .isotope .item .info .category {
        font-size: 11px;
    }

    #sections section .page .isotope .item .info .title {
        font-size: 11px;

    }

}

@media only screen and (max-width: 400px) {

    #sections section .page .isotope .item .info .category {
        font-size: 10px;
    }

    #sections section .page .isotope .item .info .title {
        font-size: 10px;

    }

}

#sections section .page .isotope .item.last4 {

}

#sections section .page .isotope .item img {
    width: 100%;

}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

#sections section .page #table_container {
    display: none;
    width: 97.5%;

}

#sections section .page .listview {
    width: 100%;
    color: #FFF;

    margin-bottom: 20px;

}

body.white #sections section .page .listview {
    color: #000;

}

#sections section .page .listview th {
    text-align: left;
    font-size: 13px;
    line-height: 33px;
    border-bottom: 1px solid #fff;
    cursor: pointer;

}

#sections section .page .listview th.active {
    color: #ffd305;

}

#sections section .page .listview th img {
    margin-top: -2px;

}

#sections section .page .listview td {
    padding-right: 10px;
    font-size: 13px;
    line-height: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;

}

body.white #sections section .page .listview td {
    border-bottom: 1px solid #000;
}

#sections section .page .listview td.right, #sections section .page .listview th.right {
    text-align: right;
    padding-right: 0px;

}

#sections section .page .listview tr:hover:not(.head) {
    color: #ffd305;
    cursor: pointer;

}

#sections section .page .listview tr.head:hover {

}

#sections section .page .listview tr a {
    text-decoration: none;
    color: #fff;

}

#sections section .page .listview tr a:hover {
    color: #ffd305;

}

#sections section .page .detail-title {
    float: left;

    padding-left: 10px;
    font-size: 16px;
    line-height: 30px;

}

#sections section .page .image-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 40px;

}

#sections section .page .detail-image {
    width: 100%;
    height: 100%;

}

#sections section .page .prevProjekt {
    cursor: pointer;
    margin-right: 10px;
    float: left;
    width: 10px;
    height: 15px;
    background: url(../img/Pfeil_normal2.png);

}

body.white #sections section .page .prevProjekt {
    background: url(../img/Pfeil_normal2_b.png);

}

#sections section .page .prevProjekt:hover {
    background: url(../img/Pfeil_aktiv2.png) !important;

}

#sections section .page .nextProjekt {
    cursor: pointer;
    margin-left: 10px;
    float: right;
    width: 10px;
    height: 15px;
    background: url(../img/Pfeil_normal.png);

}

body.white #sections section .page .nextProjekt {
    background: url(../img/Pfeil_normal_b.png);

}

#sections section .page .nextProjekt:hover {
    background: url(../img/Pfeil_aktiv.png) !important;

}

#sections section .page .detail-description {
    position: absolute;
    width: 100%;
    min-height: 50%;
    color: #fff;
    bottom: 0px;

    background: #666;
    background: rgba(42, 42, 42, 0.9);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 13px;
    display: none;

}

#sections section .page .detail-description .left {
    float: left;
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}

#sections section .page .detail-description .right {
    float: left;
    width: 50%;

    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}

#sections section .page .infobtn {
    color: #fff !important;
    margin-left: 15px;
    cursor: pointer;
    height: 20px;
    position: absolute;
    bottom: 10px;

    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    filter: Shadow(Color=#333333, Direction=130, Strength=4);

}

#sections section .page .infobtn:hover {
    color: #ffd305 !important;
}

#sections section .page .navi .backbtn {

    margin-right: 5px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    float: left;

}

#sections section .page .path {
    position: absolute;
    color: #fff;
    font-size: 14px;

}

#sections section .page .path a {
    text-decoration: none;
    color: #fff;

}

body.white #sections section .page .path {

    color: #000;

}

body.white #sections section .page .path a {

    color: #000;

}

#sections section .page .backlink {
    position: absolute;

    right: 0px;
    color: #fff;
    font-size: 14px;

}

#sections section .page .backlink a {
    text-decoration: none;
    color: #fff;

}

body.white #sections section .page .backlink {
    position: absolute;

    right: 0px;
    color: #000;
    font-size: 14px;

}

body.white #sections section .page .backlink a {
    text-decoration: none;
    color: #000;

}

@media only screen and (min-width: 1020px) and (max-width: 1180px) {

}

.copyright {
    position: absolute;
    cursor: pointer;
    right: 15px;
    top: 15px;
    width: 12px;
    height: 70px;
    z-index: 100;
    display: none;

}

.copyright:hover {
    background: url(/files/img/Copyright_aktiv.png);

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 1080px) {

    #sections section .page .prev {
        position: absolute;

        top: 50%;

        margin-top: -16px;
        height: 33px;
        width: 20px;
        background: url(../img/button.png);
        cursor: pointer;
        display: none;
        z-index: 300;
        background-size: cover;

    }

    #sections section .page .prev:hover {

        background-size: cover;

    }

    #sections section .page .next {
        position: absolute;
        top: 50%;
        right: 0px;
        margin-top: -16px;
        height: 33px;
        width: 20px;
        background: url(../img/button2.png);
        cursor: pointer;
        display: none;
        z-index: 300;
        background-size: cover;
    }

    #sections section .page .next:hover {

        background-size: cover;

    }

}

@media only screen and (min-width: 768px) {
    ::-webkit-scrollbar {
        -moz-appearance: none !important;
        background-color: #666;
        width: 0px /* 20px / 16px */;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #ffd305;
        border: none;
        border-radius: none;
    }

    ::-moz-scrollbar {
        -moz-appearance: none !important;
        background-color: #666;
        width: 0px /* 20px / 16px */;
    }

    ::-moz-scrollbar-thumb {
        -moz-appearance: none !important;
        background-color: #ffd305 !important;
        border: none;
        border-radius: none;
    }

    #sections section .page .prev {
        left: 0px;

    }

    .sbHolder {

        width: 100%;

    }

    .sbSelector {

        width: 100%;
    }

    .sbOptions {

        width: 100%;

    }

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 768px) {

    #sections section .page .pagecontent .left1 {
        width: 100%;
        min-width: 240px;
        float: left;
        padding: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;

    }

    #sections section .page .pagecontent .left2 {
        width: 100%;
        min-width: 240px;
        float: left;
        padding: 0px;
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;

    }

    .newsrow {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

    #sections section .page .pagecontent .left2 h1 {
        margin-top: 0px;
    }

    #sections section .page .pagecontent .left3 {
        width: 100%;
        min-width: 240px;
        float: left;
        padding: 0px;
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;

    }

    header nav.mainnav {
        display: none;

    }

    header .mainnav_mobile_btn {

        display: block;

    }

    nav.mainnav_mobile ul li ul {
        display: none;

    }

    header nav.mainnav {
        display: none;

    }

    header .mainnav_mobile_btn {

        display: block;

    }

    .copyright {
        display: none;

    }

    .mobile_hide {
        display: block;

    }

    .hidemobile {
        display: none;

    }

    body, html {
        background: #000;
        overflow: auto;
        height: auto;
        width: 100%;
        font-family: 'Arial';

    }

    .wrapper {
        position: relative;
        left: 0px;

    }

    .wrapper2 {
        position: relative;
        left: 0px;

    }

    .wrapper3 {
        position: relative;
        left: 0px;

    }

    .wrapper4 {
        position: relative;
        left: 0px;
    }

    .wrapper5 {
        position: relative;
        left: 0px;
        margin-top: 0px;
    }

    header {
        background: #000;
        background: rgba(0, 0, 0, 0.9);
        height: 60px;
        width: 100%;
        position: fixed;
        z-index: 300;

    }

    header .mainnav_mobile_btn {
        position: absolute;
        right: 0px;
        top: -10px;

    }

    header .mainnav_mobile_btn img {
        width: 40px;
        height: 40px;

    }

    header nav.mainnav_mobile {
        top: 60px;
        right: -40px;
        padding-left: 40px;
        position: absolute;
        z-index: 200;
        width: 100%;
        background: #666;
        display: none;

    }

    header nav.mainnav_mobile ul {
        margin-left: -10px;
        margin-left: -80px;
        width: 100%;

    }

    header nav.mainnav_mobile li {
        padding-top: 3px;
        line-height: 24px;
        padding-left: 40px;
        width: 100%;
        border-bottom: 1px solid #444;
    }

    header nav.mainnav_mobile li.active {
        background: #444;
    }

    header nav.mainnav_mobile li li {
        line-height: 20px;
        border-bottom: none;
        padding-top: 0px;
        padding-left: 20px;
    }

    nav.mainnav_mobile ul li ul {
        display: block;
        margin-left: -10px;

    }

    header nav.mainnav_mobile li a {
        color: #FFF;
        text-decoration: none;
        font-size: 18px;
        text-transform: uppercase;

    }

    header nav.mainnav_mobile li li a {
        color: #FFF;
        text-decoration: none;
        font-size: 16px;
        text-transform: uppercase;

    }

    header .logo {
        width: 180px;
        height: 14px;
        padding-left: 20px;
        float: left;

    }

    header .logo img {
        height: 14px;
        width: 180px;

    }

    header .socials {
        position: absolute;
        z-index: 200;
        right: 5px;
        margin-top: 40px;

        width: 60px;
        padding-right: 0px;
        float: right;
        line-height: 12px;
        text-align: right;
        display: none;

    }

    header .socials .links {

        padding: 5px;
        text-align: right;

    }

    .background_mobile {
        display: block;
        width: 100%;
        height: calc(100vh - 180px);
        margin-left: -20px;

    }

    #sections {
        width: 100%;
        margin-top: 60px;

        position: relative;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;

    }

    #sections section {
        width: 100%;
        position: relative;
        margin-bottom: 0px;

    }

    #sections section .pages {
        width: 100%;
        position: relative;

    }

    #sections section .page {
        padding-bottom: 0px;
        border-bottom: 8px solid #333;

        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 40px;
        padding-left: 20px;

        left: 0px !important;

    }

    #sections section .page.gray {
        background: #b3b3b5;

    }

    #sections section .page .prev {
        position: absolute;
        top: 31px;
        right: 20px !important;
        height: 33px;
        width: 20px;
        background: url(../img/button.png);
        cursor: pointer;
        display: none;
        z-index: 300;
        background-size: cover;
    }

    #sections section .page .next {
        position: absolute;
        top: 31px;
        right: 0px;

        height: 33px;
        width: 20px;
        background: url(../img/button2.png);
        cursor: pointer;
        z-index: 300;
        background-size: cover;
    }

    #sections section .page .prev:hover {

        background: url(../img/button_active.png);
        background-size: cover;

    }

    #sections section .page .next:hover {

        background: url(../img/button2_active.png);
        background-size: cover;
    }

    #sections section .page .nav {
        position: absolute;
        height: 20px;
        bottom: 10px;
        right: 20px;
    }

    #sections section nav.subnav {
        display: none;

    }

    #sections section .page .pagecontent {
        position: relative;
        margin-top: 40px;

    }

    #sections section .page .pagecontent .close {
        display: none;

    }

    #sections section .page .pagecontent h1 {

        font-weight: 100;
        font-size: 25px;
        line-height: 28px;

    }

    #sections section .page .pagecontent h2 {

        font-weight: 100;
        font-size: 25px;
        line-height: 28px;
        margin-top: 15px;
        margin-bottom: 5px;

    }

    #sections section .page .pagecontent h3 {

        font-weight: 100;
        font-size: 25px;
        line-height: 28px;
        margin-top: 15px;
        margin-bottom: 5px;

    }

    #sections section .page .pagecontent .full {
        padding: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 30px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;

    }

    #sections section .page .pagecontent .left {
        width: 100%;
        float: none;
        padding: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;

    }

    #sections section .page .pagecontent .left25 {
        width: 100%;
        margin-right: 0%;
        float: left;
        padding: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        font-size: 14px;

    }

    #sections section .page .pagecontent .right {
        width: 100%;
        float: none;
        padding: 0px;
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 0px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;

    }

    #sections section .page .pagecontent .right.fix {
        padding: 0px;
        padding-top: 10px;
        padding-right: 10px;

    }

    #sections section .page .path {
        display: none;

    }

    #sections section .page .backlink {
        display: none;

    }

    #sections section .page .navi {
        float: left;
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;

    }

    #sections section .page .backbtn {
        display: none;

    }

    #sections section .page .scroller {
        height: auto;
        width: 102%;
        overflow: hidden;
    }

    #sections section .page .isotope {
        width: 100%;
    }

    #sections section .page .isotope .item {
        display: block;
        float: left;
        margin-right: 2%;
        margin-bottom: 5px;
        width: 47.8%;
        position: relative;
        cursor: pointer;

    }

    #Projekte_Detail {
        display: none;

    }

    #myselector {
        display: none;

    }

    #myselector {
        display: none;

    }

    #sections section .page #table_container {
        display: none;
        width: 100%;

    }

    #sections section .page .listview {
        width: 98%;
        color: #FFF;

    }

    #sections section .page .listview th {
        text-align: left;
        font-size: 11px;
        cursor: pointer;

    }

    #sections section .page .listview th img {
        margin-top: -2px;

    }

    #sections section .page .listview td {
        padding-right: 10px;
        font-size: 11px;
        line-height: 20px;
        border-bottom: 1px solid #fff;

    }

    #sections section .page .listview td.right, #sections section .page .listview th.right {
        text-align: right;
        padding-right: 0px;

    }

    #sections section .page .listview tr:hover:not(.head) {
        color: #ffd305;
        cursor: pointer;

    }

    #sections section .page .listview tr.head:hover {
        color: #fff;

    }

    #sections section .page .listview tr a {
        text-decoration: none;
        color: #fff;

    }

    #sections section .page .listview tr a:hover {
        color: #ffd305;

    }

    #sections section .page .detail-title {
        float: left;
        color: #fff;
        padding-left: 0px;
        margin-bottom: 5px;
        font-size: 13px;

    }

    #sections section .page .image-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        margin-bottom: 40px;
        margin-left: -20px;

    }

    #sections section .page .detail-image {
        width: 100%;

    }

    #sections section .page .detail-description {
        position: relative;
        width: 100%;
        height: auto !important;
        color: #000;
        bottom: 0px;

        background: none;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        font-size: 13px;
        display: none;

    }

    #sections section .page .detail-description .left {

        width: 100%;

    }

    #sections section .page .detail-description .right {
        float: left;
        width: 100%;

        padding: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;

    }

    .sbHolder {

        width: 100%;

    }

    .sbSelector {

        width: 100%;
    }

    .sbOptions {

        width: 100%;

    }

}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.teaser-cont {
    width: 100%;
    position: absolute;
    bottom: 0;

}

.teaser-cont a {
    text-decoration: none;
    color: #f5f5f5;

}

.teaser-div {
    font-size: 12px;
    width: 100%;
    background: #000;
    padding: 5px 20px;
    color: #f5f5f5 !important;

}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
        font-family: Arial !important;

    }

    p {
        font-size: 10px !important;
    }

    a,
    a:visited {
        text-decoration: none;
        color: #ffd305 !important;

    }

    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
    line-height: 1px;
    font-size: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

.vscrollerbase {
    width: 10px;
    background-color: #666;
}

.vscrollerbar {
    width: 10px;
    background-color: #ffd305;
}

.hscrollerbase {
    height: 10px;
    background-color: #666;
}

.hscrollerbar {
    height: 10px;
    background-color: #ffd305;
}

.scrollerjogbox {
    width: 10px;
    height: 10px;
    top: auto;
    left: auto;
    bottom: 0px;
    right: 0px;
    background-color: gray;
}

@CHARSET "UTF-8";
.sbHolder {
    background-color: #3d3c3f;
    border: none;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    height: 30px;
    position: relative;

    float: left;
    z-index: 50;
}

.sbHolder:focus .sbSelector {

}

.sbSelector {
    display: block;
    height: 30px;
    left: 0;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;

}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color: #ffd305;
    outline: none;
    text-decoration: none;
}

.sbToggle {
    background: url(../img/select-icons.png) 0 -116px no-repeat;
    display: block;
    height: 30px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

.sbToggle:hover {
    background: url(../img/select-icons.png) 0 -167px no-repeat !important;
}

.sbToggleOpen {
    background: url(../img/select-icons.png) 0 -16px no-repeat !important;
}

.sbToggleOpen:hover {
    background: url(../img/select-icons.png) 0 -66px no-repeat !important;
}

.sbHolderDisabled {
    background-color: #3C3C3C;
    border: solid 1px #515151;
}

.sbHolderDisabled .sbHolder {

}

.sbHolderDisabled .sbToggle {

}

.sbOptions {
    background-color: #6a686d;
    background-color: rgba(42, 42, 42, 0.8);
    border: none;
    list-style: none;
    left: 0px;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;

    position: absolute;
    top: 30px;

    z-index: 1;
    overflow-y: auto;
}

.sbOptions li {
    padding: 0 7px;
}

.sbOptions li:first-child {
    padding-top: 5px;
}

.sbOptions a {
    border-bottom: none;
    display: block;
    outline: none;
    padding: 0px 0 0px 3px;
}

.sbOptions a:link, .sbOptions a:visited {
    color: #fff;
    text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
    color: #ffd305;
}

.sbOptions li.last a {
    border-bottom: none;
}

.sbOptions .sbDisabled {
    border-bottom: none;
    color: #999;
    display: block;
    padding: 3px 0 3px 3px;
}

.sbOptions .sbGroup {
    border-bottom: none;
    color: #ffd305;
    display: block;
    font-weight: bold;
    padding: 3px 0 3px 3px;
}

.sbOptions .sbSub {
    padding-left: 17px;
}
