@charset "utf-8";


@media screen and (min-width: 768px)
{	
	.container	
	{
		max-width: 1304px;
		width:auto;
	}
}

/*touch*/
/*html.touch .container {background-color:yellow;}
html.no-touch .container {background-color:tomato;}*/
.gruen {color: #98af2b;}

/*+++++++++++++++++++*/
/*+overrides boostrap joomla4++*/
/*++++++++++++++++++*/
.page-header {margin: 0px;padding-bottom:0px;}
.com-content-category-blog__item {padding-top:7px;}
.com-content-article__body {padding-top:0px;}

/*+++++++++++++++++++*/
/*+overrides boostrap joomla allgemein++*/
/*++++++++++++++++++*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding:14px;
	box-sizing: border-box;
}
.container {
	padding:0px 28px;
	}

.row {
    margin-left: -14px;
    margin-right: -14px;
}


*{
    font-family: 'Barlow', sans-serif;
    font-weight:300; 
    font-style: normal;
    font-size:2.0rem;
    line-height:2.4rem;

   }
body 
{

	background-color:white;
	    color:#738da7;
	/*bei footer possition fixed*/
	/*margin-bottom: 100px;*/
}

.wrapper
{
	min-height: calc(100vh - 70px);
}

img {height: auto; max-width: 100%;}

p {margin-bottom:28px;}

a {color:#0087b3;text-decoration:underline;font-weight:500;}
a:hover, a:focus, a:active {color:#0087b3;text-decoration: underline;outline:none;}

a.readmore{color:black;text-decoration:underline;}
a.readmore::after {
	content:url("/templates/screendriverFOUR/images/readmore.png") ;
	position: relative;
	top: 0;
	right: -5px;
	height:10px !important;
	overflow:hidden;
}

.inhalt ul {
    list-style: none;
    padding-left: 2px;
    margin-top: -24px;
    margin-bottom: 28px;
}
.inhalt ul li {
    margin-left: 0px;
    position: relative;
    padding-left: 16px;
}
.inhalt ul li::before {
    content: url("/templates/screendriverFOUR/bilder/listen.svg");
    position: absolute;
    top: 0;
    left: 0;
}
/*ul li {
    list-style: outside url("/templates/screendriverFOUR/bilder/listen.svg") disc;
}*/


strong {font-weight:500;}

/*schrift*/
h1, h1 a  {	

	font-size: 2.6rem;
	line-height:2.9rem;
	font-weight:300;
	margin-top:0px;
	margin-bottom:20px;
	color:#a4be04;
  display: inline-block;

}

h2, h2 a  {
	font-size: 2.7rem;
	line-height:3.0rem;
	font-weight:500;
	color:#0087b3;;
	margin-top:0px;
	margin-bottom:7px;
}
h2.gruen {color:#a4be04;}

h3, h3 a {
	font-size: 2.4rem;
	line-height:2.1rem;
	font-weight:400;
	/*letter-spacing:-0.05em;*/
	margin-top:0px;
	margin-bottom:14px;
}

h4 {
	font-size: 1.9rem;
	line-height:2.1rem;
	font-weight:600;
	letter-spacing:-0.05em;
	margin-top:0px;
	margin-bottom:0px;
}

hr {
margin-top: 0px;
margin-bottom: 28px;
border: 0;
border-top: 1px solid #a4be04;}

/*+++++++++++++++++*/
/*+++++farben+++++++*/
/*+++++++++++++++++*/
.gruen {color:#a4be04; }
.blau {color:#0087b3; }



.goldbox { background:#ff9900;}
.salmonbox { background:salmon;}
.whiteb {background:white;}
.redbox{background:tomato;}
.bluebox{background:cyan;}
.graybox {background:#eee;}
.whitebox {background:white;}
.greenbox {background:#98af2b;}

.shadowbox {border: 1px solid red;}

/*++++++++++++++++++++*/
/*++++++abstaende +++++*/
/*++++++++++++++++++++*/
.abstand-links-null {padding-left:0px;}
.abstand-rechts-null {padding-right:0px;}
.abstand-oben-null  {padding-top:0px;}
.abstand-unten-null  {padding-bottom:0px;}
.abstand-hoehe-null {padding-top:0px;padding-bottom:0px;}
.abstand-breite-null {padding-left:0px;padding-right:0px;}
.abstand-all-null {padding:0px;}
.abstand-full {padding:16px;}



.breadcrumb {
	background-color: transparent !important;
	padding-left:0px;
	margin-bottom:0px;
}




/*********************/
/*header*/
/*********************/
.skyline {
	/*background:#025884 url(/images/hintergrundbild-berlin-oben.png) no-repeat top center;*/
	height:60px;
}
.header
 {
  background-color:#98af2b;
}
.navbar {
	min-height: 0px;
	margin-bottom: 0px;
	border: 0px solid transparent;
}
.schnellkontakt a{
	color: black;
	text-decoration: none;
}
/*.header-fixed
 {
 position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  color: white;
  background-color:#025884;
}*/

/*********************/
/*main*/
/*********************/
/*main {margin-top:200px;}*/

/*news*/
/*bild news*/
.wrap {
  display: table;
}
.cell {
  display: table-cell;
  
  margin-right: 14px;
  margin-left: 14px;
  padding: 0px;
}
/*ohne bild*/
.cell.full  {
	display: block;
	margin: 0px;
}
.schatten 
{
	/*border: 1px solid #eee;*/
	box-shadow: 0px 3px 6px #ccc;
	background-color: white;
}
.higru-img-box
{
	display: block;
	min-height: 150px;
	background-size: cover;
	background-position: center;
}
.text-box
{
	padding: 14px 14px 14px 21px;
	/*background-color: white;*/
	display: block;
	width: 100%;
	padding-bottom: 33px;
}


/*collapsed boxen*/

div.head {
	display:inline-block;
	margin-top: 0rem !important;
	line-height: 1rem !important;
	padding:14px 14px 14px 0px;
	margin-bottom: 0px;
	font-size: 2.4rem;
	font-weight: 300;
	cursor: pointer;
}
div.head a {
	font-size: 2.4rem;
	line-height: 3.0rem;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	color: #0087b3;
}

div.head a:hover{}
div.head a.collapsed::before {
	  content:url("/templates/screendriverFOUR/bilder/open.svg") ;
    float: right;
    top: 50%;
    margin-top: 0px;
    margin-right: 0px;
}
div.head a.collapsed.uff::before {
	content:url("/templates/screendriverFOUR/bilder/close.svg") ;
}


/*collapsed boxen blue*/
div.bluehead {
    display: block;
    margin-top: 0rem !important;
    line-height: 1rem !important;
    padding: 10px 10px 10px 14px;
    margin-bottom: 0px;
    margin-top: 16px;
    background-color: #edf2f5;
    border-radius:5px;
}
div.bluehead a {
    font-size: 2.7rem;
    line-height: 3.0rem;
    font-weight: 500;
    color: #0087b3;
    background-color: #edf2f5;
    text-decoration: none;
    cursor: pointer;
}
div.bluehead a.collapsed::before {
	  content:url("/templates/screendriverFOUR/bilder/openblue.svg") ;
    float: right;
    top: 50%;
    margin-top: 0px;
    margin-right: 0px;
}
div.bluehead a.collapsed.uff::before {
	content:url("/templates/screendriverFOUR/bilder/closeblue.svg") ;
}

div.collapse.uff {
	display: block;
}

div.collapse {
	padding-top: 16px;
	padding-bottom: 16px;
}






.text-box-inner
{
	padding: 14px 14px 14px 21px;
	width: 100%;
	margin-top:12px;
	margin-bottom:12px;
}


/*carousel*/
.owl-carousel .owl-stage-outer
{
	padding-bottom: 4px;
}

.owl-carousel .item {
    /*background: #4dc7a0 none repeat scroll 0 0;
    margin: 5px;*/
}

/*
.carousel-indicators {
    position: absolute;
    bottom: -40px;
    left: 30px;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li
{
	border: 1px solid red;
}
.carousel-indicators .active
{
	background-color:red;
}
*/

/*footer*/
.footer
 {
 	/*position: fixed;*/
 position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  background-color:#98af2b;
}
.footer ul {margin-bottom: 0px;}
.footer ul li a {text-decoration: none;}


/*slick slider*/
/*.slider {
    width: 100%;
    margin: 100px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}*/


/*startseite news*/

/*servicebox*/
ul.service {
    /*display: table;
    width: 100%;*/
}
ul.service li {
/*display: table-cell;*/
display: block;
border: 1px solid red;
}

.flexconti {
	display: flex;
	flex-direction: row;
	/*gleiche höhe*/
	align-items: stretch;
	justify-content: flex-end;
}

span.anbieter
{
	flex-grow: 1;
}
span.header
{
	font-size: 2.7rem;
	line-height:3.0rem;
	font-weight:300;
	color:#98af2b;
	margin-top:0px;
	margin-bottom:7px;
	background-color: white;
}
span.anbieterlink img{
    width: 30px !important;
}

.flex-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}




.smallline
{
display: none  !important;
}

div.fett
{
	font-size: 2.8rem;
	line-height:2.8rem;
	font-weight:500;
	margin-top:0px;
	margin-bottom:20px;
	color:#a4be04;
  display: inline-block;

}
div.therapiebox
{

	margin-top: 24px;
	padding: 40px 40px 20px 40px;
	background-color: #edf2f5;
	border-radius:5px;
}
div.therapiebox p,
div.therapiebox p a, 
div.therapiebox p strong {font-size: 1.8rem !important;}

em {font-style: italic;}
a em  {color:#0087b3;}
table {width: 100%;}
table tr {border-bottom: 1px solid #738da7;}
table thead tr {border-bottom: none !important;}
table .verstecke {display: none;}
table caption {font-weight: 500;color:#738da7;}
table tr td {width: 25%;vertical-align: top;}

/*table tr td:first-child {/*background-color: gold;width: 25%;}
table tr td:last-child {/*background-color: cyan;}*/


.adresse
 {
	padding-left: 116px;
}
.adresse a,
.adresse .tel
 {
	font-size: 1.6rem !important;
	line-height: 2.4rem !important;
	text-decoration: none;
}
.adresse a.service
 {
	color:#738da7;
	font-weight:300;
}
.adresse a.service:hover
 {
	color:#0087b3;
}
.adresse .tel
 {
	color:#a4be04;
	font-weight:500;
}
