<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*      {
                        padding: 0px;
                        margin: 0px;
}

html {
	width: 100%;
}

body {
	width: 100%;
	position: absolute;
	background-color: white;
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

header {
	width: 100%;
	height: 160px;
}

content {
	display: block;
	padding: 30px 30px 0px 30px;
	margin: 10px;
}

footer {
	padding: 30px;
	margin: 10px;
}

img {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 0.5px solid lightgray;
	box-shadow: 1px 2px 2px 0.2px gray;
	max-height: 120px;
	max-width: 250px;
	position: relative;
}
p {
	margin-left: 30px;
	margin-right: 30px;
	hyphens: auto;
}

h3 {
	margin-left: 30px;
	margin-right: 30px;
                        margin-top: 25px;
}

h4 {
	font-weight: normal;
                        margin-top: 0px;
}

h4.task:before {
                        content :attr(data-task-owner)"Redirected"; 
	color: white;
	text-shadow: 0.5px 1px black;
	margin: auto;
	font-weight: normal;
}


.message {
	color: white;
	text-shadow: 0.5px 1px black;
	margin: auto;
	padding-top: 5px;
}

a:link, a:visited {
    background-color: grey;
    color: white;
    padding: .2em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 15px;
    box-shadow: 1px 1px 3px 0px grey;
    margin: auto;
    width: 93%;
    display: block;
}

a:hover, a:active {
    background-color: darkred;
}

.grad1 {
	background: rgb(247,247,247);
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(206,206,206,1) 100%);
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(206,206,206,1) 100%);
	background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(206,206,206,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#cecece',GradientType=0 );
}

.supportdata {
                        float: right;
                        margin-top: -0px;
}

.infobox {
	margin-left: 30px;
	margin-right: 30px;
	padding: 10px;
	box-shadow: 0px 2px 3px 0px grey;
	border-radius: 5px;
	display: block;
}

.infobox h4 {
	font-weight: bold;
	padding-left: 30px;
	margin-bottom: -5px;
}

.topborder-color  {
	border-top: 2px solid green;
}

#container {
	background-color: white;
	box-shadow: 0px 5px 10px 0px grey;
	width: 70%;
	height: 100%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#blockinfos {

}

#logo {
	height: 130px;
	margin-left: 15%;
}

#kategorie {
	float: right;
	height: 31px;
	padding-right: 3%;
                        padding-top: 5px;
	color: white;
	text-shadow: 0.5px 1px black;
	margin: auto;
	font-weight: normal;
}

#itservice{
	margin-top: 50px;
	margin-bottom: 50px;
}

#footdata {

}

/*toggleBoxen*/

.toggleBox {
                        position: relative;
                        margin-top: 25px;
}
 
/* Ausblenden des input-Feldes */
    .toggleBox input {
    position: absolute;
    left: -99999px;
}
 
/* Gestaltung der labels */

.toggleBox label {
    display: block;
    background-color: grey;
    color: #fff;
    padding: .2em;
    text-align: center;
    cursor: pointer;
    border-radius: 25px;
    box-shadow: 1px 1px 3px 0px grey;
    margin-top: 10px;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
}
 
.toggleBox label:hover {
    background-color: darkgrey;
    color: white;
}
 
/* Der Aufklappmechanismus */
    .toggleBox input:not(:checked) ~ div {
    opacity: 0;
    height: 0;
    position: absolute;
    left: -99999px;
    top: -99999px;
}
 
.toggleBox input:checked ~ div {
    opacity: 1;
    padding: .8em;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
 
/* Steuerung der Sichtbarkeit der labels */
    .toggleBox input:not(:checked) ~ .close,
    .toggleBox input:checked ~ .open {
    display: none;
}


/*EOF*/

</pre></body></html>