/* -------------------------------------
 *
 * Boxen CSS für content-kitchen 4.0 
 * Author: Gerhard Sinnhuber
 *
 * @copyright     Copyright (c) 2020 transForm - digitale medien (https://transform.at)
 * @link          https://transform.at Project
 * @license       https://opensource.org/licenses/mit-license.php MIT License
 *
------------------------------------- */


/* --------- Allgemeine Box Definitionen          ----------- */



.infobox_sanierung{
	/* gelb */
	width: 100%;
	padding: 10px;
}

.infobox_neubau{
	/* magenta */
	width: 100%;
	padding: 10px;
}

.textbox, .textbox_magenta, .textbox_white{
	padding: 25px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 50%;
}


.kontaktbox .aspectbox{
    border-radius: 50%;
    max-width: 200px;
    max-width: 80%;
    margin: 20px auto;
    padding-top: 75%;
}

.breadcrumb, .breadcrumb a{
font-family: 'Setimo Regular', Arial,Helvetica,sans-serif;
font-weight: normal;
font-size: 22px;
background: none;
padding: 0;
}


.breadcrumb{
	margin: 0 30px;
	margin-bottom: 32px;
}


.aspectbox {
  background-color: #efefef;
  width:100%;
  padding-top: 66.66%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
  overflow: hidden;
}


/* If you want text inside of the container */
.aspectinner {
  position: absolute;
  top: 0;
  left: 0;
}


.aspectinner img{
	max-width: 100%;
}


.pageintro{
	font-size: 24px !important; 
	line-height: 34px !important;
	margin-left: 15px;
	margin-bottom: 0px;
    padding-bottom: 0 !important;
}


.pageintro h1, .pageintro .boxtitel{
	font-size: 28px !important; 
	line-height: 32px !important;
}

.pageintro .boxtext{
	margin-bottom: 0 !important;
	font-size: 24px !important; 
	line-height: 34px !important;
}
.pageintro .boxtitel{
	margin-left: -15px !important;
}


article{
	padding: 0 45px !important;
}



/* --------- Boxen Elemente ----------- */


.personalfoto, .boxfoto{
	width: 100%;
	text-align: center;
	margin: 20px 0;
}


.personalfoto img{
max-width: 100%;
  border-radius: 50%;
  max-width: 80%;
}


.boxfoto img{
	max-width: 100%;
}


.bigpicture{
	margin-left: 30px;
	padding-right: 30px;
	border-right: solid 30px #E9E6E3 ;
}


.bigpicture img{
	width: 100%;
}

article a, article a:active, article a:visited,
.boxtext a, .boxtext a:active, .boxtext a:visited,
.albumbeschreibung a, .albumbeschreibung a:active, .albumbeschreibung a:visited {
	padding-right: 30px;
	background-image: url('/img/element/pfeil_links.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
}



.bgneubau .boxtext a, .bgneubau .boxtext a:active, .bgneubau .boxtext a:visited {
	background-image: url('/img/element/pfeil_links_negativ.svg');
}


.pdflink {
    background-image: url('/img/element/pdf.svg') !important;
    padding-right: 50px !important;
    background-size: auto 75% !important;
    background-repeat: no-repeat;
    background-position: right;
}
.bgneubau .pdflink {
    background-image: url('/img/element/pdf_negativ.svg') !important;
}

.xlslink {
    background-image: url('/img/element/xls.svg') !important;
    padding-right: 50px !important;
    background-size: auto 75% !important;
    background-repeat: no-repeat;
    background-position: right;
}
.bgneubau .xlslink {
    background-image: url('/img/element/xls_negativ.svg') !important;
}

.ziplink {
    background-image: url('/img/element/zip.svg') !important;
    padding-right: 50px !important;
    background-size: auto 75% !important;
    background-repeat: no-repeat;
    background-position: right;
}
.bgneubau .ziplink {
    background-image: url('/img/element/zip_negativ.svg') !important;
}
.searchbutton{
	cursor: pointer;
}

.searchtarget{
	min-height: calc(100vh - 450px);
}

/* ---- dreiviertelbox ------ */


/* --------- Ablauf ----------- */


.ablauf{
	width: 680px;
	max-width: 100%;
	text-align: center;
	margin-bottom: 0px;
    margin-left: 10px;
    border-width: 5px !important;
}


.ablaufstep, .ablaufschritt { 
	background: #fff;
	padding: 16px 17% ;
}


.ablaufheader { 
	padding-bottom: 16px;
	border-bottom: 1px solid #f00;
}
.ablauftext { 
	margin-top: 16px;
}

.ablaufpfeil { 
	margin: 0 0 0 25px;
}


.showblock div.abstep:last-child {
	display:none ;
}

.ablauf.links{
	text-align: left;
}

.ablauf.links .ablaufstep, .ablauf.links .ablaufstep{
	padding: 16px 0 ;
}

.ablauf.links .ablaufheader, .ablauf.links .ablauftext {
	padding: 0 25px;
}


.ablauf.links .ablaufpfeil{
	text-align: center;
}


/* -------- Local Menu --------- */


.localmenu{
	margin-bottom:43px;
	padding-left: 15px;
}

.localmenuitem{
	background: #F3F1EF;
	margin-bottom: 2px;
	padding: 15px;
}

.localmenuitem{
	color: #9A9B9A;
}

.localmenuitem.active{
	color: #646464;
}

.localmenuinfo{
	padding-left: 15px;
}

.localmenuinfo .infotext{
	background: #fff;
	padding: 15px;
	line-height: 22px;
	hyphens: auto;
}

.localmenuinfo .infotext p{
	margin-bottom: 0 !important;
}

.toplocalmenu{
	margin-left: 10px;
	margin-bottom:43px;
	padding-left: 25px;
}

 .toplocalmenuitem, .toplocalmenuitem a, .toplocalmenuitem a:visited, .toplocalmenuitem a:active{
	font-size: 16px;
	display: inline-block;
	margin: 0 5px;
 	color: #9A9B9A;
 }
 
.toplocalmenuitem.active, .toplocalmenuitem.active a, .toplocalmenuitem.active a:visited, .toplocalmenuitem.active a:active{
color:  #646464;
}
/* ------ Album ------- */


.albumbeschreibung{
	margin-top: 30px;
}
.albumbeschreibung p{
	text-align: left !important;
}

/* ------ externe App (iframe) ------- */

.externebox iframe {
    min-width: 760px;
    min-height: 800px;
    width: 100%;
    height: 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

/* ------- zusätzliche regeln ---------- */

.pad15{
padding-left: 15px;
padding-right: 15px;
}

.pad30{
padding-left: 30px;
padding-right: 30px;
}
.pad45{
padding-left: 45px;
padding-right: 45px;
}




