body {

    margin: 0;
	padding: 0;
    /*overflow:hidden;*/
	border-width:0;
	font-family: Helvetica,sans-serif, Arial;
	line-height: 1.5;
	font-size: 12px;
	background-color: #0D0E22;
}

table, th, td {
	font-family: Helvetica,sans-serif, Arial;
	border-collapse: collapse;
	padding: 0.5%;
	table-layout: fixed;
}

/*Cookie Bar*/


	#agree {
		cursor: pointer;
		font-family: Poppins-Light, helvetica, sans-serif;
		background-color: #efefef;
		border: 2px solid #efefef;
		padding: 5px;
	}
	#agree:hover {
		border: 2px solid #BC4096;
	}

	#agree:active {
		background-color: #BC4096;
		border: 2px solid #BC4096;

	}	
	#agree-but {
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 0;
		display: block;
		float: right;
	}
	
	#agree-but:after {
		clear: both;
	}
		.popup {
			display: none;
			position: fixed;
			z-index: 999;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			overflow: auto;
			background-color: rgb(0,0,0);
			background-color: rgba(0,0,0,0.4);
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			-webkit-animation: fadeIn 1s;
			animation: fadeIn 1s;
			vertical-align: middle;
		}	

		/* The actual popup */
		 .popuptext {
			position: absolute;
			top: 0;
			left: 18%;
			background-color: #fefefe;
			margin: 12% auto;
			padding: 3.6%;
			border: 1px solid #888;
			width: 62%;
			text-align: center;  
			border-radius: 6px;
			font-size: 100%;
			font-weight:normal;
			-webkit-box-shadow:0 0 10px rgba(0,0,0,1);
			-moz-box-shadow:0 0 10px rgba(0,0,0,1); 
			box-shadow:0 0 10px rgba(0,0,0,1);
			overflow: hidden;
		}
		/* The Close Button */
		.close {
			position: absolute;
			top: 0;
			right: 3.6%;
			color: #5BC5F2;
			font-size: 300%;
			font-weight: bold;
			display: inline-block;
			cursor: pointer;
		}

		.close:hover,
		.close:focus {
			color: black;
			text-decoration: none;
			cursor: pointer;
		}

/**********************************************************
LAYOUT
**********************************************************/
		

#hs-banner {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 0;
	border: 0;
}

#hs-banner-img {
	width: 100%;
}

#menu-pos {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	z-index: 2;
	width: 16.3%;
	min-width: 100px;		
}

#menu-img {

	display: inline;
}

#dbtext {
	padding-left: 10px;
	display: inline;
	
}

.dropbtn {
	background-color: #E7E7E9;
	color: #3D3E4E;
	font-weight: normal;
	font-size: 20px;
	border: none;
	cursor: pointer;
	width: 100%;
	border-radius: 1px;
	padding-top: 10px;
	padding-bottom: 10px;		
}

@media screen and (max-width: 600px) {
  .dropbtn {
	font-size: 15px;
	padding: 0;
  }
}

@media screen and (max-width: 1200px) and (min-width: 600px) {
  .dropbtn {
	font-size: 18px;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	width: 100%;
	min-width: 100px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

@media screen and (max-width: 600px) {
  .dropdown-content {
	font-size: 10px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 600px) {
  .dropdown-content {
	font-size: 15px;
  }
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

@media screen and (max-width: 1200px) {
	.dropdown-content a {
	  color: black;
	  padding: 10px 14px;
	  text-decoration: none;
	  display: block;
	}
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #F08100;
  color: white;
}

.page-head-pos {
	position: relative;
	top: -6px;
	left: 0;
	display: inline-block;
	background-color: #0D0E22;
	margin: 0;
	z-index: 2;
	width: 100%;
}	

#footer-menu {
	width: 100%;
	height: 40px;
	background-color: #F08100;
	color: white;
	text-decoration: underline;
	margin-top: 2%;
	padding-top: 10px;
	padding-bottom: 10px;			
}

#legal {
	width: 100%;
	height: 40px;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #0D0E22;	
}

#teva-footer {
	position: relative;
	bottom: 0;
	left: 0;
	background-color: white;
	padding: 20px;
	width: 100%;
	min-height: 100px;
}
	
	
/**********************************************************
GENERAL ELEMENTS
**********************************************************/
	
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #5BC5F2;
	text-decoration: underline;
}

h1 {
	font-size: 140%;			
}

h2 {
	font-size: 140%;
	font-weight: normal;
}

h3 {
	font-size: 120%;
	font-weight: normal;
}





/**********************************************************
INDIVIDUAL ELEMENTS
**********************************************************/

.page-head {
	padding-left: 3.6%;
	padding-right: 3.6%;
	color: white;
	font-size: 350%;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-align: left;
}

#promotional {
	display: block;
	text-align: left;
	color: black;
	padding-left: 0;
	float: left;
	width: 100%;
	padding-bottom: 20px;
	line-height: 1.5;
}

#teva-logo {
	display: inline-block;
	width: 15%;
	float: left;
}

.teva-info {
	display: block;
	text-align: left;
	color: black;
	padding-left: 2%;
	float: left;
	width: 75%;
}

#teva-address {
	padding-top: 5px;
}

.teva-website {
	color: black;
}

.jcdp {
	text-align: right;
	display: block;
	line-height: 1.5;
	padding-top: 5px;
	clear: both;
}

.kol-name {
	font-weight: bold;
	font-size: 140%;
	line-height: 1.5;
}

.kol-img-web1 {
	width: 100%;
	border: 2px solid #5BC5F2;
	border-radius: 5px;
}

.kol-img-web2 {
	width: 100%;
	border: 2px solid #92C020;
	border-radius: 5px;			
}

a.intext {
	color: #5BC5F2;
	text-decoration: underline;
}
a.intext:hover {
	color: #E6007E;
	text-decoration: underline;
}	