﻿img {
    max-width: 100%;
    height: auto;
    }

#logo-wrapper {
	background-image: url(Logo-holzbau.svg);
	width: 330px;
	height: 90px;
	background-size: cover;
	margin-top: -10px; 
	margin-bottom: 30px;		
}

body {
    font-size: 11pt;
    color: #4B4B4B;
}


.CustomFooterWrapper{
	cursor: pointer;
	padding: 0px 0px 10px 20px;
	font-size: 10pt;
	text-align: center;
    color: #803826;
}

#container {
	display: flex;
	justify-content: flex-end;
}

.MainTitle
{
    color: #803826;
}

.Subtitle
{
    color: #803826;
}

.SubtitleAppointment, .SubtitleAppointmentStartPage
{
    color: #803826;
}

.Appointment .Title
{
    color: #803826;
}

.AppointmentGroup
{
    color: #803826;
}


