@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,500,600);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,600);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900); 



@media screen and (min-width: 1200px)
{	
	.container	
		{
		max-width: 1376px;
		width:auto;
		}
}
@media screen and (min-width: 992px) and (max-width:1199px)
{	
	.container 
		{
		max-width: 1199px;
		width:auto;
		}
}
@media screen and  (min-width: 768px) and (max-width:991px)
{
	.container 
		{
    		width: 750px;

		}
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
}

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


/*+++++++++++++++++++*/
/*+overrides boostrap joomla4++*/
/*++++++++++++++++++*/
.page-header {margin: 0px;padding-bottom:0px;border-bottom: none;}
.com-content-category-blog__item {padding-top:8px;border-bottom: 1px solid #ccc}
.com-content-article__body {padding-top:8px;}
.page-header h2 {margin-top:20px;}


/*#myNavbar {background-color: #ecebea;}*/
.mainnavi {/*border-bottom:10px solid #af3876;*/}

/*+++++++++++++++++++*/
/*+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:16px;
	box-sizing: border-box;
}
.container {
	padding:0px 32px;
	}

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


*{
   /* font-family: 'Roboto', sans-serif;*/
    font-family: "CamingoDosLight", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight:300; 
    font-style: normal;
    font-size:2.4rem;
    line-height:3.2rem;
    color:#111;
   }
body 
{
	font-size:2.2rem;
	background-color:white;
	text-rendering: optimizeLegibility;
	/*margin-bottom: 100px;*/

}
body.test main .container{
	background-image: url("/images/punkte.png");
  	background-repeat: no-repeat;
  	background-position: left top;
}
.wrapper
{
	min-height: calc(100vh - 70px);
}

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

p,ul {margin-bottom:32px;}
p.intro {margin-top:32px; font-size:2.4rem;line-height:3.2rem;color:#25366c;}

a {color:#111;text-decoration:underline;}
a.collapsed {font-weight:600;color:black;}
a:hover, a:focus, a:active {color:#025884;text-decoration: none;outline:none;}

a.readmore{color:black;text-decoration:underline;}

a.pdf::after {
	content:url("/images/pdf.png") ;
	position: relative;
	top: 0;
	right: -5px;
	height:10px !important;
	overflow:hidden;
}


main.ul { 
	display: block;
	list-style-position: outside;
	padding: 0px 0px 0px 0px;
	margin-left: 16px;
	margin-bottom: 24px;
}
ul.nodots {list-style: none;margin-left: 0px;padding: 0px;}
/*ul li {
    list-style: outside url("/templates/screendriverFOUR/bilder/listen.svg") disc;
}*/


strong {font-weight:700;}
/*schrift*/
h1, h1 a  {	
	font-family: "CamingoDosSemibold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 3.2rem;
	line-height:3.8rem;
	font-weight:600;
	margin-top:16px;
	margin-bottom:16px;
	color:#25366c;
	color:#093966;

}

h2, h2 a  {
	font-family: 'Roboto Condensed', sans-serif;
	font-family: "CamingoDosSemibold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 3.4rem;
	line-height:4.0rem;
	font-weight:300;
	color:#004883;
	margin-bottom:10px;
    margin-top:0px;
}



h3, h3 a {
	font-family: "CamingoDosSemibold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 2.4rem;
	line-height:2.4rem;
	font-weight:400;
	/*letter-spacing:-0.05em;*/
	margin-top:8px;
	margin-bottom:12px;
}

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: 32px;
margin-bottom: 32px;
border: 0;
border-top: 1px solid black;}

/*+++++++++++++++++*/
/*+++++farben+++++++*/
/*+++++++++++++++++*/
.goldbox { background:#ff9900;}
.salmonbox { background:salmon;}
.whiteb {background:white;}
.redbox{background:tomato;}
.bluebox{background:cyan;}
.graybox {background:#eee;}
.whitebox {background:white;}

/*++++++++++++++++++++*/
/*++++++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*/
/*********************/
.navbar {
	min-height: 0px;
	margin-bottom: 0px;
	border: 0px solid transparent;
}





/*steuertipps*/
/*collapsed*/
div.collapse.uff {display: block}
h2.head {
	display:inline-block;
	margin-top: 0.8rem !important;
	line-height: 1rem !important;
}
h2.head.first {margin-top: 1.8rem !important;}

h2.head a {font-size:2.4rem;}
h2.head a:hover{text-decoration:underline;}
h2.head a.collapsed::after
{
    content:url("/templates/screendriverFOUR/bilder/open.svg") ;
	cursor:pointer;
	overflow:hidden;
	margin-left:8px;
}

h2.head a.collapsed.uff::after
{
    content:url("/templates/screendriverFOUR/bilder/close.svg") ;
	cursor:pointer;
	overflow:hidden;
	margin-left:8px;
}
main.collapse {
	margin-top:12px;
	margin-bottom:12px;
}

/*download*/
ul li.pdf,
ul li.doc  
{
list-style: outside url("/templates/screendriverFOUR/bilder/dokument-download.svg") disc;
margin-left:18px;
cursor:pointer;
}
/*bilder */
body.is_bigscreen .com-content-article img,
body.is_desktop .com-content-article img,
body.is_notebook .com-content-article img
{max-width:80%;/*margin-top:20px;*/}

/*kanzlei digital youtube videos*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*not used*/
/*carousel*/
.carousel-indicators {
    display:none;
    position: absolute;
    bottom: -40px;
    left: 30px;
    z-index: 15;
    width: 60%;
    /*margin-left: -30%;*/
    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;
  left: 0;
  bottom: 0;
  width: 100%;
  /*background-color:#025884;*/
  color: white;
}
/*.footer .holder {background-color: #7fadc3;border-top:3px solid  #af3876;}
.footer .holder {background-color: #a3cbd5;border-top:8px solid  #af3876;}*/
.footer .holder {border-top:1px solid  black;}
.footer ul {margin-bottom: 0px;}
.footer ul li a {text-decoration: none;}
.footer p, 
.footer strong, 
.footer a
{/*color:white !important;*/}
.footer img {width: 80%;}


/*übersichstseite*/
.grid figure,
.fivecolumns  figure{
	 overflow: hidden;
	 /*border:1px solid black;*/
}
.grid figure *,
.fivecolumns  figure *
  {
	 transition: 0.2s;
}
.grid figure img,
.fivecolumns  figure img{
	 position: relative;
}
.grid figcaption,
.fivecolumns figcaption  {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%,-50%);
	 opacity: 0;
	 color: #fff;
	 padding:12px;
	 background-color:rgba(255,255,255,0.8);
}
.grid figcaption h2,
.grid figcaption h2 a{
	 font-size:3.0rem;
	 line-height: 3.4rem;
}
.grid figure:hover img,
.fivecolumns figure:hover img{
	 transform: scale(1.5);
}
.grid figure:hover figcaption,
.fivecolumns figure:hover figcaption {
	 opacity: 1;
}
audio {text-align:center;width:100%;}

body.is_bigscreen .log,
body.is_desktop .log,
 {
 	pading-bottom:0px;
 }

.com-content-category-blog__items .container > .col-xs-12:last-child hr {border-top: 0px solid black;}