/* dataTables custom */
    .stellenangebote table tr th{
        cursor:pointer;
    }

    .listitem_:hover{
        cursor:pointer;
    }

/* CSC206531 */
	.stellenangebote table td {
    	-webkit-box-shadow: inset 0 0 0 #fff, inset 0 -1px 0 0 #b2b2b2;
    	-moz-box-shadow: inset 0 0 0 #fff, inset 0 -1px 0 0 #b2b2b2;
    	box-shadow: inset 0 0 0 #fff, inset 0 -1px 0 0 #b2b2b2;
	}

/* DL Search Box (Gebrauchsinformationen) */
    .dlsearch form{
        text-align:center;
    }
    .dlsearch>form>input#search{
        width:60%;
    }
    .dlsearch>form>input#searchsubmit{
        padding:8px 18px;
        margin-left:-4px;
    }
    .dlsearch>form>input#searchsubmit:hover{
        padding:8px 18px;
    }
    .dlsearchresults{
        width:80%;
        margin:30px auto;
        text-align:center;
        vertical-align:middle;
    }
    .dlsearchresults img{
        margin:0;
    }
    .dlsearchresults>tbody tr:hover{
        background-color:#d1d1d1;
        cursor:pointer;
    }

    /* outputtype: booklet_default */
    .bookletbox {
        padding-bottom:40px;
    }
    .bookletbox img {
        padding-top:20px;
    }
    /*.contentform input:focus {
        background-color:#EBF5FF;
    }*/
    .contentform input:required:focus {
        background-color:#FFE6E6;
    }
    .contentform input:required:valid:focus {
        background-color:#E6FFB2;
    }
    .orderbooklet {
        width:90%;
    }


/*

BIOTEST_GKO.CSS

*/
/* Start Formgenerator */
@media (min-width: 768px) {
  .contentform label {
  float: right;
  padding-top: 7px;
  }
}

.contentform .label_top label {
  /*float: right;*/
  padding-top: 0;
}
.contentform .salutation {
  padding-top: 7px;
}
.contentform .salutation span {
  margin-right: 20px;
}
.contentform .row {
  padding-bottom: 10px;
}
.contentform input, .contentform textarea, .contentform select {
    padding: 8px 8px;
}
.contentform input[type="radio"], .contentform input[type="checkbox"] {
    margin-right: 5px;
}
.contentform #vcard_strasse {
    float: left;
    max-width: 80%;
    min-width: 150px;
}
.contentform #vcard_nummer {
    float: left;
    margin-left: 2%;
    max-width: 18%;
    min-width: 35px;
}
.contentform #vcard_plz {
    float: left;
    max-width: 22%;
    min-width: 40px;
}
.contentform #vcard_stadt {
    float: left;
    margin-left: 2%;
    max-width: 76%;
    min-width: 150px;
}
.contentform input[type="reset"] {
    background: none repeat scroll 0 0 #d1d1d1;
    border-color: #d1d1d1;
    border-radius: 4px;
    box-shadow: 0 2px #b2b2b2;
    color: #666666;
    margin-bottom: 2px;
    text-align: center;
    width: auto;
    padding: 8px 30px;
}
.contentform input[type="submit"] {
    padding: 8px 30px;
}
.contentform input[type="reset"]:active,
.contentform input[type="submit"]:active,
.contentform button:active,
.contentform .button:active,
.contentform input[type="reset"]:hover,
.contentform input[type="submit"]:hover,
.contentform button:hover,
.contentform .button:hover {
  background: none repeat scroll 0 0 #e8e8e8;
  border-color: #e8e8e8;
  padding: 8px 30px;
}
/* End Formgenerator */




.projectSwiperContent {
    height:330px;
    overflow-y:auto !important;
}

.pipeline table tbody.open tr.details td p {
    margin-left:0px;
}

.small-pipeline .date {
    text-align:left;
}

/*
@media screen and (max-width: 767px) {
    sup {
        vertical-align: top;
    }
}
*/


/*
.swiper-slide .swipe-slide-content {
    position: absolute;
    top: 93px;
    z-index: 2;
    width: auto;
    background-color: rgba(255,255,255,0.65);
    padding: 0px 30px;
    text-align: right;
    right: 50px;
}
*/

/* Addendum 2016-10-07 Gradient Overlay for Stage*/
.swiper-container:not(#swiper-jobswiper) [class*='gradient-'] {
    position: relative;
}

.swiper-container:not(#swiper-jobswiper) [class*='gradient-']:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.swiper-slide.gradient-10:after{
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 10%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 10%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.swiper-slide.gradient-20:after{
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.swiper-slide.gradient-30:after{
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.swiper-slide.gradient-40:after{
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.swiper-slide.gradient-50:after{
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.swiper-slide.gradient-60:after{
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 60%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 60%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.swiper-slide.gradient-70:after{
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.swiper-slide.gradient-80:after{
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.swiper-slide.gradient-90:after{
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 90%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 90%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 90%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.swiper-slide.gradient-100:after{
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}



/* PRESSEFOTOS / DOWNLLOADS  */

	.pressefotos .box1000 {
		/*background-color: ##fafafa;*/
		/*padding: 20px 0;*/
	}
	.pressefotos .image-holder {
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		opacity: 1;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		position: relative;
	}
	.pressefotos .image-holder .enlarge {
		display: inline-block;
		width: 39px;
		height: 39px;
		background-image: url(/shared/img/image_fullsize.png);
		background-position: 0 0;
		background-repeat: no-repeat;
		opacity: 1;
		margin: 3px 0 0 3px;
	}
	.pressefotos [class*=grid]:hover .image-holder{
		opacity: 0.6;
		cursor: pointer;
	}
	.pressefotos [class*=grid]:hover .image-holder a{
		background-position: -44px 0;
	}

	.pressefotos .image-info p {
		word-break: break-word;
	}

/* Toggle View Controls*/
	.toggle-view input {
		display: none;
	}
	.toggle-view label {
		cursor: pointer;
		min-width: 0;
		margin: 0;
		display: inline-block;
		width: 39px;
		height: 40px;
		float: right;
		background-image: url(/shared/img/list_view.png);
		background-repeat: no-repeat;
	}
	.toggle-view .list-toggle {
		background-position: -88px 0
	}
	#list-toggle:checked + .list-toggle {
		background-position: -132px 0;
	}
	.toggle-view .thumb-toggle {
		background-position: 0 0;
	}
	#thumb-toggle:checked + .thumb-toggle {
		background-position: -44px 0;
	}
	.toggle-categories label{
		margin: 3px 0; /*compensating different button height */
	}
	.pressefilter span{
		height: 40px;
		line-height: 40px;
		margin: 0 15px 0 0;
	}
	@media screen and (max-width: 767px) {
		.pressefilter span {
			display: none;
		}
	}

/* List View */
	.pressefotos_list .image-holder{
		width: 150px;
		height: 150px;
		margin-right: 12px;
		float: left;
		cursor: pointer;
	}
	.pressefotos_list .image-info h3{
		margin-top: 0;
	}
	.pressefotos_list .grid_3{
		margin: 0 6px 12px 6px;
    	width: 468px;
	}
	@media screen and (max-width: 1023px) and (min-width: 768px){
		.pressefotos_list .grid_3 {
			width: 348px;
		}
	}
	@media screen and (max-width: 767px) {
		.pressefotos_list .grid_3 {
			width: 100%;
			margin-left: 0;
			margin-right: 0;
		}
	}

/*Thumbnail View*/
	.pressefotos_tiled .grid_2 {
		margin-bottom: 12px; /*same as column gutter */
		position: relative;
		margin: 0 6px 12px 6px;
    	width: 308px;
		height: 308px; /*inherited from width */
	}
	@media screen and (max-width: 1023px) and (min-width: 768px){
		.pressefotos_tiled .grid_2 {
			width: 228px;
			height: 228px;
			margin-bottom: 6px;
		}
	}
	@media screen and (max-width: 767px) {
		.pressefotos_tiled .grid_2 {
			width: 48%;
			margin-left: 1%;
			margin-right: 1%;
		}
	}
	.pressefotos_tiled .image-info {
		opacity: 0;
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		background: #f0f0f0;
		padding: 0 20px 20px;
		width: 100%;
	}
	.pressefotos_tiled .grid_2:hover .image-info{
		opacity: 1;
	}
	#thumb-view {
		display: none;
	}

	/* Fixes a BUG in Firefox cutting off tables in Print-View */
	@media print {
		.box960,
		.article {
			overflow: visible;
		}

		.article table,
		.accordion-content table {
			margin: 0px;
			border-bottom: 0px;
			padding-bottom: 0px;
		}
	}

	/* half height for intranet */
	.swiper-container-half {
		width: 100%;
		height: 250px
	}

	.swiper-container-half .swiper-slide .swipe-slide-content {
	    position: absolute;
	    top: 65px;
	    z-index: 2
	}

	/* fix slider video */
	a.play-button {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform:  translate(-50%, -50%);
		-moz-transform:  translate(-50%, -50%);
		-ms-transform:  translate(-50%, -50%);
		-o-transform:  translate(-50%, -50%);
		transform:  translate(-50%, -50%);
		z-index: 2;
	}

    /* Edit BTREL-219*/
	.featherlight-content {
		max-width: 100%;
	}

	.featherlight-inner {
		max-width: 100%;
	}

	.swiper-slide.video {
		text-align: left;
	}



    /*
    Modification dbl - 4 column layout
    */

    @media screen and (min-width: 767px) {
        .fourColumnContact
        {
         width: 220px;
         height: 350px
        }

        .fourColumnContact h3 span {
            margin-top: 7em;
            height: 40px;
        }
    }


    /*link in search resultlist to light, modify to darker gray*/
    .search a {
        color: #777;
    }

    /*search field should use the same, dark gray color*/
    #search .globalsearch #searchbox{
        color: #777;
    }

    /*Placeholder in the search field should also use the same dark gray color*/
    #search input[type="search"]::placeholder {
        color: #777;
    }
    #search input[type="search"]::-webkit-input-placeholder {
        color: #777;
    }
    #search input[type="search"]::-moz-placeholder {
        color: #777;
    }
    #search input[type="search"]:-ms-input-placeholder {
        color: #777;
    }
    #search input[type="search"]:-moz-placeholder {
        color: #777;
    }

    /* Anpassungen für STandardartikel - DBL */
    .bio-intra-small-pic {
        width: 28%;
        float: left;
        margin-right: 12px;
    }

    @media screen and (min-width: 767px) {
    .column.grid_2.contact.fourColumnContact{
      padding: 10px 14px;
      position: relative;
    }

    .fourColumnContact h3 {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 2px;
      margin-left: 16px;
      margin-right: 15px;
    }

    .fourColumnContact h3 span {
      font-weight: normal;
      font-size: 14px;
    }
    .fourColumnContact .contact_info {
      margin-left: 16px;
      line-height: 10px;
      position: absolute;
      bottom: 48px;

    }
    .fourColumnContact .contact_info a {
      margin-bottom: 7px;
    }

    .fourColumnContact .button.white {
      position: absolute;
      bottom: 8px;
      left: 40px;
    }

    .contact.fourColumnContact img {
      width: auto;
      min-height: 180px;
      max-height: 180px;
	  max-width: 145px;
	  margin-bottom: 7px;
      }
  }

  /* Modifications for Download-accordion*/
      .download-accordion {
          margin-top: 10px;
          margin-bottom: 10px;
          display: block;
          position: relative;
          clear: both;
      }

      .download-accordion  h3.accordion-icon  {
          margin-bottom: 0px;
          line-height: 30px;
          font-size: 15px;
      }

      .download-accordion .accordion-toggle {
          background: none;
          padding: 5px;
          border-width: 0px 0px 1px 0px;
      }

      .listview-fileIcon {
          float: left;
          height:32px;
          width: 30px;
          margin-right: 10px;
          background-repeat:no-repeat;
      }
      .downloadAccordion-sideBySide {
          width: 40%;
          float: left;
          margin-top: 5px;
          margin-right: 20px
      }

    /* Override biotest css subnavi contrast issue */
        nav.sub ul li a {
            color: #666;
        }

	/** Modifications for Intranet Video Elements, small, medium, large **/
	.intranet-videowrapper .intranet-video {
		margin: 3px;
	}

	/*Bottom margin of the container looks to large, reduced size by 50%*/
	.box1000.container {
		margin-bottom: 15px;
	}


    /**Modifications for arrows in subnavigation **/

    @media screen and (min-width: 767px) {
        .subnavi-arrows
        {
         top: unset;
         padding: 10px;
        }
    }||||||| .r31071
=======


    @media screen and (min-width: 768px) {
    .column.grid_2.contact.fourColumnContact{
      padding: 10px 14px;
      position: relative;
    }

    .fourColumnContact h3 {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 2px;
      margin-left: 16px;
      margin-right: 15px;
    }

    .fourColumnContact h3 span {
      font-weight: normal;
      font-size: 14px;
    }
    .fourColumnContact .contact_info {
      margin-left: 16px;
      line-height: 10px;
      position: absolute;
      bottom: 48px;

    }
    .fourColumnContact .contact_info a {
      margin-bottom: 7px;
    }

    .fourColumnContact .button.white {
      position: absolute;
      bottom: 8px;
      left: 40px;
    }

    .contact.fourColumnContact img {
      width: auto;
      min-height: 180px;
      max-height: 180px;
	  max-width: 145px;
	  margin-bottom: 7px;
      }
  }

  /* Modifications for Download-accordion*/
      .download-accordion {
          margin-top: 10px;
          margin-bottom: 10px;
          display: block;
          position: relative;
          clear: both;
      }

      .download-accordion  h3.accordion-icon  {
          margin-bottom: 0px;
          line-height: 30px;
          font-size: 15px;
      }

      .download-accordion .accordion-toggle {
          background: none;
          padding: 5px;
          border-width: 0px 0px 1px 0px;
      }

      .listview-fileIcon {
          float: left;
          height:32px;
          width: 30px;
          margin-right: 10px;
          background-repeat:no-repeat;
      }
      .downloadAccordion-sideBySide {
          width: 40%;
          float: left;
          margin-top: 5px;
          margin-right: 20px
      }

    /* Override biotest css subnavi contrast issue */
        nav.sub ul li a {
            color: #666;
        }

	/*Bottom margin of the container looks to large, reduced size by 50%*/
	.box1000.container {
		margin-bottom: 15px;
    }
    
    /*Intranet Video - viewport L - margin fix*/
    @media screen and (min-width: 768px) {
        .column.grid_2.intranet-video {
            max-width: 300px;
        }
        .column.grid_3.intranet-video {
            max-width: 460px;
        }
    }>>>>>>> .r32154
