.content{
    max-width: 1440px;
    margin:auto;
    width: 100%;
}

.page-top{
    height: 130px;
    display: flex;
    width:100%;
}

h4{
    padding-left:20px;
}

.top-logo{
    padding: 15px 35px 0px 0px;
}

.top-action{
    padding-top: 35px;
    float: right;
    width:50%;
    height:120px;
}

.top-links{
    display: flex;
    justify-content: right;
    align-content: center;
    float: right;

}

#appBar > .v-toolbar__content{
    padding-top:0px !important;
    height: 62px !important;
}



.wrapper{
    padding-top: 20px !important;
}

.container-fluid{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.top-text{
    padding: 29px 0px 0px 0px;
    width:50%;
}

.text-main{
    font-size: 33px;
    color: #273F80;
    /*font-weight: bold;*/

}
.text-smaller{
    font-size: 21px;
    color: #273F80;
    /*font-weight: lighter;*/

}

#appBar .v-btn {
    text-transform: unset !important;
}

#appBar .v-btn__content {
    font-weight: normal !important;
    font-size: 19px;
}

.appBarMenu .v-list-item__title{
    font-weight: lighter !important;
}

.contact .description {
    margin: 0px 0px;
    padding: 20px 0;
    background: url('../images/dot.png') repeat-x bottom left;
}

.contact .dashedline {
    height: 0;
    border-top: 2px dashed #B7B7B7;
}

.contact .dashedline.between {
    margin-bottom: 32px;
}

#footer .contact .description {
    margin: 20px 0px;
    padding-top: 0px;
    background: none;
}
#footer .contact footer {
    height: 40px;
    margin-top: 21px;
    background: url('../images/dot.png') repeat-x top left;
}

#footer .contact footer a {
    text-decoration: none;
    color: #fff;
    float: right;
    margin-top: 10px;
    background: #b2b2b2;
    border: 1px solid #9f9f9f;
    padding: 3px 20px;
    font-size: 14px;
}


#footer .contact footer a span {
    display: inline-block;
    margin-bottom: -2px;
    color: #fff;
    background-position: -148px -64px;
    width: 13px;
}

.contact .description a {
    color: #434343;
}

.contact .description div > span {
    display: inline-block;
}

.contact .description div {
    margin-bottom: 3px;
}

.contact .map {
    margin: 20px 0;
    border-bottom: 10px solid #273F80;
}

.contact .title {
    color: #273F80;
    font: bold 27px/31px "Trebuchet MS",Helvetica,sans-serif;
    margin: 60px 0 30px 0;
}

.contact .data {
    color: #000;
    font: normal 16px/19px "Trebuchet MS";
}

.contact .data .label {
    display: inline-block;
    color: #273F80;
    font: bold 18px/21px "Trebuchet MS",Helvetica,sans-serif;
    margin-bottom: 10px;
}

.contact .data .opened {
    margin-bottom: 10px;
}

.contact .data .opened br:before {
    content: '';
    display: block;
    height: 5px;
}

#footer .contact .title {
    color: #3e3e3e;
}

.contact .form {
}

.contact .form input[type=submit]{
    width: auto;
    float: right;
}

.contact .form input,
.contact .form textarea {
    color: #000;
    font: normal 14px/18px "Trebuchet MS",Helvetica,sans-serif;
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #B7B7B7;
    box-sizing: border-box;
}

.contact .form input::placeholder,
.contact .form textarea::placeholder {
    color: #949494;
    font: normal 14px/18px "Trebuchet MS",Helvetica,sans-serif;
}

.contact .form input {
    height: 30px;
}

.contact .form textarea {
    max-width: 100%;
    min-width: 100%;
    min-height: 60px;
}

.contact .form input[type='checkbox'] {
    display: none;
}

.contact .form label[for='acceptance'] {
    position: relative;
    display: inline-block;
    margin-top: 18px;
    margin-left: 15px;
    padding-left: 25px;
    cursor: pointer;
}

.contact .form label[for='acceptance']:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    color: #ffffff;
    font-family: 'Material Icons';
    font-size: 15px;
    border: 1px solid #00A0EB;
    border-radius: 2px;
    height: 15px;
    width: 15px;
}

.contact .form label[for='acceptance'].checked:before {
    background-color: #00A0EB;
    content: 'check';
}

.contact .form label[for='acceptance'] a,
.contact .form label[for='acceptance'] a:hover,
.contact .form label[for='acceptance'] a:focus {
    color: #07498D;
    text-decoration: none;
}

.contact .form input[type='submit'] {
    width: 160px;
    height: 35px;
}

.contact .form .element-inline {
    display: table-cell;
    width: 49%;
}

.contact .form .element-inline:nth-child(2) {
    width: 20px;
}

.contact span.negative {
    color: #EE0000;
    font-size: 13px;
    display: block;
    margin-top: -5px;
    padding: 0 10px 15px 10px;
}

.contact .error {
    color: #EE0000;
    font-size: 13px;
    display: none;
    padding: 5px 15px 0 15px;
}

.contact #name-error.error,
.contact #email-error.error {
    margin-top: -10px;
    padding-bottom: 10px;

}

.contact .hidden {
    display: none;
}

.contact .contact-rodo {
    display: none;
    position: absolute;
    top: 48px;
    left: 15px;
    color: #ffffff;
    width: 100%;
    background-color: #273F80;
    border-radius: 5px;
    padding: 5px 15px;
    box-sizing: border-box;
    z-index: 1;
}

.contact .contact-rodo #triangle {
    position: absolute;
    top: -5px;
    left: 220px;
    width: 10px;
    height: 10px;
    background-color: #273F80;
    transform: rotate(45deg);
}

.contact .contact-rodo p:nth-child(3) a,
.contact .contact-rodo p:nth-child(3) a:hover,
.contact .contact-rodo p:nth-child(3) a:focus {
    color: #ffffff;
    text-decoration: underline;
}

.contact .acceptance-content {
    position: relative;
    display: inline-block;
    width: calc(100% - 180px);
}

.accordion {
    position: relative;
    background: #FCFCFC 0% 0% no-repeat padding-box;
    /*box-shadow: 0 5px 15px #00000029;*/
    width: 100%;
    /*height: 51px;*/
    overflow: hidden;
    margin-bottom: 25px;
    transition: height 0.2s ease-in-out;
}

.accordion .accordion-title {
    font: bold 18px/51px "Trebuchet MS", Helvetica, sans-serif;
    color: #273F80;
    display: inline-block;
    height: 51px;
    width: 100%;
    padding-left: 15px;
    padding-right: 77px;
    box-sizing: border-box;
    overflow: hidden;
}

.accordion .accordion-button {
    display:none;
}

.accordion.active .accordion-button {
    top: calc(100% - 51px);
}

.accordion .accordion-button i,
.accordion .accordion-button em {
    position: absolute;
    top: 6px;
    right: 15px;
    color: #273F80;
    font-size: 40px;
    transform: rotate(0);
    transition: transform 0.2s ease-in-out;
}

.accordion.active .accordion-button i,
.accordion.active .accordion-button em {
    transform: rotate(-180deg);
}

.accordion .panel {
    padding: 0 15px;
}

.accordion .panel .panel-content {
    color: #000;
    font: normal 16px/19px "Trebuchet MS", Helvetica, sans-serif;
    padding-right: 123px;
    padding-bottom: 15px;
}

.accordion .panel .panel-content ul {
    margin: 0;
    padding-left: 15px;
    padding-bottom: 15px;
}
