@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import "animate.css";
/*========================================================
                      Main Styles
=========================================================*/


body {
	font-size: 17px;
	font-weight: 300;
	color: #353535;
}

h1 {
	font-size: 55px;
	font-weight: 600;
}

.magenta {
	color: #ff00aa;
}

.orange {
	color: #fd7605;
}

a.magenta:hover, a.magenta:active, a.magenta:focus {
	color: #ff00aa;
}

.bg-magenta {
	background-color: #ff00aa;
	border-color: #ff00aa;
}

.bg-white {
	background-color: #fff;
	border-color: #fff;
	color: #fd7605;
}

.bg-whatsup-green {
	background-color: #25d366;
	border-color: #25d366;
}

.bg-grey {
	background-color: #e8e8ea;
	border-color: #e8e8ea;
}

a.bg-white:hover {
	background-color: #ececec;
	border-color: #fff;
	color: #fd7605;
}

.panel-icon h4 {
  line-height: 1.3;
}

p {
	line-height: 26px;
}

h5 span {
	font-size: 28px;
}

.badge {
  background: none;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .clearboth {
    clear: both;
  }
}
.p__mod {
  font-size: 25px;
  line-height: 51px;
}
.p__mod a[href^="callto:"] {
  font-size: 35px;
  line-height: 51px;
}
@media (max-width: 1199px) {
  .p__mod a[href^="callto:"] {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.mg-add {
  margin-top: 18px;
}
.border-t {
  border-top: 1px solid #b7b7b7;
}
* + .row {
  margin-top: 30px;
}
.row + * {
  margin-top: 30px;
}
.row + .row {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .row + .row {
    margin-top: 0px;
  }
}
* + p {
  margin-top: 16px;
}
* + .btn {
  margin-top: 35px;
}
* + .row {
  margin-top: 25px;
}
* + h4 {
  margin-top: 18px;
}
* + .offset1 {
  margin-top: 26px;
}
* + .offset2 {
  margin-top: 12px;
}
h3 + .offs {
  margin-top: 50px;
}
h3 + .offs1 {
  margin-top: 14px;
}
h3 + .marked-list {
  margin-top: 5px;
}
h3 + form {
  margin-top: 33px;
}
h4 + p {
  margin-top: 6px;
}
p + .marked-list {
  margin-top: 20px;
}
* + .index-list {
  margin-top: 30px;
}
.marked-list + .btn-xs {
  margin-top: 30px;
}
* + .offset3 {
  margin-top: 11px;
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Banner    ======================*/
.banner {
  float: right;
  margin-top: 39px;
}
.banner p {
  color: #333333;
}
.banner p a {
  color: #fd7605;
  letter-spacing: -0.05em;
}
.banner p a:hover {
  color: #333333;
}
.banner dl {
  line-height: 13px;
}
.banner dl dd,
.banner dl dt {
  display: inline-block;
}
/*==================   Marked-list   ======================*/
.marked-list {
  font-size: 25px;
  font-weight: 600;
  color: #fd7605;
}
.marked-list li {
  position: relative;
  padding-left: 25px;
  line-height: 33px;
  text-align: left;
}
.marked-list li:before {
  content: '+';
  position: absolute;
  left: 0;
  top: -2px;
  color: #333333;
  font: inherit;
  line-height: inherit;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.marked-list li:hover:before {
  left: 2px;
  color: #fd7605;
}
.marked-list li a:hover {
  color: #333333;
}
.marked-list li + li {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .marked-list {
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
  }
}
/*=================   Contacts-block   ==================*/
.map {
  position: relative;
}
.map .contacts-block {
  background: #fd7605;
  position: absolute;
  padding: 24px 60px 118px 40px;
  overflow: hidden;
  z-index: 99;
  bottom: 100%;
  margin-bottom: 63px;
}
.map .contacts-block a[href^="callto:#"] {
  color: #ffffff;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: -0.05em;
}
.map .contacts-block a[href^="callto:#"]:hover {
  text-decoration: underline;
}
.map .contacts-block * + address {
  margin-top: -10px;
}
@media (max-width: 1199px) {
  .map .contacts-block * + address {
    margin-top: 8px;
  }
}
.map .contacts-block address,
.map .contacts-block dl:last-child {
  font-size: 25px;
  line-height: 31px;
  font-weight: 600;
}
.map .contacts-block h3 + p {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .map .contacts-block h3 + p {
    margin-top: 8px;
  }
}
.map .contacts-block dl dd,
.map .contacts-block dl dt {
  display: inline-block;
}
.map .contacts-block dl a:hover {
  text-decoration: underline;
  color: #fff;
}
.map .contacts-block address + dl {
  margin-top: 6px;
}
.map .contacts-block dl + dl {
  margin-top: 8px;
}
@media (max-width: 1199px) {
  .map .contacts-block {
    padding: 15px;
    right: 30px;
  }
  .map .contacts-block h3,
  .map .contacts-block a,
  .map .contacts-block address,
  .map .contacts-block dl,
  .map .contacts-block dt,
  .map .contacts-block dd {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .map .contacts-block {
    display: none;
  }
}
/*===================   inline-list   ==================*/
.inline-list:before,
.inline-list:after {
  content: "";
  display: table;
}
.inline-list:after {
  clear: both;
}
.inline-list li {
  float: left;
  color: #b7b7b7;
  width: 28px;
  height: 28px;
  font-size: 33px;
  line-height: 28px;
}
.inline-list li + li {
  margin-left: 7px;
}
/*===================   Copyright   =====================*/
.copyright {
  display: inline-block;
  padding-left: 14px;
  padding-top: 3px;
}
.copyright a:hover {
  text-decoration: underline;
}
/*==================   Index-list  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
}
.index-list li h4 {
  padding-left: 100px;
}
@media (max-width: 480px) {
  .index-list li h4 {
    padding-left: 60px;
  }
}
.index-list li:nth-child(n+3) {
  margin-top: 35px;
}
.index-list li h4 + p {
  margin-top: 7px;
}
.index-list li:before {
  content: counter(li, decimal-leading-zero);
  font-size: 60px;
  line-height: 76px;
  font-weight: 800;
  position: absolute;
  left: 12px;
  top: -27px;
  counter-increment: li;
}

.leistungen.index-list li:last-child::before {
  content: '';
}

@media (max-width: 480px) {
  .index-list li:before {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 1199px) {
  .index-list {
    padding: 0px 15px;
  }
}
/*==================   Panel-icon  ======================*/
.panel-icon {
  background-color: #f5f5f5;
  border-radius: 0;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding-top: 60px;
  padding-bottom: 38px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.panel-icon h4,
.panel-icon p {
  text-align: left;
  padding: 0px 39px 0 35px;
}
.panel-icon span {
  font-size: 100px;
  line-height: 76px;
  text-align: center;
  color: #fd7605;
}
.panel-icon span + h4 {
  margin-top: 32px;
}

@media (max-width: 980px) and (min-width: 768px) {
  .panel-icon {
    text-align: center;
    padding-bottom: 20px;
  }
  .panel-icon h4,
  .panel-icon p {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .panel-icon {
    text-align: center;
  }
}
.term-list dd {
  margin-left: 0;
  color: #777777;
}
.term-list * + dt {
  margin-top: 37px;
}
.term-list dt + * {
  margin-top: 2px;
}
.term-list dt + * {
  margin-top: 7px;
}
.term-list dd + dd {
  margin-top: 20px;
}
.term-list a[href^="mailto:"] {
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  color: #fd7605;
  margin-top: 20px;
}
.term-list a[href^="mailto:"]:hover {
  color: #b7b7b7;
}
* + .term-list {
  margin-top: 10px;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
}
@media (max-width: 991px) {
  header {
    text-align: center;
  }
  header .navbar-header,
  header .banner {
    float: none;
    margin: 0;
  }
  header .banner {
    margin-bottom: 20px;
  }
  header .navbar-brand {
    margin: 10px 0 5px;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  background: #ffffff;
}
/*==================    404    =========================*/
.page404 {
  padding-top: 91px;
}
.page404 .mg-add {
  margin-top: 20px;
}
.page404 * + p {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .page404 {
    padding-top: 15px;
  }
  .page404 .mg-add2 {
    margin-top: -60px;
  }
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #ffffff;
  padding-bottom: 38px;
  padding-top: 39px;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .inline-list {
    float: none;
    margin: 20px 0;
  }
  footer .copyright {
    display: block;
  }
}
footer .brand-footer {
  display: inline-block;
}
footer .brand-footer .brand_name-footer {
  font-size: 25px;
  font-weight: 800;
  color: #fd7605;
}
footer .brand-footer .brand_name-footer a {
  text-decoration: none;
}
footer .brand-footer .brand_name-footer span {
  font-weight: 300;
  color: #333333;
}
footer .inline-list {
  float: right;
  display: inline-block;
}
@media (max-width: 767px) {
  footer .inline-list {
    float: none;
    margin: 10px 0;
  }
}
footer .inline-list .fa:hover {
  color: #fd7605;
}



.modal {
	z-index: 999 !important;
}

.modal h3 {
	font-size:30px;
}

.blocker {
	z-index: 9999 !important;
	background-color: rgba(0,0,0,0.4) !important;;
}

.close-modal {
	display: none !important;
}

.more {
  font-size: 14px;
  background: #fd7605;
  padding: 3px 22px 3px;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  border: 2px solid #fd7605;
}

.black {
  color: #000 !important;
}


.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}


.mt-0 {
	margin-top: 0px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mt-90 {
	margin-top: 90px !important;
}



.pt-10 {
	padding-top: 10px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pb-5 {
	padding-bottom: 5px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.p-10 {
	padding-bottom: 60px !important;
}

.me-5 {
	margin-right: 12px !important;
}

.me-20 {
	margin-right: 20px !important;
}

.me-30 {
	margin-right: 30px !important;
}

.me-40 {
	margin-right: 40px !important;
}

.ms-5 {
	margin-left: 12px !important;
}


.ms-15 {
	margin-left: 14px !important;
}

.ms-100 {
	margin-left: 102px !important;
}

footer article {
	padding-right: 40px;
}

p.thumb-up {
	display: block;
	position: relative;
	margin: 0 0 0 45px;
}

p.thumb-up:before {
	position: absolute;
	left: -38px;
	top: 1px;
	content: "\f164";
	font-family: 'FontAwesome';
	font-size: 28px;
	line-height: 22px;
	display: block;
	color: #f0a;
}

/* --- contact data --- */
.contact-data li {
	line-height: 24px;
}

@media (max-width: 767px) {
	.contact-data li {
	  display: block;
	  width: max-content;
	  margin: auto;
	}
	
	
	
	
}

.contact-data li:last-child{
	border: none;
}
.contact-data li::before {
	width: 16px;
	padding-top: 3px;
    display: table-cell;
    vertical-align: top;
}
.contact-data li .value {
	display: table-cell;
	
    padding: 0 0 18px 15px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #fd7605 !important;
  background: #fd7605 !important;
}

h3.ui-accordion-header {
	font-size: 25px !important;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 7px 31px 6px;
}




/* add Bootstrap 5 forms */

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}

.form-check-input[type="checkbox"] {
  border-radius: .25em;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em !important;
  height: 1em !important;
  margin-top: .25em !important;
  vertical-align: top !important;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0,0,0,.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.d-block {
	display: block;
}


.contact-form select, .contact-form input, .contact-form .input-group input {
  height: 60px;
}

.rounded-3 {
  border-radius: 0.5rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.w-100 {
  width: 100% !important;
}

.form-select {
	
  position: relative !important;
  left: auto !important;
  height: initial !important;
  overflow: hidden !important;
  opacity: 1 !important;
	
	
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100% !important;
  padding: .375rem 2.25rem .375rem .75rem;
  padding-left: 0.75rem;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

ul.dropdown, .mfSelect .value {
	display: none;
}

 

input, select, textarea {
  border-color: var(--dark-color);
  outline: 0;
  box-shadow: none;
}

select {
  word-wrap: normal;
}

button, select {
  text-transform: none;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

*, ::before, ::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.border {
  border: 1px solid #848484 !important;
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	padding-left: 0.75rem;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-clip: padding-box;
	border: 1px solid #848484 !important;
	border-radius: var(--bs-border-radius);
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

hr {
	color: #cacaca;
	border: 1px solid ;
	width: 100%;
	max-width: 100%;
	display: block;
	float: left;
	clear: both;
}

.ui-state-hover {
	background-color: #fd7605 !important;
	color: #fff !important;
}

.ui-state-hover .ui-icon {
  /*background-image: url("images/ui-icons_ffffff_256x240.png") !important;*/
}

a.file-pdf {
	display: block;
	position: relative;
	margin: 0 0 0 45px;
}

a.file-pdf:before {
	position: absolute;
	left: -35px;
	top: 1px;
	content: "\f1c1";
	font-family: 'FontAwesome';
	font-size: 28px;
	line-height: 22px;
	display: block;
}

.contact-form-padding {
	padding: 0 25px;
}

.btn-xxs {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	padding: 2px 9px 1px;
	margin-top: 5px;
}

a.accordion_header::before {
  content: "";
  position: initial;
  left: auto;
  top: auto;
  color: transparent;
}

a.ui-accordion .ui-accordion-header {
  font-size: initial !important;
}

a.btn.accordion_header {
	border: 3px solid transparent !important;
}


.template-mobile.call-to-action {
  vertical-align: center;
}

.template-mobile.call-to-action::before {
  width: 16px;
  padding: 0 10px 1px 9px;
  display: table-cell;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .sfHover > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .sfHover > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .sfHover > a:focus {
  background-color: #f0a;
}

@media (min-width: 768px) {
  .navbar-nav > li.active > a {
    color: #fff;
    background: #f0a;
  }
}

.well3 {
  padding-bottom: 335px !important;
}




@media (max-width: 767px) {
	footer article {
	  padding:  0 30px 0 30px;
	}
}