@font-face {
	font-family: 'Brandon Grotesque Regular';
	font-weight: normal;
	src: url('../fonts/Brandon_light.otf') format('opentype');
}

@font-face {
	font-family: 'Brandon Grotesque Regular Bold';
	font-weight: bold;
	src: url('../fonts/Brandon_bld.otf') format('opentype');
}

@font-face {
	font-family: 'Brandon Grotesque Black Italic';
	font-weight: italic;
	src: url('../fonts/Brandon_blk_it.otf') format('opentype');
}

@font-face {
	font-family: 'Brandon Grotesque Bold Italic';
	font-weight: bold italic;
	src: url('../fonts/Brandon_bld_it.otf') format('opentype');
}

body {
 	font-size: 14px;
 	color: #000;
 	background-color: #fff;
	font-style: normal;
	font-weight: 100;
	padding: 0;
	margin: 0;
}

html {
	scroll-behavior: smooth;
}

h2 {
	font-family: Brandon Grotesque Regular Bold;
	color: #b61C3E;
	font-weight: bold;
	line-height: 46px;
	font-size: 38px;
	margin-bottom: 0px;
	margin-left: 15%;
}

h3 {
	margin-top: 40px;
	font-family: Brandon Grotesque Regular;
	color: #000;
	line-height: 26px;
	font-size: 20px;
	margin-left: 15%;
	margin-right: 10%;
}

h4 {
	font-family: 'Brandon Grotesque Bold Italic';
	margin-left: 15%;
	font-size: 22px;
	line-height: 26px;
	margin-right: 5%;
}

h5 {
	font-family: 'Brandon Grotesque Regular Bold';
	margin-left: 15%;
	font-size: 22px;
	line-height: 26px;
}

.main-body ul {
	font-family: Brandon Grotesque Regular;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	padding: 0;
	list-style-position: outside; 
	list-style: none;
	margin-left: 15%;
}

.main-body ul li::before {
	content: '\2022';
	font-weight: 500;
	color: #B61C3E;
	font-size: 32px;
	position: absolute;
	left: 15.5%;
}

.main-body {
	margin-left: 10%;
	margin-right: 30%;
	width: 60%;
}

#main {
	padding:0;
	margin: 0;
	height: auto;
}

[aos="fade"] {
	opacity: 0;
	transition-property: opacity;
}

[aos="fade"].aos-animate {
	opacity: 1;
}

.logo {
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 100;
}

.logo_img {
	width: 100%;
}

.logo_img:hover {
	-webkit-transition: all 0.7s ease;
  	-moz-transition: all 0.7s ease;
  	-o-transition: all 0.7s ease;
  	-ms-transition: all 0.7s ease;
  	transition: all 0.7s ease;
  	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	cursor: pointer;
}

.sec_cl {
	margin: 0;
	padding: 0px;
	height: auto;
	width: 100%;
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
	position: relative;
}

.sec_cl_li {
	min-width: 400px;
	float: left;
	width: 50%;
	height: auto;
	margin: 0;
	position: relative;
	
}

.sec_cl_re {
	min-width: 400px;
	float: left;
	width: 50%;
	height: auto;
	margin: 0;
	z-index: -5;
}

.sec_cl_re_txt {
	float: left;
	margin-top: 30%;
	width: 100%;
}

.sec_cl_fb {
	margin-top: 10%;
	margin-left: 10%;
	width: 80%;
	float: left;	
}

.social_fa {
	font-size: 70px;
	color: #4267B2;
	margin-right: 5%;
	margin-left: 5%;
}

.social_fa:hover {
	color: #b61c3e;
	-webkit-transition: all 0.7s ease;
  	-moz-transition: all 0.7s ease;
  	-o-transition: all 0.7s ease;
  	-ms-transition: all 0.7s ease;
  	transition: all 0.7s ease;
  	
}

.social_fa2 {
	font-size: 70px;
	color:#C13584;
	margin-right: 5%;
	margin-left: 5%;
}

.social_fa2:hover {
	color: #00b4cc;
	-webkit-transition: all 0.7s ease;
  	-moz-transition: all 0.7s ease;
  	-o-transition: all 0.7s ease;
  	-ms-transition: all 0.7s ease;
  	transition: all 0.7s ease;
}

.sec_cl_mi {
	float: left;
	width: 10%;
	min-width: 300px;
	position: absolute;
	top: 10%;
	left: 40%;
	z-index: 10;
}

.sec_cl_mi:hover {
	-webkit-transition: all 0.7s ease;
  	-moz-transition: all 0.7s ease;
  	-o-transition: all 0.7s ease;
  	-ms-transition: all 0.7s ease;
  	transition: all 0.7s ease;
  	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	cursor: pointer;
}

.sec_img {
	float: left;
	width: 100%;
	height: auto;
	object-fit: cover;
	position: relative;
	z-index: -1;
}

.sec_img_shadow {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	min-width: 400px;
	height: auto;
	-webkit-box-shadow: inset 0px 0px 26px 4px rgba(0,0,0,0.65);
	-moz-box-shadow: inset 0px 0px 26px 4px rgba(0,0,0,0.65);
	box-shadow: inset 0px 0px 26px 4px rgba(0,0,0,0.65);
}

@media screen and (max-width: 600px) {
	.sec_cl_mi {top: 60%; left: 10%;}
}

.btn_r {
	float: left;
	font-family: Brandon Grotesque Regular Bold;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	margin-left: 15%;
	width: 70%;
	border: 2px solid #b61c3e;
	text-decoration: none;
	color: #b61c3e;
	height: 64px;
	margin-top: 40px;
	cursor: pointer;
}

.btn_r:hover {
	color: #fff;
	border: 2px solid #00b4cc;
	background-color: #00b4cc;
	-webkit-transition: all 0.7s ease;
  	-moz-transition: all 0.7s ease;
  	-o-transition: all 0.7s ease;
  	-ms-transition: all 0.7s ease;
  	transition: all 0.7s ease;
}

.btn_b {
	float: left;
	font-family: Brandon Grotesque Regular Bold;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	margin-left: 15%;
	width: 70%;
	border: 2px solid #00b4cc;
	text-decoration: none;
	color: #00b4cc;
	height: 64px;
	margin-top: 40px;
	cursor: pointer;
}

.btn_b:hover {
	color: #fff;
	border: 2px solid #b61c3e;
	background-color: #b61c3e;
	-webkit-transition: all 0.7s ease;
  	-moz-transition: all 0.7s ease;
  	-o-transition: all 0.7s ease;
  	-ms-transition: all 0.7s ease;
  	transition: all 0.7s ease;
}

.triangle {
	position: absolute;
	bottom: 0;
	left: 40%;
	z-index: 10;
	width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid white;
}




#footer {
	margin-top: 50px;
	margin-bottom: 50px;
	float: left;
	width: 100%;
	text-align: center;
}

#footer a {
	font-family: Brandon Grotesque Regular;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	
}

#footer a:hover {
	font-family: Brandon Grotesque Regular Bold;
	border-bottom: 2px solid #b61c3e;
	border-top: 2px solid #b61c3e;
	padding-bottom: 5px;
	padding-top: 5px;
	-webkit-transition: all 0.7s ease;
  	-moz-transition: all 0.7s ease;
  	-o-transition: all 0.7s ease;
  	-ms-transition: all 0.7s ease;
  	transition: all 0.7s ease;
}



@media screen and (max-width: 500px) {
	h2, h3, h4, h5, .sec_cl_fb, .btn_r, .btn_b {margin-left: 2%;}
	#triangle_sec_2 {display: none;}
	.sec_cl_mi {left: 0; top: 20%;}
	#sec_cl_mi2, #sec_cl_mi3 {display: none;}
	.sec_cl {width: 90%; margin-left: 5%;}
	#ziele {margin-top: 40px;}
	#footer {margin-top: 40px;}
}

