html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}table {border-collapse: collapse;border-spacing: 0;}

/* catamaran-regular - latin */
@font-face {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/catamaran-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/catamaran-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/catamaran-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/catamaran-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/catamaran-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/catamaran-v7-latin-regular.svg#Catamaran') format('svg'); /* Legacy iOS */
}
/* catamaran-500 - latin */
@font-face {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/catamaran-v7-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/catamaran-v7-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/catamaran-v7-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/catamaran-v7-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/catamaran-v7-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/catamaran-v7-latin-500.svg#Catamaran') format('svg'); /* Legacy iOS */
}
/* catamaran-700 - latin */
@font-face {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/catamaran-v7-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/catamaran-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/catamaran-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/catamaran-v7-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/catamaran-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/catamaran-v7-latin-700.svg#Catamaran') format('svg'); /* Legacy iOS */
}

.row:before, .row:after {
  display: none !important
}

.container-fluid {
  padding-left: 100px;
  padding-right: 100px
}

b, strong {
  font-weight: 600;
}

body {
  line-height: 1.61;
  font-size: 16px;
  color: #1c1c1c;
  font-family: 'Catamaran';
  font-weight: 500;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

h1, h2, h3, h4 {
  line-height: normal;
  margin: 0 0 30px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-family: 'Catamaran';
  font-weight: 500;
  -moz-font-feature-settings: lnum 1;
  -moz-font-feature-settings: lnum=1;
  -ms-font-feature-settings: lnum 1;
  -o-font-feature-settings: lnum 1;
  -webkit-font-feature-settings: lnum 1;
  font-feature-settings: lnum 1
}

h1 {
  font-size: 32px;
  line-height: 46px;
  font-weight: 500;
  color: #fff;
}

h2 {
  font-size: 32px;
  font-weight: 500;
  color: #e74010;
}

h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 17px;
  color: #e74010;
}

p {
  margin: 0 0 15px
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto
}

a {
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
  outline: none;
  color: #1c1c1c;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
}

a:hover, a:focus {
  color: #393b30;
  outline: none;
  text-decoration: underline;
}

a:active {
  outline: none
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

figure {
  margin: 0
}

ul {
  padding-left: 20px;
  list-style: disc
}

iframe {
  margin-bottom: 15px;
  max-width: 100%
}

::-webkit-input-placeholder {
  color: rgba(82, 82, 82, 0.5);
  font-weight: 400;
  opacity: 1
}

:-moz-placeholder {
  color: rgba(82, 82, 82, 0.5);
  font-weight: 400;
  opacity: 1
}

::-moz-placeholder {
  color: rgba(82, 82, 82, 0.5);
  font-weight: 400;
  opacity: 1
}

:-ms-input-placeholder {
  color: rgba(82, 82, 82, 0.5);
  font-weight: 400;
  opacity: 1
}

.topbar-area {
  background: #fff;
  color: #fff;
  position: fixed;
  padding: 5px 0;
  bottom: 0;
  width: max-content;
  height: auto;
  z-index: 1012;
  font-size: 14px;
  border-top: 1px solid #afad7f;
  border-right: 1px solid #afad7f;
  -webkit-transition: all ease-in .33s;
  -o-transition: all ease-in .33s;
  transition: all ease-in .33s;
}

.topbar-area a {
  color: #e74010;
  font-weight: bold;
}

.topbar-area a:hover {
  color: #afad7f !important;
  text-decoration: none;
}

.secure-links a {
  padding-right: 10px;
}

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

.dsa-cookie-notice {
	background-color: rgb(231, 64, 16);
	font-family: 'Catamaran';
	font-size: 14px;
	bottom: 40px;
	color: #fff;
	width: 81%;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 3.7px rgba(0, 0, 0, 0.022), 0 8.3px 10.1px rgba(0, 0, 0, 0.03), 0 19.9px 24.4px rgba(0, 0, 0, 0.039), 0 66px 81px rgba(0, 0, 0, 0.07);
	box-shadow: 0 3px 3.7px rgba(0, 0, 0, 0.022), 0 8.3px 10.1px rgba(0, 0, 0, 0.03), 0 19.9px 24.4px rgba(0, 0, 0, 0.039), 0 66px 81px rgba(0, 0, 0, 0.07);
}

.cookie-inner {
	padding: 25px 25px 10px;
}

.dsa-cookie-notice a {
	color: rgb(255, 255, 255);
	font-weight: 700;
}

.basic-btn {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  width: auto;
  height: auto;
  line-height: normal;
  box-shadow: none;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  background-color: #f4ba28;
  font-family: "Palanquin";
  font-weight: 600;
  font-size: 16px;
  color: #FFF;
  transition: .18s background-color ease, color .18s ease, .18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  min-width: 185px;
  padding: 5px 20px 6px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.basic-btn:active {
  outline: none;
  color: #fff;
}

.basic-btn:hover {
  background-color: #aaaba8;
  color: #FFF;
  text-decoration: none
}

.basic-btn:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
}

.btn.transparent {
  background-color: transparent
}

.btn.transparent:hover {
  background-color: #e6bb4a
}

.navbar-light .navbar-toggler-icon {
  background: url(../images/resp-menu.svg);
  background-repeat: no-repeat;
  background-size: cover
}

#nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	padding: 0 100px;
	top: 0;
	background-color: #fff;
	position: fixed;
	z-index: 50;
	-webkit-transition: all ease-in .33s;
	-o-transition: all ease-in .33s;
	transition: all ease-in .33s;
	box-shadow: 0 1.9px 3.7px rgba(0, 0, 0, 0.022), 0 5.3px 10.1px rgba(0, 0, 0, 0.03), 0 12.7px 24.4px rgba(0, 0, 0, 0.039), 0 42px 81px rgba(0, 0, 0, 0.07);
}

/* .changeColor {
	background-color: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #393b3033;
} */
#nav .logo {
  padding: 15px 0;
  height: 110px;
  width: auto;
}

#nav .logo-anchor::before {
	content: '';
	position: absolute;
	margin-top: 69px;
	margin-left: 378px;
	background-color: #afad7f;
	height: 15px;
	width: calc(100% - 544px);
}

#nav ul {
  margin: 0;
  padding: 0
}

#navigation {
  text-align: right;
  display: block
}

#navigation li {
	display: inline-block;
	position: relative;
	color: #fff;
	margin: 5px 0;
	z-index: 100;
	margin-bottom: 22px;
}

#navigation a {
	white-space: nowrap;
	padding: 1px 12px;
	color: #e74010;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	border-bottom: 2px solid transparent;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

#navigation li:first-of-type a::after {
  display: none;
}

#navigation a:hover {
  text-decoration: none;
  color: #e74010
}

#navigation>li>a:hover {
  border-bottom-color: #e74010
}

.navbar {
  display: none;
  text-align: left;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #fff;
  padding: 10px 10px 0;
  height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.navbar-toggler:hover {
  opacity: .95;
  color: #333
}

.navbar-toggler:active {
  opacity: 1
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border: 0
}

.mob-title {
	display: block;
	text-align: center;
	margin: -43px 0;
}

.mob-title img {
  width: auto;
  height: 50px;
}


.resp-contact-infos {
  position: absolute;
  right: 15px;
}

.resp-contact-infos a {
  display: inline-block;
  margin-right: 14px;
}

.resp-contact-infos a:last-of-type {
  margin-right: 0;
}

.resp-contact-infos img {
  height: 28px;
  width: auto;
}

.navbar-nav {
	margin-top: 60px;
	background-color: rgb(231, 64, 16);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .95);
	border-top: 1px solid #afad7f;
	padding-left: 16px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, .75);
  background-color: #afad7f;
}

.contact-infos {
  margin-bottom: 22px;
}

.contact-infos a {
  display: inline-block;
  margin-right: 14px;
}

.contact-infos a:last-of-type {
  margin-right: 0;
}

.contact-infos img {
  height: 28px;
  width: auto;
}

/* ============== Home ============ */
#home {
  display: block;
  position: relative;
  padding-top: 170px;
  padding-bottom: 75px;
}

#home::after {
	content: '';
	position: absolute;
	background: url(../images/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 90px;
	left: 25px;
	width: 52px;
	height: 44px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

#home h1 {
	margin-left: -100px;
	background-color: #e74010;
	padding: 30px 30px 30px 100px;
	width: 580px;
	z-index: 10;
	position: relative;
	margin-top: 98px;
}

#home .home-img {
	width: 100%;
	height: 465px;
	object-fit: cover;
	object-position: 50% 100%;
}


.green-bar {
  display: block;
  width: 100%;
  height: 30px;
  background-color: #afad7f;
  margin-top: 20px;
}



/* ============== Über uns ============ */
#ueber-uns {
  padding-top: 40px;
  padding-bottom: 75px;
}

#ueber-uns .about-us-img {
  float: right;
  padding-left: 10px;
  padding-bottom: 20px;
  width: 380px;
  height: auto;
  object-fit: cover;
}


/* ============== Partner ============ */
#partner {
  padding-top: 40px;
  padding-bottom: 75px;
}

#partner .list-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

#partner .list-block a {
	width: 30.3%;
	color: #e74010;
	font-size: 24px;
	margin-left: 12px;
	margin-right: 25px;
}

#partner .list-block a:last-of-type {
	margin-right: 0px;
}

#partner .list-block a::before {
	content: '';
	position: absolute;
	background-color: #afad7f;
	width: 2px;
	height: 20px;
	margin-left: -12px;
	margin-top: 7px;
}



/* ============== Leistungen ============ */

#leistungen {
  padding-top: 40px;
  padding-bottom: 75px;
}

#leistungen #tabs {
  font-family: 'Catamaran';
	border: 0;
	padding: 0;
	background: transparent;
}

#leistungen [id*="tabs-"] ul {
  list-style-position: inside;
  list-style-type: disc;
  margin-left: 0;
  padding-left: 0;
}

#leistungen .ui-tabs .ui-tabs-panel {
  padding: 0;
}

#leistungen ul {
	list-style-position: inside;
  list-style-type: none;
  border: 0;
  background: transparent;
}

#leistungen li {
	clear: both;
  background: #fff;
  color: #333333;
  border: 0;
  padding-bottom: 10px;
}

#leistungen li.ui-tabs-active {
  background: #fff;
  color: #333333;
  border: 0;
  border-radius: 0;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  padding: 10px 15px;
  background: #e74010;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-weight: 500;
}

.ui-state-active a::after, .ui-state-active a:link::after, .ui-state-active a:visited::after {
	content: '';
	position: absolute;
	margin-top: 12px;
	margin-left: 50px;
	width: 100%;
	height: 1px;
	border-top: 1px solid #e74010;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 12px 22px;
  font-weight: 500;
  font-size: 18px;
}

#leistungen #tabs-1 .bodeng-img {
	width: 100%;
	height: 225px;
	object-fit: cover;
	object-position: 0% 60%;
	margin-bottom: 25px;
}

#leistungen #tabs-2 .deko-img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  object-position: 0% 40%;
  margin-bottom: 25px;
}

#leistungen #tabs-3 .sonnen-img {
	width: 100%;
	height: 490px;
	object-fit: cover;
	object-position: 0% 45%;
	margin-bottom: 25px;
}

#leistungen #tabs-4 .wand-img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  object-position: 50% 20%;
  margin-bottom: 25px;
}


/* ============== Weitere Leistungen ============ */
#w-leistungen {
  padding-top: 10px;
  padding-bottom: 75px;
}

#w-leistungen .leistungen-img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	object-position: 0% 90%;
	padding-bottom: 25px;
}

#w-leistungen h2 {
  padding-top: 40px;
}

#w-leistungen .list-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}


#w-leistungen .list-flex h3::before {
	content: '';
	position: absolute;
	background-color: #afad7f;
	width: 2px;
	height: 20px;
	margin-left: -12px;
	margin-top: 7px;
}

#w-leistungen .list-flex h3 {
	margin-left: 12px;
}

#w-leistungen .list-flex .list-element {
  padding-right: 50px;
}

#w-leistungen .list-flex .list-element:last-of-type {
  padding-right: 0;
}



/* ============== Kontakt ============ */

#kontakt {
  padding-top: 40px;
  padding-bottom: 75px;
}

#kontakt h2 {
}

#kontakt p {
  s
}

#kontakt a {
  font-weight: 700;
}


/* ============== Impressum ============ */

#impressum {
  padding-top: 40px;
  padding-bottom: 75px;
}


.lp {
  width: 100%;
  background-color: #c6e5ef;
  padding: 15px 0;
  text-align: center;
  display: inline-block
}4

.lp a {
  color: #333;
  font-weight: 600;
  padding: 0 20px
}


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

@media (max-width: 1199px) {
  #nav {
    display: none
  }

  .navbar {
    display: block;
    background: rgb(255, 255, 255);
  }

  .col-md-4, .col-sm-6, .col-md-6, .col-sm-7, .col-md-9, .col-sm-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  	padding-left: 15px;
  	padding-right: 15px;
  }

  .row {
    margin-left: -10px;
    margin-right: -10px
  }


}

@media (max-width: 991px) {
  .container-fluid {
    padding: 0 15px
  }

  #nav {
    display: none
  }

  h1 {
    font-size: 28px;
    line-height: 34px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {}

  #home {
  	display: block;
  	position: relative;
  	padding-top: 100px;
  }

  #home h1 {
  	margin-left: -20px;
  	padding: 30px 30px 30px 20px;
  	width: 420px;
  	margin-top: 60px;
  }

  #home .home-img {
  	width: 100%;
  	height: 320px;
  	object-fit: cover;
  	object-position: 50% 100%;
  }

}

@media (max-width: 767px) {
  h1 {
    font-size: 24px;
        line-height: 32px;
  }
  h2 {
    font-size: 24px
  }
  #home::after {
    display: none;
  }
  #home h1 {
  	margin-left: -0;
  	background-color: #e74010;
  	padding: 20px 25px;
  	width: 100%;
    margin-top: 0;
  }
  #ueber-uns .about-us-img {
    float: none;
    clear: both;
    padding: 0;
    margin-bottom: 15px;
    width: 100%;
    height: 260px;
    object-fit: cover;
  }
  #partner .list-block a {
    font-size: 18px;
  }
  .ui-state-active a::after, .ui-state-active a:link::after, .ui-state-active a:visited::after {
  	display: none;
  }
  .tabs-list {
    margin-bottom: 25px;
  }
  #leistungen #tabs-3 .sonnen-img {
  	height: 340px;
  	object-position: 0% 50%;
  }
  #leistungen #tabs-4 .wand-img {
  	height: 320px;
  	object-position: 50% 20%;
  }
  #w-leistungen .leistungen-img {
  	height: 280px;
  	object-position: 50% 0%;
  }
  #w-leistungen .list-flex {
    flex-wrap: wrap;
  }
  #w-leistungen .list-flex .list-element {
  	padding-right: 5px;
    margin-bottom: 8px;
  }
}

@media (max-width: 500px) {
  #partner .list-block {
  	justify-content: flex-start;
  	flex-wrap: wrap;
  	margin-bottom: 0;
  }
  #partner .list-block a {
    width: 100%;
    margin-bottom: 7px;
  }
  #partner .list-block a::before {
  	margin-top: 4px;
  }
}

@media (max-width: 400px) {
  .mob-title {
  	margin: -38px 0px 0px 2px;
  }
  .mob-title img {
  	width: auto;
  	height: 40px;
  }
  .resp-contact-infos {
  	top: 15px;
  }
  .resp-contact-infos img {
  	height: 24px;
  	width: auto;
  }
}

@media (max-width: 319px) {
}
