.productCard {
    height: 240px;
    width: 430px;
    display: inline-block;
    background-size: cover;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 5px 10px;
    border: 4px solid white;
}

.productCard:hover {
    border: 4px solid #325778;
}

.productCard .overlay {
    background-color: rgba(255,255,255,0.8);
    width: 410px;
    height: 36px;
    position: relative;
    top: 183px;
    text-align: left;
    font-size: 21px;
    padding-top: 13px;
    padding-left: 12px;
    margin-left: 0px;
}

#body.products {
    text-align: center;
    max-width: 1510px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    font-family: Mockup;
}

#body.products .headline {
    width: 100%;
    margin: 200px 0px 30px;
    font-size: 26px;
}

#body.products .questions {
    display: inline-block;
    margin: 117px auto;
    text-align: left;
    font-size: 25px;
    text-align: center;
    color: #325778;
}

#body.products .questions center {
    color: #325778;
}

.productdetailsheadline {
    margin-top: 25px;
    color: #325778;
    font-size: 21px;
}

.productdetailsheadline .big {
    font-weight: bold;
    font-size: 25px;
}

.productdetailsheadline .secondline {
    margin-top: 15px;
}

.contactIcon.small {
    height: 70px;
}

.contactIcon {
    margin-top: 25px;
}

.accordionMenueText {
    display: none;
}

.accordionContainer {
    text-align: left;
    margin-left: 6%;
    margin-top: 50px;
    display: inline-block;
    float: left;
    overflow-y: auto;
    overflow-x:hidden;
    padding-right: 27px;
}

.accordionMenuePoint {
    border: 2px solid #325778;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 12px;
    margin-bottom: 5px;
    cursor: pointer;
    width: 270px;
    font-family: MockupBold;
    color: #325778;
}

.accordionMenuePoint.noborder {
	border: none;
	background-color: none;
}

.accordionMenuePoint.active {
    background-color: rgba(255, 255, 255, 0.59);
    font-weight: bold;
}

.accordionMenuePoint.nohover:hover {
	background-color: rgba(255, 0, 0, 0) !important;
	cursor: default !important;
}

.accordionMenuePoint.nohover.active {
	background-color: rgba(255, 0, 0, 0) !important;
	cursor: default !important;
	font-weight: normal !important;
}

.accordionMenuePoint.noborder.active {
	border: none;
	background-color: rgba(255, 0, 0, 0) !important;
}

.accordionMenuePoint.noborder:hover {
	border: none;
	background-color: rgba(255, 0, 0, 0) !important;
}

.accordionMenuePoint:hover {
    background-color: rgba(255, 255, 255, 0.59);
}

.accordionMenueTextContainer {
    float: right;
    height: calc(100% - 141px);
    width: calc(100% - 455px - 6%);
    margin-top: 50px;
    font-family: MockupBold;
    margin-right: 60px;
    text-align: justify;
    font-size: 1.2em;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
}