


.heroimglma .sppb-addon-single-image-container:hover::before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	filter:url(#pixelate);
	background-size:cover;
	background-image:url(../../../images/frontpage/hero-img-sm.jpg);
	border-radius: 40px;
}



/***** ***** ***** Change tabimage image grayscale ***** ***** *****/


.sppb-addon-feature .pull-left .sppb-icon-container {
	padding-right: 5px;
}

.sppb-addon-feature .pull-left .sppb-icon-container > i {
	float: left;
}

.fa-angles-right::before, .fa-angle-double-right::before {
	content: url("../../../images/misc/doppelpfeil-a.png");
	display: inline-block;
	width: 100px;
	height: 77px;
}


#sppb-addon-MIXtbvAL4uyJE9x_qxBpA li.active .sppb-tab-icon {
  opacity: 1;
}

/*#sppb-addon-MIXtbvAL4uyJE9x_qxBpA .sppb-tab-image {
	height: 70px;
	width: 92px;
}*/


/***** ***** ***** Errorpage ***** ***** *****/

p.error {
	color: #fff;
}

html.error-page body {
	background-position: 100% 100%;
	background-size: cover;
}

html.error-page .error-code {
  margin-top: 40px;
}


/***** ***** ***** Animated Phone ***** ***** *****/


@-webkit-keyframes callus {
  0% {
    transform: rotate(-10deg);
  }
  8% {
    transform: rotate(10deg);
  }
  10%, 28%, 30%, 48%, 50%, 68% {
    transform: rotate(10deg);
  }
  18%, 20%, 38%, 40%, 58%, 60% {
    transform: rotate(-10deg);
  }
  75%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes callus {
  0% {
    transform: rotate(-10deg);
  }
  8% {
    transform: rotate(10deg);
  }
  10%, 28%, 30%, 48%, 50%, 68% {
    transform: rotate(10deg);
  }
  18%, 20%, 38%, 40%, 58%, 60% {
    transform: rotate(-10deg);
  }
  75%, 100% {
    transform: rotate(0deg);
  }
}

.animated {
  -webkit-animation: callus 5s ease 2;
          animation: callus 5s ease 2;
  transform-origin-x: 90%;
  transform-origin-y: 35%;
  transform-origin-z: initial;
}

.anifooter {
  -webkit-animation: callus 5s ease 1;
          animation: callus 5s ease 1;
  transform-origin-x: 90%;
  transform-origin-y: 35%;
  transform-origin-z: initial;
}

.sp-scroll-up-phone {
	position: fixed;
	bottom: 35px;
	right: 110px;
	width: 70px;	
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	background: rgba(100, 100, 100, 0.4);
	border-radius: 100%;
	z-index: 1000;
	transition: all 0.3s ease;
	display: none
}

.sp-scroll-up-mail {
	position: fixed;
	bottom: 35px;
	right: 190px;
	width: 70px;	
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	background: rgba(100, 100, 100, 0.4);
	border-radius: 100%;
	z-index: 1000;
	transition: all 0.3s ease;
	display: none
}

.sp-scroll-up {
	right: 30px;
	bottom: 35px;
	width: 70px;	
	height: 70px;
	line-height: 70px;
	font-size: 30px;
}


/*** *** *** Body & Content *** *** ***/


.article-full-image {
	margin-bottom: 50px;
}

.col-lg-4.article-details-left-sidebar {
	display: none;
}

.col-lg-8.article-details-right-sidebar {
	margin: 0 auto;
}

.view-article .sphere-article-details .article-details-title-wrap h1 {
	font-style: normal;
	font-weight: 500;
/*	font-size: 140px;
	line-height: 0.9em;*/
	text-align: right;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #000000;
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
	padding-top: 0;
	letter-spacing: -1.5px;
	color: #fff;
	width: 100%;
	margin-bottom: 50px;
	font-family: 'Montserrat';
}

#sp-footer {
	border-top: #fff 1px solid;
	margin-top: 50px
}


/*** *** *** Forms *** *** ***/


.form-builder-radio-content .form-builder-radio-label {
	border: 1px solid #fff;
	color: rgba(255, 255,255, 0.6);
}


/*** *** *** Header & Menue *** *** ***/


#sp-header {
	height: 85px;
	margin-top: 0;
}

#sp-header .container {
	border-bottom: 1px solid #fff;
}

#sp-header .logo {
	height: 85px;
}


/*** *** *** Sprachwahl *** *** ***/


.sprachwahl {
	padding-left: 25px;
}


/*** *** *** Typo *** *** ***/


/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat/montserrat-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat/montserrat-v26-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat/montserrat-v26-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat/montserrat-v26-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
	font-family: 'Montserrat',
	sans-serif; font-size: 18px;
	font-weight: 300;
	text-decoration: none;
	line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6,
#sp-footer #sp-footer1 ul.menu li a {
	font-family: 'Montserrat',
	sans-serif;
	text-decoration: none;
}

ul.circle {
	list-style-type: none;
	padding-left: 24px;
}

.circle > li::before {
	color: #90986b !important;
	font-family: "Font Awesome 6 Free";
	content: "\f35a" !important;
	font-size: 16px !important;
	top: 16px !important;
	margin-left: -22px;
	margin-right: 8px;
}

.circle > li {
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.circle > li:first-child {
	padding-top: 5px;
}

.circle > li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.sp-page-title .sp-page-title-heading,
.view-article .sphere-article-details .article-details-title-wrap h1 {
	font-weight: 500;
	color: #fff;
	border-bottom: 1px solid #fff;
}


body .sppb-btn.sppb-btn-default:hover, body .sppb-btn.sppb-btn-default:focus, body .sppb-btn.sppb-btn-default:active, body .sppb-btn.sppb-btn-primary:hover, body .sppb-btn.sppb-btn-primary:focus, body .sppb-btn.sppb-btn-primary:active, body .sppb-btn.btn-primary:hover, body .sppb-btn.btn-primary:focus, body .sppb-btn.btn-primary:active, body .btn.sppb-btn-default:hover, body .btn.sppb-btn-default:focus, body .btn.sppb-btn-default:active, body .btn.sppb-btn-primary:hover, body .btn.sppb-btn-primary:focus, body .btn.sppb-btn-primary:active, body .btn.btn-primary:hover, body .btn.btn-primary:focus, body .btn.btn-primary:active {
	background-color: #fff;
	border-color: #82ab54;
	color: #82ab54;
}

.sp-page-title .sp-page-title-heading {
	text-transform: none;
}

.marked {
	background: transparent url("../../../images/misc/link.png") no-repeat scroll 0% 60%;
	background-size: auto;
	padding-left: 20px;
	background-size: 17px;
}



/*** *** *** Cookie Hint *** *** ***/


##redim-cookiehint-bottom .cookiebuttons {
	float: right;
}

#redim-cookiehint-bottom .cookiebuttons .btn {
	padding: 10px 10px !important;
	color: #fff;
	background-color: #90986b !important;
	border: 0px;
	border-radius: 2px;
	font-weight: normal;
}

#redim-cookiehint-bottom {
	width: 100%;
	padding: 10px 5%;
	box-sizing: border-box;
	position: -webkit-sticky;
	position: sticky;
	background-color: RGBA(0,0,0,0.6);
	z-index: 9999999;
	bottom: 0px;
}

#redim-cookiehint-bottom .cookiecontent {
	font-size: 17px;
	line-height: 20px;
	color: #fff;
	display: inline-block;
}

.cookiebuttons {
	margin-top: 10px;
}

#redim-cookiehint-bottom .cookiebuttons .btn:active,
#redim-cookiehint-bottom .cookiebuttons .btn:hover,
#redim-cookiehint-bottom .cookiebuttons .btn:focus {
	outline: none;
	outline-offset: 0px;
	border: 0px !important;
	background-color: #fff!important;
	color: #111;
	background-image: none;
}

/*** *** *** Responsive Settings *** *** ***/

@media (max-width:1200px) {
.fa-angles-right::before, .fa-angle-double-right::before {
	background-size: 40px !important;
	zoom:75%;
	width: 52px !important;
	height: 40px !important;
}
}

@media (max-width:1100px) {

}


@media (max-width:991px) {
.sp-scroll-up {
	right: 30px;
	width: 40px;	
	height: 40px;
	line-height: 40px;
	font-size: 17px;
}
.sp-scroll-up-phone {
	right: 75px;
	width: 40px;	
	height: 40px;
	line-height: 40px;
	font-size: 17px;
}

.sp-scroll-up-mail {
	right: 120px;
	width: 40px;	
	height: 40px;
	line-height: 40px;
	font-size: 17px;
}





