@charset "UTF-8";
/* CSS Document */

.preload {
    background: url(../images/close.png) -9999px -9999px;
    

}

html{
	 /* overscroll-behavior-y: none;*/
}
 
hr#system-readmore {
  border-top: 0px !important;
}

body, html {
    font-family: 'Saira', sans-serif;
	font-weight: 400;
    font-size: 16px;
    color: #000;
	font-style: normal;	
/*    height: 100%;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    position: relative;
    height: auto;
    min-height: 101%;
    background: #00a1ce;
  /*  overflow-x: hidden;*/
}

body.noscroll {
/*    overflow-x: hidden; */
    background: #fff;
}

b, strong {
    font-weight: 500;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
html, body {
     -webkit-backface-visibility: hidden;
/*    -webkit-transform: translateZ(0) scale(1.0, 1.0);*/
    }

}

.main {
    width: 100%;
    position: relative;
    background: #00a1ce;
    overflow: hidden;
}

.mainoverlow {
    overflow: hidden;
}

.home .main {
}


a{ outline: none !important;color: #00a1ce;text-decoration:none;}

a:hover {
   text-decoration:none; 
}

.fa-asterisk {
    color:   #E23634 !important; 
}

/* Google Maps */
.responsive_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}

.responsive_map iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* Video */
.responsive_video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.responsive_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* ToTop Button */

#totop {
    color: #fff;
    float: right;
    display: inline-block;
    margin-top: 80px;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
    padding: 0px !important;
    border: 0px !important;
    background: 0px !important;
}

.totoparrow {
    width: 50px;
    height: 40px;
    border-radius: 5px;
    background: #00a1ce;
    opacity: 0.8;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 3000;
}

.totoparrow button {
    padding: 0px !important;
    border: 0px !important;
    background: 0px !important;
}


.totoparrow img {
    margin: 0 auto;
}





/* Tabelle mit 2 Spalten */

.spalten2 {
    width: 100%;
}

.spalten2 td {
    width: 50%;
    vertical-align:  text-top;
}

.spalten2 td:first-child {
    padding-right: 30px;   
}

.spalten2 td:last-child {
    padding-left: 30px;   
}

/* Responsive Menü */

.menutopxsbtn {
    display: block;
    position: absolute;
    top: 29px;
    right: 0px;
    margin-right: -32px;
    z-index: 9999999999;
}

.menutopxsbtn {
}

.menutopxs {
    position: absolute;
    top: 0px;
    right: -768px;
    width: 768px;
    display: none;
    padding: 0px 0px;
    z-index: 99999999;
    background: rgba(0,161,206,0.8);
}

.menutopxs ul {
    width: 90%;
    margin: 15px;
    padding: 0;
    list-style: none;
}

.menutopxs li {
    float: none !important;
    background:  none !important;
    width: 100%;
    margin-bottom: 10px;
}


.menutopxs li a span {
    font-size: 15px;
    font-weight: 400;
    display: block;
}


.menutopxs ul ul {
    margin: 0;
    padding: 0;
    padding-left: 15px;
}   

.menutopxs h1 {
    font-weight: 500;
    letter-spacing: -3px;
    font-size: 50px;
    cursor: pointer;
    margin: 0px;
    padding: 30px 15px;
    text-align: center;
    color: #010000;
}

.menutopxs h1 img {
    width: 45px;
    height: auto,
}

.menutopxs ul.nav-child {
    display: none;
}

.menutopxs li.active ul.nav-child {
    display: block;
}

.menutopxs li .parentnavimg, .menutopxs li .parentnavclose {
    display: block !important;
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 10;
}


/* Hamburger Menu Icon - to X */

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 54px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s; }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 5px;
  right: 5px;
  height: 3px;
  background: #fff; 
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: ""; }

.c-hamburger span::before {
  top: -11px; }

.c-hamburger span::after {
  bottom: -11px; 
height: 3px;}

.c-hamburger--htx {
  background-color: transparent; }

.c-hamburger--htx span {
  transition: background 0s 0.3s; }

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s; }

.c-hamburger--htx span::before {
  transition-property: top, transform; }

.c-hamburger--htx span::after {
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent; }

.c-hamburger--htx.is-active span::after, .c-hamburger--htx.is-active span::before {
    height: 3px;
}

.c-hamburger--htx.is-active span {
  background: none; }

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
background: #fff;}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
background: #fff;}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s; }


/* Btn Primary Bootstrap Override */

.btn-primary {
    background: #e4a443 !important;
    border: 0px !important;
    color: #fff !important;
    font-size: 18px !important;
}

.btn-primary:hover {
    background: #544c3e !important;
    border: 0px !important;
}


.parentnavimg {
    display: none;
}

.header {
    position: relative;
    width: 100%;
    height: auto;
}

.slideshow {
    width: 100%;
}

.marginTop {
    margin-top: 148px;
}

.content {
    width: 100%;
    min-height: 500px;
    background: #fff;
    z-index: 2;
    position: relative;
}



.rotate {
    transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    width: 150%;
    margin-left: -25%;
    padding-top: 100px;
}


.rotate_first {
    margin-top: -200px;
}

.home .rotate_first {
    margin-top: -150px;
}

.noslideshow {
    margin-top: 0px;
}

.rotateback {
    transform: rotate(6deg);
    margin-top: -70px;
    padding-bottom: 140px;
}

.slideshow .excerpt {
    background: none !important;
    color: #fff !important;
    font-family: 'Saira Semi Condensed', sans-serif !important;
    font-weight: 300 !important;
    text-align: right !important;
    z-index: 10000 !important
}

.slideshow .excerpt h5, .slideshow .excerpt h4 {
    font-weight: 700 !important;   
    font-size: 70px !important;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    line-height:  70px !important;
}

.slideshow .excerpt h5:before {
    content: " ";
    width: 20px;
    border-top: 7px solid #fff;
    position: absolute;
    margin-left: -30px;
    margin-top: 12px;
    
    display: none !important;
}

.slideshow .tp-revslider-mainul li:first-of-type .excerpt h5:before {
    content: " ";
    width: 20px;
    border-top: 7px solid #fff;
    position: absolute;
    margin-left: -30px;
    margin-top: 7px;
}

header .container {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 999999999;
}

.navtop {
    width: 100%;
    height: 113px;
    background: transparent;
    transition: all 0.8s;
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);    
    top: 0px;
    left: 0px;
    z-index: 99999999;
}

.navtop_white {
/*  background: rgba(255,255,255,0.9);*/
}

.logo-s {
    opacity: 0;
    transition: all 0.8s;
}

.logo-w {
    display: none;
}

.logo {
    position: absolute;
    top: 40px;
    left: 15px;
    z-index: 9999999999;
}

.logo img {
    transition: all 0.8s;
}

.navtop_white .logo img {
/*    width: 120px !important;*/
}

.navtop_white .logo-s {
/*    opacity: 1;*/
}

/*
.c-hamburger--htx span, .c-hamburger--htx span::before,  .c-hamburger--htx span::after {
    transition: all 0.8s;
}

.navtop_white .c-hamburger--htx span, .navtop_white .c-hamburger--htx span::before, .navtop_white .c-hamburger--htx span::after {
    background: #000;   
}

.navtop_white .c-hamburger--htx.is-active span, .navtop_white .c-hamburger--htx.is-active span::before, .navtop_white .c-hamburger--htx.is-active span::after {
    background: #fff;   
}

.navtop_white .c-hamburger--htx.is-active span {
    background: none;
}
*/


.slotholder:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    background: url(../images/punktraster.png);
}

nav {
    padding-left: 215px;
    padding-top: 230px;
}

.heightXS nav {
    padding-top: 100px;
}

.nav  {
    margin: 0;
    padding: 0;
}

.nav  li {
    margin-bottom: 30px;
}

.nav li a {
    display: block;
    margin: 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    transition: all 0.8s;
    font-size: 36px;
}

.nav li a strong {
    font-weight: 500;
    display: inline-block;
}

.nav  li a:hover, .nav  li a:focus {
    color: #00405B;
    background: transparent;
}

.nav  li a:before {
    content: " ";
    width: 20px;
    border-top: 7px solid #00a1ce;
    position: absolute;
    margin-left: -30px;
    margin-top: 13px;
    transition: all 0.8s;
    opacity: 0;
}


.nav  li a:hover:before {
    border-top: 7px solid #00405B;
    opacity: 1;
}

.item-page h1, .custom h1, .moduletable>h3, .sp-simpleportfolio h1 {
    font-family: 'Saira Semi Condensed', sans-serif;
    font-size: 70px;
    color: #00a1ce;
    font-weight: 300;
    text-transform: uppercase;
    text-align: right;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
}

.item-page h1 {
  /* #tom  margin-top: 50px; */
}

.item-page h1:before, .custom h1:before, .moduletable>h3:before, .sp-simpleportfolio h1:before  { 
    content: " ";
    width: 20px;
    border-top: 7px solid #00a1ce;
    position: absolute;
    margin-left: -30px;
    margin-top: 15px;
    transition: all 0.8s;   
    
    
}

.dasnetz h1 {
  /* #tom  margin-top: -23px; */
    margin-bottom: 45px;
}

.projects h1 {
  /* #tom   margin-top: -15px;*/
}

.home .hg_blue h1 {
  /* #tom   margin-top: 15px;*/
   
}

@media all and (-ms-high-contrast:none)
     {
     *::-ms-backdrop, .item-page h1:before { display:none } /* IE11 */
     *::-ms-backdrop, .custom h1:before { display:none } /* IE11 */
     *::-ms-backdrop, .moduletable>h3:before { display:none } /* IE11 */
     *::-ms-backdrop, .sp-simpleportfolio h1:before { display:none } /* IE11 */
     }

.moduletable>h3 {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0px 15px;
}

.bt-cs .bt-inner {
    padding: 0px !important;
}



.bt-cs .bt-inner .bt-center {
    position: relative;
    margin-bottom: 33px;
}

/*
.bt-cs .bt-inner .bt-center:before {
   content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../images/punktraster.png); 
    z-index: 99;
    transition: all 0.5s;
    opacity: 1;
}
*/



/*
.bt-cs .bt-inner:hover .bt-center:before {
    opacity: 0;
}
*/

.bt-cs .bt-row {
    padding-top: 0;
}

.bt-cs .bt-introtext {
    padding-right: 20px;
    font-weight: 300;
}

.bt-cs .bt-introtext em {
    font-size: 14px;
    font-style: normal;
}
.bt-cs .bt-introtext h3 {
    color: #00a1ce;;
    line-height: normal;
    text-indent: inherit;
    text-transform: none;
    background: none;
    height: auto;
    border: 0;
    margin-bottom: 25px !important;
    margin-top: 10px !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}

.darkblue .bt-cs .bt-introtext h3 {
    color: #00A1CE;;
    
}

.bt-cs a.prev {
    background: url(../images/blue_arrow_left.png) no-repeat center !important;
    width: 40px;
    height: 76px;
    margin-left: -70px;
    top: 19%;
    display: block !important;
    opacity: 1;
}

.bt-cs a.next {
    background: url(../images/blue_arrow_right.png) no-repeat center !important;
    width: 40px;
    height: 76px;
    margin-right: -70px;
    top: 19%;
    display: block !important;
    opacity: 1;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.5;
    display: none;
    z-index: 9999999;
}


.hg_blue {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
    color: #fff;
}

/*
.hg_blue:before {
    content: " ";
    width: 100%;
    height: 200%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../images/punktraster.png); 
    z-index: 99;
    transition: all 0.5s;
    opacity: 1;
    transform: rotate(6deg);
    margin-top: -250px;
}
*/


.hg_blue.rotateback {
    margin-top: -150px;
    padding-top: 220px;
}

.hg_blueouter.rotate {
    padding-top: 0px;
}

.hg_blue .container {
    position: relative;
    z-index: 100;
    margin-top: 10px;
}

.hg_blue h1, .hg_blue h1 a {
    color: #fff;   
}

.hg_blue h1:before {
    border-top: 7px solid #fff;    
}

.hg_blue .col-sm-6:before {
    content: " ";
    height: 99.05%;
    width: 3px;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-right: 50px;
    padding-left: 30px;
    border-left: 3px solid #fff;
}

.hg_blue h3 {
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    padding-top: 0px;
    margin-top: 0;
}

.hg_blue .col-sm-6 h3:last-of-type {
    margin-top: 40px;
}

.hg_blue h3 img {
    vertical-align: baseline;
}

.hg_blue p {
    margin: 0;
}

p:empty {
    display: none;
}

.projects {
    background: #eaeaea;
}

.projects>h3 {
    transform: rotate(6deg);
    margin-top: -20px;
    margin-bottom: 80px;
}

.projects .container.rotateback {
    margin-top: 0px !important;
}

.projects .sp-simpleportfolio-filter {
    display: none;
}



.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
    background: rgba(0,161,206, 0.8);
    opacity: 0.0;
    padding: 20px;
}

/*
.sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-item:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../images/punktraster.png); 
    z-index: 1;
    transition: all 0.5s;
    opacity: 1;
}
*/

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-vertical-middle {
    position: relative;
    z-index: 110;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle {
    
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay {
    opacity: 1;
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover img.sp-simpleportfolio-img {
    transform: scale(1.2) !important;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div .sp-simpleportfolio-title {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Saira', sans-serif;
    letter-spacing: normal;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle .sp-simpleportfolio-tags a {
    text-decoration: none;
    color: #fff;
}


.project_image {
    width: 100vw;
    margin: 0 auto;
    height: 950px;
/*    background-attachment: fixed;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 10;
    position: relative;
    
}

/*
.project_image:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../images/punktraster.png); 
    z-index: 1;
    transition: all 0.5s;
    opacity: 1;
}
*/



.noslideshow.content.rotate, .noslideshow.content.rotate>.rotateback {
    transform: rotate(0deg);
    padding-top: 0;
    background: #00a1ce;
}

.content .sp-simpleportfolio {
    position: relative;
    z-index: 20;
    background: #00a1ce;
}

.noslideshow>.container {
    width: 100%;
}

.noslideshow .rotate_first {
    margin-top: -120px;
}

.content .sp-simpleportfolio {
    text-align: right;
}

.hg_blue a {
  color: #fff;
}
.sp-simpleportfolio .sp-simpleportfolio-description {
    float: none;
    width: 100%;
    color: #fff;
    font-weight: 300;
}

.sp-simpleportfolio .sp-simpleportfolio-description>h1, .sp-simpleportfolio .sp-simpleportfolio-description>p, .sp-simpleportfolio .sp-simpleportfolio-description>h3 {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    float:none;
    clear: both;
}

.sp-simpleportfolio .sp-simpleportfolio-description h1 {
    font-size: 55px;
    font-family: 'Saira Semi Condensed', sans-serif !important;
    font-weight: 300 !important;
    color: #fff;
    text-transform: none;
    margin-top: 40px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 57px;
}

.sp-simpleportfolio .sp-simpleportfolio-description h1:before {
    content: " ";
    width: 20px;
    border-top: 7px solid #fff;
    position: absolute;
    margin-left: -30px;
    margin-top: 12px;
    transition: all 0.8s;  
}

.sp-simpleportfolio .sp-simpleportfolio-description h3 {
    margin-top: 5px;
    padding-top: 0px;
    padding-bottom: 0;
    margin-bottom: 45px;
    font-size: 26px;
}

.sp-simpleportfolio .sp-simpleportfolio-description a {
    color: #fff;
    text-decoration: none;
}

.sp-simpleportfolio .sp-simpleportfolio-description strong {
    font-size: 16px;
}

.sp-simpleportfolio-details.rotateback {
    padding-bottom: 0;
}
    
.project_white {
    background: #fff;
    margin-top: 150px;
    color: #000;
    text-align: left;
    font-weight: 300;
}

.project_white .container {
    padding-top: 70px;
}

.project_white h3 {
    font-size: 26px;
    color: #00a1ce;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    padding-top: 0px;
    margin-top: 0;
}

.project_white .rotateback {
    padding-bottom: 50px;
}

   
.project_grey {
    background: #eaeaea;
    color: #000;
    text-align: left;
    padding-bottom: 300px;
    font-weight: 300;
}

.project_grey .container {
    padding-top: 70px;
}

.project_grey h3 {
    font-size: 16px !important;
    color: #00a1ce;
    text-transform: normal;
    font-weight: 500;
    margin-bottom: 27px !important;
    padding-top: 0px;
    margin-top: 0;
}

.project_grey h4 {
    font-size: 16px !important;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.project_grey h4 strong {
    font-size: 32px !important;
    color: #00a1ce;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
    min-width: 40px;
}

.project_grey ul {
    list-style-image: url(../images/list-style.png);
    margin-left: 25px;
}

.project_grey ul li {
    margin-bottom: 4px;
}

.project_grey hr {
    border-top: 1px solid #00a1ce;
}

.imgcont {
    background: #eaeaea;
    margin-top: -300px;
    position: relative;
}

.imgcontainer {
    width: 103vw;
    margin: 0 auto;
    margin-top: -220px;
}

.imgcontainer p {
    width:33.33333%;
    display: inline-block;
}

/*
.imgcontainer p:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute !important;
    left: 0px;
    top: 0px;
    background: url(../images/punktraster.png) !important; 
    z-index: 2;
    transition: all 0.5s;
    opacity: 0.8;
    
}
*/

.imgcontainer p:hover::before {
    opacity: 0;   
}

.imgcontainer img {
    width: 100%;
    height: auto;
}

.imgcont_home {
    background: #eaeaea;
    margin-top: 00px;
    position: relative;
    overflow: hidden;
}

.imgcont_home .imgcontainer p:first-of-type {
    width: 100%;
}

.imgcont_home p {
    margin: 0;
}

.footer {
    background: #00a1ce;
    position: relative;
    z-index: 10;
    color: #fff;
    padding-bottom: 20px;
}

.home .footer {
    margin-top: -245px;
}

.mainnoslideshow .footer {
   /*  margin-top: -450px; */
}

.footer .col-md-3, .col-md-4, .col-md-5, .col-xs-12 {
    padding: 0;
}

.footer .rotateback {
    margin-top: 0px;
}

.footerleft ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.footerleft ul li {
    display: inline-block;
    margin-right: 10px;
}

.footerleft ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footercenter {
    padding-left: 15px;
}

.navfooter {
    padding-left: 200px;
}

.navfooter li {
    margin-bottom: 10px;
}

.navfooter a {
    font-size: 16px !important;
}

.navfooter a:before {
    display: none !important;
}

.navfooter .active a {
    color: #fff !important;
}

.footer .rotateback {
    padding-bottom: 0;
}

.dasnetz {
    background: #fff;
}

.dasnetz>h3 {
    transform: rotate(6deg);
    margin-top: -20px;
    margin-bottom: 80px;
}

.dasnetz .container.rotateback {
    margin-top: 0px !important;
}

.dasnetz .container.rotateback img {
    filter: grayscale(100%);   
    transition: all 0.8;
}

.dasnetz .container.rotateback img:hover {
    filter: grayscale(0%);   
}

.dasnetz .sp-simpleportfolio-items {
    overflow: inherit !important;
}

.dasnetz .sp-simpleportfolio-item::before {
    display: none !important;
}

.dasnetz  .sp-simpleportfolio-item  .sp-simpleportfolio-overlay-wrapper {
    border: 1px solid #cccccc;
    margin-left: -1px;
    margin-top: -1px;
    overflow: hidden;
}

.dasnetz .sp-simpleportfolio-item:hover {
    cursor: pointer;
}

.dasnetz .sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-items {
}

.dasnetz  .sp-simpleportfolio-columns-4 .sp-simpleportfolio-item {
    width: 16.677% !important;
}

.sp-simpleportfolio .sp-simpleportfolio-filter {
    text-align: right;
    margin-bottom: 50px;
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-img {
    transform: scale3d(1.0, 1.0, 1);
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
    margin-left: 9px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    background: none; 
    color: #00a1ce;
    text-transform: uppercase;
    font-size: 18px;
    padding: 2px 8px;
    transition: all 0.8s;
    border-radius: 0px;
    line-height: normal;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a, .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover {
/*    border-bottom: 3px solid #00a1ce;*/
     background: #00a1ce; 
    color: #fff;
    display: inline-block;
}

.sp-simpleportfolio h1 {
}

.darkblue {
    background: #00405b;
    color: #fff;
}

.darkblue h1 {
   /* #tom  margin-top: 60px; */
}

.bt-videos .bt-inner .bt-center:before {
   display: none;
}

/*
.bt-videos .bt-inner .bt-center .bt-image-link:before {
   content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../images/punktraster.png); 
    z-index: 99;
    transition: all 0.5s;
    opacity: 1;
}
*/

.bt-videos .bt-inner .bt-center .bt-image-link:after {
   content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../images/playbtn.png) no-repeat center;
    background-color: transparent;
    z-index: 100;
    transition: all 0.5s;
    opacity: 1;
}

.bt-videos .bt-inner .bt-center:hover .bt-image-link:after {
    background-color: rgba(0,161,206, 0.8);
    cursor: pointer;
}

.bt-videos .slide {
    position: relative;
    z-index: 2000;
}

.showallbtn {
    padding: 7px 12px;
    display: block;
    float: right;
    text-transform: uppercase;
    text-decoration: none;
    color: #00a1ce;
    font-weight: 400;
    margin-top: 50px;
    border: 1px solid #00a1ce;
    text-decoration: none !important;
}

.item-page .showallbtn {
    display: none;
}


.backbtn {
    padding: 7px 44px;
    display: block;
    float: right;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    margin-top: 0px;
    border: 1px solid #fff;
    text-decoration: none !important;
}

.logo-s .backbtn {
    color: #000;
    border: 1px solid #000;
}


.content .rotateback.sp-simpleportfolio {
    transform: rotate(0deg);
    background: transparent;
    margin-top: 30px;
}

.fullwidthbanner-container {
    z-index: 1;
}

.amschalter p {
    width: 25%;
    height: auto;
    display: inline-block;
    position: relative;
    margin: 0;
    margin-top: 15px;
}

/*
.amschalter p:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../images/punktraster.png); 
    z-index: 99;
    transition: all 0.5s;
    opacity: 1;
}
*/

.amschalter p:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #00a1ce; 
    z-index: 98;
    transition: all 0.5s;
    opacity: 0;
}


.amschalter img {
    width: 100% !important;
    height: auto;
}

.amschalter p a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.amschalter p span {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
    z-index: 110;
    opacity: 0;
    transition: all 0.8s;
}

.amschalter p:hover span {
    opacity: 1;
}

.amschalter p:hover:after {
    opacity: 0.8;
}

.amschalter p strong {
    font-weight: 500;
    display: block;
}

.amschalter p a em {
    font-style: normal;
    display: block;
}

.amschalter a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.amschalter h3 {
    width: 75%;
    background: #00a1ce;
    color: #fff;
    line-height: 28px;
    font-size: 24px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: right;
    padding-left: 65px;
    height: 285px;
    font-weight: 400;
}

.amschalter h4 {
    float: left;
    clear: both;
    background: #EAEAEA;
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25%;
    height: 285px;
    margin: 0;
    padding: 0;
    padding-left: 65px;
    margin-top: 15px;
    line-height: 21px;
}

.amschalter p:first-of-type {
    margin-top: 0px;
}

.modal-backdrop.in {
    display: none !important;
}

.tp-scrollbelowslider {
    z-index: 1000 !important;
    opacity: 1 !important;
}

.footericons {
    position: fixed;
    -webkit-transform: translateZ(0);
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999999;
    border-top: 1px solid #fff;
}

.footericons .col-xs-4 {
    text-align: center;
    background: #00a1ce;
    padding: 8px;
}

.footericons .col-xs-4:nth-child(2) {
    border-left: 1px solid #fff;   
    border-right: 1px solid #fff;   
}

.footericons a{
    color: #fff;
    text-decoration: none;
}

.footericons img {
    margin: 0 auto;
    margin-bottom: 5px;
    display: block;
}

.item-page.amschalter {
    padding-bottom: 150px;
}

.moduletable.map {
    margin-top: -150px;
    position: relative;
    z-index: 5; 
    max-height: 600px;
}


hr {
    border-top: 1px solid #333;
}

.item-page img {
    max-width: 100%;
    height: auto;
}

.mitspannung h1 {
    margin-top: 50px;
}

.projectspage h1 {
    margin-top: 18px;
}

.tparrows {
    display: none;
}

.bt-cs .bt-inner img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto;
        border: 0px !important;
        margin: 0;
        outline: 0;
        position: relative;
        display: block;
        z-index: 50;
    }


.hideme
{
    opacity:0 !important;
    top: 100px;
    position:relative;
    transition: all 0.8s  !important;
}

.hideme.hideme_stop {
 opacity: 1 !important;
 top: 0px !important;
}

.sp-simpleportfolio-overlay-wrapper {
    cursor: pointer;
}


/*******************************************************/
/************* MEDIA QUERIES MOBIL *********************/
/*******************************************************/
/*******************************************************/

@media(max-width:1600px) {
    .project_image {
        height: 750px;
    }
    
}

@media(max-width:1200px) {
    
    .excerpt {
        left: auto !important;
        right: 30px !important;
    }
    
    
    .project_grey h4 {
        margin-top: 16px;
    }
    
     .project_grey h4 strong {
        float: left;
         margin-top: -10px;
         margin-bottom: 20px;
    }
    .bt-cs {
        width: 85% !important;
        margin: 0 auto;
    }
    

    .dasnetz .sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-items {
        width: 99.7%;
    }
    
    .dasnetz .sp-simpleportfolio-columns-4 .sp-simpleportfolio-item {
        width: 16.678% !important;
    }
    
    .home .footer {
        margin-top: -200px;
    }
    
    .footerleft ul li {
        margin-right: 6px;
    }
    
    .amschalter h3, .amschalter h4 {
        height: 235px;
    }
    
    .sp-simpleportfolio .sp-simpleportfolio-description > h1, .sp-simpleportfolio .sp-simpleportfolio-description > p, .sp-simpleportfolio .sp-simpleportfolio-description > h3 {
        
        max-width: 100vw;
        padding: 0px 15px;
    }
    .menutopxsbtn {
        margin-right: 0
    }
    
    .rotate_first {
        margin-top: -160px;
    }
    
    .project_image {
        background-attachment: local;
    }
    
    .mainnoslideshow .footer {
        
    }
    
    .nav li a {
        font-size: 30px;
    }
    
    .nav li {
        margin-bottom: 15px;
    }
    
    nav {
        padding-top: 180px;
    }
    
    .slideshow .excerpt h5, .slideshow .excerpt h4 {
        font-size: 50px !important;
        line-height: 50px !important;
    }
    
    .sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div .sp-simpleportfolio-title {
        font-size: 14px;
    }
    
    .item-page .bt-cs .next, .item-page  .bt-cs .prev {
        top: 12%;
    }
}

@media(min-width: 1024px) {
    .project_grey .container {
        padding-left: 30px;
    }
}

@media(min-width:992px) {
    .custom .col-md-6 {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .custom .col-md-6:first-of-type {
        padding-right: 30px;
    }
    .custom .col-md-6:last-of-type {
        padding-left: 30px;
    }
    
    .bt-videos .slide {
        left: 0px !important;
        width: auto !important;
    }
    
    .bt-videos .slides_control {
        left: 0px !important;
        width: auto !important;
    }
    
    
    
}

@media(max-width:991px) {
    
    .excerpt {
        left: auto !important;
        right: 10px !important;
    }
    
    .dasnetz .sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-items {
        width: 100%;
    }
    
    .dasnetz .sp-simpleportfolio-columns-4 .sp-simpleportfolio-item {
        width: 16.678% !important;
    }
    
    
    
    
    .bt-cs {
        width: 85% !important;
        margin: 0 auto;
    }
    
    
    .footercenter {
        padding-left: 0;
    }
    
    .navfooter {
        padding-left: 0;
        padding-top: 20px;
    }
    
    .footerleft ul {
        margin-top: 20px;
    }
    
    .amschalter h3, .amschalter h4 {
        height: 180px;
        font-size: 18px;
        padding-left: 25px;
    }
    
    .bt-videos .prev, .bt-videos .next {
        top: 37% !important;
    }
}



@media(max-width:768px) {
    
    .item-page .bt-cs .next, .item-page  .bt-cs .prev {
        top: 23%;
    }
    
    .logo {
        top: 15px;
        left: 15px;
    }
    
    .menutopxsbtn {
        top: 15px;
        right: 15px;
    }
    
    .navtop {
        height: 98px;
    }
    
    .noscroll .logo-s {
        opacity: 0;
    }
    
    nav {
        padding-left: 0px;
        padding-top: 150px;
        width: 300px;
        margin: 0 auto;
    }
    
    
    
    .rotateback {
        max-width: 100vw;
    }
    
    .bt-cs {
        width: 85% !important;
        margin: 0 auto;
    }
    
    .bt-cs a.prev {
        background-size: contain !important;
        width: 25px;
        height: 56px;
        margin-left: -40px;
        top: 14%;
    }
    
    .bt-cs a.next {
        background-size: contain !important;
        width: 25px;
        height: 56px;
        margin-right: -40px;
        top: 14%;
    }
    
    .item-page h1, .custom h1, .moduletable > h3, .sp-simpleportfolio h1 {
        font-size: 40px;
      /* #Tom  margin-top: 30px; */
        margin-bottom: 45px;
    }
    
    .item-page h1::before, .custom h1::before, .moduletable > h3::before, .sp-simpleportfolio h1::before {
        border-top-width: 6px;
        margin-top: 9px;
    }
    
    .dasnetz .sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-items {
        width: 100%;
        border-right: 0;
    }
    
    .dasnetz .sp-simpleportfolio-columns-4 .sp-simpleportfolio-item {
        width: 24.99% !important;
    }
    
    
    
    .imgcont_home .imgcontainer p:first-of-type {
        width: 100%;
    }
    
    .imgcont_home .imgcontainer p {
        width: 50%;
    }
    
    .imgcont_home .imgcontainer p:last-of-type {
        display: none;
    }
    
    .home .footer {
        margin-top: -200px;
    }
    
    .imgcontainer {
        margin-top: -140px;
    }
    
    .amschalter h3, .amschalter h4 {
        width: 100%;
    }
    
    .amschalter p {
        width: 100%;
    }
    
    .amschalter p span {
        opacity: 1;
    }
    
    .amschalter p::after { 
        opacity: 0.5;   
    }
    
    .mainnoslideshow .content>.container {
        padding: 0;
    }
    
    .sp-simpleportfolio-details.rotateback {
        margin-left: auto;
        margin-right: auto;
    }
    
    .mainnoslideshow .footer {
        
    }
    
    .imgcontainer p {
        width: 100%;
        margin: 0;
    }
    
    .mainnoslideshow .rotate {
        width: 200%;
        margin-left: -50%;
    }
    
    .sp-simpleportfolio .sp-simpleportfolio-description h1 {
        font-size: 35px;
        line-height: 37px;
    }
    
    .sp-simpleportfolio .sp-simpleportfolio-description h3 {
        font-size: 20px;
    }
    
    .rotate {
        width: 300%;
        margin-left: -100%;
        
    }
    
    .rotate_first {
        margin-top: -100px;
    }
    
    
    
    .menutopxs {
        overflow: scroll;
        height: auto;
        min-height: 100vh;
    }
    
    .slideshow .excerpt h5, .slideshow .excerpt h4 {
        padding-right: 10px !important;
    }
    
    
    .projects .sp-simpleportfolio-item, .projectspage .sp-simpleportfolio-item {
        width: 50% !important;
        float: left !important;
    }
    
    .sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div .sp-simpleportfolio-title a {
        font-size: 13px;
    }
    
    .projectspage .sp-simpleportfolio-items {
        clear: both;
    }
    
    .projects .sp-simpleportfolio-overlay-wrapper img, .projectspage .sp-simpleportfolio-overlay-wrapper img {
        width: 40%;
        float: left;
        height: auto;
    }
    
    .projects .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay, .projectspage .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
        width: 60% !important;
        text-align: left !important;
        background: #EAEAEA !important;
        color: #000 !important;
        opacity: 1 !important;
        position: absolute!important;
        right: 0px !important;
        left: auto !important;
    }
    
    .projectspage .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
        background: #fff !important;
    }
    
    .projectspage .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
        padding: 10px;
        padding-right: 0px !important;
        font-size: 11px !important;
    }
    
    
    
    .projects .sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-item::before, .projectspage .sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-item::before {
        width: 40%;   
    }
    
    
    .sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div .sp-simpleportfolio-title, .sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle .sp-simpleportfolio-tags a, .sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div .sp-simpleportfolio-title a, .sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle .sp-simpleportfolio-tags{
        color: #000 !important;
        opacity: 1 !important;
        transform: translate3d(0, 0, 0) !important;
    }
    .hg_blue.rotateback {
        margin-left: auto;
        margin-right: auto;
    }
    
    .amschalter p img {
        width: 40% !important;
        float: left !important;
    }
    
    .amschalter p a {
        color: #000;
    }
    .amschalter p span {
        width: 60% !important;
        left: auto !important;
        right: 0px !important;
        padding-left: 15px;
        opacity: 1 !important;
        color: #000 !important;
        bottom: 0px;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    
    .amschalter p::before {
        width: 40%;   
    }
    
    .amschalter p::after { 
        display: none;
        }
    
    .col-md-6 {
        padding: 0px;
    }
    
    

}

@media(max-width: 768px) and (min-width: 767px) {
    .footer .col-md-5, .footer .col-md-4 {
        width: 50%;
        float: left;
    }
    
    .navfooter {
        padding-top: 0px;
    }
}


@media(max-width:767px) {
    
    .slideshow .excerpt h5, .slideshow .excerpt h4 {
        font-size: 30px !important;
        line-height: 30px !important;
    }
    .hg_blue .col-sm-6 h3 {
        padding-top: 40px;
        margin-top: 0px !important;
    }
    
    .hg_blue .col-sm-6:first-of-type h3:first-of-type {
        padding-top: 0px;
    }
    
    .hg_blue .col-sm-6 h3 img {
        margin-bottom: 10px;
    }
    
    .hg_blue .col-sm-6::before {
        display: none;
    }   
    
    
    .projects .sp-simpleportfolio-item, .projectspage .sp-simpleportfolio-item {
        width: 100% !important;
        clear: both !important;
        float: none;
    }
    
    
    .projectspage .container {
        padding: 0;
    }
    
    
    
    
    .project_grey .container {
        padding-left: 30px;
    }
    
    .project_grey h4 strong {
        margin-right: 0px;
    }
    
    .footer .rotateback {
        margin-top: 0;
    }
    
    .rotateback {
        padding-bottom: 70px;
    }
    
    .project_grey .container {
        padding-top: 30px;
    }
    
    .project_white .rotateback {
        padding-top: 30px;
    }
    
    .sp-simpleportfolio .sp-simpleportfolio-description h1 {
        margin-top: 10px;
    }
    
    .project_white {
        margin-top: 90px;
    }
    
    .item-page h1, .custom h1, .moduletable > h3, .sp-simpleportfolio h1 {
       /*  #Tom margin-top: 20px; */
    }
    
    .excerpt {
        left: auto !important;
        right: 0px !important;
        padding-right: 0px !important;
    }
    
    
    .menutopxs {
        background: rgba(0,161,206,1);
    }
    
    .totoparrow {
        bottom: 105px;
        right: 10px;
    }
    
    .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay, 
    .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay h3, 
    .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay div a {
        transition: all 0.5s;
    }
    
    .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay:hover, 
    .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay:active,
    .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay,
    .sp-simpleportfolio-item:active .sp-simpleportfolio-overlay,
    .xshover .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
        background: rgba(0,161,206,1) !important;
    }
    
    .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay:hover h3 a, 
    .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay:active h3 a,
    .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay:hover div a, 
    .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay:active div a,
    .sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-vertical-middle > div .sp-simpleportfolio-title a,
    .sp-simpleportfolio .sp-simpleportfolio-item:active .sp-vertical-middle > div .sp-simpleportfolio-title a,
    .sp-simpleportfolio .sp-simpleportfolio-item.xshover .sp-vertical-middle > div .sp-simpleportfolio-title a,
    .sp-simpleportfolio .sp-simpleportfolio-item.xshover .sp-vertical-middle > div  a,
    .sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-vertical-middle > div  a,
    .sp-simpleportfolio .sp-simpleportfolio-item:active .sp-vertical-middle > div  a
    
    {
        color: #fff !important;
    }
    
    .sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div {
        vertical-align: text-top;
    }
    
    .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay h3 {
        margin-top: 0 !important;
    }
    
    .amschalter p, .amschalter a, .amschalter span {
        transition: all 0.5s;
    }
    
    .amschalter p:hover,
    .amschalter p:active {
        background: rgba(0,161,206,1) !important;
        color: #fff !important;
    }
    
    .amschalter p:hover a,
    .amschalter p:active a, 
    .amschalter p:hover span,
    .amschalter p:active span 
    {
        color: #fff !important;
    }
    
    .amschalter p:first-of-type {
        margin-bottom: 15px;
    }
    
    .projects .sp-simpleportfolio-item, .projectspage  .sp-simpleportfolio-item {
        border-bottom: 1px solid #ccc;
    }
    
    .footer {
        padding-bottom: 100px;
    }
    
    .darkblue .bt-videos {
        opacity: 1 !important;
    }
}

@media(min-width: 579px) {
    
}

@media(max-width:578px) {
    
    .mainnoslideshow .footer {

        

    }
/*
    .bt-cs .bt-inner img {
        border: 0px !important;
        outline: 0;
        margin-left: -35px;
    }
*/
    
    .menutopxs {
        width: 70%;
        
    }
    
    .home .footer {
        margin-top: -100px;
    }
    .dasnetz .sp-simpleportfolio-columns-4 .sp-simpleportfolio-item {
        width: 49.5% !important;
    }
    
    .mainnoslideshow .rotate {
        width: 300%;
        margin-left: -100%;
    }
    
    .project_grey ul {
        margin-left: 11px;
    }
    
    .nav li a {
        font-size: 20px;
    }
    
    .nav li {
        margin-bottom: 10px;
    }
    
    .nav li a::before {
        border-top: 4px solid #00a1ce;
        margin-top: 8px;
        width: 15px;
        margin-left: -25px;
    }
    
    .nav li a:hover::before, .nav li.active a::before {
        border-top: 4px solid #00405B;  
    }
    
    .bt-cs {
        width: 100% !important;
    }
    

    .bt-cs a.prev {
        background: url(../images/prev_xs.png) no-repeat center left !important;
        background-size: contain !important;
        width: 24px !important;
        height: 57px !important;
        margin-left: 0px !important;
    }
    
    .bt-cs a.next {
        background: url(../images/next_xs.png) no-repeat center left !important;
        background-size: contain !important;
        width: 24px !important;
        height: 57px !important;
        margin-right: 0px !important;
    }
    
    .bt-videos a.prev, .bt-videos a.next {
        top: 37% !important;
    }

    
    .rotate {
        margin-left: -100.5%;
    }
    
    .sections_bottom .projects.rotate {
        width: 200%;
        margin-left: -51%;
    }
    
    .projects .sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div .sp-simpleportfolio-title, .sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle .sp-simpleportfolio-tags a, .sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div .sp-simpleportfolio-title a, .sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle .sp-simpleportfolio-tags{
        font-size: 12px;
    }
    
    .projects .sp-simpleportfolio-overlay-wrapper img {
        width: 30%;
    }
    
    .projects .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
        width: 70% !important;
    }
    
    .dasnetz .sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-items {
        width: 100%;
        border-right: 0;
    }
    
    .dasnetz .sp-simpleportfolio-columns-4 .sp-simpleportfolio-item {
        width: 33.3% !important;
    }
    
    .imgcont_home .imgcontainer p {
        width: 100% !important;
    }
    
    .imgcont_home .imgcontainer p:last-of-type {
        display: none;
    }
    
    .hg_blue .col-sm-6 h3 img {
        display: block;
    }
    
    #totop {
        display: none;
    }
    
    .dasnetz h1 {
        /* #Tom  margin-top: -8px; */
    }
	
    .projects h1 {
     /* #Tom  margin-top: -2px; */
    }
	
    .home .hg_blue h1 {
     /* #Tom  margin-top: -25px; */
    }
    
    .home .main .item-page h1 {
     /*   margin-top: 14px; */
    }
    
    .item-page h1, .custom h1, .moduletable > h3, .sp-simpleportfolio h1 {
        margin-bottom: 15px;
    }
    
    .rotateback {
        padding-bottom: 40px;
    }
    
    .darkblue .rotateback {
        padding-bottom: 20px;
    }
    
    .content .rotateback.sp-simpleportfolio {
        margin-top: 0;
    }
    
    .footer.rotate {
        padding-top: 50px !important;
    }
    
    .hgblaucont .col-sm-6:last-of-type {
        margin-top: 23px;
    }
}

@media(max-width:767px) and (orientation:landscape) {
    .slideshow .tp-caption.excerpt {
        top: 200px !important;   
    }
    
    .rev_slider_wrapper, .rev_slider {
        height: 400px !important;
    }
}

@media(max-width:480px) {
    
    .project_grey h4 strong {
        min-width: 42px;
        font-size: 27px !important;
    }
    
    .project_grey ul {
        margin-left: 15px;
    }
    .sections_bottom .projects.rotate {
        width: 200%;
        margin-left: -51%;
        padding-top: 50px;
        margin-top: -20px;
    }
    
    .dasnetz.rotate {
        padding-top: 50px;
    }
    
    .sp-simpleportfolio .sp-simpleportfolio-description h1 {
        font-size: 26px;
        line-height: 28px;
    }
    
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        float: none;
        display: block;
        text-align: right;
        margin-left: 0;
        margin-right: 0px;
    }
    
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul {
        float: right;
        margin-bottom: 20px;
    }
    
    .dasnetz .sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-items {
        clear: both;
    }
    
    .amschalter h3, .amschalter h4 {
        font-size: 16px;
        line-height: normal;
        padding-left: 15px;
    }
    
    .project_image {
        height: 550px;
    }
    
    
  .slides_control {
    height: 500px !important;
  }
    
    
}

@media(max-width:767px) {
      body {
      overflow-x: hidden;
    }
    
}
@media(max-width:767px) {
    
    .bt-videos a.prev, .bt-videos a.next {
        top: 30% !important;
    }
    .navtop .logo img {
        width: 120px !important;
    }
    
    .navtop_white .logo img {
        width: 120px !important;
    }
    
    .navtop {
        height: 98px;
    }
    
    .excerpt {
        padding-right: 10px !important;
    }
    
    .slideshow .excerpt h5, .slideshow .excerpt h4 {
        font-size: 25px !important;
    }
    
    nav {
        padding-left: 20px;
    }
    
    body, html {
        font-size: 15px;
      overflow-x: hidden;
    }
    
  
}


.scrolllinie{
	display: block!important; 
	width:100%!important;
	/* border-top: 5px solid red!important;  */
  display: block!important; 
  position: absolute!important;
}

.dasnetz .scrolllinie{
	/* border-top: 5px solid red!important; */ 
    transform: rotate(6deg)!important;
    
    
}


  .lichtbogen .hideme {
		   top:0px!important;
    }
