#sp-header {
	height: 120px;
	width: 100%;
	position: relative;
	z-index: 99;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
	animation: spFadeIn 0.5s;
}

.h3, h3 {
	font-size: 1.75rem;
}


#sp-header.full-header {
	padding-left: 40px;
	padding-right: 40px;
}
#sp-header .logo {
    height: 120px;
    display: inline-flex;
    margin: 0;
    align-items: center;
}
#offcanvas-toggler {
    display: inline-flex;
    align-items: center;
    height: 120px;
    line-height: 80px;
    font-size: 20px;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 12px;
    line-height: 80px;
    font-size: 1em;
    margin: 0;
}

.sp-megamenu-parent > li:last-child > a {
	padding: 0px 20px 0px 15px;
}



.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    padding: 8px 0;
    cursor: pointer;
}
.pt-4 {
	padding-top: 3.5rem !important;
}
.logo {
	display: none;
}

#sp-footer .container-inner {
	padding: 30px 0;
	border-top: 0px solid rgba(255, 255, 255, 0.1);

}
#sp-footer, #sp-bottom {
	background: #e5175a;
	color: #ffffff;
}


#sp-footer a, #sp-bottom a {
	color: #e5175a;
}


#sp-footer a:hover, #sp-bottom a:hover{
	color: #37b780;
}


.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	margin-top: 50px;
}
.article-list .article .readmore a {
	color: #fff;
}
.article-list .article .readmore:hover a {
	color: #9c9d9d;
}

.h1, h1 {
    font-size: 2.25rem;
}
.article-list .article .readmore {
    font-size: 0.975rem;
	color: #ffffff;
	background: #bb172f;
	border: 2px solid #fff;
	padding: .4em 1em;
	margin-top: 10px;
	border-radius: 0px;
	text-transform: capitalize;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}
.article-details .article-can-edit a {
	display: none;
	background: #2a61c9;
	color: #fff;
	padding: 5px 12px;
	border-radius: 3px;
	font-size: 14px;
}
.list-group {
	display: none;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
    border-radius: .25rem;
}
.blog {
	 padding-top: 30px;
}

/* inter-regular - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/inter-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/inter-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/inter-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/inter-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/inter-v7-latin-regular.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-700 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v7-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/inter-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/inter-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/inter-v7-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/inter-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/inter-v7-latin-700.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-900 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/inter-v7-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/inter-v7-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/inter-v7-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/inter-v7-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/inter-v7-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/inter-v7-latin-900.svg#Inter') format('svg'); /* Legacy iOS */
}

body {
    font-family: "inter", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    line-height: 1.8;
    font-weight: 400;
	color: #000;
    font-size: 1.1rem;
    margin: 0 0rem 1.5rem 0rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
   font-family: "inter", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 500;
}
.container {
    padding-top: 0px;
}

.article-list .article {
    margin-bottom: 30px;
    padding: 20px;
    border: 0px solid #f5f5f5;
    border-radius: 3px;
}
/* start Hero*/

.hero {
   position: relative;
   width: 100%;
   height: 70vh;
   display: flex;
   justify-content: center;
   align-items: center;
}
.hero::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: url("images/startbild.jpg");
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
   filter: brightness(60%);
}
.hero-content {
   position: relative;
   font-family: "inter", sans-serif;
   color: white;
   text-align: center;
   margin: 2.625rem;
}
.hero-title {
   font-size: 4rem;
   font-weight: 600;
   margin-bottom: 0;
}
.hero-subtitle {
   font-size: 2rem;
   font-weight: 200;
   margin-top: 1rem;
}
.hero-button {
   background-color: #ae2d59;
   color: white;
   border: 1px solid #cb376a;
   margin-top: 5rem;
   padding: 0.9375rem1.875rem;
   font-family: "Inter", sans-serif;
   font-size: 1.125rem;
   font-weight: 200;
   cursor: pointer;
}
.hero-button:hover {
   background-color: #cb376a;
   border: 1px solid #db7598;
}
/* If the screen size is 601px or more, set the font-size of <div> to 80px */
@media only screen and (min-width: 601px) {
  .hero-title  {
    font-size: 5rem;
  }
}

/* If the screen size is 600px or less, set the font-size of <div> to 30px */
@media only screen and (max-width: 600px) {
  .hero-title {
    font-size: 2.5rem;
  }
}
/* ende Hero*/

.article-list .article .article-header h1, .article-list .article .article-header h2 {
    font-size: 1.375rem;
    margin: 0 0 0rem 0;
}
.article-details .article-header h1, .article-details .article-header h2 {
	font-size: 2.25rem;
	margin-top: 30px;
}
.article-info > span {
	font-size: 0.813rem;
}
/* start button1*/
a.button1{
	display:inline-block;
	padding:0.5em 1.5em;
	border:0.1em solid #FFFFFF;
	margin:0 0.3em 0.3em 0;
	border-radius:0.12em;
	box-sizing: border-box;
	text-decoration:none;
	font-family:'inter',sans-serif;
	font-weight:300;
	color:#FFF;
	text-align:center;
	transition: all 0.2s;
	background-color:#bb172f;
	min-width: 40%;
}
a.button1:hover{
color:#fff;
background-color:#023f68;
}
@media all and (max-width:30em){
a.button1{
display:block;
margin:0.4em auto;
}
}
/* ende button1*/



.speasyimagegallery-row {
    margin: 30px;
}




/* START BUUTON2 START*/
.button {
	background-color: #bb172f; /* Green */
	border: none;
	color: white;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	margin: 4px 2px;
	transition-duration: 0.4s;
	cursor: pointer;
}



.button2 {
	background-color: white;
	color: black;
	border: 2px solid #bb172f;
}

.button2:hover {
	background-color: #bb172f;
	color: white;
}

/* ende BUUTON2 START*/



.page-header {
	padding-bottom: 15px;
	padding-top: 15px;
}



div.mod-languages ul li.lang-active {
  background-color: #fff;
}


#sp-main-body {
  padding: 10px 0;
}


#sp-bottom {
  font-size: 18px;
  line-height: 1.6;
}


.check-title {
	font-size: 4rem;
	font-weight: 600;
	margin-bottom: 0;
	text-align: center;
	color: #FFF;
	background-repeat: no-repeat;
}


#pic_checkups {
	padding: 1000px;
	background-repeat: no-repeat;
}


a a:hover, a:focus, a:active {
	text-decoration: none;
	color: #37b780;
}





.sp-megamenu-parent > li > a {
  color: #252525;
}


.sp-megamenu-parent > li >  a:hover, a:focus, a:active {
	color: #37b780;
}



#logos
 {
	float: left;
	padding: 50px 20px 40px 0px ;
}


#sp-bottom .sp-module .sp-module-title {
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 30px;
	color: #000;
}


