/* cmsms stylesheet: nesis-css modified: 23.02.2026 12:21:03 */
@font-face {
    font-family: 'lato';
    src: url('/fonts/lato-bold-webfont.woff2') format('woff2'),
         url('/fonts/lato-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}




@font-face {
    font-family: 'lato';
    src: url('/fonts/lato-italic-webfont.woff2') format('woff2'),
         url('/fonts/lato-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;

}




@font-face {
    font-family: 'lato';
    src: url('/fonts/lato-regular-webfont.woff2') format('woff2'),
         url('/fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


* {
margin : 0;
padding : 0;
}
html, body {
font-family : 'lato';
font-size : 110%;
width : 100%;
max-width : 100%;
background : #fff;
text-align : center;
color: #575656;
}
video {
  width: 100%    !important;
  height: auto   !important;
}
p {
margin-bottom : 1em;
}
.reach {
padding: 0;
margin: 0;
text-align: left;
position: absolute;
right: 0;
top: 0.75em;
}
.reach img {
width : 3.5em !important;
height : auto;
margin-right: 2em;
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}
.top-container {
position : fixed;
top : 0;
left : 0;
width : 100%;
color : #000;
height : 220px;
z-index : 900;
background : #fff;
text-align : center;
box-shadow: 3px 3px 15px 5px rgba(0,0,0,0.06);
padding-right: 20px;
font-size: 98%;
}

.row {
width: 100%;
margin-bottom: 4px;
display : flex;
flex-wrap : wrap;
justify-content : left;
}

.cell-li {
width: 24%;
padding: 3%;
background: #f2f2f2;
}
.cell-re {

width: 62%;
background: #662773;
color: #fff;
padding: 3%;
}
.cell-re li {
 list-style-image: none !important;
list-style-type: disc !important;
}
.centerhead {
width : 100%;
background: #f2f2f2;
text-align: center;
}
.top-container a {
color : #6c757d;
}
.top-container img {
width : 570px;
height: auto;
}
.autor {
position : absolute;
bottom : 1em;
right : 2em;
font-size : 65%;
color : #fff;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.hidden {
opacity : 0;
}
.visible {
opacity : 1;
}
.animated {
  -webkit-animation-duration: 0.75s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.autor a {
color : #fff;
}
.smallaut {
font-size : 60%;
text-transform : none;
color : #fff;
text-align : center;
display : flex;
flex-wrap : wrap;
justify-content : center;
margin-top : -2em;
}
.noshadow {
width: 60% !important;
margin: 0 30% 0 30% !important;
}
.smallink {
font-size : 80%;
}
.skiplink {
position : absolute;
top : -9999px;
left : -9999px;
font-size : 0;
line-height : 0;
}
.termin {
background : #f39200;
padding : 2em;
width : 100%;
color : #fff;
}
.tdli {
padding-right : 1em;
}
.menuright {
text-align : right;
}
.menuright img {
margin-top: 40px;
margin-right: 5px;
}
.mleft {
position : absolute;
left : 0;
z-index: 100;
width: 400px;
}
.mleft img {
float : left;
}
a.phone, a.mail {
position: relative;
}
.phone img, .mail img {
position: absolute;
margin-top: 0.2em;
}
.dislink {
margin-left: 30px;
}
a.mail {
margin-left: 30px;
}

.box {
display : none;
color : #fff;
text-align : center;
width : 100% !important ;
animation-duration : 0.5s;
animation-name : opa;
position : fixed !important ;
z-index : 100005;
top : 8em;
}
.box a {
color : #000;
padding : 0.3em;
display : block;
width : 100%;
height : 1em;
}
.box:target {
outline : none;
display : block;
}
@keyframes opa {
0% {top: -20em;}
100% {top: 8em;}
}


.headtitle {
width: 100%;
text-align: center;
font-size: 400%;
font-weight: bold;
margin-top: 1em;
margin-bottom: 0.8em;
line-height: 100%;
}

.feed {
font-family: 'lato';}
.searchcont {
background : rgba(249,247,249,0.95);
width : 20%;
margin : 0 auto;
position : relative;
padding : 3%;
color: #000;
border-radius: 40px;
box-shadow : 0 1px 1px rgb(0, 0, 0, 0.11), 0 2px 2px rgb(0, 0, 0, 0.11), 0 4px 4px rgb(0, 0, 0, 0.11), 0 6px 8px rgb(0, 0, 0, 0.11), 0 8px 16px rgb(0, 0, 0, 0.11);
}
.searchclose {
position : absolute;
top : -1em;
right : 2em;
width : 2em !important;
height: auto;
}
.shariff-button a {
background-color : #970b1b !important ;
width : 3em;
height : 3em;
}
.oben {
position : fixed;
right : 0.5em;
bottom : 3em;
z-index : 100;
width : 40px;
}
.oben img {
width : 100%;
height : auto;
}
.cont {
width : 65%;
float: left;
position : relative;
margin : 0 auto;
padding : 0 5% 5em 0;
margin-top: 5em;
text-align : left;
min-height : 40em;
border-right: 1px solid #dbdada;
}
.cont img {
float: none;
width: 100%;
height: auto;
}
.cont-re {
float: left;
width: 14em;
padding : 0 0 5em 2%;
margin-top: 5em;
}
.cont-re ul {
list-style-type: none !important;
margin: 0 !important;
padding: 0 !important;
}
.cont-re li {
margin: 0 !important;
padding: 0 !important;
 list-style-image: none !important;
}
.cont a, .smallcont a {
text-decoration : underline;
color : #000;
}
.cont-re a {
padding: 0.5em 0.5em 2em 1.5em !important;
background-image: url(https://nesis-niedersachsen.de/uploads/layout/dot.png);
background-repeat: no-repeat;
background-position:  0.3em 0.65em;
color: #662773;
}
.cont strong {
color: #000;
}
.smallcont {
width: 45% !important;
}
.thumb {
display : inline;
width : 100% !important ;
}
.thumblist {
text-align : left;
display : flex;
flex-wrap : wrap;
justify-content : left;
padding : 0;
margin-top: 2em;
 list-style-type: upper-roman;
}
.closeall {
position : absolute;
width : 100%;
height : 100%;
display : block;
z-index : 102 !important ;
}
.previous {
position : fixed;
top : 3em;
right : 0.5em;
width : 1.8em !important ;
z-index : 150 !important ;
}
.next {
display : block;
position : fixed;
top : 6em;
right : 0.5em;
width : 1.8em !important ;
z-index : 150 !important ;
}
.exit {
display : block;
position : fixed;
top : 0;
right : 0.5em !important;
width : 1.8em !important ;
z-index : 150 !important ;
border-radius: 0 !important;
}
.close {
position : absolute;
top : 0;
right : 0.5em;
width : 2em !important ;
}
h3 {
font-size : 120%;
margin : 0.7em 0 0.7em;
font-weight : bold;
color: #000;
}
.cont ul {
margin : 1em 0 1em 2em !important;
}
.cont li {
margin-bottom : 0.5em;
}
.cont a {
color: #662773;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

.flex li {
list-style-type: none;
 list-style-image: url(https://nesis-niedersachsen.de/uploads/images/list.png);
padding-left: 1%;
}
a {
text-decoration : none;
}
.hidden {
opacity : 0;
}
.visible {
opacity : 1;
}
.center h3 {
font-size : 120%;
margin-top : 1em;
}

.gradient {
width: 100%;
height: 1em;
margin-top: 220px;
background: #945F94;
background: linear-gradient(90deg,rgba(148, 95, 148, 1) 0%, rgba(159, 68, 147, 1) 50%, rgba(102, 39, 115, 1) 100%);
text-align: left;
}
.parallax {
position : relative;
z-index: 1;
width : 100%;
background-attachment : scroll !important ;
background-position : center center !important ;
background-repeat : no-repeat;
background-size : cover;
color: #575656;
margin : 0 auto;
text-align : left;
display : flex;
flex-wrap : wrap;
justify-content : left;
padding-top: 220px;
padding-bottom: 1em;
line-height: 140%;
}
.parallax img {
width: 100%;
float: right;
}
.parallax h2 {
color: #000;
}

.title {
color: #fff;;
padding: 1em 0 2em 0;
width: 60%;
}
.title span, .parallax h1 {
padding-top : 0 !important ;
color: #000;
width: 100%;
line-height: 100%;
font-size: 350%;
font-weight: bold;
}
.parasmall {
height : 350px !important;
margin-top: 117px;
text-align: left;
justify-content : left;
}
.parasmall h1 {
text-align: left;
justify-content : left;
}
.anker {
display : block;
position : relative;
top : -11.5em;
visibility : hidden;
}
.bigwrap {
padding : 2em 0 2em 0;
text-align : left;
margin : 0 auto;
position : relative;
width : 100%;
background-size: 20em auto;
}
.toptitle {
padding: 0 1em 1.5em 0;
border-bottom: 1px solid;
display: inline-block;
margin-bottom: 1em;
line-height: 110%;
color: #fff;
}
.bigwrap .toptitle {
color: #000 !important;
}
.bigwrap a {
color : #000;
}
.dark {
background: #f5f5f5 !important;
box-shadow: none !important;
}
.dark .toptitle, .dark .headl2 {

}

.dark a {
text-decoration : underline;
color : #fff;
}
.dark .more {
text-decoration : none;
border : none;
color : #fff;
}
.dark h2 {
}
.dark img {
border-color : #fff;
}
.light {
background-color : #c2cbd6;
padding-top: 0;
padding-bottom: 0;
border-top: 10px solid #c52a2b;
border-bottom: 10px solid #c52a2b;
color: #000;
margin-top: 2em;
}
.bigwrap.light {
background-image: url(https://nesis-niedersachsen.de/uploads/images/back.png);
background-repeat: no-repeat;
background-size: 60% auto;
background-position: left;
}
.light .li-text{
padding: 3em;
}
.light .headl2 {
color: #000;
}
.mitte {
clear : both;
width : 100%;
text-align : left;
}
.googleload {
background: #c01718;
color: #fff;
padding: 1em;
height: 1.5em;
margin-top: 16em;
}
.googleload:hover {
background: #9e1617;
}
.halfwidth {
width: 50%; padding: 0 25% 0 25%;
}
.mitte img {
width : 100%;
height : auto;
}
.logohead {
position: relative;
margin : 0 auto;
text-align : left;
width : 90%;
max-width : 1440px;
margin-top: 2em;
}
.center {
margin : 0 auto;
text-align : left;
width : 90%;
max-width : 1440px;
padding : 2em 0 2em 0;
position: relative;
line-height: 140%;
}
.uline::before {
        content: '';
        display: block;
        position: absolute;
        width:50%;
bottom: -2em;
        left: 0;
       border-top: 1px solid gray;
}
.hi::before {
border-top: none !important;
}
h1 {
display : block;
margin-bottom : 0.5em;
font-size : 250%;
font-weight : bold;
line-height : 110%;
color: #000;
}
h2 {
font-size: 180%;
margin: 1.25em 0 0.5em 0;
line-height: 120%;
color: #000;
}
.headl2 {
font-size : 180%;
font-weight : bold;
color: #000;
}
.headref {
text-align : left;
margin-bottom : 1.2em;
padding-bottom: 0;
background-image: none;
text-transform: none;
}
.headcenter {
width : 90%;
position : relative;
height : 90%;
}
.pic {
display : block;
position : relative;
width : 18%;
margin : 0 3% 3% 0;
text-align : center;
}
.proteam {
width: 11.5em;
font-size: 90%;
}
.team {
width: 36% !important;
border: 1px solid lightgray;
border-top: 3px solid #945f94;
padding: 5%;
}
.team h3 {
font-size: 110% !important;
}
.team a {
padding: 0.5em 0.5em 2em 1.5em !important;
background-image: url(https://nesis-niedersachsen.de/uploads/layout/dot.png);
background-repeat: no-repeat;
background-position:  0.3em 0.65em;
color: #662773;
text-decoration: none;
}
.pic span {
font-weight: bold;
margin-bottom: 0.1em;
display: block;
}
.pictext {
padding : 8%;
text-align: center;
}
a.pictext {
height : 0;
width : 100%;
background : rgb(105, 176, 180, 0.9);
position : absolute;
top : 0;
display : flex;
justify-content : center;
align-items : center;
overflow : hidden;
transition : 0.6s ease;
font-size : 95%;
color : #fff;
text-decoration : none;
}
.zielgr {
width: 100% !important;
border-top: 3px solid #662773;
padding:6%;
background: #f2f2f2;
text-align: left;
}
.zielgr h3 {
color: #000;
margin-top: 0;
}
.zielvar {
border: 5px solid #000;
}
.inklv {
text-align: left;
}
.inklv h3 {
font-size: 112%;
text-transform: none;
}
.docpic {
width: 29%;
}
.news {
width: 100%;
margin: 0 5% 5% 0;
Background: #f2f2f2;
text-align: left;
color: #000;
font-size: 90%;
font-weight: normal;
padding: 8%;
border-top: 3px solid #662773;
}
.news-head {
font-size: 120%;
color: #000;
font-weight: bold;
margin-bottom: 1em;
}
.news-title {
font-weight: bold;
margin-bottom: 1em;}
.def {
margin: -6px 0 5% 0;
overflow: hidden;
padding: 0;
Background: none;
font-size: 100%;
}
.pictext h3 {
text-transform : none;
margin : 0 !important ;
padding : 0;
font-size : 100%;
}
.pic h2, .news h2 {
font-style: normal;
font-weight: bold;
text-shadow: none;
}
.ref-title {
font-weight : bold;
}
.pricepic {
padding: 4%;
cursor : auto;
border: 1px solid gray;
border-radius: 12px;
width: 23%;
text-align: center;
background: #fff;
}
.pricepic span {
font-weight: bold;
font-size: 90%;
}
a.rsslink {
color: #c52a2b;
}
.preis {
margin: 1em 0 1em;
font-size: 150%;
background: #efeeee;
padding: 3%;
border-radius: 12px;
}
.preistext {
min-height: 6em;
}
.kunde {
width: 20em;
height: auto;
}

.mo, a.mo {
display: block;
background : #95a94e;
color: #fff !important;
padding: 1%;
margin-top: 1em;
width: 30% !important;
bottom: 0;
text-align: center;
}
.rez {
display: block;
background: none;
position: absolute;
left: 2em !important;
bottom: 2em;
color: #000 !important;
width: 80% !important;
}
.topseller {
padding: 2%;
background: #262624;
border-radius: 0 0 12px 12px;
color: #fff;
position: absolute;
top: 0;
}
.topred {
background: #a12b2b;
}
.opt {
margin : 2.5em 0 3em;
background: #c8eaea;
padding: 5%;
border-radius: 12px;
}
.opt ul {
padding-top: 1em;
text-align : left;
}
.ex {
margin: 1em 0 1em;
}
.ex a {
text-decoration: underline;
}
.lupe {
width : 10% !important ;
height : auto;
margin-top : 3%;
}
.lightbox2 .pic {
width : 22%;
float : none;
margin-bottom : 0;
margin-left : 3em;
}
.skillz {
display: block;
width : 28% !important;
margin : 0 5% 5% 0;
text-align: left;
}
.skillz img {
width : 100%;
height : 12em;
margin-bottom: 1em;
float: left !important;
object-fit: cover;
}

.skilltext {
float: left;
width: 100%;
}
.tipps {
display: block;
background: #fff;
position: relative;
padding: 3%;
width: 42% !important;
margin: 0 0 3% 0;

border-left: 1px solid #f6f6f6;
}
.tipps img {
width: 10% !important;
height: auto;
float: none !important;
}
.tippsright {
background: #f6f6f6;
}
.itemcount {
color: #c52a2b;
font-weight: bold;
font-size: 350%;
font-style: italic;
}
.blog {
width: 32%;
margin: 0 1% 1% 0;
display: inline-block;
background: #f5f5f5;
}
.leist {
background: none;
box-shadow:0 2px 6px rgba(0,0,0,.16);
}
.addr {
width: 18%;
text-align: center;
padding: 1em;
margin: 0 2% 2% 0;
font-size: 85%;
}
.addr img {
width: 20% !important;
height: auto !important;
object-fit: none !important;
margin-bottom: 0;
}
.verkehr {
width: 24%;
}
.bigblog {
width: 48%;
margin: 0 2% 2% 0;
}
.blog img {
object-fit: cover;
width : 100%;
height : 13em;
border-bottom: 10px solid #fff;
}
.blogsum {
padding: 2em;
display: block;
font-size: 95%;
}
.blogsum a {
font-size: 90% !important;
color: #fff;
background: #c11b1c;
}
.blogtop {
border: none;
text-align: left;
padding: 1em;
}
.linkdark {
background: #82b82f;
color: #fff !important;
}
.linkdark h3 {
color: #fff !important;
}
.newsblog {
background:#ebefde;
}
.lightbox2 {
position : fixed;
display : block;
overflow : hidden;
z-index : 1001;
width : 100%;
min-height : 100% !important ;
height : auto !important ;
height : 100% !important ;
overflow-y : scroll;
top : 0;
left : 0;
background: rgba(212,232,199,0.85);
opacity : 0;
pointer-events : none;
text-align : center !important ;
transition : all 0.3s;
scrollbar-width : none;
}
.lightbox2::-webkit-scrollbar {
display : none;
}
.lightbox2 img {
margin-top : 2em;
float : left;
}
.lightbox2:target {
opacity : 1;
pointer-events : auto;
}
.description {
width : 30% !important ;
max-width : 1440px;
min-height : 30em;
margin-left : auto;
margin-right : auto;
margin-top : 6em;
margin-bottom : 6em;
text-align : left;
color : #000;
border: 1px solid #95a94e;
padding: 2em;
background: #fff;
}
.center li {
margin-bottom : 0.25em;
}
.desc-li {
width : 30%;
float : left;
padding-right : 3%;
}
.desc-re {
float : left;
width : 65%;
padding : 4em 0 1em;
}
.descpic {
width : 100% !important ;
height : auto !important ;
margin : 0 0 2em 0;
}
.desc-title {
font-size : 150%;
margin-bottom : 1em !important ;
font-weight : bold;
margin-top : 1.5em;
color: #95a94e;
}
.description h2 {
width : 100%;
font-size : 200%;
}
.description a {
text-decoration : underline;
color : #000;
}
.description a.more {
text-decoration : none;
}
.flex {
display : flex;
align-items : center;
width : 100%;
padding : 0;
}
.center ul {
margin: 1em 0 1em 0 !important;
}
.center li {
list-style-type: none;
 list-style-image: url(https://nesis-niedersachsen.de/uploads/images/list.png);
padding-left: 1%;
margin-left: 1em;
}
.center ol li {
list-style-type: decimal;
list-style-image: none !important;
}
.text {
width : 100%;
margin : 0 10% 5% 0;
}
.li-text {
float : left;
width : 50%;
margin-bottom : 1.5em;
}
.image {
width: 100%;
}
.rightpic {
float : right !important;
width : 36% !important;
margin : 0 0 0.5em 0.5em !important;
}
.leftpic  {
float : left !important;
width : 36% !important;
margin : 0 1.2em 1.2em 0 !important;
}
figcaption {
font-size: 95%;
font-style: italic;
text-align: left;
padding: 0.6em 0.6em 0 0.6em;
line-height: 105%;
}
.re-text img, .li-text img {
width : 100%;
height : auto;
}
.re-text {
width : 50em;
margin-bottom : 1em;
float : right;

}
.re-text a, .li-text a {
text-decoration : underline;
}
.flexfree {
width : 45%;
}
.sub, .clients {
padding : 5% !important;
margin : 0 0 0 0 !important;
width: 90%;
background: #f2f2f2;
border-top: 3px solid #662773;

}
.sub li, .clients li {
list-style-type : none;
list-style-image : none !important;
padding : 0 !important;
margin : 0 0 0 0 !important;

}

.sub a, .hisback  {
display : block;
color : #662773;
padding : 0.5em 1em 0.5em 1em;
margin : 0 0 0 0 !important;
padding: 0.5em 0.5em 0.5em 2em !important;
background-image: url(https://nesis-niedersachsen.de/uploads/layout/dot.png);
background-repeat: no-repeat;
background-position:  0.5em 0.85em !important;
}
margin : 0 0 0
a.more, .more, a.moreblack, .no-ani {
display : inline-block;
text-decoration : none !important;
color : #fff !important;
text-align : center;
font-weight : normal;
padding : 0.5em 1em 0.5em 1em;
font-size : 110%;
margin-bottom : 15px;
transition : border 0.5s;
}
a.moreblack:hover, a.morelight:hover {
}
a.more:hover {
}
.linklist {
margin-right: 15px;
}
.thumblist {
width :100%;
min-height : 100%;
z-index : 10;
}
a.moreblack {
background : #000;
}

blockquote {
font-size : 150%;
line-height : 130%;
font-style : italic;
color: #000;
padding-top: 2em;
}
blockquote:before {
display : block;
content : "\201C";
font-size : 650%;
color : rgba(211,211,211,0.7);
font-style : normal;
line-height : 0;
}

.quotecenter {
text-align : center;
width : 60%;
padding : 10% 20%;
color : #262624;
font-size : 110%;
}
.audio {
width : 60%;
text-align : center !important ;
margin : 0 auto;
}
audio {
width : 100%;
border-radius : 12px;
}
.accordion {
color : #662773;
cursor : pointer;
padding : 2%;
width : 100%;
border : none;
outline : none;
transition : 0.4s;
margin-bottom : 0.25em;
text-align: left;
background: #f2f2f2;
font-size: 100%;
text-transform: none;
font-weight: normal;
}
.accosmall {
width : 5em !important ;
padding : 0.25em !important ;
margin-top : 1em;
}
.accordion:after {
content : '\002B';
font-weight : bold;
float : right;
margin-left : 5px;
}
.active:after {
content : "\2212";
}
.panel a {
text-decoration: underline;
}
.responsive a, #responsive a {
text-decoration : none !important ;
}
.panel {
margin : 1em 0 1em 0;
width : 100%;
max-height : 0;
overflow : hidden;
transition : max-height 0.2s ease-out;
padding: 0 18px;
}
.panelaudio {
width : 100% !important ;
}
.morelight {
color: #c01718 !important;
border-bottom: 1px solid !important;
padding-bottom: 1em !important;
background: none !important;
}
.newsdet h1 {font-size: 180% !important; margin-bottom: 2em; line-height: 122%;}
.newsdet h2 {font-size: 130% !important;}
.topnav {
position : absolute;
top : 0;
left : 0;
height: 3em;
width: 90%;
max-width: 1440px;
position : relative;
margin : 0 auto;
text-align: left;
text-transform: uppercase;
font-weight: bold;
padding : 0;
}
.topnav ul {
list-style-type: none;
list-style-image : none !important ;
margin : 0;
padding: 1em 0 0 0;
}
.topnav li {
float : left;
margin : 0 0.5em 0 0;
padding: 0 !important;
}
.topnav a, .sectionheader a, .sidenavi a 
{display: inline-block;
color : #000;
font-size : 90%;
margin :  0 !important;
padding: 0.5em 0.5em 1em 1.5em !important;
background-image: url(https://nesis-niedersachsen.de/uploads/layout/dot.png);
background-repeat: no-repeat;
background-position:  0.3em 0.65em;
}
.topnav a:hover {
}
.topnav a.currentpage, .topnav a.activeparent {
background-color: #fff;
}
.topnav .activeparent {
background-color: #fff;
}
.topnav ul li ul a.currentpage {
padding: 0.5em 0.5em 0.5em 1.5em !important;
}
.topnav .icon {
  display: none;
}
button {
background: none;
font-family: lato;
font-weight: bold;
text-transform: uppercase;
}
/* Content togle css
----------------------------------------*/
h3.trigger, .butt {
cursor: pointer;
color : #000;
font-size : 90%;
margin :  0 !important;
padding: 0.5em 0.5em 1em 1.5em !important;
background-image: url(https://nesis-niedersachsen.de/uploads/layout/dot.png);
background-repeat: no-repeat;
background-position:  0.3em 0.65em;
border: none;
background-color: none;
}

.toggle_container {
    position: absolute;
        background: rgba(242,242,242,0.95);
padding: 3em;
border-top: 3px solid #662773;
box-shadow: 4px 7px 15px 1px rgba(0,0,0,0.2);
z-index: 1000;
}
.toggle_container ul {
list-style-type: none;
padding: 0 !important;}
.toggle_container .block {
background-size:100% auto;
}
.toggle_container li {
float: none;
}

/* END Content togle css */
.parawrap {
position: relative;
padding: 0;
width: 80%;
}
.headnav {
position: absolute;
top: -1em;
right: 0;
background: rgba(230,230,230,0.92);
width: 45%;
padding: 1%;
color: #000;
border-top: 5px solid #945f94;
z-index: 10;
}
.sidenavi {
float: left;
width: 40%;
}
.headnews {
float: left; 
width: 40%;
padding: 1.35em 3%;
font-size: 95%;
line-height: 150%;
}
.headnews a {
color: #000;
text-decoration: underline;
}
.sidenavi li {
list-style-image: none;
}
.sidenavi a {
color: #000;
text-transform: uppercase;
padding: 0.25em 0 0 1.5em !important;
font-weight: bold;
}
.hi img {
width: 70% !important;
padding: 0 15% 0 15% !important; 
}
footer {
background: #4d4d4d;
color : #fff;
padding : 0;
font-size: 90%;
line-height: 120%;
}

.foo {
margin-bottom : 0 !important;
padding: 0.8em 0 0.8em 0;
text-align : left;
display : flex;
flex-wrap : wrap;
justify-content : left;
}
footer a {
color :  #fff;
}

.foot {
margin-right : 4em;
margin-bottom : 2em;
text-align: left;
width: 14em;
}
.foo ul {
margin: 0 !important;
padding: 0 !important;
}
.foo li {
margin: 0 !important;
padding: 0 !important;
margin-bottom: 0.4em !important;
 list-style-image: none !important;
width: 18%;
}
.foot img {
margin-right: 10px;
background: #fff;
width: 5em;
height: auto;
border: 5px solid #fff;
margin-right: 0.75em;
}
.foo-title {
text-transform : uppercase;
font-weight : bold;
font-size : 110%;
margin-bottom : 1em;
color: #fff;
}

.copyfoo {
background: #fff;
color :  #000;
font-size : 90%;
text-align: left;
margin-bottom: 3em;
}
.copyfoo a {
display: inline;
color:  #000;
}
.required {
float : left;
width : 45%;
margin-right : 4%;
}
label {
float : left !important ;
display : block;
margin-bottom : 0.5em;
}
.yourweb, div.yourweb * {
display: none !important;
}
input, textarea, select {
margin-right: 3%;
margin-bottom : 3%;
border : none;
background : rgba(255,255,255,0.9);
border: 1px solid gray;
padding-left : 0.7em;
height : 2.5em;
font-size : 100%;
box-sizing : content-box;
width: 100%;
color: gray;
}
textarea {
height : 6em;
clear : both !important ;
float : none;
padding: 0.7em;
width: 93%;
margin-bottom: 0.5em;
}
.cms_checkbox {
width : 1em;
clear : both;
float : left;
margin-right : 0.5em;
margin-top : -0.7em;
margin-bottom: 0 !important;
}
.cms_submit {
width : 30%;
height : 3.5em;
color : #fff;
background: #c52a2b;
}
.cms_select {
height : auto;
padding : 2%;
}
.cms_submit.fbsubmit, .search-button {
color : #fff;
background: #c52a2b;
font-size : 100%;
}
.privacy {
font-size: 80%;
width: 90%;
line-height: 140%;
}
.search-button {
font-size : 100%;

}
.kontakt{
float : none !important ;
width : 100% !important ;
margin: 0 auto;
text-align: left;
}
.captcha {
width : 45%;
clear : both;
float : none;
}
.captcha img {
clear : both;
box-shadow : none !important ;
width : 40% !important ;
height : auto !important ;
float : none;
margin : 0.5em 0 0.5em 0;
filter: grayscale(100%);
}

.kontakt .captcha {
width : 100%;
float : none !important ;
}
.confirm, .error_message {
position : fixed !important ;
background : rgb(255, 255, 255, 0.95);
padding : 2%;
top : -0.4em;
left : 5%;
border : solid 1px;
max-width : 80%;
z-index : 10000;
box-shadow : 0 1px 1px rgb(0, 0, 0, 0.11), 0 2px 2px rgb(0, 0, 0, 0.11), 0 4px 4px rgb(0, 0, 0, 0.11), 0 6px 8px rgb(0, 0, 0, 0.11), 0 8px 16px rgb(0, 0, 0, 0.11);
}

@media screen and (max-width: 1200px) {
.reach {

}
  .topnav a, .topnav li {display: none;}
  .topnav a.icon {
   position: fixed !important;
top: 0.5em;
    right: -1.5em;
    display: block !important;
background: url(https://nesis-niedersachsen.de/uploads/layout/hamburger.png) no-repeat;
background-size: 35px auto;
width : 35px;
height: 35px;
  }
.topnav.responsive .icon {
    position: fixed !important;
    top: 0.5em;
color: #000;
width: 35px;
height: 35px;
text-align: center;
background: url(https://nesis-niedersachsen.de/uploads/layout/close.png) no-repeat;
background-size: 35px auto;
  }
@keyframes navi {  
0% {height: 0;}
100% {height: 100%;}
}
  .topnav.responsive {
position: fixed;
background: rgba(255,255,255,0.97);
left: 0;
top: 0;
right: 0;
animation-duration : 0.8s;
animation-name : navi;
width: 100%;
height: 100%;
padding: 8em 0 1.5em 2em;
}
.topnav.responsive li {
float: none !important;
    display: block !important;
}
  .topnav.responsive a {
    float: none !important;
    display: block !important;
    text-align: left;
border: none !important;
margin-bottom: 0.3em;
padding-bottom: 0;
  }
.topnav a::after, .topnav a.currentpage::after, .topnav a.activeparent::after {
transform: none;
height: 0;
}
.topnav a:hover::after {
transform: none;
}
.toggle_container {
    position: relative;
        background: none;
border: none;
box-shadow: none;
padding: 0;
margin-left: 1em;
}
}

@media screen and (max-width: 1080px) {
  
html, body {
min-height : 100% !important ;
height : 100% !important ;
}
.cont {
border-right: none;
border-bottom: 2px solid gray;
padding-bottom: 1em;
}
.cont, .cont-re {
width: 100% !important;
float: none;
margin: 0;
padding: 0;
}
.cont {
border-right: none;
border-bottom: 3px solid #662773;
padding-bottom: 1em;
}
.cont-re {
padding-top: 1em;}
.noshadow {
width: 60% !important;
margin: 10% 20% 0 20% !important;
}
.news {
margin-left: 0;
width: 90%;
padding: 5%;
}
.def {
padding-left: 0;
}
.placehold {
display: none;
}
.parallax {
background-position : center center !important ;
justify-content : center !important;
}
.parawrap {
position: static;
width: 100% !important;
}
.headnav {
position: relative;
width: 100% !important;
}
.searchcont {
width : 60%;
}
.searchcont input {
width : 80%;
}
.flex {
display : block;
}
.li-text, .re-text {
width : 100%;
float : none;
margin-right: 0; 
margin-left: 0;
}
.halfwidth {
width : 100%;
padding: 0;
}
.desc-re {
padding-top : 0 !important ;
}
.re-text {
margin-top : 2em;
}
.description {
width : 70% !important ;
max-width : 70% !important ;
}
.center {
width : 90% !important ;
}

#responsive {
position : static !important ;
}
#res-call {
position : relative;
z-index : 1000;
}
.pic {width: 44%;}
.holly {
width: 40%;
}
.meinung {
width : 39% !important ;
}
.meinung img {
width : 20%;
}
#mobsearch {
text-align : center;
display : flex;
flex-wrap : wrap;
justify-content : center;
}
.mobinpt {
width : 10em;
}

.sm {
width : 36% !important ;
}

.ham {
position : fixed;
top : 1.2em;
right : 0.8em;
width : 1.5em !important;
}
#menu-mob li {
float : none;
margin : 0;
}
.button {
width : 1.5em;
right : 0.8em;
}
#logo {
z-index : 1000;
}
.skillz {
width : 45% !important;
margin : 5% 5% 0 0;
}
.pricepic {
width: 70%;
margin-bottom : 8%;
}
.tipps {
width : 95% !important;
padding: 1.5em;
}
.blog, .accordion {
width: 95%;
}
.title {
padding: 0 3% 0 3%;
}
.toptitle {
font-size: 70% !important;
}
footer {
padding-bottom : 2.5em !important ;
}
.foot {
float : none !important ;
}
}
@media screen and (max-width: 750px) {
.rightpic, .leftpic, figure {
float : none !important;
width : 95% !important;
margin : 0 0 1.5em 0;
}
figure img {
width: 100%;
}
.team {
width: 100% !important;
}
.kontakt {
width: 100% !important;
}
textarea {
width: 98%;
}
.dislink {display: none;}

.desc-title {
font-size : 110%;
}
.skillz {
width : 100%;
margin : 5% 5% 0 0;
}
.pic img {
width: 100%;
}
.skillz, .tipps {
width : 90% !important;
}
.tipps img {
width: 16%;
}
.skillz img, .skilltext {
clear: both;
float: none;
width: 100%;
}
.skilltext {
padding-bottom: 1em;
}

.searchcont {
width : 70%;
}
.smallcont {
width: 70% !important;
}
.box {
right : 5%;
width : 80%;
}
.teampic {
width : 35% !important ;
}
 .own, .required, input, cms_select, .captcha, .cms_submit {
width : 100%;
}

.chk label {
width : 80%;
}
.li-text img, .re-text img {
margin : 1em 0 0 0;
}
.center {
width : 80% !important ;
}
.meinung {
width : 100% !important ;
padding: 7%;
margin-bottom: 6%;
}
.thumblist {
overflow : visible !important ;
}
.pic {
width : 100% !important ;
margin : 0 0 5% 0 !important ;
}
.sm {
width : 86% !important ;
}
.back img {
width : 70%;
text-align : left;
}
.title {
font-size: 3vw;
}
.cell-li, .cell-re {
width: 100%;
}
.row {
margin-bottom: 50px; 
}
.foot {
width: 90% !important;
}
.top-container {
height: 200px; 
}
.gradient {
margin-top: 200px;
}
.mleft {
width: 100%;
}
.mleft img {
width: 450px;}
.parallax h1 {
font-size: 250% !important;
}
h1 {
font-size: 200%;
}
h2 {
font-size: 160%;
}
}
@media screen and (max-width: 480px) {
h1 {
font-size: 150%;
}
h2 {
font-size: 120%;
}
h3 {
font-size: 105% !important;
}
.parallax h1 {
font-size: 200% !important;
}
.parallax h2 {
font-size: 180%;}
.top-container {
height: 180px; 
}
.gradient {
margin-top: 180px;
}
.mleft img {
width: 350px;
}

#logo {
font-size : 100%;
}
table, td {
vertical-align: top;
}
.contact-icons {
height: 0.5em;
}
.quotecenter, blockquote {
width : 90%;
text-align : left;
padding : 1em 0 !important ;
font-size: 120%;
}
a.more, a.moreblack, a.morelight {
font-size : 100%;
}
.desc-li, .desc-re {
float: none !important;
width: 100% !important;
clear: both;
}
.descpic {
width: 30% !important;
}

.desc-title {
font-size : 100%;
}

.pricepic {
width: 100%;
}

.headl2 {
font-size : 110%;
line-height: 120%;
}
.smallcont {
width: 80% !important;
}
.re-text img {
margin : 0;
}
.pic {
margin-right : 0 !important ;
float : none !important ;
margin : 0 5% 5% 0 !important ;
font-size: 90%;
}

.teampic {
width : 100% !important ;
}
.title {
}
.pic h2 {
font-size: 150%;
margin-bottom: 0;
}
.skillz img {
width: 100%;
height: auto;
object-fit: contain !important;
}
.kunde {
width: 60%;}
}
@media screen and (max-width: 320px) {
.news {
width: 95%;
}
.top-container {
height: 150px;
}
.gradient {
margin-top: 150px;
}
.mleft img {
width: 100%;
}
}
