.contentblock {
   width:100%;
   display:flex;
}

.contentblock > div.content > div:first-of-type {
   padding-top:20px
}

.contentblock > div.content > div:first-of-type h1 {
   margin-top:0;
}

.contentblock > div.content > div:last-of-type {
   padding-bottom:30px;
}

.contentblock.white{
   background-color: #FFF;
}

.contentblock.grey{
   background-color: #f2f2f2;
}

#bottomblock_cta {
   /*background-color: #5d6a72;*/
   background-color: #2E60FF;
   /*padding: 10px 0;*/
   margin-bottom: 0px;
}

#bottomblock_cta p.bodytext {
   font-family: 'Inter', sans-serif;
   font-size: 14px;
   line-height: 1.75;
   /*padding-bottom:30px;*/
}

#bottomblock_cta div, #bottomblock_cta table, #bottomblock_cta table th, #bottomblock_cta table td, #bottomblock_cta a,
#bottomblock_cta h1, #bottomblock_cta h2, #bottomblock_cta h3,
#bottomblock_cta h4, #bottomblock_cta h5, #bottomblock_cta p.bodytext {
   color:#fff;
}

#bottomblock_cta h4{
   margin: 2px 0 16px 0;
}

#bottomblock_cta .csc-textpic-imagewrap {
   margin-right:30px;
}

#topblock .bodytext {
   font-family: 'Inter', sans-serif;
   font-size: 14px;
   line-height: 1.8em;
   /*padding:10px 0;*/
}
#topblock .topblockdiv.topblockcontent > .csc-default.layout-1 > .bodytext {
   font-size: 16px;
}
#topblock .topblockdiv.topblockcontent > .csc-default.layout-2 > .bodytext {
   font-size: 18px;
}
#topblock .topblockdiv.topblockcontent > .csc-default.layout-3 > .bodytext {
   font-size: 20px;
}

div.csc-textpic-imagewrap {
   margin-top:5px;
}

.header_blue {
   color: #001D41;
}

.header_white {
   color: #fff;
}

p.bodytext {
   font-family: 'Inter', sans-serif;
   font-size: 14px;
   line-height: 1.8em;
}

/**********  TOPBLOCK   ***********/

#topblock {
   width: 960px;
   padding-top: 10px;
}

#topblock div.topblockdiv {
   float:left;
   /* max-height: 354px; */
   min-height:1px;
   overflow: hidden;
   width: 480px;
}

#topblock div.topblockcontent {
   width: 464px;
   /*height: 354px;*/
}

#topblock div.topblockcontent h1,
#topblock div.topblockcontent h3 {
   margin-bottom: 0.4em;
   margin-top: 0;
}


#topblock #tb1 {
   left: 0px;
}

#topblock #tb2 {
   /*left: 480px;*/
   position:relative;
}

#bottomblock_menu {
   /*border-top: 1px solid #d7dce2;*/
   height:34px;
   margin-top:47px;
   padding-top:15px;
}

#topmenu {
   list-style-type: none;
   margin-top:10px;
}

#topmenu li {
   display: inline;
}

#topmenu li a {
   display:inline;
   font-family:'Inter', sans-serif;
   font-size: 15px;
   font-weight: normal;
   padding:5px 8px 5px 8px;
   letter-spacing: -0.03em;
}

#topmenu li a:after {
   color:transparent;
   content:'\e803';
   display:inline;
   margin-bottom:-1px;
   overflow:hidden;
}

#topmenu li.active a,
#topmenu li:hover a {
   background-color: #f2f2f2;
   color:#2d5fff;
}

#topmenu li a:hover:after,
#topmenu li.active a:after {
   color:#2d5fff;
}

#refContainer h4 {
   margin: 16px 0;
}

.caption_blue, .caption_red, .caption_orange, .caption_violet {
   position: absolute;
   top: 5px;
   left:0px;
   right:unset;
}


/*Produktübersicht für Lösungsseiten*/

div.csc-menu {
   margin:0;
}

#content div.auto_list div.csc-menu, div.auto_list div.csc-menu-4 {
   margin: 0px;

}

/* Abstand zwischen Checkbox und Beschriftung */
.filter_container label{
   padding-left:5px;
   padding-right:15px;
}

/* The product image */
div.auto_list div.csc-menu-4 div.csc-menu-imagelink {
   margin: 0px auto 0px auto;    /* centered, with small distance from the top */
   overflow: hidden;
   z-index: 1;
}

/*******************************************
 * The box with the hidden info
 *******************************************/
div.auto_list div.csc-menu-infoframe {
   position: absolute;
   display: none;
   margin-top: -20px;
   width: 177px;
   min-height: 100px;
   background-color: #f8f8f8;
   color: #000000;
   border-width: 1px 2px 2px 1px;
   border-style: solid;
   border-color: #001D41;
   text-align: left;
   z-index: 100 !important;
}
div.auto_list div.csc-menu-closeheader {
   width:100%;
   height: 14px;
   margin: 0;
   padding: 0;
   background-color: #001D41;
}
div.auto_list div.closer {
   float: right;
   font-size: 12px;
   font-weight: bold;
   color: #ffffff !important;
   background-color:#f00000;
   width:12px;
   height:12px !important;
   margin: 0 !important;
   padding: 0px 0px 2px 2px;
   border-style: none !important;
   cursor: pointer;
}
div.auto_list div.csc-menu-infotext {
   width: 173px;
   height: 100%;
   background-color: #f8f8f8;
   color: #000000;
   margin: 0;
   padding: 1px 2px 1px 2px;
   text-align: left;
   white-space: normal;
   overflow: hidden;
   cursor: default;
}

ul.carousel li.item {
   color:#5d6a72;
   float: left;
   font-family: 'Inter', sans-serif;
   height:212px;
   margin: 0 10px 20px 10px;
   /*text-align: center;*/
   text-align: left;
   width: 225px;
}
ul.carousel li.item:first-child,
ul.carousel li.item:nth-child(4n+1) {
   margin-left: 0;
}
ul.carousel li.item:nth-child(4n) {
   margin-right: 0;
}

ul.carousel li.item a {
   /* margin: 5px 0 5px 0; */
   font-size: 14px;
}

ul.carousel li.item div div a:nth-child(2) {
   display: block;
   height: 40px;
   margin: 0 0 -26px 0;
}

ul.carousel li.item a.lcs {
   /* line-height: 30px; */
}

ul.carousel li.item  div.csc-frame-frame1 {
   background: transparent;
   padding:0;
   position:relative;
}

.product {
   width:100%;
}

.product.white{
   background-color: #FFF;
}

.product.grey{
   background-color: #f2f2f2;
}

.csc-menu-textlink a:hover {
   color:#666;
   text-decoration:none;
}

.csc-menu-textlink a.lcs:hover {
   color:#001D41;
   text-decoration:underline;
}

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
   margin:0;
}

.auto_list h1, .auto_list h2, .auto_list h3, .auto_list h4, .auto_list h5 {
   color:#333;
   /*font-size: 20px;*/
   margin: 0;
   padding: 1.8em 0 1.8em 0;
}

.auto_text {
    padding-bottom: 20px;
}

ul.filter{
   list-style-type: none;
   display:block;
   z-index:300 !important;
}

ul.filter li{
   display:inline;
}

#filter_control{
   bottom:20px;
}
:root input.filter-checkbox {position:absolute; clip: rect(0,0,0,0); }
:root input.filter-checkbox ~ label{ background-color: #f2f2f2;display:inline-block;padding:0 5px 0 5px;margin:0;text-align:center;line-height:28px;cursor:pointer;color:#888; font-family: 'Inter', sans-serif; font-size:13px;}
:root input.filter-checkbox:hover ~ label{ background-color: #ddd; }
:root input.filter-checkbox:checked ~ label { background-color: #001D41;  color:#fff; }
/* change colors on grey background */
:root .grey input.filter-checkbox ~ label{ background-color: #ffffff;border:1px solid #ccc; }
:root .grey input.filter-checkbox:checked ~ label { background-color: #001D41;border-color:#001D41; }

.maincontent .tx-cal-controller h2 {
   color: #001D41;
	font-size: 22px;
	line-height: 1.3;
	margin: 0.8em 0 0.8em 0;
	text-align: center;
}