@CHARSET "UTF-8";
    
/* ##### Helper ##### */
.fl {
	float: left;
}
.clr {
	clear: both;
    margin: 0;
    padding: 0;
    line-height: 0;
    height: 0;
}
/* ##### Typo ##### */
h2.title {
	text-transform: uppercase;
	color: #012afe;
	line-height: 28px;
}
#bndContent p,
#bndContent,
#bndConten li,
table.tableModifiziert{
	font-size: 14px;
}

/* ##### Wrapper ##### */
.responsiveWrapper {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}
@media only screen and (max-width: 959px) {
    .responsiveWrapper {
	width: auto;
}
}
#bndWrapper {
	background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: left;
	padding: 0;
	margin: 0;
}
#bndWrapper,
#bndHeader {
	position: relative;
}

.bndWrapper {
	border-top: 15px solid #666;
}

#bndHeader,
#bndContent {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 50px;
	line-height: 20px;
	color: #333;
	text-align: left;
}
@media only screen and (max-width:959px) {
	#bndHeader,
	#bndContent {
	padding: 0 25px;

	}
}
@media only screen and (max-width:480px) {
	#bndHeader,
	#bndContent {
	padding: 0 15px;

	}
}

/* ##### Header ##### */

#bndHeader {
	margin-top: -15px;
}

#bndHeader .bndHeaderWrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row ;
            flex-flow: row ;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-bottom: 15px;
}

.bndLogo {
	width: 150px;
	height: 150px;
}
.bndLogo img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}


#bndHeader .bndSlogan {
    padding-left: 30px;
    color: #333;
}
#bndHeader .bndSlogan .spezialist {
    color: #012afe;
    font-size:  18px;
	text-transform: uppercase;
}
#bndHeader .bndSlogan p  {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 14px;
}

.bndHeaderWrapper,
.pagecontainer {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.pagecontainer {
	min-width: 960px;
	max-width: 1280px;
}

/* ##### Content ##### */

#bndContent {
	width: auto;
	overflow: hidden;
}
#bndContent .left {
	float: left;
	width: 50%;
	margin-right: 10%;
	margin-left: 0;
}
#bndContent .right {
	float: right;
	width: 40%;
}

@media only screen and (max-width:480px) {
	.bndHeaderWrapper {
		padding: 0 !important;
	}


	#bndContent .left,
	#bndContent .right {
		float: none;
		width: auto;
	}
}


#bndContent {
    margin: 30px 0 50px 0;
}
#bndContent .title {
    font-size: 24px;
}
#bndContent .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#bndContent .left img {
    max-width: 90%;
    height: auto !important;
    max-height: 400px;
}


#bndContent .image {
    margin-top: 0px;
    width: auto;
    height: 400px;
    text-align: center;
}
#bndContent .image img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
}

.contentTxtImg {
	margin-bottom: 40px;
}


/* ##### Table ##### */

.scrollbox {
	margin-top: -19px;
	display: block;
    height: 450px;
	  overflow-y: scroll;
	overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
	margin-bottom: 20px;
}


@media (max-width: 575.98px) {
.scrollbox {
	display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
	}

table.tableModifiziert  {
    width: 100%;
	max-width: 100%;
    margin-bottom: 1rem;
    color: #666;
	border-collapse: collapse;
	display: table;
}


.tableModifiziert thead {
	display: block;
}


 
.tableModifiziert tbody {
	/*height: 450px;
	display: block;
    width: 100%;
    overflow-y: scroll;
	overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;/*	
}

.tableModifiziert tr {
	display: block;
	width: 100%;
	position: relative;
	/*float: left;*/
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;*/
}


.tableModifiziert tbody td, .tableModifiziert tbody th, .tableModifiziert thead > tr > th {
    float: left;
    position: relative;
}
.tableModifiziert th,
.tableModifiziert td {
    /*-ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;*/
	width: 20%;
	width: -webkit-calc(25% - 24px);
	width: calc(25% - 24px);
}
@media only screen and (max-width:479px) {
	.tableModifiziert tbody td, .tableModifiziert tbody th, .tableModifiziert thead > tr > th {
    float: none;
    position: relative;
}
	
	.tableModifiziert th,
	.tableModifiziert td {
		/*-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
				flex: 0 0 25%;
		max-width: 25%;*/
		width: auto;
	}
}




.tableModifiziert tbody td::after, .tableModifiziert tbody th::after, .tableModifiziert thead > tr > th::after {
	content: '';
    clear: both;
    display: block;
}

table.tableModifiziert  {
    border-collapse: collapse;
}
table.tableModifiziert {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}
.tableModifiziert th {
    color: #fff;
    background-color: #666;
    border-color: #32383e;
}
.tableModifiziert td, .tableModifiziert th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}



/* ##### Marken Links*/
.markenLinks {
	margin-bottom: 20px;
}
.markenLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.markenLinks ul li {
	display: inline-block;
	padding: 4px 8px;
	border: 1px solid #666;
	margin: 5px 10px 5px 0;
	background: #fff;
}
.markenLinks ul li a {
	text-decoration: none;
	color: #666;
	display: block;
	
}

.markenLinks ul li:hover{
    background: #fff;
    -webkit-box-shadow: 1px 2px 4px 0 rgba(117,117,117,0.5);
    -moz-box-shadow: 1px 2px 4px 0 rgba(117,117,117,0.5);
    box-shadow: 1px 2px 4px 0 rgba(117,117,117,0.5);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.10);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.10)";
    -moz-transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
}



@media only screen and (max-width:960px)  and (min-width:480px) {

	#bndContent .content-wrapper {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-flow: column-reverse !important;
                flex-flow: column-reverse !important;
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }
    #bndContent .left {
        float: none !important;
        width: 100% !important;
        margin-top: 20px !important;
    }
    #bndContent .right {
        float: none !important;
        width: 100% !important;
    }
    #bndContent .image {
        text-align: left !important;
    }
    #bndContent .image img {
        max-width: 70% !important;
        min-width: 70% !important;
    }

}

@media only screen and (max-width:479px) {

	#bndHeader .bndSlogan {
		position: relative !important;
		left: auto !important;
		top: auto !important;
		padding: 0 0px 0 10px;
	}

	#bndHeader .bndHeaderWrapper {
		width: 100% !important;
		height: auto !important;
	}
    
    #bndContent .title {
        margin: 0 10px !important;
    }
	h2.title {
		font-size: 18px!important;
		line-height: 22px;
	}
     #bndContent .content-wrapper {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-flow: column-reverse !important;
                flex-flow: column-reverse !important;
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }
    #bndContent .left {
        float: none !important;
        width: 100% !important;
        margin-top: 20px !important;
    }
    #bndContent .right {
        float: none !important;
        width: 100% !important;
    }
	#bndContent .left {
		margin-left: 0% !important;
		margin-right: 0% !important;
	}

	#bndContent .image {
		padding-top: 3% !important;
		margin: 0 !important;
		text-align: center !important;
        height: auto !important;
        max-height: 400px !important;
	}

	#bndContent .image img {
		max-width: 90% !important;
		min-width: 90%;
	}

	#bndHeader .bndHeaderWrapper::before {
		display: none;
	}

}