.download {
    width: 100%;
}

.category {
    border: 1px solid #004f9f;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
    .category {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.category--title {
    display: block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    color: white;
    font-size: 21px;
    cursor: pointer;
    background-color: #004f9f;
    padding-left: 30px;
    position: relative;
    transition: 300ms;
}

.category--title--arrow {
    position: absolute;
    top: -2px;
    right: 30px;
    transform: rotate(315deg);
    color: white;
    font-size: 50px;
    font-weight: light;
    transition: 300ms;
}

.category--title.active {
    color: #004f9f;
    background: #fc0;
}

.category--title.active .category--title--arrow {
    top: 30px;
    transform: rotate(135deg);
    color: #004f9f;
}
/* Don't change, even if it looks wierd on Desktop
It does look wierd at the phone itself */
@media only screen and (max-width: 640px) {
    .category--title.active .category--title--arrow {
        right: 15px;
    }
}


.category--content {
    display: none;
    width: 100%;
    padding: 20px 10px;
}

.category--content>a,
.category--content>form>a {
    border-bottom: 1px solid #cfd7dc;
    display: inline-block;
    width: 100%;
}

@media only screen and (max-width: 640px) {
    .category--content a>img {
        width: 100%;
        height: auto;
    }
}

.category--content>a:last-child,
.category--content>form>a:last-child {
    border: none;
}

.category--content--image {
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.download .category--content--download.single {
    width: 100%;
    border-bottom: 1px solid #cfd7dc;
    padding: 15px 20px;
    color: #4b5256;
    clear: both;
    display: flex;
}

.filtercategory--content > a {
    border-bottom: 1px solid #cfd7dc;
    display: block;
}

.category-content---image-wrap {
    flex-grow: 0;
}

@media only screen and (max-width: 640px) {
    .category-content---image-wrap {
        min-width: 69px;
        margin-right: 5px;
    }
}

.category-content-wrap {
    flex-grow: 100;
}

.category--content--download.single {
    padding: 15px 20px 15px 10px;
}

.category--content--download:last-child {
    border: none;
}
.filtercategory--content > a:last-child {
    border: none;
}

.category--content--download-head {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #004f9f;
}
.filtercategory--content .category--content--download a .category--content--download-head {
    text-decoration: underline;
}
.filtercategory--content .category--content--download a .category--content--download-head:hover {
    text-decoration: none;
}
.category--content .category--content--download a .category--content--download-head {
    text-decoration: underline;
}
.category--content .category--content--download a .category--content--download-head:hover {
    text-decoration: none;
}
.category--content form .category--content--download a .category--content--download-head {
    text-decoration: underline;
}
.category--content form .category--content--download a .category--content--download-head:hover {
    text-decoration: none;
}

.category--content--download-description p {
    margin: 4px 0 4px 0;
    color: #4b5256;
}

.category--content--download-description p a {
    margin: 4px 0 4px 0;
    color: #004f9f;
    text-decoration: underline;
}

.category--content--download-description p a:hover {
    margin: 4px 0 4px 0;
    color: #004f9f;
    text-decoration: none;
}

.category--content--download--order {
    margin: 15px 0 5px 0;
    position: relative;
    z-index: 99;
}

.category--content--download--order input {
    -webkit-appearance: checkbox;
    margin-left: 0;
    vertical-align: baseline;
}

.category--content--download--order label {
    font-size: 16px;
    line-height: 24px;
    font-size: 1rem;
    line-height: 1.5rem;
}

.category--content--download--file {
    display: flex;
}

.category--content--download--file-info {
    width: 80%;
    display: inline-block;
    vertical-align: top;
}

.category--content--download--file-download {
    width: 20%;
    display: inline-block;
    text-align: right;
}

.category--content--download-inner {
    display: flex;
    flex-direction: column;
}

.category--content--subcategory--head {
    display: block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    color: #004f9f;
    font-size: 18px;
    padding-left: 20px;
    margin-top: 30px;
}

.category--content--subcategory.single .category--content--subcategory--head {
    padding-left: 10px;
}

.download .single .category--content--download {
    padding-left: 10px;
}

.download .single {
    border-bottom: 1px solid #cfd7dc;
    display: inline-block;
    width: 100%;
}

.download .single:last-child {
    border: none;
}

.category--content--download-image {
    float: left;
    margin-right: 20px;
    max-width: 100%;
    width: 80px;
}

.category--content--ordersubmit {
    margin-top: 20px;
    float: right;
    cursor: pointer;
}















.downloadform {
    margin: 50px 0;
}

.downloadform .form-group {
    margin-bottom: 25px;
}

.downloadform .form-group label {
    display: inline-block;
    width: 200px;
    vertical-align: top;
}

.downloadform .form-group .input {
    display: inline-block;
    width: 60%;
}

.downloadform .form-group input {
    width: 100%;
    border: 0;
    font-size: 16px;
    border-bottom: 1px solid #cccccc;
}

.downloadform .form-group input[type="radio"] {
    width: auto;
    border: 0;
}

.downloadform .form-group input:focus {
    border-bottom: 1px solid #004f9f;
    outline: 0;
}

.downloadform .form-group input[type="radio"],
.downloadform .form-group input[type="radio"]:focus {
    width: auto;
    border: 0;
    margin-left: 16px;
}

.downloadform .form-group textarea {
    width: 100%;
    height: 240px;
    border: 0;
    font-size: 16px;
    border: 1px solid #cccccc;
    margin-left: 0;
}

.downloadform .form-group input.checkbox {
    -webkit-appearance: checkbox;
    margin-left: 30px;
}

.downloadform .form-group input.submit {
    border: none;
    background-color: #a0aaaf;
    color: white;
    border-radius: 10px;
    height: 50px;
    padding: 0px 30px;
    cursor: pointer;
    transition: 1s;
    margin: 30px 0 50px 0;
    font-size: 16px;
}

.downloadform .form-group input.submit:hover {
    background-color: #004f9f;
}

.downloadform .datasecurity.form-group .input {
    width: auto;
}

.downloadform .datasecurity.form-group input.checkbox {
    width: auto;
    margin-left: 0;
}

.downloadform .datasecurity label {
    width: 90%;
    margin-left: 0;
}

.downloadform .mandatory {
    font-size: 13px;
}

.center-text {
    text-align: center;
}

.tx-contentpackage-gridWrap>h1 {
    color: #004f9f;
    font-size: 30px;
    line-height: 37.5px;
    font-family: 'FiraSansCondensed', sans-serif;
    font-weight: normal;
}

.tx-contentpackage-gridWrap>p {
    font-size: 15px;
    line-height: 18.75px;
}

/******************* *grey header area ***************/

.downloads--filter {
    background-color: #ccd4da;
    height: 300px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .downloads--filter .tx-contentpackage-headergrey-content-text .tx-contentpackage-row .tx-contentpackage-m-12 + .tx-contentpackage-m-12 {
        margin-top: 20px; 
    } 
}

.tx-sy-downloads .center-text {
    text-align: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.tx-sy-downloads .tx-contentpackage-headergrey {
    padding: 20px 15px;
}

.tx-sy-downloads .tx-contentpackage-headergrey-content {
    padding: 20px 20px 60px 20px;
    background-color: white;
    border-radius: 10px;
    max-width: 940px;
    display: inline-block;
    width: 100%;
}

.tx-sy-downloads .tx-contentpackage-headergrey-content-headline {
    text-align: center;
    margin-bottom: 40px;
    font-size: 21px;
    line-height: 26.25px;
    font-size: 1.3125rem;
    line-height: 1.64063rem;
}

.tx-sy-downloads .tx-contentpackage-headergrey-content-text .filterquestion {
    margin-bottom: 4px;
}

.tx-sy-downloads span.selectboxit-container {
    width: 325px;
    max-width: 100%;
    font-size: 18px;
    line-height: 22.5px;
}

.tx-sy-downloads span.selectboxit-container .selectboxit {
    width: 100% !important;
    font-size: 18px;
    line-height: 22.5px;
}

.tx-sy-downloads span.selectboxit-container span.selectboxit-text {
    margin-top: 13px;
    width: 80%;
    text-align: center;
    text-indent: 44px;
    font-size: 18px;
    line-height: 22.5px;
}

.tx-sy-downloads span.selectboxit-container .selectboxit-options {
    min-width: 100% !important;
    top: 0px !important;
    border: 1px solid #004f9f;
    font-size: 18px;
    line-height: 22.5px;
}


.filtercategory {
    margin-bottom: 30px;
}

.filtercategory--title {
    color: #004f9f;
    font-size: 30px;
    line-height: 37.5px;
    font-size: 1.875rem;
    line-height: 2.34375rem;
    font-family: "FiraSansCondensed", sans-serif;
    font-weight: normal;
    padding-left: 10px;
}

.downloadform .form-group input[type="radio"] {
    padding: 0 0 0 30px;
    background: url(../Img/radio.png) 0 0 no-repeat;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    outline: none;
    margin: 0 0 3px 0;
    border: 0;
}

.downloadform .form-group input[type="radio"]:active,
.downloadform .form-group input[type="radio"]:focus {
    border: 0;
    margin: 0 0 3px 0;
}

.downloadform .form-group input[type="radio"]:checked {
    background: url(../Img/radio_checked.png) 0 0 no-repeat;
    border: 0;
}