/* CSS ACG-Gruppen touchscreen */

@font-face {
    font-family: 'robotoregular';
    src: url('/wp-content/themes/acg_gruppen_touchscreen/fonts/Roboto-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body
{
	background-image: url("/wp-content/themes/acg_gruppen_touchscreen/images/background.png");
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover;
	overflow-y: hidden!important;
	font-family: 'robotoregular';
	font-weight: normal;
    font-style: normal;
	height: 100%!important;
}

body, html
{
	height: 100%;
}

.logo-main
{
	margin-bottom: 60px;
	position: relative;
}

.logo-main img
{
	width: 940px;
	height: 188px;
}

.homeBtn
{
	position: absolute;
	top: 105px;
	left: 100px;	
}

.add-cursor
{
	cursor: pointer!important;
}

.w-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20% !important;
          flex: 0 0 20% !important;
  max-width: 20%;
}

.centerCol
{
	text-align: center;
}

.company-page-pagination
{
	padding: 35px 0;
	color: #fff;
}

 a.page-numbers:link, a.page-numbers:visited, a.page-numbers:hover,  a.page-numbers:active
{
	color: #2d2d2d;
	background-color: #dcdcdc;
}

.page-numbers
{
	padding: 10px 20px;
	margin-right: 2px;
}

.current
{
	background-color: #6d747c;
}

.infobox
{
	height: 820px;
	position: relative;
	cursor: pointer;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 20px;
	background-color: #fff;
	z-index: 1;
}

.infobox-active
{
	display: none;
	height: 547px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 20px;
	z-index: 2;
}

.infobox-active img
{
	border-radius: 20px;
}

.infobox-active p
{
	position: absolute;
	top: 280px;
	left: 0;
	padding: 30px;
	font-size: 18px;
	line-height: 24px;
	color: #6c6d70;
	/* font-family: robotoregular; */
}

.infobox-active-play
{
	position: relative;
	margin-top: 120px;
	text-align: center;
}

.infobox-logo
{
position: absolute;
left:0;
bottom:0;

	width: 100%;
	z-index: 1;
}


.infobox-active-logo img, .infobox-logo img
{
	border-radius: 0;
	width: 100%;
	height: auto;
}

.touchMeAnimation-1
{
	position: absolute;
	bottom: 180px;
	left:165px;
}

.touchMeAnimation-2
{
	position: absolute;
	margin-top: 70px;
	margin-left: 300px;
	cursor: pointer;
}

.touchMeAnimation-1 img, .touchMeAnimation-2 img
{
	width: 40px;
	height: auto;
}

.pekaText
{
	margin-top: 100px;
}

.infobox-active-close
{
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.infobox-image
{
	position:relative;
	float:left;
	height: 520px;
	width: 100%;
}

.infobox-image img, .infobox-logo img
{
	height: auto!important;
	width: 100%!important;
	border-radius: 20px;
}

.infobox-logo img
{
 border-radius: 0!important;
}

.infobox-language
{
	height: 50px;
	width: 100%;
}

.company-page p
{
	font-size: 12px;
}

.company-page .col
{
	padding: 4px;
}

.company-page h6
{
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
}

.company-page-container
{
	margin: 0 100px 0 100px;
	padding-top: 25px;
	background: #fff;
	/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.company-page-container img
{
	/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.company-page-container a
{
	text-decoration: none;
}

.rounded-corners
{
	border-radius: 20px;
}

.row-margin
{
	margin-top: 60px;
}

a:link {
    color: #010202;
}

a:visited {
    color: #010202;
}

a:hover {
    color: #010202;
}

a:active {
    color: #010202;
}

.col
{
	cursor: pointer;
}

.row
{
	margin-left: 70px;
	margin-right: 70px;
}

.col-md-2
{
	padding-left: 5px;
	padding-right: 5px;
}

.container-fluid
{
	/* margin-top: 100px; */
	padding-right: 0;
    padding-left: 0;
	height: 100%;
}

.modal
{
	padding: 0;
	/* height: auto; */
	width: 100%;
	overflow-y: hidden!important;
}

.modal
{
	margin-bottom: 20px;
	padding: 0!important;
	border: none;
}

.closeVideo
{
	position: absolute;
	top: 15px;
	right: 0px;
	cursor: pointer;
}

.aktiveraModalStartsida
{
	cursor: pointer!important;
}

.modal-dialog
{
  max-width: 75%;
  width: 75%;
  height: 100%;
  padding: 0;
  border: none!important;
}

.modal-content, .modal-content-start
{
  height: auto;
  border-radius: 0;
  width: 100%;
  background-color: #000;
  border: none!important;
}

.modal-content video, .modal-content-start video
{
	display: block;
	width: 100%;
	height: auto;
	border: none!important;
	border: 2px solid #000!important;
}

.modal-body video
{
	border: 2px solid #000!important;
}

.modal-header
{
	background-color: #000;
	border: none;
	padding: 0 0 10px 0!important;
}

.closeModal
{
	cursor: pointer!important;
}

.modal-header .close
{
	color: #fff;
}

.modal-header h4
{
	color: #fff;
}

.modal-backdrop
{
    opacity:1 !important;
}

.close
{
	color: #fff!important;
	opacity: 1;
}

button img:hover
{
	background-color:rgba(0,0,0,1.0);
	
}
	
