@font-face {
	font-family: "Open Sans";
	src: url("../Fonts/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
}

@font-face {
	font-family: "Kalam";
	src: url("../Fonts/Kalam-Bold.ttf") format("truetype");
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size:18px; 
	line-height:150%;
	color:#000000;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

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

h1, h2, h3, h4, h5 {
    margin-top: 0px !important;
	font-family: 'Open Sans', sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
	
h1 {
	font-weight:700; 
	font-size: 48px;
	color:#000000; 
	margin-bottom:28px;
	text-align: left;
	line-height:120%;
}

h2 {
	font-size: 26px;
	font-weight:700;
	color:#000000; 
	margin-bottom:20px;
	line-height: 120%;
}

h3 {
	font-size: 16px;
	font-weight:400;
	color:#000000; 
	margin-bottom:14px;
	line-height:120%;
	text-transform:uppercase;
}

h4 {
	font-size: 22px;
	font-weight:400;
	color:#000000; 
	margin-bottom:8px;
	line-height:150%;
}

h5 {
	font-weight: 700;
	font-size:18px; 
	line-height:150%;
	color:#000000;
}


h1.handwriting,
h2.handwriting,
h3.handwriting {
	font-family: "Kalam", cursive;
	font-weight: 700;
	font-style: normal;
}

h1.handwriting  {
	font-size:54px; 
}


h1.heading-line,
h2.heading-line,
h3.heading-line {
	display:table; 
}


h1.heading-line:after {
	content: '';
	border: 3.4px solid #F5E513;
	position: relative;
	bottom: -6px;
	width: 100%;
	display: block;
	transform: rotate(-1deg);
}

h2.heading-line:after {
	content: '';
	border: 2px solid #F5E513;
	position: relative;
	bottom: -4px;
	width: 100%;
	display: block;
	transform: rotate(-1deg);
}


/*
h5 {
  font-size: 20px;
  font-weight:700;
  color:#000000; 
  margin-bottom:6px;
  line-height:110%;
}
*/

.font-green {
	color:#20683D !important;
}


strong {
	font-weight:700 !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:140%;
	font-weight:400;
	font-size:17px;
}

.bg-4 p,
.bg-4 h1,
.bg-4 h2,
.bg-4 h3,
.bg-4 h4,
.bg-4 h5,
.bg-4 ul li {
	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 { 
	background-color: #F5E513;
	text-decoration:none; 
	color: #000; 
}



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


/* Buttons */
button.button-standard,
span.button-standard,
p.button-standard,
a.button-standard {
	text-decoration:none !important;
	background-color: transparent;
	display: inline-block;
  	padding: 8px 22px;
	font-weight:800;
	margin-bottom: 0;  
	font-size:15px !important; 
	letter-spacing:1px; 
	line-height: 100%;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
    text-transform:uppercase;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	text-decoration:none !important;
	border-radius:0 !important; 
	color:#000000 !important;  
	border: 2px solid #F5E513!important;
	background: linear-gradient(to right, #F5E513 50%, #fff 50%);
	background-size: 200% 100%;
	background-position: bottom right;
	transition: all .4s ease-out;
}

button.button-standard:hover,
a.button-standard:hover {
	color:#000 !important;
	background-position: bottom left;
}

a.button-standard.active {
	color:#000 !important;
	background-position: bottom left;
}

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

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



a.button-yellow {
	text-decoration:none !important;
	background-color: transparent;
	display: inline-block;
  	padding: 8px 22px;
	font-weight:800;
	margin-bottom: 0;  
	font-size:15px !important; 
	letter-spacing:1px; 
	line-height: 100%;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
    text-transform:uppercase;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	text-decoration:none !important;
	border-radius:0 !important; 
	color:#000000 !important;  
	border: 2px solid #F5E513 !important;
	background-color:  #F5E513;
	transition: all .025s ease-out;
}


a.button-yellow:hover {
	color:#fff !important;
	background-color:#20683D; 
	border: 2px solid #20683D  !important;
}



/* Listen */
ol, ul {
	padding-left: 1rem !important;
}



/* RESPONSIVE FONTS
------------------------------------------------- */
@media screen and (max-width: 1200px) { 	
	h1 {font-size:45px; }
	h1.handwriting  { font-size:46px; }
	.berufe .ce-bodytext h2 { font-size: 41px; }
}

@media screen and (max-width: 991.5px) { 	
	h1 {font-size: 42px; }
	h1.handwriting  { font-size:42px; }
	h4 { font-size: 21px; }
	.berufe .ce-bodytext h2 { font-size: 39px; }
}

@media screen and (max-width: 767px) { 	
	h1 { font-size: 38px; }
	h1.handwriting { font-size: 38px; }
	h2 { font-size: 24px; }
	h4 { font-size: 20px; }
	.berufe .ce-bodytext h2 { font-size: 37px; }
	#stage-claim h1 { font-size: 64px;}
}

@media screen and (max-width: 575.5px) { 
	h1 { font-size: 34px; }
	h1.handwriting { font-size: 34px; }
	h2 { font-size: 22px; }
	h4 { font-size: 20px; }
	.berufe .ce-bodytext h2 { font-size: 34px; }
	body { font-size:17px; }
	p {  font-size:17px; margin-bottom: 18px;}
	#stage-claim h1 { font-size: 46px;}

}

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

	h1 {	font-size: 32px;}
	h1.handwriting { font-size: 32px; }
	h2 {	font-size: 21px;}
	h3 {	font-size: 18px;}
	h4 {	font-size: 19px; hyphens:auto; }
	.berufe .ce-bodytext h2 {font-size: 30px; }
	#stage-claim h1 { font-size: 40px;}
 	
}



/* RTE SETTINGS
------------------------------------------------- */
.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}
