@charset "UTF-8";
/* CSS Document */
body {
  	margin: 0;
	font-family: Gudea, "Helvetica Rounded", Arial, sans-serif;
		/* background-image: url("https://trinnity.de/img/pattern-kachel-grey.svg"); */
	}

    .appizy * {
    box-sizing: border-box;
    }

    .appizy {

    font-family: Gudea, "Helvetica Rounded", Arial, sans-serif;
    font-size: 16px;
    width: 100%;
	max-width: 100vw;
    }

    .application-align-center {
    margin: auto;
    }

    .application-align-right {
    margin-left: auto;
    margin-right: 0;
    }

    .application-layout-fixed .tabs {
    overflow-x: auto;
    }

    .application-layout-fit-parent {
    width: 100%;
    }

    .application-layout-fit-parent table {
    table-layout: auto;
    width: 100%;
    }

    .draw-frame {
    padding: 0px;
    position: relative;
    z-index: 1;
    }

    .draw-frame-layout-fixed {
    margin: 0;
    position: absolute;
    }

    .draw-frame-layout-fluid,
    .draw-frame-layout-fit-parent {
    margin: 0px 0;
    width: 100%;
    }

    .chart {
    background: white;
    border: 1px solid #ebebeb;
    }

    table {
    table-layout: fixed;
    border: none;
    border-collapse: collapse;
    }



    tr {

    }

    td {
    padding: 12px;
    line-height: normal;
        }

    td > div {
    padding: 6px 0;
	min-height: 45px;
    }

	  input {
	  padding-left: 10px;
	  height: 45px;
	  width: 100%;
	  max-width: 200px;
	  min-width: 50px;
	  margin-right: 5px;
	  margin-bottom: 0px;
	  margin-left: 0px;
	  -webkit-box-flex: 1;
	  -webkit-flex: 1;
	  -ms-flex: 1;
	  flex: 1;
	  border: 0px none #000;
	  font-size: 16px;
	  text-align: center;
	  font-family: Gudea, "Helvetica Rounded", Arial, sans-serif;

	}

	input:hover {
    background-color: #fff;
	}

   select {
	  width: 100%;
	  height: 45px;
	  max-width: 180px;
	  min-width: 100px;
	  margin-right: 10px;
	  margin-bottom: 0px;
	  margin-left: 5px;
	  -webkit-box-flex: 0;
	  -webkit-flex: 0 auto;
	  -ms-flex: 0 auto;
	  flex: 0 auto;
	  border-style: solid;
	  border-width: 3px 12px 3px 3px;
	  border-color: #fff;
	  background-color: #fff;
	  font-size: 16px;
	  line-height: 20px;
	  font-weight: 400;
	  }

	  select:hover {
	  border-right-color: #fff;
	  }

    p {
    margin: 0;
    }

    .in {
    text-align: right;
    }

    .in--text {
    text-align: left;
    }

    .out {
    text-align: right;
    }

    .out--text {
    text-align: left;
    }

    .hidden-cell {
    display: none;
    }

    .hidden-row {
    display: none;
    }

    textarea {
    font-family: Gudea, inherit;
    font-size: inherit;
    font-weight: inherit;
    resize: none;
    width: 100%;
    }

	.btn {
	height: 45px;
	background-color: #34a299;
    box-shadow: 0 .125em .375em .0625em color-mix(in oklch,#34a299 20%,transparent 80%);
	color: #fff;
	font-weight: 400;
	-webkit-appearance: none;
	border-radius: 10px;
    display: flex;
    justify-content: center;
    padding: .8125em 1.5em .6875em;
    text-align: center;
    cursor: pointer;
	}
	.btn:hover {
	height: 45px;
	background-color: color-mix(in oklch,#34a299 90%,#000 10%);;
	color: #fff;
	}

	.button-row {
	  width: 100%;
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
	  -webkit-justify-content: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	  -webkit-box-align: center;
	  -webkit-align-items: center;
	  -ms-flex-align: center;
	  align-items: center;
}




    .action-bar {
    border-top: 1px solid #d4d4d1;
    margin-top: 10px;
    padding-top: 10px;
    }

    .tab-content {
    position: relative;
    }

        .Default {
    color: #000000;
    font-size: 12pt;
    }
    .Heading {
    color: #000000;
    font-size: 24pt;
    font-style: normal;
    font-weight: bold;
    }
    .Heading_20_1 {
    color: #000000;
    font-size: 18pt;
    font-style: normal;
    font-weight: normal;
    }
    .Heading_20_2 {
    color: #000000;
    font-size: 12pt;
    font-style: normal;
    font-weight: normal;
    }
    .Text {
    color: #000000;
    font-size: 16pt;
    }
    .Note {
    color: #333333;
    font-size: 10pt;
    background-color: #ffffcc;
    border: 0.74pt solid #808080;
    font-style: normal;
    font-weight: normal;
    }
    .Footnote {
    color: #808080;
    font-size: 10pt;
    font-style: italic;
    font-weight: normal;
    }
    .Hyperlink {
    color: #0000ee;
    font-size: 10pt;
    font-style: normal;
    text-decoration: underline;
    font-weight: normal;
    }
    .Status {
    color: #000000;
    font-size: 12pt;
    }
    .Good {
    color: #006600;
    font-size: 10pt;
    background-color: #ccffcc;
    font-style: normal;
    font-weight: normal;
    }
    .Neutral {
    color: #996600;
    font-size: 10pt;
    background-color: #ffffcc;
    font-style: normal;
    font-weight: normal;
    }
    .Bad {
    color: #cc0000;
    font-size: 10pt;
    background-color: #ffcccc;
    font-style: normal;
    font-weight: normal;
    }
    .Warning {
    color: #cc0000;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    }
    .Error {
    color: #ffffff;
    font-size: 10pt;
    background-color: #cc0000;
    font-style: normal;
    font-weight: bold;
    }
    .Accent {
    color: #000000;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    }
    .Accent_20_1 {
    color: #ffffff;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    background-color: #000000;
    }
    .Accent_20_2 {
    color: #ffffff;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    background-color: #808080;
    }
    .Accent_20_3 {
    color: #000000;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    background-color: #dddddd;
    }
    .co1 {
    width: auto;
    }
    .co2 {
    width: auto;
    }
    .co3 {
    width: auto;
    }
    .co4 {
    width: auto;
    }
    .co5 {
    width: auto;
    }
    .co6 {
    width: auto;
    }
    .co7 {
    width: auto;
    }
    .co8 {
    width: auto;
    }
    .co9 {
    width: auto;
    }
    .co10 {
    width: auto;
    }
    .co11 {
    width: auto;
    }
    .co12 {
    width: auto;
    }
    .co13 {
    width: auto;
    }
    .co14 {
    width: auto;
    }
    .co15 {
    width: auto;
    }
    .co16 {
    width: auto;
    }
    .co17 {
    width: auto;
    }
    .ro1 {
    height: auto;
    }
    .ro2 {
    height: auto;
    }
    .ro3 {
    height: auto;
    }
    .ro4 {
    height: auto;
    }
    .ro5 {
    height: auto;
    }
    .ro6 {
    height: auto;
    }
    .ro7 {
    height: auto;
    }
    .ro8 {
    height: auto;
    }
    .ro9 {
    height: auto;
    }
    .ro10 {
    height: auto;
    }
    .ro11 {
    height: auto;
    }
    .ro12 {
    height: auto;
    }
    .ro13 {
    height: auto;
    }
    .ce1 {
    font-size: 14pt;
    text-align: start;
    font-style: normal;
    font-weight: bold;
	padding-right: 5px;

    }
    .ce2 {
    color: #000000;
    font-size: 14pt;
    text-align: start;
    font-style: normal;
    font-weight: normal;
    }
    .ce3 {
    color: #000000;
    font-size: 14pt;
    font-style: normal;
    font-weight: normal;
    }
    .ce4 {
    color: #000000;
    font-size: 14pt;
    font-style: normal;
    font-weight: normal;
    }
    .ce5 {
    color: #000000;
    font-size: 14pt;
    font-style: normal;
    text-decoration: underline;
    font-weight: normal;
    }
    .ce6 {
    color: #000000;
    font-size: 14pt;
    font-style: normal;
    text-decoration: underline;
    font-weight: bold;
    }
    .ce7 {
    color: #000000;
    font-size: 14pt;
    font-style: normal;
    font-weight: normal;
    }
    .ce8 {
    color: #000000;
    font-size: 14pt;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    }
    .ce9 {

    font-size: 14pt;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    }
    .ce10 {
    color: #000000;
    font-size: 14pt;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    }
    .ce11 {
    font-size: 14pt;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    }
    .ce12 {
    font-size: 14pt;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    }
    .ce13 {
    color: #000000;
    font-size: 14pt;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    }
    .ce14 {
    color: #000000;
    font-size: 14pt;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    }
    .ce15 {
    color: #000000;
    font-size: 14pt;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    }
    .ce16 {
    color: #000000;
    font-size: 14pt;
    text-align: end;
    font-style: normal;
    font-weight: bold;
    }
    .ce17 {
    color: #000000;
    font-size: 14pt;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    }
    .ce18 {
    color: #000000;
    font-size: 14pt;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    }
    .ce19 {
    color: #000000;
    font-size: 14pt;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    }
    .ce20 {
    color: #000000;
    font-size: 14pt;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    }
    .ce21 {
    color: #000000;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    }
    .ce22 {
    color: #000000;
    font-size: 12pt;
    }
    .ce23 {
    color: #000000;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    }
    .ce24 {
    color: #000000;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    }
    .ce25 {
    color: #000000;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    }
    .ce26 {
    color: #000000;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    }
    .ce27 {
    color: #000000;
    font-size: 8pt;
    font-style: normal;
    font-weight: bold;
    }
    .ce28 {
    color: #000000;
    font-size: 8pt;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    }
    .T1 {
    color: #000000;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
    }


    .nav {
    border-bottom: 1px solid #d4d4d1;
    padding: 0;
    }

    .nav li {
    height: 30px;
    line-height: 30px;
    list-style: none;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
    border-radius: 5px 5px 0 0;
    display: inline-block;
    margin-right: 5px;
    }

    .nav li.active {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
    }

    .nav li a {
    padding: 0px;
    color: #595959;
    text-decoration: none;
    }

    .nav .active a {
    color: #000;
    }

    .tabs {
    background-color: #fff;
    margin-bottom: 20px;
    }

    .tab-content {
    padding: 0 0px;
    display: none;
    }

    .tab-content.active {
    display: block;
    }


	.hide {
	display: none;
	}
	.row-head {
	 padding-left: 10px;
	 padding-right: 10px;
	 padding-top: 10px;
	 padding-bottom: 10px;
	 background-color: #394049;
	 color: #fff;
	 font-size: 18px;
	 font-weight: 700;
	}
	.row-title {
	 padding-left: 10px;
	 padding-right: 10px;
	 padding-top: 10px;
	 padding-bottom: 10px;
	background-color: #fff;
	}
	.row-content {

	  padding-top: 10px;
	  padding-bottom: 10px;
	  background-color: #f3f3f3;
	  font-size: 18px;
	  font-weight: 700;
	  min-height: 60px;
	}


	.h2 {
	font-size: 20px;
	}

	.subline {
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	}


	.subline.inline {
  	display: inline;
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
	}

	.td-sum {
	 padding-top: 10px;
	 padding-bottom: 10px;
	 background-color: #f3f3f3;
	 min-width: 100px;


	}
	.td-step-result {
	  background-color: #fff;

	}.right-align {
	  text-align: right;

	}
	.sum-highlight {
	font-size: 24px;
	font-weight: 700;
	padding-top: 10px;
	}

	.wrapper {
	padding: 25px 25px 25px 25px;
	}

	.col-head {
	font-size: 20px;
	}

	.title-block {
 	 padding: 10px;
	}

	.abbinder-wrapper {
  	padding: 10px;
	width: 100%;
	}



	@media screen and (max-width: 991px) {
  	.input {
    max-width: 120px;
    min-width: 80px;
	}
	select {
	-webkit-appearance: none;
	border-radius: 0;
	padding-left: 10px;
	}
}

@media screen and (max-width: 767px) {
  	.input {
    font-size: 16px;
  	}
	select {
	-webkit-appearance: none;
	border-radius: 0;
	padding-left: 5px;
	}
}

@media screen and (max-width: 479px) {
  .input {
    max-width: 100px;
    min-width: 60px;
    font-size: 16px;
	margin-right: 2px;
	margin-left: 2px;
  	}
	.h2 {
	font-size: 16px;
	}

 	select {
	-webkit-appearance: none;
	border-radius: 0;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 5px;
	}

	.col-head {
	font-size: 16px;
	}

	.wrapper {
	padding: 0px 0px 0px 0px;
	}
	.ce1 {
    font-size: 12pt;
    }
	.ce2 {
    font-size: 12pt;
    }
	.ce3 {
    font-size: 12pt;
    }
	.ce9 {
    font-size: 12pt;
    }
}




