/* Import Webfonts */
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;600;700;800&display=swap');


@font-face {
  font-family: "Kinfolk";
  src:url(/fileadmin/user_upload/06_Fonts/Kinfolk_Reg.otf) format("opentype");
}



body {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size:18px; 
	line-height:150%;
	color:#D9D9D9;
	-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: 'Barlow', sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
	
h1 {
	font-size: 70px;
	font-weight:700;
	color: #D9D9D9; 
	margin-bottom:28px;
	text-align: left;
	line-height:120%;
	}

h2 {
	font-size: 52px;
	font-weight:400;
	color: #D9D9D9;
	margin-bottom:20px;
	line-height: 120%;
}

h3 {
	font-size: 32px;
	font-weight:500;
	color: #D9D9D9;
	margin-bottom:14px;
	line-height:130%;
}

h4 {
	font-size: 20px;
	font-weight:600;
  color: #D9D9D9; 
	margin-bottom:8px;
	line-height:110%;
}

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


#breadcrumb div, #breadcrumb div p {
	font-size:14px; 
	font-weight:500; 
	line-height:130%; 
	letter-spacing:0.15px; 
}

#breadcrumb div p {
	margin-bottom:0px !important; 
}

.elevator p {
	font-size:20px; 
	line-height:160%; 
}

footer .container{
	max-width: 1300px !important;
}

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

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

#footer-c1 img {
	width: 234px;
	margin-left: -21px;
}


#footer-c2{
	text-align: center;
}

#footer-c3{
	text-align: right;
}

#frow1 {
	margin-bottom: 150px;
}



.font-small {
	font-size:18px !important;
	line-height:120%; 
}

h1.count {
	color:#20683D; 
	font-size:106px; 
	font-weight:600;
	margin-bottom:10px !important; 
}


td { font-size: 18px; }


/* Listen */
ul { margin-left:-25px; }
#inhalt ul { margin-left:-15px; }
#inhalt ul li { margin-bottom:8px; }

ul#menu {
	margin-left:0px !important; 
}


ol {
	margin-left:-7px;
	list-style: none; 
	counter-reset: li
}

ol li {
	margin-bottom:10px; 
}

ol li::before {
	content: counter(li) "."; 
	color:  #09410f;
	display: inline-block; 
	width: 1.5em;
	margin-left: -1.5em
}


ol li {counter-increment: li}




/* 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;
  text-decoration: none;
  color: #D9D9D9;
}

a:hover{
	color: #D9D9D9;
}

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: #D9D9D9 !important; 
	text-decoration: none; /*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:#B9B9B9 !important;
	background-color:#000000;
}




/* Bildcombo */
main .bildcombo a:hover {
	color: #000;
	background-color: transparent !important; ; 
}



/* Footer Linkstile */
footer a, footer a:visited { color:#D9D9D9; text-decoration:none; text-transform:uppercase; }
footer a:hover, footer a:focus { color:#B9B9B9; text-decoration:none; }
a.megura {text-decoration:none; color:#cfcdc6 !important; font-size:12px !important; padding:0px;  }


/* Buttons */
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;*/
	background-color: #000;
	border: 1px solid #D9D9D9;
	color: #D9D9D9;
	padding: 15px 25px;
	transition: all .4s ease-out;
}

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

a.button-standard {
	position: fixed;
	top: 120px;
	right: 15px;
}

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

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


.white {
	color:#fff !important; 
}

.download i.fas, .pdf i.fas {
	margin-right:7px !important; 
}


.text-rot{
	color: #970500;
}

.text-unterstrichen {
	border-bottom:  1px solid #970500;
	padding-bottom: 3px;
	letter-spacing: 3px;
	color: #D9D9D9;
}

.text-unterstrichen-weiss {
	border-bottom:  1px solid #D9D9D9;
	letter-spacing: 3px;
	padding-bottom: 3px;
}


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

/*
@media screen and (min-width: 1980px) { 	
	body {	font-size:18px;  }
	h1 { font-size: 68px; }
}


@media screen and (max-width: 1200px) { 
	h1 { font-size: 62px; }
	h2 { font-size: 46px; }
}

@media screen and (max-width: 992px) { 	
	h1 { font-size: 54px; }
	h2 { font-size: 40px; }
	h5 { font-size: 23px;  }

}
*/
@media screen and (max-width: 767px) { 	
	
	h2 { font-size: 38px; }
	h3 { font-size: 30px;  }
	
	/*footer h2 { font-size: 17px !important; }
	footer p { font-size:17px; 	}*/
}


@media screen and (max-width: 576px) { 
	
	h2 { font-size: 34px; }
	h3 { font-size: 27px; }
	

}

/*
@media screen and (max-width: 480px) { 
	h1 { font-size: 36px;  }
	h2 { font-size: 29px; }
	h3 { font-size: 26px; }
	h4 { font-size: 18px; }
}

*/






/* Typo3 RTE
------------------------------------------------- */

body.cke_editable p {
	font-size:17px !important;
	margin-top:0px !important
}

body.cke_editable h1 {
	font-size: 42px;
}

body.cke_editable h2 {
	font-size: 36px;
}

body.cke_editable h3 {
	font-size: 28px;
}

body.cke_editable h4 {
	font-size: 18px;
}

body.cke_editable h5 {
  font-size: 18px;
}