html {
	scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
body {
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.6rem;
	letter-spacing: 0;
	color: rgba(83,83,83,1);
	background-color: rgba(255,255,255,1);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%; 
	height:100%;
	position: relative;
}
section {
	scroll-margin-top: -1px;
}
p {
    margin: 0;
    padding: 0;
}
a {
    color: rgba(83,83,83,1);
    background-color: rgba(255,139,110,0);
    text-decoration: underline;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
a:hover,
a:focus {
    color: rgba(83,83,83,1);
    background-color: rgba(255,139,110,0.25);
}

h1, h2, h3, h4, h5,
h1 p, h2 p, h3 p, h4 p, h5 p {
    font-weight: 500;
    padding: 0;
    margin: 0;
}
h1 {
	font-size: 2.2rem;
    line-height: 2.8rem;
}
h2 {
    font-size: 1.6rem;
    line-height: 2rem;
}
h3 {
    font-size: 1.4rem;
    line-height: 1.9rem;
}
h4 {
    font-size: 1.2rem;
    line-height: 1.5rem;
}
h5 {
    font-size: 1rem;
    line-height: 1.5rem;    
}
em {
	font-size: 0.8rem;
	text-transform: none;
}
strong {
    font-weight: 600;
}

.btn {
    display: inline-block;
    padding: 5px 25px;
    border-radius: 15px;
    background-color: rgba(255,139,110,1);
    color: rgba(255,255,255,1);
    font-weight: 500;
    text-decoration: none;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.btn:hover {
    background-color: rgba(255,139,110,0.8);
    color: rgba(255,255,255,1);
}
.btn svg {
    font-size: 1rem;
    line-height: 2rem;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
.img-fluid {
    width: 100%;
}
.parallax {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.bg-img { 
    background-size: cover;
    background-position: center center;
}
.bg-img-top { 
    background-size: 100% auto;
    background-position: top center !important;
    background-repeat: no-repeat;
}
.fs-2 {
	font-size: 2rem !important;
	line-height: 2.5rem;
}
.fs-3 {
	font-size: 3rem !important;
	line-height: 3.5rem;
}
.fs-4 {
	font-size: 4rem !important;
	line-height: 4.5rem;
}
.fs-5 {
	font-size: 5rem !important;
	line-height: 5.5rem;
}
.fs-xl {
	font-size: 10rem !important;
	line-height: 0rem;
	position: absolute;
	top: 0px;
	left: -100px;
}
.fw-100 {
	font-weight: 100 !important;
}
.fw-200 {
	font-weight: 200 !important;
}
.fw-300 {
	font-weight: 300 !important;
}
.fw-400 {
	font-weight: 400 !important;
}
.fw-500 {
	font-weight: 500 !important;
}
.fw-600 {
	font-weight: 600 !important;
}
.fw-700 {
	font-weight: 700 !important;
}
.fw-800 {
	font-weight: 800 !important;
}
.c-weiss {
    color: rgba(255,255,255,1);
}
.c-weiss a,
.c-weiss a:hover {
    color: rgba(255,255,255,1) !important;
}
.c-orange {
    color: rgba(255,139,110,1);
}
.c-orange-025 {
    color: rgba(255,139,110,0.25);
}
.c-orange a,
.c-orange a:hover {
    color: rgba(255,139,110,1) !important;
}
.c-blau {
    color: rgba(5,71,98,1);
}
.bg-orange {
    background-color: rgba(255,139,110,1);
}
.bg-grau1 {
    background-color: rgba(26,26,26,1);
}
.bg-grau2 {
    background-color: rgba(82,82,82,1);
}
.bg-grau3 {
    background-color: rgba(245,245,245,1);
}
.bg-blau {
    background-color: rgba(5,71,98,0.5);
}
.h-50 {
	height: 50%;
}
.h-200px {
	height: 200px !important;
}
.h-300px {
	height: 300px !important;
}
.p-100 {
    padding: 100px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.pt-100 {
    padding-top: 100px !important;
}
.pt-200 {
    padding-top: 200px !important;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.pb-200 {
    padding-bottom: 200px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.br-10 {
    border-radius: 10px;
}
.before-line:before {
	content: '';
    display: block;
    width: 100px;
    height: 3px;
    margin: 15px auto 30px auto;
    background-color: rgba(0,0,0,0.5);
}
.after-line:after {
	content: '';
    display: block;
    width: 100px;
    height: 3px;
    margin: 15px auto 30px auto;
    background-color: rgba(0,0,0,0.5);
}

@media screen and (max-height: 450px) {

}
@media (max-width: 767px) {
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.5rem;
	}
	h4 {
		font-size: 1.3rem;
		font-weight: 500;
	}
	h5 {
		font-size: 1.1rem;
		font-weight: 500;
	}
}
@media (max-width: 991px) {
	.fs-2 {
		font-size: 2rem !important;
		line-height: 2.5rem;
	}
	.fs-3 {
		font-size: 2rem !important;
		line-height: 2.5rem;
	}
	.fs-4 {
		font-size: 2rem !important;
		line-height: 2.5rem;
	}
	.fs-5 {
		font-size: 3rem !important;
		line-height: 3.5rem;
	}
	.fs-xl {
		font-size: 4rem !important;
		line-height: 5rem;
		position: relative;
		top: 0px;
		left: 0px;
	}
}
@media (max-width: 1199px) {
    .btn {
        display: block;
    }
    .quadrat-3 {
        height: 210px;
    }
    .quadrat-6 {
        height: 450px;
    }
}

/* Share */
.share {
	display: inline-block;
	position: fixed; 
	bottom: 5px;
	right: 5px;
    opacity: 0.85;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.share:hover {
    opacity: 1;
}
.share-btn {
    display: block;
    color: #ffffff;
    border: none;
    padding: 10px;
    width: ;
    outline: none;
    text-align: center;
    background: #ccc;
}
.share-btn:hover {
    color: #ffffff;
    border: none;
    margin: 0;
}
.share-btn:active {
  position: relative;
  box-shadow: none;
  color: #e2e2e2;
  outline: none;
}

.share-btn.twitter:hover     { background: #55acee; }
.share-btn.google-plus:hover { background: #dd4b39; }
.share-btn.facebook:hover    { background: #3B5998; }
.share-btn.stumbleupon:hover { background: #EB4823; }
.share-btn.reddit:hover      { background: #ff5700; }
.share-btn.linkedin:hover    { background: #4875B4; }
.share-btn.email:hover       { background: #444444; }
.share-btn.whatsapp    { display: none; }
.share-btn.whatsapp:hover    { background: #25d366; }

@media (max-width: 767px) {
	.share {
		display: block;
		width: 100%;
		position:fixed; 
		bottom: 0px;
		left: 0px;
		text-align: center;
        opacity: 1;
	}
	.share-btn {
		display: inline-block;
		padding: 10px;
		padding: 0;
		width: 32%;
	}
    .share-btn.whatsapp    { display: inline-block; }
}
@media (max-width: 991px) {
}
@media (max-width: 1199px) {
}
@media (min-width: 1200px) {
}