/* Import Webfonts */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Roboto+Slab:wght@700;800;900&family=Cairo:wght@900&display=swap');

body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size:18px; 
	line-height:140%;
	color:#111;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	/* hyphens: auto; */
}


p {  
	font-size:18px; 
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5 {
	/* font-family: 'Roboto Slab', serif; */
	font-family: 'Cairo', sans-serif;
    margin-top: 0px !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-hyphens: auto;
}
	
h1 {
	font-size: 64px;
	font-weight:900;
	color:#111;
	margin-bottom:20px;
	line-height:110%;
	text-transform:uppercase;
	letter-spacing: 0.5px;
}
h2 {
	font-size: 30px;
	font-weight:900;
	color:#111;
	margin-bottom:20px;
	line-height: 120%;
}
h3 {
	font-size: 16px;
	font-weight:900;
	color:#686868;
	margin-bottom:0px;
	line-height:120%;
}
h4 {
	font-size: 20px;
	font-weight:700;
	color:#111;
	margin-bottom:14px;
	line-height:140%;
}

.quote h1 {
	font-size:70px; 
}


strong {
	font-weight:600 !important; 
}

footer h3 {
	font-size: 19px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
	text-align: left;
	text-transform: uppercase;
}

footer p {
	color:#fff;
	line-height:120%;
	font-weight:400;
	font-size:18px;
}


/* Dark Modes */
.bg-2,
.bg-2 p,
.bg-2 h1,
.bg-2 h2,
.bg-2 h3,
.bg-2 h4 {
	color:#fff;
}

.bg-3,
.bg-3 p,
.bg-3 h1,
.bg-3 h2,
.bg-3 h3,
.bg-3 h4 {
	color:#fff;
}



/* Linkstile  Section Weiss*/
main a img, a, a img, img { border:0px; outline:none !important;}
a img, a, a img, img { border:0px; outline:none !important;}
main a, main a:visited,
main a.download,
main a.internal-link,
main a.external-link-new-window,
main a.mail,
main a.pdf { 
	display:inline-block;
	color: #000; 
	text-decoration: underline;
	padding: 0;
	background-color:transparent;
	transition: all .2s ease;
}

main a:hover,
main a.internal-link:hover, 
main a.external-link-new-window:hover, 
main a.internal-link-new-window:hover,
main a.pdf:hover, main a.download:hover,
main a.mail:hover { 
	color: #8D1D25;
}



/* Footer Linkstile */
footer a, footer a:visited { color:#fff; text-decoration:none; transition: all .2s ease;}
footer a:hover, footer a:focus { color:#000; text-decoration:underline; }
a.megura {text-decoration:none !important; color:#fff !important; font-size:12px !important; padding:0px;  }
a.megura:hover {color:#000 !important;}


/* Buttons */
.btn {
	font-size:inherit !important; 
}

.btn.focus, .btn:focus {
	outline: 0;
	box-shadow:none !important; 
}

.btn-primary{
   background-color: #008F9B;
   border-color: #008F9B;
}

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





/* RESPONSIVE FONTS
------------------------------------------------- */

@media screen and (max-width: 1200px) { 	
	
}


@media screen and (max-width: 992px) { 	
	h1 { font-size: 36px; }
}


@media screen and (max-width: 767px) { 	
	h1 { font-size: 34px; }
	h4 { font-size: 23px; }
}


@media screen and (max-width: 576px) { 
	h1 { font-size: 32px; }
}

@media screen and (max-width: 480px) { 

	h1 {	font-size: 28px;}
	h2 {	font-size: 27px;}
	h3 {	font-size: 18px;}
	h4 {	font-size: 19px;}

 	body, p {
		font-size:17px; 
		line-height:130%;
	}
}