
@font-face { 
	font-family: Montserrat; 
	src: url('../fonts/Montserrat-Regular.ttf'); 
}
@font-face { 
	font-family: Montserrat-Light; 
	src: url('../fonts/Montserrat-Light.ttf'); 
}
@font-face { 
	font-family: Montserrat-Medium; 
	src: url('../fonts/Montserrat-Medium.ttf'); 
}
@font-face { 
	font-family: OpenSans-Regular; 
	src: url('../fonts/OpenSans-Regular.ttf'); 
}

:root {
  --headerwidth: 1600px;
  --maxwidth: 1360px;
  --textfarbe: #333;
}

html {
    width: 100%;
    height: 100%;
	margin:0;
}

body {
	overflow-x: hidden;
    width: 100%;
	margin:0;
	padding:0;
	font-family: 'OpenSans-Regular', sans-serif, Arial, Helvetica;
	color: var(--textfarbe);
	font-size:18px;
	line-height:27px;
	letter-spacing: 0px;
	font-weight:300;
	background-color:#fff;
}

h1,h2,h3,h4,div,p,a {
	margin:0;
	padding:0;
}

h1 {
	width:100%;	
	margin:0;
	margin-bottom:20px;
	padding:0;
	font-family: 'Montserrat-Medium', sans-serif, Arial, Helvetica;
	color:#555;
	font-size:56px;
	line-height:66px;
	letter-spacing: 0px;
	font-weight:600;
	text-decoration:none;
	text-align: center;
	text-shadow: 0px 0px 8px #fff;
}
@media only screen and (max-width:800px) {
	h1 {
		font-size:46px;
		line-height:52px;
	}
}
@media only screen and (max-width:580px) {
	h1 {
		font-size:40px;
		line-height:44px;
	}
}

h2 {
	margin:0;
	margin-top:0px;
	margin-bottom:50px;
	padding:0;
	font-family: 'Montserrat-Light', sans-serif, Arial, Helvetica;
	color:#333;
	font-size:42px;
	line-height:48px;
	letter-spacing: 0px;
	font-weight:300;
	text-decoration:none;
}
@media only screen and (max-width:800px) {
	h2 {
		font-size:34px;
		line-height:40px;
	}
}

h3 {
	margin:0;
	margin-top:40px;
	margin-bottom:20px;
	padding:0;
	font-family: 'OpenSans-Regular', sans-serif, Arial, Helvetica;
	font-size:18px;
	line-height:27px;
	letter-spacing: 0px;
	font-weight:700;
	text-decoration:none;
}

h4 {
	margin:0;
	margin-top:0px;
	margin-bottom:25px;
	padding:0;
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	color:#17252a;
	font-size:18px;
	line-height:29px;
	letter-spacing: 0px;
	font-weight:600;
	text-decoration:none;
}

p {
	margin:0;
	padding:0;
}

b, strong {
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	font-weight:700;
}

.fett {
	margin: 30px 0px 10px 0px;
	font-family: 'OpenSans-Regular', sans-serif, Arial, Helvetica;
	font-size:17px;
	line-height:25px;
	letter-spacing: 0px;
}

.klein {
	font-family: 'OpenSans-Regular', sans-serif, Arial, Helvetica;
	font-size:12px;
	line-height:18px;
	letter-spacing: 0px;
}

.clear {
	clear:both;
}

.unsichtbar {
	display:none;
}

.nowrap {
  white-space: nowrap;
}

sup {
	font-family: 'OpenSans-Regular', sans-serif, Arial, Helvetica;
	font-size:8px;
	line-height:12px;
	letter-spacing: 0px;
	position: relative;
	vertical-align: baseline;
	top: -1em;
}

ul, 
li
{
	margin:10px 0px 10px 12px;
	padding-left:0px;
	font-family: 'OpenSans-Regular', sans-serif, Arial, Helvetica;
	color: var(--textfarbe);
	font-size:18px;
	line-height:27px;
	font-weight:400;
}

ul {
	list-style-type:disc;
	padding-left:5px;
	margin:5px;
}


/***************************************************/

.hg {
	position: fixed;
	z-index:-4;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image: url(../img/HG.png); 
	/*background-image: url(../img/HG-neu.jpg); */
	background-position: top center; 
	xbackground-position: top  -80px; 
	background-repeat: no-repeat; 
	background-size:cover; 
	background-attachment:fixed;
}

header {
	position: fixed;
	z-index:400;
	top:0px;
	left:0px;
	width:100%;
	height:100px;
	background-color:#fff;
}

header .header {
	position:relative;
	width:100%;
	max-width:1220px;
	margin-left: auto;
	margin-right: auto;
}

header .hg-weiss {
	position: absolute; 
	top:0px;
	left:0px;
	width:100%;
	height:100px;
	background-color:#fff;
	xopacity:0.89;
	transition: opacity 2.5s;
}

header .logo {
	z-index:401;
	float:left;
	top:0px;
	left:0px;	
	width: 210px;
	height:80px;
	padding: 15px 20px 0px 20px;
}

header .logo img {
	width: 210px;
	height: auto;
}

@media only screen and (max-width:800px) {
	header .logo {
		width: 180px;
	}

	header .logo img {
		width: 180px;
	}
}

.unsichtbar {
	opacity:0;
}

/*******************************************************/

.mobile_menue {
	position: absolute; 
	position:fixed;
	z-index:404;
	top:28px;
	right:10px;
	width:60px;
	margin-top:0px;	
	overflow: hidden;
	cursor:pointer;
	display:none;
	background-color:#fff;
}
@media only screen and (max-width:320px), (max-width:480px) {
	.mobile_menue  {
		right:10px;
	}
}

.mobile_navigation {
	display:none;
}

.navidesktop {
	display:block;
	position: absolute; 
	top:0px;
	left: 290px;	
	width: calc(100% - 290px);
}
@media only screen and (max-width:800px) {
	.navidesktop  {
		left: 230px;	
		width: calc(100% - 230px);
	}
}

@media only screen and (max-width:600px) {
	.mobile_menue {
		display:block;
	}	
	.mobile_navigation {
		z-index:398;
		position: absolute; 
		position:fixed;
		display:block;
		top:0px;
		width:100%;
		height:auto;
		padding-top:140px;
		padding-bottom:20px;
		text-align:left;
		opacity: 0.84;
		background: url(images/transparent-mobile-navigation.png);
		background-color:#fff;
  		border-left: 0px dotted #7b7b74;
  		border-bottom: 0px solid #a6a9ae;
	}	
	.navidesktop {
		display:none;
	}
}
@media only screen and (max-width:320px), (max-width:480px) {	
	.mobile_navigation {
		width:100%;
	}	
}

/*********  Burger  *******************************/

label.hamburg { 
	position: relative; 
	display: block;
	width: 59px; 
	height: 40px; 
	margin-left: auto; 
	margin-right: auto;
	border-radius: 4px; 
	background: #fff; 
	cursor: pointer;
}

input#hamburg {display:none}

.line { 
   position: absolute; 
   display: block; 
   left:10px;
   width: 36px; 
   height: 3px;  
   background: #959595;
   border-radius: 2px;
   transition: 0.2s; 
   transform-origin: center; 
}

.line:nth-child(1) { top: 10px; }
.line:nth-child(2) { top: 21px; }
.line:nth-child(3) { top: 32px; }

#hamburg:checked + .hamburg .line:nth-child(1){
   transform: translateY(12px) rotate(-45deg);
}

#hamburg:checked + .hamburg .line:nth-child(2){
   opacity:0;
}

#hamburg:checked + .hamburg .line:nth-child(3){
   transform: translateY(-10px) rotate(45deg);
}


/*********  Navi mobil  *******************************/

.mob_navlink ul {
	margin: 0px;
}

.mob_navlink ul li {
	list-style-type: none;
}

.mob_navlink ul li,
.mob_navlink ul li a:link,
.mob_navlink ul li a:visited,
.mob_navlink a:visited {
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	color: var(--textfarbe);
	font-size:20px;
	line-height:26px;
	font-weight:normal;
    text-decoration: none;
    padding: 5px 20px 10px 0px;
    list-style: none;
}

.mob_navlink ul li a, 
.mob_navlink ul li a:link {
    cursor: pointer;
}


.mob_navlink .mob-aktiv, 
.mob_navlink ul li .mob-aktiv,
.mob_navlink ul li .mob-aktiv a:link, 
.mob_navlink ul li .mob-aktiv a:link:active,
.mob_navlink ul li .mob-aktiv a:active,
.mob_navlink ul li a:link .mob-aktiv, 
.mob_navlink ul li a:link:active .mob-aktiv,
.mob_navlink ul li a:active .mob-aktiv {
	font-weight:bold;
}


/***************************************************/
/*****   Navigation   ******************************/

#navi {
	xposition:relative;
	position:absolute;
	width:100%;
	height:50px;
	margin-top:22px;
	xbackground-color:#fff000;
}

#navi ul {
	position:absolute;
	left:0px;
    margin: 0px;
    padding: 0px;
}

#navi ul li {
	list-style-type: none;
    float:left;
    cursor: pointer;
}

#navi ul li a {
	font-family: 'Montserrat-Medium', sans-serif, Arial, Helvetica;
	color: var(--textfarbe);
	font-size:18px;
    text-decoration: none;
    display: block;
	margin: 0px 0px 0px 24px;
    padding: 5px 0px 2px 0px;
}
@media only screen and (max-width:800px) {
	#navi ul li a  {
		font-size:16px;
		padding: 0px 0px 2px 0px;
	}
}
@media only screen and (max-width:660px) {
	#navi ul li a  {
		margin: 0px 0px 0px 14px;
	}
}

ul li.Navigation ul {
	position: absolute;
    min-width:160px;
	top: 34px; 
	left: 0px;
	border-top: 4px solid #fff;
	background-color: #fff;
	opacity: 0.81;
	xopacity: 1;
}

ul li.Navigation ul li {
	float: none;
	display: block;
	margin: 5px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}

.navigation-aktiv {
	display:block;
	margin: 0px 0px 0px 24px;
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid var(--textfarbe);
}
@media  (max-width:1179px)  {
	.navigation-aktiv {
		padding: 1px 0px 0px 0px;
		border-bottom: 3px solid var(--textfarbe);
	}
}

/***************************************************/

.text-oben {
	position:relative;
	width: calc(100% - 60px);
	max-width:1220px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 250px;
	padding: 0px 30px;
	text-align: center;
	xdisplay: flex;
	z-index:200;
	background:transparent;
}
@media only screen and (max-width:800px) {
	.text-oben {
		margin-top: 220px;	
	}
}

.text-oben h2 {	
	margin:0;
	margin-bottom:60px;
	font-family: 'OpenSans-Regular', sans-serif, Arial, Helvetica;
	color:#555;
	font-size:30px;
	line-height:32px;
	font-weight:400;
	text-align: center;
	text-shadow: 0px 0px 8px #fff;
}
@media only screen and (max-width:800px) {
	.text-oben h2 {
		line-height:36px;
	}
}

.text-oben h2 span {	
	font-weight:700;
}

.text-oben h2 .blau {	
	color:#0165a6;
}

/***************************************************/

.content-teasertext {
	position:relative;
	clear:both;
	width:100%;	
	height:auto;
	min-height:240px;
	margin-left: auto;
	margin-right: auto;	
    margin-top: 430px;
    padding-top: 100px;
    padding-bottom: 40px;
	background-color:#fff;
}
@media only screen and (max-width:800px) {
	.content-teasertext {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.content.section {
	position:relative;
	clear:both;
	width:100%;	
	height:auto;
	min-height:500px;
	margin-left: auto;
	margin-right: auto;
    padding-bottom: 80px;	
    padding-top: 90px;
	background-color:#fff;
	background-image: linear-gradient(145deg, rgb(253, 253, 253) 0%, rgb(239, 239, 239) 100%);
}

.row {
	xposition:relative;
	width: calc(100% - 80px);	
	max-width:1140px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 40px 0px 40px;
	xbackground-color:#ddd;
}

.header-icon {
    padding-bottom: 20px;
	text-align: center;
}

.header-icon h2 {
	font-size:32px;
	line-height:38px;
}

.header-icon img {
	width: 120px;
	height: auto;
    padding-bottom: 20px;
}

.center {
	text-align: center;
}

.image-outer {
	width:100%;
	max-width: 880px;
	height:auto;
	margin-top:60px;
	margin-bottom:60px;
	margin-left: auto;
	margin-right: auto;
}

.image-outer img {
	width:100%;
	max-width: 860px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
}

.image-outer p {
	text-align:right;
	color:#888888;
	font-size:14px;
	line-height:20px;
}

.css-bildbreit {
	max-width: 980px;
}

.css-bildbreit img {
	max-width: 960px;
}

/***************************************************/

.content-impressum {
	position:relative;
	clear:both;
	width:100%;	
	max-width: 1000px;
	height:auto;
	min-height: 1050px;
	margin-left: auto;
	margin-right: auto;	
    margin-top: 180px;
    padding-bottom: 120px;
	background-color:#fff;
}
@media only screen and (max-width:1080px) {
	.content-impressum {
		width:calc(100% - 60px);	
		margin-left: 30px;
		margin-right: 30px;
	}
}

.content-impressum h1 {
	margin:0;
	margin-top:0px;
	margin-bottom:50px;
	padding:0;
	font-family: 'Montserrat-Light', sans-serif, Arial, Helvetica;
	color:#333;
	font-size:42px;
	line-height:48px;
	letter-spacing: 0px;
	font-weight:300;
	text-decoration:none;
}
@media only screen and (max-width:800px) {
	.content-impressum h1 {
		font-size:30px;
		line-height:38px;
		text-align:left;
	}
}

.content-impressum h2 {
	margin:0;
	margin-top:40px;
	margin-bottom:10px;
	padding:0;
	font-family: 'OpenSans-Regular', sans-serif, Arial, Helvetica;
	font-size:18px;
	line-height:27px;
	letter-spacing: 0px;
	font-weight:700;
	text-decoration:none;
}
@media only screen and (max-width:800px) {
}

.btn-back {
	margin-bottom:40px;
	xtext-align:right;
}

/***************************************************/

.start-slider-container {
	width:100%;
	max-width: 880px;
	height:auto;
	margin-top:80px;
	margin-bottom:40px;
	margin-left: auto;
	margin-right: auto;
}

.start-slider  {
	position: relative;
	width:100%;
	height: auto;
	overflow:hidden;
}

.start-slider img {
	width:100%;
	max-width: 880px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
}

/***************************************************/

.slick-dots  {
    bottom:0px;
}

.slick-dots li button {
    width: 4px;
    height: 4px;
    background-color:#d8d8d8;
    border:1px solid #d8d8d8;
    border-radius:10px;

}

.slick-dots li button::before {
    font-family: 'slick';
    font-size: 12px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    content: ' ';
    text-align: center;
    opacity: .25;
    color: #444;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    background-color:white;
    border-radius:10px;
}

.slick-dots li.slick-active button:before
{
    background-color:#444;
    opacity: 1;
    color: #444;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

/***************************************************/

/* Arrows */
.slick-prev,
.slick-next
{
    width: 45;
    height: 45px;
	xbackground: url(img/transparent.png);
}
.slick-prev:before,
.slick-next:before
{
    opacity: .65;
    opacity: 1;
}

.slick-prev
{
    left: 45px;
	z-index:200;
}
[dir='rtl'] .slick-prev
{
    right: 0px;
    left: auto;
	z-index:200;
}
@media only screen and (max-width:600px) {	
	.slick-prev {
		left: 10px;
	}
}
.slick-prev:before
{
    content:url(../img/pfeil_prev.png);
}
[dir='rtl'] .slick-prev:before
{
    content:url(../img/pfeil_prev.png);
}

.slick-next
{
    right: 55px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0px;
}
@media only screen and (max-width:600px) {	
	.slick-next {
		right: 10px;
	}
}
.slick-next:before
{
    content:url(../img/pfeil_next.png);
}
[dir='rtl'] .slick-next:before
{
    content:url(../img/pfeil_next.png);
}


/***************************************************/

.zitat {
	margin-top:90px;
	font-family: 'OpenSans-Regular', sans-serif, Arial, Helvetica;
	color:#959595;
	font-size:26px;
	line-height:30px;
	letter-spacing: 0px;
	font-weight:400;
	font-style: italic;	
	text-align:right;
}

.zitat span {
	color:#888888;
	font-size:14px;
	line-height:20px;
	letter-spacing: 0px;
	font-weight:400;
	font-style: normal;
}

/***************************************************/

.top-button {
	z-index:550;
	position:fixed;
	bottom:40px;
	width:30px;
	right:0px;
	padding: 0px 15px 10px 15px;
	background-color:#fff;
	opacity: 0.7;
    cursor: pointer;
}

.fa-chevron-circle-up,
.fa-angle-up {
	font-size:48px;
	color:#fc8f39;
	color:#0061a0;
	color:#0165a6;
}

/***************************************************/


footer {
	width:100%;	
	xmin-height:600px;
	background-image: url(../img/footer-HG.png);
}

.footer-content {
	max-width:1140px;
	margin-left: auto;
	margin-right: auto;
	color:#fff;
	text-align: center;
	padding: 110px 40px 110px 40px;
}

.txt-footer {
	font-family: 'OpenSans-Regular', sans-serif, Arial, Helvetica;
	color:#fff;
}

.txt-footer h2 {
	color:#fff;
}

.footer-streifen {
	bottom:0px;
	width:100%;	
    padding-top: 25px;
    padding-bottom: 25px;
	color:#fff;
	text-align: center;
	background-color:#17252a;
}

/***************************************************/

a:link,
a:visited {
	color:rgb(23, 37, 42);
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

a:active {
    text-decoration:underline;
}

/***************************************************/

.content p a, 
.content p a:link,
.content p a:visited,
.content p a:link:visited,
.content p a:link:visited,
.content h3 a, 
.content h3 a:link,
.content h3 a:visited,
.content h3 a:link:visited,
.content h3 a:link:visited {
	font-family: 'OpenSans-Regular', sans-serif, Arial, Helvetica;
	color:#fc8f39;
	color:#0061a0;
	color:#0165a6;
	font-weight:600;
	text-transform: none;
    text-decoration:none;
}

.content p a:active, 
.content p a:hover, 
.content p a:focus,
.content h3 a:active, 
.content h3 a:hover, 
.content h3 a:focus {
    text-decoration:underline;
}

/***************************************************/

footer a, 
footer a:link,
footer a:visited,
footer a:link:visited,
a.link-footer, 
a.link-footer:link,
a.link-footer:visited,
a.link-footer:link:visited {
	font-family: 'OpenSans-Regular', sans-serif, Arial, Helvetica !important;
	color:#fff !important;
	font-weight:400 !important;
	text-transform: none !important;
    text-decoration:none !important;
}

footer a:active,  
footer a:hover, 
footer a:focus,
.link-footer, 
.link-footer a:active, 
.link-footer a:hover, 
.link-footer a:focus,
a.link-footer:hover, 
a.link-footer:active {
    text-decoration:underline !important;
}

.footer-streifen,
.footer-streifen a.link-footer, 
.footer-streifena.link-footer:link {
	font-size:12px;
	line-height:19px;
}


/***************************************************/

/* WordPress Admin-Leiste */
#wpadminbar {
	display:none;
}

/***************************************************/

.smartphone-an {
	display:none;
}
.smartphone-aus {
	display:block;
}
@media only screen and (max-width:320px), (max-width:480px) {
	.smartphone-an {
		display:block;
	}
	.smartphone-aus {
		display:none;
	}
}

/***************************************************/

.smartphone-gross-an {
	display:none;
}
.smartphone-gross-aus {
	display:block;
}
@media only screen and (max-width:800px) {
	.smartphone-gross-an {
		display:block;
	}
	.smartphone-gross-aus {
		display:none;
	}
}