@charset "utf-8";

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

/*@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;

		}
}*/


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


/*+++++++++++++++++++*/
/*+overrides boostrap joomla4++*/
/*++++++++++++++++++*/
.page-header {margin: 0px;padding-bottom:0px;}
.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;}

/*+++++++++++++++++++*/
/*+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;
}
main .container {
	padding:0px 32px;
	background-image: url(../bilder/orange.png);
	  background-repeat: repeat;
}
	}

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


*{
font-family: Calibri, sans-serif;
    font-weight:300; 
font-family: 'Roboto', sans-serif;
font-weight: 200;

    font-style: normal;
    font-size:1.8rem;
    color: white;
   }
body 
{
	font-size:2.2rem;
	/*background-color:#ecebea;*/
	margin-bottom: 100px;
	background-image: url(../bilder/hintergrund.png);
	background-color: #ff3800;
	background-color: white;
  background-repeat: repeat;
}

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

img {max-width: 100%;}
.img-responsive {
    display: block;
    max-width: 100%;
    width:368px;
    height: auto;
}

p {margin-bottom:32px;}

a {color:#111;text-decoration:underline;}
a.collapsed {font-weight:600;color:black;}
a:hover, a:focus, a:active {color:black;text-decoration: none;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;
}

ul { 
	display: block;
	list-style-position: outside;
	padding: 0px 0px 24px 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:500;}

/*schrift*/
h1, h1 a  {	
font-family: 'Roboto Condensed', sans-serif;
font-size: 3.2rem;
line-height: 3.2rem !important;
font-weight: 400;
letter-spacing: 0.02em;
margin-top: 0px;
margin-bottom: 12px;

}

@supports (-moz-transform: translate(0, 0)) {
  h1 {
    line-height:4.9rem;
  }
}

div.page-header h1 {
	margin-top: 16px;
}

h2, h2 a  {
	font-size: 2.7rem;
	line-height:2.8rem;
	font-weight:300;
	color:white;
	margin-bottom:10px;
margin-top:0px;
}



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

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

hr {
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 {
	/*background-color:white;*/
	margin-top:0px;}






/*********************/
/*header*/
/*********************/


/*startseite*/
.box 
{
	/*border:2px solid #fef200;*/
	box-sizing: border-box;
	margin: 0px;
}
.box .tag {display: none;}

.project {
  position: relative;
  overflow: hidden;
  /*border-top:10px solid antiquewhite;*/
}
.project img {
  width: 100%;
}
.project .caption {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 102, 0, 0.8);
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  bottom: 50%;
  padding: 15px;
  display: none;
  text-align: left;
  color:black !important;
  z-index: 2;
  font-size: 1.4rem;
}
.project .caption .text{  
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;


}
.project .titel,
.project  a span.titel,
.project  a span.cat{  
  color:black !important;
}
.project  a span.titel{  
 font-weight:400;
 font-size: 2.0rem;
}
.overview {background-color: white}

/*detailseite*/
table thead, 
table #caption
{display:none;}
table td {vertical-align:top;padding-right:12px;}
/*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: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  /*background-color: white;*/
}
.footer ul {margin-bottom: 0px;}
.footer ul li  {
  display:inline-block;
  float: left;
  margin: 0;
  padding: 1px 10px;
}
.footer ul li a {text-decoration: none;}


/*zusatz 22023*/

.tag {display:none;}

.navMain {
  display: none;
  margin-top: 20px;
  margin-left: 8px;
  margin-right: 8px;
}

.page-header {
  border-bottom: none;
}
span.titel {padding-left:16px;}
div.caption span.titel {font-weight: 400;}
div.project a  {text-decoration:none;}