@charset "UTF-8";@font-face {src: local('DINPro-Light'), url('https://ideenwerke.com/fonts/DINPro-Light.woff2') format('woff2'), url('https://ideenwerke.com/fonts/DINPro-Light.woff') format('woff'); font-family: 'DINPro'; font-weight: 300; font-style: normal; font-display: swap}
@font-face {src: local('DINPro-Black'), url('https://ideenwerke.com/fonts/DINPro-Black.woff2') format('woff2'), url('https://ideenwerke.com/fonts/DINPro-Black.woff') format('woff'); font-family: 'DINPro'; font-weight: 900; font-style: normal; font-display: swap}
@font-face {src: local('DINPro-Regular'), url('https://ideenwerke.com/fonts/DINPro-Regular.woff2') format('woff2'), url('https://ideenwerke.com/fonts/DINPro-Regular.woff') format('woff'); font-family: 'DINPro'; font-weight: normal; font-style: normal; font-display: swap}
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, th{
    font-family: 'DINPro';
    color: #012949;
    font-weight: 900;
}
p, li, td, span, label, div {
    color: #3c3c3c;
    font-size: 1rem;
    font-family: 'DINPro';
    font-weight: normal;
}
.headline {
	text-transform: uppercase;
	line-height: 30px;
  font-size: 3rem;
}
.headline span {
  display: block;
  font-size: 20px;
  color:#012949;
  font-weight: normal;
  margin-bottom: 25px;
}
.headline::after {
	content: "";
	width: 80px;
	height: 4px;
	border-top-width: 1px;
	display: block;
	margin-top: 40px;
	background: rgba(0,0,0,.3);
  margin-bottom: 25px;
}
#sp-header {
	box-shadow: none;
	padding: 20px 0px;
	margin-bottom: 20px;
}
#sp-header.header-sticky {
  padding: 0px !important;
  
}
#sp-top-bar .sp-contact-email {
	margin-right: 0px !important;
}
.cc-banner.cc-window {
	color: rgb(50, 50, 50) !important;
	background-color: rgb(200, 200, 200) !important;
}
.cc-banner span.cc-close {
  color: transparent;
  text-shadow: rgb(50, 50, 50) 0px 0px 0px !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  line-height: 50px !important;
}
#socialstream {
	margin: 50px auto 0;
  max-width: 1320px;
  padding-right: 15px;
}
/******** HOME *********/
#home, #leistungen {
	background-color: #D4D6D6;
}
#home .trenner-start {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI4MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTEyODAgNjkuNjVsLTMyMCA0OS4yNEwzMjAgMjAuNCAwIDY5LjY1VjBoMTI4MHY2OS42NXoiLz48L2c+PC9zdmc+);
	background-size: 100% 80px;
	top: 0;
	height: 80px;
	z-index: 1;
	transform: scale(1,1);
	background-color: transparent;
  margin-bottom: 50px;
}
#home .trenner-ende {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0xMjgwIDBsLTI2Mi4xIDExNi4yNmE3My4yOSA3My4yOSAwIDAgMS0zOS4wOSA2TDAgMHYxNDBoMTI4MHoiLz48L2c+PC9zdmc+);
	background-size: 100% 100px;
	height: 100px;
	transform: scale(1,1);
  margin-top: 100px;
}
#home .container.starting {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap:wrap;
}
#home h1 {
  flex-basis:100%;
  margin-bottom: 35px;
  font-size: 3.5rem;
}
#home .img-container, #home .headline {
  flex-basis:50%;
  margin-bottom: 0px;
}
#home .img-container img {
	max-width: 475px;
}

/******** NORMALIZING ********/
#sp-main-body {
	padding: 0px;
}
.trennlinie {
  margin: 50px 0px;
}
#inhalt {
  margin: 50px auto;
}

/******** ACCORDION ********/
.accordion-item {
	border: none !important;
  background-color: transparent;
}
.accordion-button {
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.accordion-button:focus {
	z-index: 3;
	border-color: transparent !important;
	outline: 0;
	box-shadow: none !important;
  background-color: transparent;
}
.accordion-button:not(.collapsed) {
	color: rgb(0, 18, 42);
	background-color: rgb(0,0,0,0);
}
.accordion-button.collapsed {
  color: rgba(0,18,42,.5);
  background-color: rgba(0,0,0,0);
}
.accordion-item:last-of-type .accordion-button {
  border-bottom: 0px !important;
}

/******** CAROUSEL ENTWUERFE ***********/
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  box-shadow: none;
  height: 150px;
  margin: 30px auto 50px;
  overflow: hidden;
  position: relative;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 150px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 150px;
  width: 150px;
}

/********* LEISTUNGEN ************/
#leistungen .container {
	padding-top: 50px;
	padding-bottom: 50px;
}
.trenner-leistung {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNGRkZGRkYiPjxwYXRoIGQ9Ik0wIDUxLjc2YzM2LjIxLTIuMjUgNzcuNTctMy41OCAxMjYuNDItMy41OCAzMjAgMCAzMjAgNTcgNjQwIDU3IDI3MS4xNSAwIDMxMi41OC00MC45MSA1MTMuNTgtNTMuNFYwSDB6IiBmaWxsLW9wYWNpdHk9Ii4zIi8+PHBhdGggZD0iTTAgMjQuMzFjNDMuNDYtNS42OSA5NC41Ni05LjI1IDE1OC40Mi05LjI1IDMyMCAwIDMyMCA4OS4yNCA2NDAgODkuMjQgMjU2LjEzIDAgMzA3LjI4LTU3LjE2IDQ4MS41OC04MFYwSDB6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTAgMHYzLjRDMjguMiAxLjYgNTkuNC41OSA5NC40Mi41OWMzMjAgMCAzMjAgODQuMyA2NDAgODQuMyAyODUgMCAzMTYuMTctNjYuODUgNTQ1LjU4LTgxLjQ5VjB6Ii8+PC9nPjwvc3ZnPg==);
	background-size: 100% 100px;
	top: 0;
	height: 100px;
	z-index: 10;
	transform: scale(1,1);
}
.trenner-leistung-ende {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNGRkZGRkYiPjxwYXRoIGQ9Ik0wIDUxLjc2YzM2LjIxLTIuMjUgNzcuNTctMy41OCAxMjYuNDItMy41OCAzMjAgMCAzMjAgNTcgNjQwIDU3IDI3MS4xNSAwIDMxMi41OC00MC45MSA1MTMuNTgtNTMuNFYwSDB6IiBmaWxsLW9wYWNpdHk9Ii4zIi8+PHBhdGggZD0iTTAgMjQuMzFjNDMuNDYtNS42OSA5NC41Ni05LjI1IDE1OC40Mi05LjI1IDMyMCAwIDMyMCA4OS4yNCA2NDAgODkuMjQgMjU2LjEzIDAgMzA3LjI4LTU3LjE2IDQ4MS41OC04MFYwSDB6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTAgMHYzLjRDMjguMiAxLjYgNTkuNC41OSA5NC40Mi41OWMzMjAgMCAzMjAgODQuMyA2NDAgODQuMyAyODUgMCAzMTYuMTctNjYuODUgNTQ1LjU4LTgxLjQ5VjB6Ii8+PC9nPjwvc3ZnPg==);
	background-size: 65% 100px;
	top: 0;
	height: 100px;
	z-index: 10;
	transform: scale(1,1) rotateX(180deg);
}
/******** FEATURES **********/
.features {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
}
.features .feature-item {
	flex-basis: 49%;
	margin-bottom: 30px;
}
.features .feature-item img {
	width: 50px;
}
.features .feature-item p {
  margin-bottom: 0px;
}

/******* ABOUT **********/
#ubermich {
	padding: 50px 0px;
}
.features.quer {
  flex-wrap: nowrap;
  flex-direction: column;
}
.features.quer .feature-item {
  display: flex;
  flex-basis: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.features.quer .feature-item img {
  max-width: 50px;
  height: auto;
  flex-basis: 15%;
}
.features.quer .feature-item h3 {
  flex-basis: 85%;
  padding-left: 10px;
  margin-bottom: 0px;
}
.features.quer .feature-item p {
  flex-basis: 100%;
  width: 100%;
}

/********* KONTAKT **********/
#kontakt {
  background-color: #012949;
  padding-bottom: 50px;
}
#kontakt .trenner {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDJweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDUxLjc2YzM2LjIxLTIuMjUgNzcuNTctMy41OCAxMjYuNDItMy41OCAzMjAgMCAzMjAgNTcgNjQwIDU3IDI3MS4xNSAwIDMxMi41OC00MC45MSA1MTMuNTgtNTMuNFYwSDB6IiBmaWxsLW9wYWNpdHk9Ii4zIi8+PHBhdGggZD0iTTAgMjQuMzFjNDMuNDYtNS42OSA5NC41Ni05LjI1IDE1OC40Mi05LjI1IDMyMCAwIDMyMCA4OS4yNCA2NDAgODkuMjQgMjU2LjEzIDAgMzA3LjI4LTU3LjE2IDQ4MS41OC04MFYwSDB6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTAgMHYzLjRDMjguMiAxLjYgNTkuNC41OSA5NC40Mi41OWMzMjAgMCAzMjAgODQuMyA2NDAgODQuMyAyODUgMCAzMTYuMTctNjYuODUgNTQ1LjU4LTgxLjQ5VjB6Ii8+PC9nPjwvc3ZnPg==);
	background-size: 100% 102px;
	top: 0;
	height: 102px;
	z-index: 10;
	transform: scale(1,1);
}
#kontakt .headline {
	color: #fff;
}
#kontakt .headline span {
	color: #012949;
}
#kontakt .headline::after {
  background-color: rgba(255, 255, 255, .3);
}
#cf_1 {
	background-color: rgba(255, 255, 255, 0);
}
.cf .cf-form-wrap {
	padding: 0px !important;
}
.convertforms .cf-input::placeholder {
	color: #eee;
}
.convertforms .cf-input {
  border-color: rgba(255,255,255,0.3) !important;
  color: #fff !important;
  background-color: transparent !important;
}
.cf-label {
	color: #fff !important;
}
.cf-label a {
  color: #eee;
  font-weight: bold;
}

/****** FOOOTER *********/
#sp-footer, #sp-bottom {
	background: #012949;
}
.logotext {
	display: flex;
	align-content: center;
	align-items: center;
}
.logotext img {
  width: 100px;
  margin-left: 10px;
}
.sp-copyright {
	color: #fff;
}
#sp-footer a, #sp-bottom a {
	color: #eee;
}

/********* OFF-CANVAS *********/
body.ltr .close-offcanvas {
	right: 25px;
	top: 35px;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
	right: -100%;
	top: 0;
}
.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
  background-color: #012949;
}
.offcanvas-overlay {
  background: rgba(0, 0, 0, 0.7);
}
.offcanvas-overlay {
  background: rgba(255, 255, 255, 0.9);
}
.offcanvas-menu {
  background-color: transparent;
  color: #012949;
  width: 100%;
}
.offcanvas-menu .offcanvas-inner {
	padding: 25px;
	padding-top: 50px;
}
.offcanvas-inner .sp-module .menu.nav-pills {
	margin-bottom: 0px !important;
}
.offcanvas-menu .offcanvas-inner .sp-module {
	padding: 20px;
	margin: 0 0 30px;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.offcanvas-menu .offcanvas-inner .sp-module:not(.logo) {
	padding: 0px;
	color: #012949;
	box-shadow: none;
	padding-bottom: 30px !important;
	border-bottom: 1px solid #012949;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
	font-size: 1.4rem;
}
.offcanvas-menu .menu {
	flex-direction: row !important;
  margin-bottom: 0px !important;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	margin-right: 15px;
	font-weight: normal;
}
.offcanvas-menu .offcanvas-inner .sp-module.logo {
	position: absolute;
	top: 0;
	background: transparent !important;
	box-shadow: none !important;
	left: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module.logo .logo-image {
	height: 50px;
	width: inherit !important;
	margin-top: 4px;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
	margin-right: 00px;
}

/********** SOCIAL STREAM **********/
.ig-carousel {
  margin: 10vh 0 0;
}
/*********** MEDIA QUERIES ************/
@media screen and (min-width:577px) {  
  .cards-wrapper {
    display: flex;
  }
  .card {
    margin: 0 auto !important;
    width: calc(100% / 2);
  }
  .image-wrapper {
    height: 20vw;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .carousel-item {
    margin-right: 0;
    flex: 0 0 20%;
    display: block;
  }
  .carousel-inner {
    display: flex;
  }
}
@media screen and (max-width:1299px) {
  #home h1 {
    font-size: 3.2rem;
  }
  .headline {
    font-size: 2.5rem;
  }
 #socialstream {
  margin: 50px auto 0;
  max-width: 1140px;
}
}

@media screen and (max-width:1199px) {
  .headline {
    font-size: 2.3rem;
    line-height: 2.2rem;
  }
  #home .img-container img {
    max-width: 400px;
  }
 #socialstream {
  max-width: 960px;
}
}
@media screen and (max-width:991px) {
  #sp-top-bar {
    display: none;
  }
  #home .img-container img {
    max-width: 250px;
  }
  .carousel-item {
    flex: 0 0 50% !important;
  }
  .col-9, .col-6, .col-3 {
    width: 100%;
  }
  .storiebild {
    margin: 0 auto;
  }
  #socialstream {
    max-width: 720px;
  }
  .offcanvas-menu .offcanvas-inner .sp-contact-info > li > a, .offcanvas-menu .offcanvas-inner .social-icons > li > a {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  #sp-header {
    padding: 20px 0px;
    margin-bottom: 20px;
  }
  #sp-header.header-sticky {
    height: 100px !important;
  }
  .logo-image {
    height: 50px;
  }
  #home h1 {
    font-size: 2.8rem;
  }
  .carousel-item {
    margin-right: 0;
    flex: 0 0 20%;
    display: block;
  }
  .carousel-inner {
    display: flex;
  }
  #leistungen .row > .col-6:last-child {
    margin-top: 50px;
  }
  #socialstream {
    max-width: 540px;
  }
}
@media screen and (max-width:576px) {
  .card:not(:first-child) {
    display: none;
  }
  #home .img-container, #home .headline {
    flex-basis: 100%;
  }
  #home .img-container img {
    margin-bottom: 30px;
  }
  .features .feature-item {
    flex-basis: 100%;
  }
  #socialstream {
    max-width: 100%;
  }
}
