/*//Inhaltsverzeichnis//*/
/*//Ingnieurbuero Torgau//*/
/*//NORMALIZED CSS//*/
/*//DSA SECURE CSS//*/
/*//STYLE CSS//*/


/*//Ingnieurbuero Torgau//*/
.text a {
    color: #cc1417
}


.lp-bg {
    background: url(../images/punkt.jpg) repeat;
    width: 100%;
    height: auto;
    padding: 100px;
}

.flex {
    display: flex;
}

.text {
    width: 100%;
    padding: 50px 3% 0 3%
}

.stretch-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 500px;
}

.stretch-image img {
    object-fit: cover;
    object-position: right;
    width: 100%;
    height: 100%;
}

.text ul {
    list-style: disc;
    margin-left: 20px;
}

@media screen and (max-width: 900px) {
    .flex {
        display: block;
    }


    .text {
        padding: 50px 0 0 0;
    }

    .lp-bg {
        padding: 50px 8% 50px 8%
    }

    .stretch-image {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 300px;
    }

    .text a {
        color: #cc1417;
    }

}

/*//Ingnieurbuero Torgau//*/

/*//NORMALIZED CSS//*/
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p,
li,
ul,
a {
    margin: 0;
    padding: 0
}

ul {
    list-style: none
}

html {
    overflow-y: scroll
}

a:hover,
a:active {
    outline: none
}

textarea {
    overflow: auto
}

label {
    cursor: pointer
}

html,
body,
main {
    width: 100%;
    height: 100%
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

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

textarea {
    resize: vertical
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.hidden {
    display: none !important
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit
}

.invisible {
    visibility: hidden
}

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

.clearfix:after {
    clear: both
}

@media print,
(-webkit-min-device-pixel-ratio:1.25),
(min-resolution:1.25dppx),
(min-resolution:120dpi) {}

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

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

    thead {
        display: table-header-group
    }

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

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

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

/*//NORMALIZED CSS//*/

/*//DSA SECURE CSS//*/
.dsa-secure-plugin {
    border-radius: 5px;
    position: relative
}

.dsa-secure-plugin .dsa-secure-image {
    width: 100%;
    height: 100%
}

.dsa-secure-plugin {
    font-size: 12px;
    line-height: 16px
}

.dsa-secure-plugin .dsa-buttons {
    width: 90%;
    margin: auto;
    text-align: center
}

.dsa-secure-plugin .dsa-buttons a:nth-of-type(2n) {
    margin-top: 10px
}

.dsa-secure-plugin .undercheck {
    background-color: #fff;
    color: #222 !important;
    border-radius: 5px;
    padding: 4px;
    margin: 8px 50% 16px;
    width: 202px;
    transform: translateX(-50%)
}

.dsa-secure-plugin .check-slide-content {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    margin: auto;
    -webkit-transform: translateY(100%);
    transform: translateY(-50%)
}

.dsa-secure-plugin .dsa-switch {
    position: relative;
    width: 60px;
    height: 34px;
    display: block
}

.dsa-secure-plugin .check-slide {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .5s linear
}

.dsa-secure-plugin .dsa-secure-plugin input {
    display: none
}

.dsa-secure-plugin iframe {
    width: 100%
}

.dsa-secure-plugin .dsa-switch {
    margin-left: calc(50% - 30px)
}

.dsa-secure-plugin p,
.dsa-secure-plugin p {
    text-align: center;
    font-family: arial;
    padding: 10px 0;
    display: block;
    margin: auto;
    font-weight: 700
}

.dsa-secure-plugin .check-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg.png);
    color: #000
}

.dsa-secure-plugin .check-slide.hide {
    display: none
}

.dsa-secure-plugin a {
    font-size: 12px;
    text-align: center;
    font-family: arial;
    display: block;
    margin: auto;
    width: calc(100% - 20px);
    max-width: 300px;
    background-color: #cc1417;
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff
}

.dsa-secure-plugin a:hover {
    background-color: #dd171b
}

.dsa-secure-plugin:hover .check-slide,
.dsa-secure-plugin .check-slide:hover {
    visibility: visible;
    opacity: 1;
    visibility: visible;
    opacity: 1
}

.dsa-secure-plugin .dsa-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #000
}

.dsa-secure-plugin .dsa-buttons a:hover {
    color: #fff !important
}

.dsa-secure-plugin .dsa-tooltip .tooltiptext {
    font-size: 12px;
    visibility: hidden;
    width: 100%;
    max-width: 300px;
    background-color: #cc1417;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 0;
    margin-left: 0;
    opacity: 0;
    transition: opacity .3s
}

.dsa-secure-plugin .dsa-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent
}

.dsa-secure-plugin .dsa-tooltip:hover .tooltiptext,
.dsa-tooltip.active .tooltiptext {
    visibility: visible;
    opacity: 1
}

.dsa-secure-plugin .dsa-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    -webkit-transition: .4s;
    transition: .4s
}

.dsa-secure-plugin .dsa-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.dsa-secure-plugin input:checked+.dsa-slider {
    background-color: #cc1417
}

.dsa-secure-plugin input:focus+.dsa-slider {
    box-shadow: 0 0 1px #cc1417
}

.dsa-secure-plugin input:checked+.dsa-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.dsa-secure-plugin .dsa-slider.round {
    border-radius: 34px
}

.dsa-secure-plugin .dsa-slider.round:before {
    border-radius: 50%
}

@media (max-width:900px) {

    .dsa-secure-plugin .check-slide,
    .dsa-secure-plugin .check-slide {
        visibility: visible;
        opacity: 1;
        visibility: visible;
        opacity: 1
    }
}

/*//DSA SECURE CSS//*/

/*//STYLE CSS//*/
html {
    --maincolor: #000;
    --subcolor1: #eee;
    --subcolor2: #ddd
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/open-sans-v17-latin-300.eot);
    src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/open-sans-v17-latin-300.eot?#iefix) format('embedded-opentype'), url(../fonts/open-sans-v17-latin-300.woff2) format('woff2'), url(../fonts/open-sans-v17-latin-300.woff) format('woff'), url(../fonts/open-sans-v17-latin-300.ttf) format('truetype'), url(../fonts/open-sans-v17-latin-300.svg#OpenSans) format('svg')
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/open-sans-v17-latin-300italic.eot);
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(../fonts/open-sans-v17-latin-300italic.eot?#iefix) format('embedded-opentype'), url(../fonts/open-sans-v17-latin-300italic.woff2) format('woff2'), url(../fonts/open-sans-v17-latin-300italic.woff) format('woff'), url(../fonts/open-sans-v17-latin-300italic.ttf) format('truetype'), url(../fonts/open-sans-v17-latin-300italic.svg#OpenSans) format('svg')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/open-sans-v17-latin-regular.eot);
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/open-sans-v17-latin-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/open-sans-v17-latin-regular.woff2) format('woff2'), url(../fonts/open-sans-v17-latin-regular.woff) format('woff'), url(../fonts/open-sans-v17-latin-regular.ttf) format('truetype'), url(../fonts/open-sans-v17-latin-regular.svg#OpenSans) format('svg')
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/open-sans-v17-latin-italic.eot);
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../fonts/open-sans-v17-latin-italic.eot?#iefix) format('embedded-opentype'), url(../fonts/open-sans-v17-latin-italic.woff2) format('woff2'), url(../fonts/open-sans-v17-latin-italic.woff) format('woff'), url(../fonts/open-sans-v17-latin-italic.ttf) format('truetype'), url(../fonts/open-sans-v17-latin-italic.svg#OpenSans) format('svg')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/open-sans-v17-latin-600.eot);
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(../fonts/open-sans-v17-latin-600.eot?#iefix) format('embedded-opentype'), url(../fonts/open-sans-v17-latin-600.woff2) format('woff2'), url(../fonts/open-sans-v17-latin-600.woff) format('woff'), url(../fonts/open-sans-v17-latin-600.ttf) format('truetype'), url(../fonts/open-sans-v17-latin-600.svg#OpenSans) format('svg')
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: url(../fonts/open-sans-v17-latin-600italic.eot);
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(../fonts/open-sans-v17-latin-600italic.eot?#iefix) format('embedded-opentype'), url(../fonts/open-sans-v17-latin-600italic.woff2) format('woff2'), url(../fonts/open-sans-v17-latin-600italic.woff) format('woff'), url(../fonts/open-sans-v17-latin-600italic.ttf) format('truetype'), url(../fonts/open-sans-v17-latin-600italic.svg#OpenSans) format('svg')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/open-sans-v17-latin-700.eot);
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/open-sans-v17-latin-700.eot?#iefix) format('embedded-opentype'), url(../fonts/open-sans-v17-latin-700.woff2) format('woff2'), url(../fonts/open-sans-v17-latin-700.woff) format('woff'), url(../fonts/open-sans-v17-latin-700.ttf) format('truetype'), url(../fonts/open-sans-v17-latin-700.svg#OpenSans) format('svg')
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/open-sans-v17-latin-700italic.eot);
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(../fonts/open-sans-v17-latin-700italic.eot?#iefix) format('embedded-opentype'), url(../fonts/open-sans-v17-latin-700italic.woff2) format('woff2'), url(../fonts/open-sans-v17-latin-700italic.woff) format('woff'), url(../fonts/open-sans-v17-latin-700italic.ttf) format('truetype'), url(../fonts/open-sans-v17-latin-700italic.svg#OpenSans) format('svg')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/open-sans-v17-latin-800.eot);
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(../fonts/open-sans-v17-latin-800.eot?#iefix) format('embedded-opentype'), url(../fonts/open-sans-v17-latin-800.woff2) format('woff2'), url(../fonts/open-sans-v17-latin-800.woff) format('woff'), url(../fonts/open-sans-v17-latin-800.ttf) format('truetype'), url(../fonts/open-sans-v17-latin-800.svg#OpenSans) format('svg')
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: url(../fonts/open-sans-v17-latin-800italic.eot);
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(../fonts/open-sans-v17-latin-800italic.eot?#iefix) format('embedded-opentype'), url(../fonts/open-sans-v17-latin-800italic.woff2) format('woff2'), url(../fonts/open-sans-v17-latin-800italic.woff) format('woff'), url(../fonts/open-sans-v17-latin-800italic.ttf) format('truetype'), url(../fonts/open-sans-v17-latin-800italic.svg#OpenSans) format('svg')
}

@font-face {
    font-family: CamelliaD;
    font-style: normal;
    font-weight: 400;
    src: local('CamelliaD'), //Erst nachsehen,ob die Schrift local('CamelliaD-Regular'),//beim Besucher schon installiert ist url(http://www.ib-pawlik.de/fonts/CamelliaD.ttf) format('ttf'),//Wenn nicht,wird die Schrift vom Webserver geladen url(http://www.ib-pawlik.de/fonts/CamelliaD.ttf) format('ttf')}body,html,input,textarea{color:#323131;font:16px/27px 'Open Sans',sans-serif;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html,section{overflow-y:inherit!important}*{box-sizing:border-box}a{color:#eee;text-decoration:none;transition:all 1s ease;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a,a:focus,a:hover,article,div,footer,section{outline:0!important}.small{font-size:13px}h1{color:#135058;font-weight:400;line-height:50px;font-size:40px}h2{font-family:CamelliaD;font-size:50px;line-height:1.2;color:#982e2d;padding-bottom:35px}h3{color:#fff;background:#135058;padding:10px}h4{color:#135058;font-size:18px;padding-bottom:15px}p{padding-bottom:25px}.listenpunkt{list-style:disc;margin:0 0 0 20px}.listenpunkt li{font-size:14px;font-weight:600;margin-bottom:10px;text-align:left}h1,h2,h3,h4,h5,h6{text-align:left}#blocksatz .container-content .colum p{hyphens:auto;text-align:justify;padding-right:50px}body p{hyphens:auto;text-align:justify!important}header{width:100%;height:800px;background:url(../images/immobilien-bg-header.jpg) no-repeat;background-size:cover;background-position:center;position:relative}#expertenseite{width:100%;height:800px;background:url(../images/header-expertenseite.jpg) no-repeat;background-size:cover;background-position:center;position:relative}#impressum{width:100%;height:500px;background:url(../images/impressum.jpeg) no-repeat;background-size:cover;background-position:center;position:relative}.colum .content-1 a{color:#135058;transition:.2s}.colum .content-1 a:hover{color:#000;transition:.2s}#contact{width:100%;height:600px;background:url(../images/kontaktperson.jpg) no-repeat;background-size:cover;background-position:center;position:relative}#leistungen{width:100%;height:500px;background:url(../images/leistungen.jpg) no-repeat;background-size:cover;background-position:top;position:relative}#neubau{width:100%;height:600px;background:url(../images/neubau.jpeg) no-repeat;background-size:cover;background-position:center;position:relative}#bauen{width:100%;height:600px;background:url(../images/bauen.jpeg) no-repeat;background-size:cover;background-position:center;position:relative}#wohnungsbau{width:100%;height:600px;background:url(../images/wohnungsbau.jpeg) no-repeat;background-size:cover;background-position:center;position:relative}#anlagen{width:100%;height:600px;background:url(../images/landwirtschaftliche-analagen.jpeg) no-repeat;background-size:cover;background-position:center;position:relative}#photovoltaik{width:100%;height:600px;background:url(../images/photovoltaikanlagen.jpeg) no-repeat;background-size:cover;background-position:center;position:relative}#projekte{width:100%;height:600px;background:url(../images/aktuelle-projekte.jpeg) no-repeat;background-size:cover;background-position:center;position:relative}#referenzen{width:100%;height:600px;background:url(../images/schloss-purschenstein.jpeg) no-repeat;background-size:cover;background-position:center;position:relative}.slogan{position:absolute;left:0;bottom:25%;color:#135058;background:#fff;padding:25px 50px}#section10{z-index:50}#section10 a{padding-top:60px;z-index:0}#section10 a span{position:absolute;top:0;left:50%;width:30px;height:50px;margin-left:-15px;border:2px solid #fff;border-radius:50px;box-sizing:border-box}#section10 a span::before{position:absolute;top:10px;left:50%;content:'';width:6px;height:6px;margin-left:-3px;background-color:#fff;border-radius:100%;-webkit-animation:sdb10 2s infinite;animation:sdb10 2s infinite;box-sizing:border-box}@-webkit-keyframes sdb10{0%{-webkit-transform:translate(0,0);opacity:0}40%{opacity:1}80%{-webkit-transform:translate(0,20px);opacity:0}100%{opacity:0}}@keyframes sdb10{0%{transform:translate(0,0);opacity:0}40%{opacity:1}80%{transform:translate(0,20px);opacity:0}100%{opacity:0}}.demo a{position:absolute;bottom:0;left:50%;z-index:2;display:inline-block;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);color:#fff;font:normal 400 20px/1 'Josefin Sans',sans-serif;letter-spacing:.1em;text-decoration:none;transition:opacity .3s}.demo a:hover{opacity:.5}.sidenav{display:none}.subline{width:100%;height:auto;padding:16px;color:#fff;background:#982e2d;text-align:right;position:fixed;top:70px;left:0;z-index:1}.subline a{font-size:15px;margin:0 10px}nav{width:100%;height:auto;padding:30px 0 10px 25px;background:#135058;color:#fff;overflow:hidden;position:fixed;top:0;left:0;z-index:60;border-bottom:3px solid #000}nav ul{
        :50%;
    height: auto;
    display: flex;
    float: left
}

nav ul li {
    display: inline-block;
    margin: 0 20px
}

nav ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 400
}

.logo {
    position: fixed;
    right: 100px;
    top: 15px;
    z-index: 100
}

.logo img {
    width: 150px
}

.dropdown {
    display: inline-block;
    overflow: hidden
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: 0;
    color: #fff;
    padding: 5px 10px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    font-weight: 300
}

.dropdown:hover .dropbtn,
.navbar a:hover {
    background-color: #982e2d
}

.dropdown-content {
    display: none;
    position: fixed;
    background-color: #135058;
    min-width: 160px;
    z-index: 200
}

.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    z-index: 100000000
}

.dropdown-content a:hover {
    background-color: #ddd
}

.dropdown:hover .dropdown-content {
    display: block
}

.container {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 40%;
    left: 0;
    margin: 0 auto;
    font-family: Roboto, sans-serif
}

.container p {
    font-size: 20px
}

.container a {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #ff5252;
    text-decoration: none;
    font-size: 20px;
    overflow: hidden;
    top: 5px
}

.container a:after {
    content: '';
    position: absolute;
    background: #ff5252;
    height: 2px;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    -webkit-transition: .35s ease;
    transition: .35s ease
}

.container a:active:after,
.container a:focus:after,
.container a:hover:after {
    width: 100%
}

.button_container {
    position: fixed;
    top: 5%;
    left: 6%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 9999;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.button_container:hover {
    opacity: .7
}

.button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff
}

.button_container.active .middle {
    opacity: 0;
    background: #fff
}

.button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff
}

.button_container span {
    background: #fff;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer
}

.button_container span:nth-of-type(2) {
    top: 11px
}

.button_container span:nth-of-type(3) {
    top: 22px
}

.overlay {
    z-index: 999;
    position: fixed;
    background: #135058;
    top: 0;
    left: 0;
    width: 50%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden
}

.overlay.open {
    opacity: .9;
    visibility: visible;
    height: 100%;
    z-index: 999
}

.overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.overlay nav {
    position: relative;
    height: 80%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
    font-family: 'Open Sans';
    font-weight: 400;
    text-align: center;
    padding: 10px
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%
}

.overlay ul li {
    display: block;
    height: 25%;
    height: calc(50% / 4);
    min-height: 50px;
    position: relative;
    opacity: 0
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%
    }

    100% {
        opacity: 1;
        left: 0
    }
}

#bauplan,
#service #leistungsspektrum,
#service #projekte-content {
    width: 100%;
    height: auto;
    background: url(../images/punkt.jpg) repeat
}

#bauplan {
    padding-bottom: 100px
}

#bauplan .wrapper-2 {
    display: block;
    margin: 0 auto;
    padding: 150px 80px 0 80px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    width: 80%;
    position: relative
}

#bauplan .wrapper-2 .signatur p {
    padding-bottom: 5px;
    line-height: 1.2
}

.content {
    text-align: center
}

section {
    padding: 20px 0
}

#leistungsspektrum .boxen-content,
#projekte-content .boxen-content {
    display: inline-block;
    width: 45%;
    height: auto;
    margin: 20px;
    vertical-align: top;
    text-align: center
}

.wrapper {
    display: block;
    margin: 0 auto;
    padding: 150px 80px 0 80px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    width: 80%;
    position: relative
}

.wrapper-3 {
    margin: 0 auto;
    width: 80%;
    position: relative;
    padding: 100px 0
}

.boxen-flexcontainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.wrapper article {
    height: auto;
    vertical-align: baseline
}

.boxen-content {
    width: 50%;
    padding: 15px
}

.boxen-content a {
    color: #982e2d;
    font-weight: 600
}

.flex-container {
    display: flex;
    flex-wrap: wrap
}

.gamehl-slider {
    width: 90%
}

.gamehl-slider img {
    width: 100%;
    height: auto
}

.gamehl-slider .bild-box {
    width: 33%;
    padding: 25px
}

.gamehl-slider .bild-box img {
    margin-bottom: 10px;
    max-height: 300px;
    object-fit: cover
}

#pawlik {
    width: 100%;
    height: auto;
    padding: 100px;
    background: url(../images/punkt.jpg) repeat
}

#pawlik div {
    display: flex;
    justify-content: space-between
}

#pawlik article {
    width: 47%;
    display: inline-block;
    height: auto;
    vertical-align: top
}

#referenzen-inhalt {
    width: 100%;
    padding: 100px 0;
    background: url(../images/punkt.jpg) repeat
}

#referenzen-inhalt .colum .content-1,
#referenzen-inhalt .colum .content-2 {
    width: 47%;
    display: inline-block;
    vertical-align: top
}

#pawlik h2 {
    margin-bottom: 20px
}

#pawlik a {
    color: #982e2d
}

#pawlik iframe {
    width: 100%;
    height: 800px;
    border: none
}

.border {
    border-bottom: solid 2px #982e2d;
    margin: 50px 0
}

.colum {
    padding: 25px 0
}

.colum .content-2 a img {
    padding-bottom: 4px
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxBottomLeft,
#cboxMiddleLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingGraphic,
#cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0
}

#cboxContent,
#cboxLoadedContent,
#colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: #000
}

#colorbox {
    outline: 0
}

#cboxTopLeft {
    width: 14px;
    height: 14px;
    background: url(../images/controls.png) no-repeat 0 0
}

#cboxTopCenter {
    height: 14px;
    background: url(../images/border.png) repeat-x top left
}

#cboxTopRight {
    width: 14px;
    height: 14px;
    background: url(../images/controls.png) no-repeat -36px 0
}

#cboxBottomLeft {
    width: 14px;
    height: 43px;
    background: url(../images/controls.png) no-repeat 0 -67px
}

#cboxBottomCenter {
    height: 43px;
    background: url(../images/border.png) repeat-x 0 -67px
}

#cboxBottomRight {
    width: 14px;
    height: 43px;
    background: url(../images/controls.png) no-repeat -36px -67px
}

#cboxMiddleLeft {
    width: 14px;
    background: url(../images/controls.png) repeat-y -175px 0
}

#cboxMiddleRight {
    width: 14px;
    background: url(../images/controls.png) repeat-y -211px 0
}

#cboxContent {
    background: #fff;
    overflow: visible
}

.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    margin-bottom: 5px
}

#cboxLoadingOverlay {
    background: url(../images/loading_background.png) no-repeat center center
}

#cboxLoadingGraphic {
    background: url() no-repeat center center
}

#cboxTitle {
    position: absolute;
    bottom: -25px;
    left: 0;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #fff
}

#cboxCurrent {
    position: absolute;
    bottom: -25px;
    left: 0;
    font-weight: 400;
    color: transparent
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    bottom: -26px;
    background: url(../images/controls.png) no-repeat 0 0;
    width: 23px;
    height: 23px;
    text-indent: -9999px
}

#cboxPrevious {
    bottom: 50%
}

#cboxNext {
    bottom: 50%;
    right: 0
}

#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
    outline: 0
}

#cboxPrevious {
    left: 0;
    background-position: -51px -25px
}

#cboxPrevious:hover {
    background-position: -51px 0
}

#cboxNext {
    right: 0;
    background-position: -75px -25px
}

#cboxNext:hover {
    background-position: -75px 0
}

#cboxClose {
    right: 0;
    background-position: -100px -25px
}

#cboxClose:hover {
    background-position: -100px 0
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: -125px 0;
    right: 27px
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -150px 0
}

.cboxSlideshow_off #cboxSlideshow {
    background-position: -150px -25px;
    right: 27px
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -125px 0
}

.dsa-secure-plugin {
    border-radius: 5px;
    position: relative
}

.dsa-secure-plugin .dsa-secure-image {
    width: 100%;
    height: 100%
}

.dsa-secure-plugin {
    font-size: 12px;
    line-height: 16px
}

.dsa-secure-plugin .dsa-buttons {
    width: 90%;
    margin: auto;
    text-align: center
}

.dsa-secure-plugin .dsa-buttons a:nth-of-type(2n) {
    margin-top: 10px
}

.dsa-secure-plugin .undercheck {
    background-color: #fff;
    color: #222 !important;
    border-radius: 5px;
    padding: 4px;
    margin: 8px 50% 16px;
    width: 202px;
    transform: translateX(-50%)
}

.dsa-secure-plugin .check-slide-content {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    margin: auto;
    -webkit-transform: translateY(100%);
    transform: translateY(-50%)
}

.dsa-secure-plugin .dsa-switch {
    position: relative;
    width: 60px;
    height: 34px;
    display: block
}

.dsa-secure-plugin .check-slide {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .5s linear
}

.dsa-secure-plugin .dsa-secure-plugin input {
    display: none
}

.dsa-secure-plugin iframe {
    width: 100%
}

.dsa-secure-plugin .dsa-switch {
    margin-left: calc(50% - 30px)
}

.dsa-secure-plugin p {
    text-align: center;
    font-family: arial;
    padding: 10px 0;
    display: block;
    margin: auto;
    font-weight: 700
}

.dsa-secure-plugin .check-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg.png);
    color: #000
}

.dsa-secure-plugin .check-slide.hide {
    display: none
}

.dsa-secure-plugin a {
    font-size: 12px;
    text-align: center;
    font-family: arial;
    display: block;
    margin: auto;
    width: calc(100% - 20px);
    max-width: 300px;
    background-color: #cc1417;
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff
}

.dsa-secure-plugin a:hover {
    background-color: #dd171b
}

.dsa-secure-plugin .check-slide:hover,
.dsa-secure-plugin:hover .check-slide {
    visibility: visible;
    opacity: 1;
    visibility: visible;
    opacity: 1
}

.dsa-secure-plugin .dsa-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #000
}

.dsa-secure-plugin .dsa-buttons a:hover {
    color: #fff !important
}

.dsa-secure-plugin .dsa-tooltip .tooltiptext {
    font-size: 12px;
    visibility: hidden;
    width: 100%;
    max-width: 300px;
    background-color: #cc1417;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 0;
    margin-left: 0;
    opacity: 0;
    transition: opacity .3s
}

.dsa-secure-plugin .dsa-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent
}

.dsa-secure-plugin .dsa-tooltip:hover .tooltiptext,
.dsa-tooltip.active .tooltiptext {
    visibility: visible;
    opacity: 1
}

.dsa-secure-plugin .dsa-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    -webkit-transition: .4s;
    transition: .4s
}

.dsa-secure-plugin .dsa-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.dsa-secure-plugin input:checked+.dsa-slider {
    background-color: #cc1417
}

.dsa-secure-plugin input:focus+.dsa-slider {
    box-shadow: 0 0 1px #cc1417
}

.dsa-secure-plugin input:checked+.dsa-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.dsa-secure-plugin .dsa-slider.round {
    border-radius: 34px
}

.dsa-secure-plugin .dsa-slider.round:before {
    border-radius: 50%
}

.dsa-cookie-notice-close:hover {
    background-color: #000
}

.dsa-cookie-notice-close {
    position: absolute;
    display: block;
    height: 20px;
    bottom: 20px;
    width: 20px;
    line-height: 20px;
    right: 5px;
    top: 5px;
    text-decoration: none;
    color: #fff !important;
    background-color: #515151
}

.dsa-cookie-notice {
    font-family: arial;
    font-size: 12px !important;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 70px;
    z-index: 99999 !important;
    background-color: rgba(19, 80, 88, .9);
    margin: auto;
    width: 100%;
    text-align: center;
    color: #fff
}

.dsa-cookie-notice a {
    color: #000
}

.dsa-cookie-notice.hide {
    display: none
}

.cookie-inner {
    padding: 25px;
    font-size: 15px
}

.cookie-inner p {
    font-size: 15px;
    padding-bottom: 0
}

@media (max-width:900px) {
    .dsa-secure-plugin .check-slide {
        visibility: visible;
        opacity: 1;
        visibility: visible;
        opacity: 1
    }
}

footer {
    width: 100%;
    height: auto;
    padding: 100px;
    background: url(../images/immobilie-footer.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative
}

footer h2 {
    color: #fff
}

.wrap {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between
}

.wrap div {
    width: 33%;
    height: auto;
    display: inline-block;
    margin-top: 20px;
    color: #fff
}

.datenschutz {
    position: fixed;
    bottom: 0;
    background: #982e2d;
    padding: 5px;
    color: #fff;
    width: 100%;
    text-align: center
}

.datenschutz a {
    color: #fff;
    font-size: 15px
}

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

::selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

.kontakt-box {
    margin-top: 163px
}

.image-row {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.image-row img {
    width: 50%;
    height: auto;
    border-radius: 8px; /* optional */
    object-fit: cover;
}

@media (max-width: 768px) {
    .image-row {
        flex-direction: column;
    }

    .image-row img {
        width: 100%;
    }
}

@media screen and (max-width:1200px) {
    nav ul {
        width: 70%
    }

    .wrapper {
        padding: 150px 40px
    }
}

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

    #leistungsspektrum .boxen-content,
    #projekte-content .boxen-content {
        display: block;
        width: 100%;
        margin: 0
    }

    #blocksatz .container-content .colum p {
        padding-right: 0
    }

    #referenzen-inhalt .colum .content-1,
    #referenzen-inhalt .colum .content-2 {
        width: 100%;
        display: block
    }
}

@media screen and (max-width:992px) {
    .wrapper {
        display: block
    }

    .wrapper article {
        width: 80%
    }

    #pawlik div {
        display: block
    }

    #pawlik article {
        display: block;
        width: 100%
    }

    .wrap,
    .wrap div {
        display: block;
        width: 100%
    }

    .wrap {
        text-align: center !important
    }

    footer {
        text-align: center
    }

    .dsa-secure-plugin {
        height: 350px !important
    }
}

@media screen and (max-width:990px) {
    .sidenav {
        display: block
    }

    .none ul {
        display: none;
        float: center
    }

    nav {
        padding: 45px;
        border-bottom: none
    }

    .button_container {
        top: 6%
    }

    .overlay ul li {
        height: calc(30% / 4)
    }

    .dropdown {
        display: none
    }
}

@media screen and (max-width:860px) {
    .sidenav {
        display: block
    }

    .none ul {
        display: none;
        float: center
    }

    nav {
        padding: 45px;
        border-bottom: none
    }

    .button_container {
        top: 6%
    }

    .overlay ul li {
        height: calc(30% / 4)
    }

    .dropdown {
        display: none
    }

    .subline {
        padding: 15px;
        top: 90px;
        border-top: 3px solid #000
    }

    .logo {
        top: 36px
    }

    #bauplan .wrapper-2,
    .wrapper {
        padding: 0
    }

    .boxen-content {
        padding: 0;
        width: 100%
    }

    .wrapper article {
        width: 100%
    }
}

@media screen and (max-width:768px) {
    h2 {
        font-size: 40px
    }
}

@media screen and (max-width:576px) {
    .overlay {
        width: 65%
    }

    header {
        height: 550px
    }

    .slogan {
        width: 100%;
        height: auto;
        text-align: center;
        padding: 25px 20px
    }

    h1 {
        font-size: 30px;
        line-height: 30px
    }

    .wrapper {
        width: 100%;
        padding: 0 5%
    }

    #pawlik {
        padding: 100px 50px
    }

    footer {
        padding: 100px 50px
    }

    .wrapper-3 {
        width: 90%
    }

    .logo {
        right: 25px
    }

    h2 {
        font-size: 32px
    }
}

@media screen and (max-width:400px) {
    .overlay {
        width: 100%
    }

    h1 {
        font-size: 25px
    }

    .subline a {
        margin: 0 5px
    }

    h1 {
        font-size: 20px;
        line-height: 30px
    }

    .wrapper article {
        width: 100%;
        margin: 20px auto;
        display: block
    }

    #pawlik h2,
    .wrapper h2 {
        line-height: 40px
    }

    .wrapper {
        padding: 200px 40px
    }

    #pawlik {
        padding: 100px 30px
    }

    footer {
        padding: 100px 50px
    }
}

/*//05 STYLE CSS//*/