/********************************** COLORS ***************************************/

/* DHL */

:root {
  --dhl-yellow: #ffcc00;
  --dhl-red: #D20729;
  --dhl-grey: #333;
  --dhl-dark-grey: #1d1d1b;
}

/***************************** DHL FONTS & STYLES ********************************/

/* bold */
@font-face {
	font-family: 'DeliveryBd';
	src: url(../font/delivery/Delivery_Bd.woff2) format("woff2"),
		url(../font/delivery/Delivery_Bd.woff) format("woff"),
		url(../font/delivery/Delivery_Bd.ttf) format("ttf");
	font-weight: 700;
	font-style: normal;
}

/* bold italic */
@font-face {
	font-family: 'DeliveryBdIt';
	src: url(../font/delivery/Delivery_BdIt.woff2) format("woff2"),
		url(../font/delivery/Delivery_BdIt.woff) format("woff"),
		url(../font/delivery/Delivery_BdIt.ttf) format("ttf");
	font-weight: 700;
	font-style: italic;
}

/* regular */
@font-face {
	font-family: 'DeliveryRg';
	src: url(../font/delivery/Delivery_Rg.woff2) format("woff2"),
			url(../font/delivery/Delivery_Rg.woff) format("woff"),
			url(../font/delivery/Delivery_Rg.ttf) format("ttf");
	font-weight: 400;
	font-style: normal;
}

/* italic */
@font-face {
	font-family: 'DeliveryIt';
	src: url(../font/delivery/Delivery_It.woff2) format("woff2"),
		url(../font/delivery/Delivery_It.woff) format("woff"),
		url(../font/delivery/Delivery_It.ttf) format("ttf");
	font-weight: 400;
	font-style: italic;
}

/* light */
@font-face {
	font-family: 'DeliveryLt';
	src: url(../font/delivery/Delivery_Lt.woff2) format("woff2"),
		url(../font/delivery/Delivery_Lt.woff) format("woff"),
		url(../font/delivery/Delivery_Lt.ttf) format("ttf");
	font-weight: 300;
	font-style: normal;
}

/* light italic */
@font-face {
	font-family: 'DeliveryLtIt';
	src: url(../font/delivery/Delivery_LtIt.woff2) format("woff2"),
		url(../font/delivery/Delivery_LtIt.woff) format("woff"),
		url(../font/delivery/Delivery_LtIt.ttf) format("ttf");
	font-weight: 300;
	font-style: italic;
}

/* condensed light */
@font-face {
	font-family: 'DeliveryLtCd';
	src: url(../font/delivery/Delivery_CdLt.woff2) format("woff2"),
		url(../font/delivery/Delivery_CdLt.woff) format("woff"),
		url(../font/delivery/Delivery_CdLt.ttf) format("ttf");
	font-weight: 200;
	font-style: normal;
}

/* condensed bold */
@font-face {
	font-family: 'DeliveryBdCd';
	src: url(../font/delivery/Delivery_CdBlk.woff2) format("woff2"),
	url(../font/delivery/Delivery_CdBlk.woff) format("woff"),
	url(../font/delivery/Delivery_CdBlk.ttf) format("ttf");
	font-weight: 700;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"DeliveryBdCd",Helvetica,sans-serif !important;
}

p, ul, li, a {
	font-family:"DeliveryLt",Helvetica,sans-serif !important;
}

h3 a {
	font-family:"DeliveryBdCd",Helvetica,sans-serif !important;
}

body {
	font-family: 'DeliveryLt', sans-serif;
	/* color: var(--dhl-dark-grey); */
	font-weight: 300;
	margin: 0px;
	color: white;
	background-color: black;
}

a {
	/* color: var(--dhl-dark-grey); */
	color: lightgrey;
}

a:hover {
	color: #999;
}

#questionnaire {
	padding: 30px;
	margin: auto;
	max-width: 800px;
}

h1 {
	color: white;
	background-color: var(--dhl-dark-grey);
	background: url("../assets/images/top.png") no-repeat;
	background-size: cover;
	margin: 0px;
  	padding: 20px;
	font-weight: 300;
	font-size: 20px;
	width: 100%;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 20px; /*25px;*/
	font-weight: 700;
}

p {
	font-size: 20px;
}

ol, ul, li {
	font-size: 20px;
}

li {
	margin-bottom: 15px;
}

.p_med {
	font-size: 15px;
	font-weight: 300;
}

.p_big {
	font-size: 20px;
	font-weight: 700;
}


.answer {
	padding: 5px;
}

.buttons {
	/*
	position: absolute;
	margin-top: 100px;
	*/
	text-align: center;
}

button {
	border: none;
	color: white;
	padding: 5px 22px;
	margin: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	border-radius: 6px;
}

button:focus { outline:0; }

.yes { 
	background-color: var(--dhl-red);
	border-radius: 3px;
}

.no { 
	background-color: var(--dhl-yellow); 
	color: var(--dhl-dark-grey);
	border-radius: 3px;
}

.yes:hover { background-color: #cd555b; }
.no:hover { background-color: #f9d86b; }

.btn_black { 
	/* background-color:  var(--dhl-dark-grey); */
	background-color:  #676767;
	border: 2px solid #747474;
}

.btn_inactive { 
	background-color: #999;
	cursor: default;
}

.active { display: block; }
.inactive { display: none; }

#ces_logo {
	position: fixed;
	background: url("../assets/images/logo_ces.png") no-repeat;
	background-size: cover;
	right: 23px;
	top: 23px;
	width: 80px;
	height: 80px;
}

#dhl_logo {
	position: fixed;
	width: 250px;
	height: 250px;
	background: url("../assets/images/logo_dhl.png") no-repeat;
	background-size: contain;
	bottom: 0px;
	right: 0px;
	z-index: -1000;
}

.results h2, .results h3 {
	text-align: center;
}

.txt_yellow, .txt_red, .txt_black {
	font-size: 30px;
	padding: 3px 8px;
	margin-bottom: 12px !important;
}

.txt_yellow {
	color: var(--dhl-dark-grey);
	background-color: var(--dhl-yellow);
}

.txt_red {
	color: white;
	background-color: var(--dhl-red);
}

.txt_black {
	color: white;
	background-color: var(--dhl-dark-grey);
}

.back {
	text-align: left;
}

/*
@media (max-width: 768px) {
  #ces_logo {
    right: 23px;
	top: 12px;
	width: 60px;
	height: 60px;
  }
}*/

@media (max-width: 768px) {
  #ces_logo {
    right: 23px;
	top: 12px;
	width: 60px;
	height: 60px;
  }
	
  #dhl_logo {
	width: 150px;
	height: 150px;
  }
}

.h2_center, .btn_start {
	position: relative;
	top: 150px;
}

.h2_center {
	text-align: center;
	font-size: 24px;
}

.btn_start {
	background-color: var(--dhl-red);
	border-radius: 3px;
}







