/* Custom styling for application goes in this file */
html {
  overflow-y: scroll;
}

body {
  min-width: 320px;
}

::-moz-selection {
  background: #ea6557;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #ea6557;
  color: #fff;
  text-shadow: none;
}

/* helper */
.responsive-grid .new-row {
  clear: left;
}

@media (min-width: 576px) {
  .responsive-grid .new-row-sm {
    clear: left;
  }
}

@media (min-width: 769px) {
  .responsive-grid .new-row-md {
    clear: left;
  }
}

@media (min-width: 1024px) {
  .responsive-grid .new-row-lg {
    clear: left;
  }
}

@media (min-width: 1250px) {
  .responsive-grid .new-row-xl {
    clear: left;
  }
}

/* typo */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  color: inherit;
}

@media (min-width: 1024px) {
  body {
    /* 15px */
    font-size: 0.9375rem;
    line-height: 1.3;
  }
  h1, .h1 {
    /* 25px */
    font-size: 1.55625rem;
  }
  h2, .h2 {
    /* 20px */
    font-size: 1.246875rem;
  }
  h3, .h3 {
    /* 16px */
    font-size: 0.999375rem;
  }
  h4, .h4 {
    /* 15px */
    font-size: 0.9375rem;
  }
  h5, .h5 {
    /* 15px */
    font-size: 0.9375rem;
  }
  h6, .h6 {
    /* 14px */
    font-size: 0.84375rem;
  }
}

/* inputs */
.form-control.no-border,
.form-control:focus.no-border {
  border-color: #fff !important;
}

/* buttons */
.btn {
  font-size: 0.8034375rem;
}

.btn-primary {
  background-color: #ea6557;
  border-radius: 5px;
  border: 0px solid;
  font-size: 16px;
  padding: 15px 22px;
	font-weight: 500;
}

.btn-primary:hover {
  background-color: #f02914;
}

.btn-primary a {
	color: #ffffff;
}

a.btn {
	text-align:center;
}


/* icons */
/* table */
/* header */
#header {
  min-width: 320px;
  height: auto;
  background-color: #fff;
  font-size: 16px !important;
}

#header .hr-header {
  display: none;
}

@media (min-width: 1024px) {
  #header .hr-header {
    margin-top: 48px;
    display: block;
  }
}

@media (min-width: 1024px) {
  #header {
    height: 118px;
  }
}

#header a {
  color: #000;
	font-weight: 500;
}

#header a:hover,
#header a.active {
  color: #f02914;
}

#header .nav-link {
  padding: 5px;
}

@media (min-width: 1024px) {
  #header .nav-link {
    /*padding: 10px 13px 44px 13px;*/
	  padding: 10px 13px 10px 13px;
  }
  .home #header .nav-link {
    margin-top: 24px;
  }
}
@media (min-width: 1120px){
	#header .nav-link {
    /*padding: 10px 17px 44px 17px;*/
	padding: 10px 17px 10px 17px;
  }
}

#header .navbar-nav > .nav-item {
  position: relative;
  margin-top: 0;
  /*
            &.active > .sub-nav-container,
            a.active + .sub-nav-container {
                visibility: hidden;
                opacity: 0;
                z-index: -1;
                min-width: 228px;
                margin-top: 25px;

                @include media-breakpoint-up($mobile-navbar-breakpoint) {
                    display: block;

                    visibility: visible;
                    opacity: 1;
                    z-index: 0;
                    min-width: 0;
                    margin-top: 0;
                }
            }
            */
}
@media screen and (min-width: 1024px){
	#header .navbar-nav > .nav-item:last-child a:before {
		content:'';
		width:1px;
		height:15px;
		background-color:#000;
		margin-left: -16px;
		margin-top: 4px;
		position:absolute;
	}
	#header .navbar-nav > .nav-item {
		margin-top:7px;
	}
}

#header .navbar-nav > .nav-item > .sub-nav-container {
  display: none;
  background-color: #fff;
}

#header .navbar-nav > .nav-item > .sub-nav-container .nav-link {
  display: block;
  padding: 8px;
  margin-top: 0px;
}

#header .navbar-nav > .nav-item > .sub-nav-container > .sub-nav {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
}

#header .navbar-nav > .nav-item > .sub-nav-container > .sub-nav a {
  padding-left: 28px;
}

@media (min-width: 1024px) {
  #header .navbar-nav > .nav-item > .sub-nav-container {
    position: absolute;
    padding-top: 10px;
    margin-left: -10px;
    left: 0;
    width: auto;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.35s ease 0.1s,visibility 0.35s ease 0.1s,z-index 0.35s ease 0.1s;
    -o-transition: opacity 0.35s ease 0.1s,visibility 0.35s ease 0.1s,z-index 0.35s ease 0.1s;
    transition: opacity 0.35s ease 0.1s,visibility 0.35s ease 0.1s,z-index 0.35s ease 0.1s;
    width: 240px;
    padding-bottom: 18px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1024px) {
  #header .navbar-nav > .nav-item:hover > .sub-nav-container {
    visibility: visible;
    opacity: 1;
    z-index: auto;
  }
}

.home #header {
  background-color: transparent;
  position: relative;
  z-index: 1;
}

.home #header .nav-item {
  margin-top: 0px;
}

.home #header .nav-link {
  padding-bottom: 15px;
}


@media (min-width: 1024px) {
  .home #header .nav-link {
    padding: 10px 17px;
    margin-top: 7px;
  }
}

@media screen and (max-width: 1250px){
	#header .nav-link {
		padding:10px 13px!important;
	}
}

.home #header .hr-header {
  display: none;
}

@media (min-width: 1024px) {
  .home #header .hr-header {
    margin-top: 15px;
    display: block;
  }
}

@media (min-width: 1024px) {
  .home #header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

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

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

.emo-home img {
  width: 100%;
}

.navbar-toggler {
  margin-top: 10px;
  float: right;
  position: relative;
  margin-left: 10px;
}

/*
.navbar-toggler span {
  background-color: #000;
  height: 1px;
  width: 15px;
  position: absolute;
}

.navbar-toggler .nav-span1 {
  top: 0;
  margin-top: 0px;
  left: 0px;
  margin-left: 4px;
}

.navbar-toggler .nav-span2 {
  top: 0;
  margin-top: 4px;
  left: 0px;
  margin-left: 4px;
}

.navbar-toggler .nav-span3 {
  top: 0;
  margin-top: 8px;
  left: 0px;
  margin-left: 4px;
}
*/

#header a.nav-link-btn {
  font-size: 12px;
	color:#FFF;
	padding:10px 0;
	min-width:173px;
	text-align:center;

	float: none;
	margin-left: 0;
	margin-top: 4px;
	font-weight: 500;
}
#header a.nav-link-btn:hover {
	color:#FFF;
}
#header a.nav-link-btn.btn-left,
#header a.nav-link-btn.btn-right {
	display:none;
}
#header a.nav-link-btn.btn-navi {
	display:block;
}

@media screen and (min-width: 440px) {
	#header a.nav-link-btn.btn-right {
		display:block;
	}
	#header a.nav-link-btn.btn-navi {
		display:none;
	}
	#header a.nav-link-btn {
		float:right;
		margin-left: 15px;
	}
}

@media screen and (min-width: 1024px) {
	#header a.nav-link-btn.btn-left {
		display:block;
	}
	#header a.nav-link-btn.btn-right {
		display:none;
	}
}


@media (min-width: 576px) {
  #header a.nav-link-btn {
    min-width: 192px;
    padding: 0px;
    height: 44px;
    font-size: 15px;
	font-weight:500;
	color:#FFF;
	line-height:44px;
	text-align:center;
  }
}

.navbar-brand img {
  width: auto;
}
.navbar-brand img.mobile-logo {
	height:28px;
}

@media screen and (max-width: 510px) {
  .navbar-brand img.mobile-logo {
    width: 100% !important;
  }
  .navbar-brand {
    width: 40%;
  }
}

@media screen and (max-width: 480px) {
	.navbar-brand img.mobile-logo {
    height:20px;
  }
	.navbar-brand {
    width: auto;
  }
}

@media screen and (max-width: 430px) {
  .nav-link-btn {
    display: none;
  }
}

/* footer */
#footer {
  background-color: #f3f5f9;
  height: auto;
  padding-bottom: 15px;
  font-size: 13px !important;
	font-weight: 500;
}

#footer .hr:hover {
  color: #000 !important;
}

@media (min-width: 1024px) {
  #footer {
    height: 60px;
    padding: auto;
  }
}

#footer a:focus, #footer a:hover {
  text-decoration: none !important;
  color: #f02914;
}

#footer .row {
  padding-top: 24px;
  text-align: center;
}

#footer .row .footer-contact p,
#footer .row .footer-contact a {
  margin-right: 12px;
}

#footer .row .footer-sprachen {
  right: 0px;
}

@media (min-width: 1024px) {
  #footer .row .footer-sprachen {
    float: right;
  }
  #footer .row .footer-sprachen a {
    padding: 2px 9px;
  }
}

#footer .row .footer-sprachen a {
  color: #000;
  padding-left: 6px;
  padding-right: 6px;
}

#footer .row .footer-sprachen a:first-child {
  padding-left: 0px;
}

#footer .row .footer-sprachen a:last-of-type {
  padding-right: 0px;
}

#footer .row .footer-sprachen a:hover,
#footer .row .footer-sprachen .active {
  color: #f02914;
}

@media (min-width: 576px) {
  #footer .row {
    text-align: inherit;
  }
}

#footer .footer-contact {
  margin-bottom: 4px;
  text-align: center;
}

#footer .footer-contact p {
  float: none;
  margin-bottom: 0px;
}

@media (min-width: 1024px) {
  #footer {
    margin-bottom: 0px;
  }
}

@media (min-width: 576px) {
  #footer .footer-contact {
    text-align: inherit;
  }
  #footer .footer-contact p {
    float: left;
  }
}

/* mobile subnavi */
[data-mobile-dropdown-nav] .active-item {
  display: none;
}

[data-mobile-dropdown-nav].mobile-dropdown-nav-enabled {
  background-color: #ea6557;
  color: #fff;
  padding: 0.7rem 1rem;
  position: relative;
  margin-bottom: 1rem;
}

[data-mobile-dropdown-nav].mobile-dropdown-nav-enabled a,
[data-mobile-dropdown-nav].mobile-dropdown-nav-enabled .nav-link {
  color: inherit;
}

[data-mobile-dropdown-nav].mobile-dropdown-nav-enabled a:hover,
[data-mobile-dropdown-nav].mobile-dropdown-nav-enabled .nav-link:hover {
  color: #ccc;
}

[data-mobile-dropdown-nav].mobile-dropdown-nav-enabled .nav-item.active > a,
[data-mobile-dropdown-nav].mobile-dropdown-nav-enabled .nav-item.active > .nav-link {
  color: #ccc !important;
}

[data-mobile-dropdown-nav].mobile-dropdown-nav-enabled .active-item {
  display: block;
}

[data-mobile-dropdown-nav].mobile-dropdown-nav-enabled > .nav {
  display: none;
  border-top: 1px solid #fff;
  padding-top: 0.5rem;
  position: absolute;
  top: 100%;
  background-color: #ea6557;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0.7rem 1rem;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.3);
          box-shadow: 1px 1px 2px 0 rgba(0,0,0,.3);
}

[data-mobile-dropdown-nav].mobile-dropdown-nav-enabled.open .nav {
  display: block;
}

[data-mobile-dropdown-nav].mobile-dropdown-nav-enabled [data-mobile-dropdown-nav-toggle] a:after {
  content: '\f078';
  font-family: 'FontAwesome';
  float: right;
}

/* responsive collapse */
.responsive-toggle-indicator {
  display: inline-block;
}

.responsive-toggle-indicator:before {
  content: '\f068';
  font-size: 0.85em;
  font-family: 'FontAwesome';
  display: inline-block;
}

.collapsed .responsive-toggle-indicator:before {
  content: '\f067';
}

.fa-grey {
  color: #7f7f7f;
}

.fa-social {
  float: right;
  font-size: 20px;
}

.fa-social a {
  padding: 6px;
}

.fa-social a:hover i {
  color: #333;
}

@media screen and (max-width: 390px) {
  .fa-social {
    font-size: 15px;
  }
  a {
    padding: 7px;
  }
}

input,
textarea,
select {
  border-color: #b1b1b1 !important;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #5e5e5e !important;
}

.form-control {
  border-radius: 2px !important;
}

h1, h2, h3, h4, h5, h6, p {
  color: #333;
}

input {
  height: 44px;
}

select {
  height: 44px !important;
}

.form-emo {
  display: none;
  margin-top: 100px;
}

.form-emo h1 {
  font-size: 30px;
	margin-bottom:10px;
	font-weight: 500;
}

@media (min-width: 1250px) {
  .form-emo {
    display: block;
    position: absolute;
    width: 42%;
    right: 15px;
    top: 85px;
  }
  .form-emo button {
	font-weight: 500;
	float: right;
    padding: 12px 34px;
    font-size: 15px;
  }
  .form-emo input,
  .form-emo select {
    margin-bottom: 8px;
  }
  .form-emo input option:hover,
  .form-emo select option:hover {
    background-color: #ea6557;
  }
  .form-emo h2 {
    margin-bottom: 24px;
    font-weight: inherit;
  }
}

@media screen and (max-width: 1720px) {
  .form-emo {
    margin-top: 45px;
  }
}

@media screen and (max-width: 1520px) {
  .form-emo {
    margin-top: 40px;
  }
  .form-emo h1 {
    font-size: 25px;
  }
  .form-emo h2 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1440px) {
  .form-emo {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1370px) {
  .form-emo {
    margin-top: 10px;
  }
  .form-emo input,
  .form-emo select {
    height: 36px !important;
  }
}

.emo-home .container {
  position: relative;
}

.content-page-1 h1 {
  margin-bottom: 70px;
  margin-top: 20px;
}

@media (max-width: 1023px) {
  .content-page-1 h1 {
    margin-bottom: 0px;
  }
}

@media (min-width: 769px) {
  .content-page-1 h1 {
    margin-top: 0px;
  }
}

@media (min-width: 1024px) {
  .content-page-1 h1 {
    margin-bottom: 112px;
    text-align: center;
  }
}

.content-page-1 img {
  width: 100%;
}

.text {
  margin-top: 42px;
}

@media (min-width: 1250px) {
  .text {
    margin-top: 84px;
  }
}

.block-home {
  margin-top: 60px;
}

.block-home:first-child {
  margin-top: 0px;
}

.block-home img {
	height: auto;
	width:100%;
}

.page-2 .overview {
  margin-bottom: 60px;
}

.page-2 h1 {
  margin-bottom: 30px;
}

.page-2 img {
  width: 100%;
}

.page-2 .row {
  margin-bottom: 5px;
}

@media (min-width: 769px) {
  .page-2 .row {
    margin-bottom: 30px;
  }
}

.page-2 .row:last-child {
  margin-bottom: 90px;
}

.page-2 .text {
  margin-top: 20px;
}

.page-2 .text h2 {
  margin-bottom: 16px;
}

@media (min-width: 769px) {
  .page-2 .text {
    margin-top: 0px;
  }
  .page-2 .text h2 {
    margin-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .page-2 .text {
    margin-top: 20px;
  }
  .page-2 .text h2 {
    margin-bottom: 16px;
  }
}

.page-3-content .img-aglin {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
}

.page-3-content h2 {
  margin-top: 70px;
}

.page-3-content .socialmedia {
  margin-bottom: 76px;
}

.page-3-content h1 {
  margin-bottom: 30px;
}

.page-4-content {
  margin-bottom: 96px;
}

.page-4-content h1 {
  margin-bottom: 30px;
}

.page-4-content .offer {
  background-color: #fff;
  margin-top: 0px;
}

.page-4-content .offer-object {
  border: 1px solid #000;
}

.page-4-content .offer-object-mid {
  border: 1px solid #ea6557;
}

.page-4-content .offer-object-mid .top-deal {
  background-color: #ea6557;
}

.page-4-content .offer-object-mid .top-deal:after {
  content: "";
  border-top: 0px solid #333;
  border-bottom: 9px solid transparent;
  border-left: 16px solid #ea6557;
  border-right: 16px solid #ea6557;
  position: absolute;
  bottom: -9px;
  left: 0;
}

.page-5 h1 {
  margin-bottom: 30px;
}

.page-5 .overview {
  margin-bottom: 60px;
}

.page-5 img {
  width: 100%;
}

.page-5 .row {
  margin-bottom: 30px;
}

.page-5 .row:last-child {
  margin-bottom: 90px;
}

.page-5 .text {
  margin-top: 20px;
}

.page-5 .text h2 {
  margin-bottom: 16px;
}

@media (min-width: 769px) {
  .page-5 .text {
    margin-top: 0px;
  }
  .page-5 .text h2 {
    margin-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .page-5 .text {
    margin-top: 20px;
  }
  .page-5 .text h2 {
    margin-bottom: 16px;
  }
}

.page-6-content h1 {
  margin-bottom: 30px;
}

.page-6-content img {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 1024px) {
  .page-6-content img {
    margin-top: 68px;
    margin-bottom: 64px;
  }
}

.page-7-content {
  margin-bottom: 88px;
}

.page-7-content h1 {
  margin-bottom: 30px;
}

.page-7-content h2 {
  margin-bottom: 32px;
}

.page-7-content h3 {
  margin-bottom: 18px;
}

.page-7-content a{
	padding-left:0px;
}

.faq-post h1 {
  margin-bottom: 30px;
}

.side-nav a {
  text-decoration: none !important;
}

.side-nav ul {
  padding-left: 15px;
}

.side-nav ul a:hover {
  color: #f02914;
}

.side-nav ul li {
  list-style-type: none;
}

.side-nav ul li a {
  color: #000;
}

.blog-content {
  margin-bottom: 16px;
}

.blog-content a {
	/*padding-left:0px;*/
}

.blog-content h1 {
  margin-bottom: 30px;
}

.blog-content img {
  width: 100%;
	height:auto;
	margin-bottom:0px!important;
	margin-top: 0px!important;
}

.blog-content h2 {
  margin-top: 10px;
}

.blog-content p {
  margin-bottom: 6px;
}

@media (min-width: 769px) {
  .blog-content {
    margin-bottom: 20px;
  }
  .blog-content h2 {
    margin-top: 0px;
  }
  .blog-content p {
    margin-bottom: 5px;
  }
}

@media (min-width: 1250px) {
  .blog-content {
    margin-bottom: 30px;
  }
  .blog-content h2 {
    margin-top: 18px;
  }
}

.blog-content:last-child {
  margin-bottom: 66px;
}

.post h1 {
  margin-bottom: 15px;
}

.post img {
  margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
	height: auto;
}

@media (min-width: 1024px) {
  .post img {
    margin-top: 0px;
    margin-bottom: 50px;
    width: 100%;
	  height:auto;
  }
  .post h1 {
	margin-bottom: 10px;
	font-weight: 500;
  }
}

.contact-forum input {
	border:solid 1px;
 	 margin-bottom: 10px;
	width: 100%;
	padding: 0.5rem 1rem;
}

.contact-forum dd:last-of-type input{
	margin-bottom: 0px!important;
}

.contact-forum dd:last-of-type textarea{
	margin-bottom: 0px!important;
}

.contact-forum textarea {
  width: 100%;
  height: 88px;
  margin-bottom: 10px;
	border:solid 1px;
	padding: 0.5rem 1rem;

}

@media (min-width: 1024px) {
  .contact-forum textarea {
    margin-top: 0px;
  }
}

.form {
	margin-bottom: 0px;
}

.form:last-of-type dd {
	margin-bottom: 0px;
}

.contact {
  margin-bottom: 144px;
	margin-top: 20px;
}

.contact h1 {
  margin-bottom: 10px;
}

.contact .ul-contact-street {
  float: none;
}

.contact ul {
  padding: 0px;
  margin-right: 92px;
}

.contact ul li {
  list-style-type: none;
}

.contact h2 {
  margin-top: 60px;
  margin-bottom: 32px;
}

.contact button {
  float: right;
	margin-left:15px;
  margin-top: 30px;
  padding: 14px 62px;
}

.map {
	height: 100%;
	width: 100%;
}
@media (max-width: 1024px) {
	.map {
		margin-top:30px;
		height:450px;
	}
}


@media (min-width: 1024px) {
  .contact h1 {
    margin-bottom: 30px;
  }
  .contact button {
    margin-top: 16px;
  }
}

@media (min-width: 576px) {
  .contact .ul-contact-street {
    float: left;
  }
}

.contact a:hover {
  text-decoration: none !important;
}

.offer {
  margin-top: 168px;
  background-color: #ea6557;
  text-align: center;
}

@media screen and (max-width: 769px){
	.offer {
	margin-top: 70px;
	}
}

.offer img {
  margin-top: 40px;
}

.offer .offer-object {
  margin-top: 20px;
  background-color: #fff;
  padding: 0px;
  border-radius: 10px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 20px;
}

.offer .offer-object img {
  margin-bottom: 12px;
}

@media (min-width: 1024px) {
  .offer .offer-object {
    margin-top: 66px;
    margin-bottom: 66px;
    height: 396px;
    padding-bottom: 40px;
  }
}

@media (max-width: 1250px) {
	.offer-object,
	.offer-object-mid{
		padding-left:40px!important;
		padding-right:40px!important;
	}
}

.offer .offer-object-mid {
  margin-top: 0px;
  background-color: #fff;
  padding: 0px;
  border-radius: 10px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 20px;
}

.offer .offer-object-mid img {
  margin-bottom: 12px;
  margin-top: 60px;
}

@media (min-width: 1024px) {
  .offer .offer-object-mid {
    margin-top: 46px;
    margin-bottom: 46px;
    height: 437px;
  }
}

.offer .offer-object:last-child {
  margin-right: 0px;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .offer .offer-object:last-child {
    margin-bottom: 66px;
  }
}

.offer button {
  padding: 14px 22px;
  border: 0px solid;
  border-radius: 5px;
  margin-bottom: 10px;
}

.offer .top-deal {
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  background-color: #333;
  width: 32px;
  height: 40px;
  right: 42px;
  color: #fff;
  padding-top: 3px;
  top: 0;
}

@media (min-width: 1024px) {
  .offer .top-deal {
    margin-top: 46px;
    top: 0;
  }
}

.offer .top-deal:after {
  content: "";
  border-top: 0px solid #333;
  border-bottom: 9px solid transparent;
  border-left: 16px solid #333;
  border-right: 16px solid #333;
  position: absolute;
  bottom: -9px;
  left: 0;
}

.offer-p2 {
  height: auto;
  background-color: #ea6557;
  text-align: center;
	margin-top: 80px;
}

.offer-p2 h1 {
  margin-bottom: 15px;
}

.offer-p2 img {
  margin-top: 26px;
  margin-bottom: 10px;
}

.offer-p2 button {
  padding: 13px 30px;
  background-color: #313535;
  color: #fff;
  border: 0px solid;
  border-radius: 5px;
  margin-bottom: 20px;
  font-weight: 600;
}

.offer-p2 button:hover {
  background-color: #1f1f1f;
}

@media (min-width: 1024px) {
  .offer-p2 {
    height: 210px;
    text-align: end;
  }
  .offer-p2 h1 {
    float: left;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .offer-p2 button {
    float: left;
  }
  .offer-p2 img {
    float: right;
    margin-right: 20px;
  }
}

.fontMedium {
	font-weight: 500;
}

.breadcrumb {
  background-color: transparent !important;
  margin-bottom: 1rem;
  font-size: 12px;
  margin-top: 6px;
  padding-left: 0px;
}

.breadcrumb a {
  color: #989898;
	padding: 2px 2px;
}

.breadcrumb a:last-of-type {
  color: #333;
}

.breadcrumb a:hover {
  text-decoration: none !important;
  color: #333;
}

@media (min-width: 1024px) {
  .breadcrumb {
    margin-bottom: 2rem;
  }
}

.breadcrumb-item:first-child {
  padding-left: 0px;
}

.breadcrumb-home {
  margin-top: 70px;
  margin-bottom: 110px;
  text-align: center;
  -moz-box-shadow: 0px 5px 13px -10px #a0a0a0;
  -webkit-box-shadow: 0px 5px 13px -10px #a0a0a0;
  display: none;
}

.breadcrumb-home p {
  margin-bottom: 42px;
  color: #333;
}

@media (min-width: 769px) {
  .breadcrumb-home {
    display: block;
  }
}

.breadcrumb-home .row {
  margin-top: -22px;
}

.breadcrumb-home .row .col-md-3 {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1024px) {
  .breadcrumb-home .row .col-md-3 {
    padding-left: 55px;
    padding-right: 55px;
  }
}

.breadcrumb-home .icons-breadcumb {
  text-align: center;
  right: auto;
  left: auto;
  margin-bottom: 40px;
}

.breadcrumb-home .icons-breadcumb .circle {
  border-radius: 50px/50px;
  border: 42px solid #ea6557;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: -1;
  margin-left: 19%;
}

.breadcrumb-home .icons-breadcumb img {
  margin-top: 18%;
}

@media (min-width: 1024px) {
  .breadcrumb-home .icons-breadcumb .circle {
    margin-left: 10%;
  }
  .breadcrumb-home .icons-breadcumb img {
    margin-top: 22%;
  }
}

@media (min-width: 1250px) {
  .breadcrumb-home .icons-breadcumb .circle {
    margin-left: 18%;
  }
  .breadcrumb-home .icons-breadcumb img {
    margin-top: 16%;
  }
}

.socialmedia div a:hover {
  text-decoration: none !important;
}

.gallery img{
	width: 100%;
	height: auto;
	z-index: -1;
}

.gallery-search-icon {
    font-size: 45px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    margin-top: 28%;
    color: #FFFFFF;
	z-index: 1;
}

@media screen and (max-width: 1024px) {
    .gallery-search-icon {
        margin-top: 26%;
    }
}

/*# sourceMappingURL=main.css.map */
h1 {
	margin-bottom:30px;
}

h2, h3, h4 ,h5 ,h6 {
	font-weight: 500;
}

#inner-wrapper {
	min-height: 448px;
}

.gallery-link {
	padding: 0px;
} 

a {
	text-decoration: none !important;
}


/*NEU: SXTOGGLE*/
.navbar-toggler {
  position: relative;
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
              -ms-grid-row-align: auto;
          align-self: auto;
  vertical-align: middle;
}

.navbar-toggler:focus {
  outline: none;
}

.sx-navbar-toggle-icon {
  display: block;
  width: 1.8rem;
  height: 1rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0s ease-in-out;
  transition: -webkit-transform 0s ease-in-out;
  -o-transition: -o-transform 0s ease-in-out;
  transition: transform 0s ease-in-out;
  transition: transform 0s ease-in-out, -webkit-transform 0s ease-in-out, -o-transform 0s ease-in-out;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  padding: 0.2rem 0;
}

@media (min-width: 1024px) {
  .sx-navbar-toggle-icon {
    display: none;
  }
}

.sx-navbar-toggle-icon:before,
.sx-navbar-toggle-icon > span, .sx-navbar-toggle-icon:after {
  content: '';
  display: block;
  height: 0.1rem;
  background-color: #000;
  margin: 0;
  -webkit-transition: top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-webkit-transform 0.25s ease -0.05s;
  transition: top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-webkit-transform 0.25s ease -0.05s;
  -o-transition: top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-o-transform 0.25s ease -0.05s;
  transition: transform 0.25s ease -0.05s,top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease;
  transition: transform 0.25s ease -0.05s,top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-webkit-transform 0.25s ease -0.05s,-o-transform 0.25s ease -0.05s;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  position: absolute;
  left: 0;
  right: 0;
}

.sx-navbar-toggle-icon:before {
  top: -0.1rem;
}

.sx-navbar-toggle-icon > span {
  top: 0.4rem;
}

.sx-navbar-toggle-icon:after {
  top: 0.9rem;
}

:not(.collapsed) > .sx-navbar-toggle-icon:before,
:not(.collapsed) > .sx-navbar-toggle-icon > span, :not(.collapsed) > .sx-navbar-toggle-icon:after {
  -webkit-transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s;
  transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s;
  -o-transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-o-transform 0.25s ease 0.1s;
  transition: transform 0.25s ease 0.1s,top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s;
  transition: transform 0.25s ease 0.1s,top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s,-o-transform 0.25s ease 0.1s;
}

:not(.collapsed) > .sx-navbar-toggle-icon:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0.4rem;
}

:not(.collapsed) > .sx-navbar-toggle-icon > span {
  opacity: 0;
}

:not(.collapsed) > .sx-navbar-toggle-icon:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0.4rem;
}
