/* General Styling */
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #1D1F3E;
}

b, strong {
	font-weight: 600;
}

.navbar-toggler:focus {
	box-shadow: none;
}

/* Header-Teaser */
.header-teaser {
	max-height: 800px;
	background: url(/assets/images/head.png) center center no-repeat;
	background-size: cover;
}

.header-teaser nav {
	background: linear-gradient(180deg, #1D1F3E 0%, rgba(29, 31, 62, 0.51) 52.33%, rgba(29, 31, 62, 0) 86.77%);
	height: 200px;
	align-items: flex-start;
}

.header-teaser .navbar-brand img {
	width: 70px;
}

.header-teaser .navbar-brand span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 600;
}

.header-teaser .navbar-dark .navbar-nav .nav-link {
	color: #fff !important;
	font-size: 16px;
}

.header-teaser .navbar-dark .navbar-nav .nav-item a:hover {
	color: #C08814 !important;
}

.header-teaser .teaser {
	color: #fff;
	display: flex;
	height: 400px;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 30px;
}

.header-teaser .teaser-text1 {
	font-size: 40px;
}

.header-teaser .teaser-text2 {
	font-size: 80px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: 2px;
}

/* About us */
.about-us {
	margin-top: 100px;
}

.about-us .row {
	align-items: center;
}

.about-us .col-lg-6 img.asinel_profile {
	width: 100%;
}

.about-us .col-lg-6 h2,
.about-us .col-lg-6 strong {
	font-weight: 600;
	margin-bottom: 20px;
}

.about-us-text p {
	display: flex;
	align-items: flex-start;
}

.about-us-text p img {
	padding-right: 15px;
	padding-top: 5px;
}

.about-us .col-lg-7 {
	margin-top: 50px;
}

.about-us .col-lg-7 p {
	font-size: 18px;
}

.about-us .col-lg-7 strong {
	font-weight: 600;
}

/* Service */
.service {
	margin-top: 80px;
	margin-bottom: 100px;
}

.service h2 {
	font-weight: 600;
	margin-bottom: 20px;
}

.service .col-lg-6 div {
	display: flex;
	align-items: flex-start;
	margin-bottom: 5px;
}

.service .col-lg-6 div img {
	padding-right: 15px;
	padding-top: 3px;
}

/* Call to Action 1 */
.call-to-action1 {
	background-image: url(/assets/images/cta1.png);
	background-size: cover;
	height: 300px;
	display: flex;
	align-items: center;
}

.call-to-action1 p,
.call-to-action1 span {
	font-size: 25px;
	font-weight: 600;
}

.call-to-action1 img {
	padding-right: 15px;
}

.call-to-action1 a {
	text-decoration: none;
	color: #1D1F3E;
}

.call-to-action1 a:hover {
	color: #C08814;
}

/* Call to Action 2 */
.call-to-action2 {
	margin-top: 100px;
	margin-bottom: 100px;
}

.call-to-action2 p {
	font-size: 20px;
	font-weight: 600;
}

.call-to-action2 img {
	padding-right: 15px;
}

/* Contact */
.contact {
	/*height: 400px;*/
	margin-top: 100px;
	margin-bottom: 100px;
}

.contact .row {
	height: 100%;
}

.contact .col-lg-5 {
	color: #fff;
	background: #1D1F3E;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}

.contact .col-lg-5 img {
	padding-right: 15px;
}

.contact .col-lg-7 {
	border: 3px solid #1D1F3E;
}

/* Footer */
.footer {
	background: #1D1F3E;
	padding-top: 20px;
    padding-bottom: 20px;
}

.footer .navbar-brand img {
	width: 70px;
}

.footer .navbar-brand {
	color: #fff;
}

.footer .navbar-brand span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 600;
}

.footer .second.col-lg-4 img {
	padding-right: 15px;
}

.footer .col-lg-4 span {
	color: #fff;
}

.footer .col-lg-4 p {
	margin-bottom: 0;
}

.footer .col-lg-4 p a {
	text-decoration: none;
	color: #fff;
}

/* Datenschutz */
.datenschutz .col-lg-12 {
	margin-top: 100px;
	margin-bottom: 100px;
}

/* Impressum */
.impressum .col-lg-12 {
	margin-top: 100px;
	margin-bottom: 100px;
}

/* Widerruf */
.widerruf .col-lg-12 {
	margin-top: 100px;
	margin-bottom: 100px;
}

/* Responsive Styling Mobile & Tablet */
@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    max-width: 1230px;
	}
}

@media (max-width: 1023px) {

}

@media (max-width: 991px) {
	.header-teaser .teaser-text1 {
		font-size: 18px;
	}
	
	.header-teaser .teaser-text2 {
		font-size: 35px;
	}
	
	.about-us .col-lg-6 h2 {
		margin-top: 50px;
	}
	
	.footer .col-lg-4 {
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.header-teaser .navbar-nav {
		align-items: flex-end;
	}
	
	.call-to-action1 p, .call-to-action1 span {
		font-size: 20px;
	}
}

/*body {
background-color: #333;
font-family: Montserrat;
font-weight: 500;
color: #1D1F3E;
font-size: 16px;
}

h1{
font-size: 18px;
padding: 10px;
font-weight: bold;
}

h2{
font-size: 40px;
font-weight: semibold;
}

a {
color: #1D1F3E;
text-decoration: none;
}

a:hover{
	color: #C08814;
}*/

/* mainpage Bereich */

/*.page {
max-width: 1230px;
background-color: #fff;
margin: auto;
height: 100%;
}

.logo, .navbar-nav, .teaser, .about-us, .service, .cta2{
padding: 0 80px 0 80px;
}

.service-text1, .service-text2, .arrow1, .cta1-text, .cta1-icons, .cta2 {
line-height: 30px;
}

.cta1-icons, .arrow, .arrow1, .contact-icons {
float: left;
padding-right: 10px;
}*/



/* header und teaser */

/*.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link {
	color: #fff !important;
}

.header-picture{
background-image: url(/assets/images/Head.png);
background-repeat: no-repeat;
background-size: 100%;
max-height: 800px;
width: 100%;
}

.header{
height: 200px;
padding-top: 20px;
background: linear-gradient(180deg, #1D1F3E 0%, rgba(29, 31, 62, 0.51) 52.33%, rgba(29, 31, 62, 0) 86.77%);
}

.logo{
width: 50px;
float: left;
color: #fff;
font-size: 16px;
}

.logo img{
width: 70px;
padding-right: 10px;
float: left;
}

.navi{
width: 40%;
float: right;
}

.navbar-toggler{
float: right;
}

.nav-link {
color: #fff;
}

.navbar-toggler-icon{
	border-color: #fff;
}
.link-warning:hover {
color: #C08814; 
}

.teaser{
width: 100%;
height: 400px;
}

.teaser-text {
height: 100%;
color:#fff;
width: 100%;
position: relative;
}

.teaser-text1{
position: absolute;
bottom: 55%;
left: 0;
font-weight: 500;
font-size: 40px;
line-height: 49px;
}

.teaser-text2{
position: absolute;
bottom: 10%;
left: 0;
font-weight: bold;
font-size: 70px;
line-height: 116%;
letter-spacing: 0.03em;
text-transform: uppercase;
}*/


/* Aboutus */


/*.about-us {
margin-top: 100px;
}


.text-about2 {
float: left;
width: 100%;*/
/*margin-left: 19.38%;
margin-right: 36.39%;*/
/*margin-top: 5%;
}*/


/* service*/

/*.service {
float: left;
margin-top: 10%;
}*/





/* cta1 */

/*.cta1 {
float: left;
width: 100%;
max-height: 300px;
margin-top: 150px;
width: 100%;
}


.cta1-text {
position: relative;
font-weight: 600;
font-size: 20px;
padding: 60px 80px 60px 80px;
background-image: url(/assets/images/cta1.png);
}*/



/* cta2 */


/*.cta2 {
font-weight: 600;
font-size: 20px;
}

.col-4 {
padding-top: 100px;
}


.text-liste {
font-weight: 500;
font-size: 14px;
}*/



/* contact */


/*.contact {
margin: 0 auto;
	width: 100%;
	height: 500px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.contact-box{
box-sizing: border-box;
width:80%;
margin: auto;
height: 80%;
background-color: #1D1F3E;
}

.contact-left {
width: 40%;
height: 100%;
float: left;
}

.contact-left-text {
line-height: 30px;
padding: 20px;
background-color: #1D1F3E;
color: #fff;
width: 100%;
height: 100%;
float: left;
display: flex;
justify-content: flex-end;
align-items: flex-start;
flex-direction: column;
}


.contact-icons {
line-height: 20px;
}


.contact-content {
width: 60%;
float: left;
padding: 50px;
border: 3px solid #1D1F3E;
background-color: #fff;
height: 100%;
}

.contact-content p {
font-size: 40px;
}*/

/* footer */

/*.footer {
background-color: #1D1F3E;
width: 100%;
max-height: 190px;
color: #fff;
float: left;
}

.container-footer {
	padding: 20px 80px 20px 80px;
}

.footer img {
max-height: 70px;
max-width: 70px;
float: left;
padding-right: 5%;
}


.copyright{
opacity: 0.5;
float: left;
}*/

/*Laptop*/
/*@media (max-width: 1023px) {
	.header {
    height: 100px;
	}
	.teaser {
		height: 200px;
	}
	.teaser-text1 {
    font-size: 18px;
    line-height: 33px;
}
	.teaser-text2 {
    	font-size: 35px;
}
}*/
/*Mobil*/
/*@media (max-width: 768px) {
	.header {
    height: 100px;
	}
	.teaser {
    height: 157px;
	}
	.teaser-text1 {
    font-size: 17px;
    line-height: 21px;
	}
	.teaser-text2 {
    	font-size: 28px;
	}
	.col{
		flex: none;
		
	}
	.image-about img{
		width: 100%;
		padding: 0 0 10px 0;
	}
	.text-about2 {
		text-align: justify;
		margin-left: 0;
		margin-right: 0;
	}
}*/

/*unter 768px handy und ko
unter 1024 tablet*/