@font-face {
    font-family: 'FFDinWeb';
    src: url('../Fonts/FFDinWebRegular/font.eot');
    src: url('../Fonts/FFDinWebRegular/font.eot?#iefix') format('embedded-opentype'),
    url('../Fonts/FFDinWebRegular/font.woff') format('woff'),
    url('../Fonts/FFDinWebRegular/font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal; 
}

@font-face {
    font-family: 'FFDinWeb';
    src: url('../Fonts/FFDinWebMedium/font.eot');
    src: url('../Fonts/FFDinWebMedium/font.eot?#iefix') format('embedded-opentype'),
    url('../Fonts/FFDinWebMedium/font.woff') format('woff'),
    url('../Fonts/FFDinWebMedium/font.ttf') format('truetype');
    font-weight: bold;
    font-style: normal; 
}

@font-face {
    font-family: 'FFDinWeb';
    src: url('../Fonts/FFDinWebBoldItalic/font.eot');
    src: url('../Fonts/FFDinWebBoldItalic/font.eot?#iefix') format('embedded-opentype'),
    url('../Fonts/FFDinWebBoldItalic/font.woff') format('woff'),
    url('../Fonts/FFDinWebBoldItalic/font.ttf') format('truetype');
    font-weight: bold;
    font-style: italic; 
}

@font-face {
    font-family: 'FFDinWeb';
    src: url('../Fonts/FFDinWebRegularItalic/font.eot');
    src: url('../Fonts/FFDinWebRegularItalic/font.eot?#iefix') format('embedded-opentype'),
    url('../Fonts/FFDinWebRegularItalic/font.woff') format('woff'),
    url('../Fonts/FFDinWebRegularItalic/font.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

* {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-family: FFDINWeb, Arial;
}

a {
    color: #b1b3b4;
    text-decoration: none;
} 

a:hover {
    color: #E2001A;
}
p {
    margin-bottom: 15px;
}
.table {
    width: 100%;
    color: #3d3c3f;
}

.th {
    font-weight: bold;
}

.th a {
    font-weight: bold;
}

.tblRow {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.tblCell {
    box-sizing: border-box;
    padding: 7px 10px;
    flex-shrink: 0;
    flex-grow: 0;
    align-self: center;
}

.tblRow:first-of-type:hover {
	background-color: transparent;
	color: #666;
}

.rwd {
    display: none;
}

/* Attendeelist Sorting */

.sorting {
    padding: 10px;
}

.sorting ul {
    margin-top: 10px;
    list-style: none;
    display: flex;
    flex-direction: row;
}

.sorting ul li {
    margin-right: 10px;
}

.sorting ul li:after {
    content: '|';
    padding-left: 10px;
}

.sorting ul li:last-of-type:after {
    content: none;
    padding-left: 0;
}

.sorting ul a.act {
    font-weight: bold;
}

/* Attendeelist */

.attendee .tblCell:first-of-type {
    width: 40%;
}

.attendee .tblCell:last-of-type {
    width: 60%;
}

/* Presslist */

.presslist .tblCell {
    width: 33%;
}

/* Exhibitorlisting Filter */

ul.catFilter {
    display: flex;
    flex-direction: row;
    list-style: none;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

ul.catFilter li {
    width: 25%;
    box-sizing: border-box;
    border: 2px solid #fff;
    padding: 10px;
    background-color: #ddd;
    cursor: pointer;
}

ul.catFilter li.act,
ul.catFilter li:hover {
    background-color: #E2001A;
    color: #fff;
}


/* Exhibitorlisting */

.xlsExport {
	margin-left: 10px;
	background: url('http://widgets.isc-group.com/auftritt/module/exhibitorlisting/img/excel001.png') no-repeat left center;
	text-indent: 20px;
	line-height: 30px;
}

.status {
    width: 80px;
    justify-content: center;
}

.logo {
    width: 150px;
    text-align: center;
}

.logo img {
    max-width: 90%;
    height: auto;
    max-height: 100px;
}

.country {
    width: 100px;
}

.booth {
    width: 85px;
}

.hiddenContent {
    height: 0;
    overflow: hidden;
	width: 0;
}

.hiddenContent.act {
    height: auto;
    padding-bottom: 30px;
	width: auto;
}

.content {
    max-width: 1200px;
    flex-shrink: 1; 
    flex-grow: 1;
}

.content .head {
    display: flex;
    flex-direction: row;
    height: 100px;
}

.content .companyname {
    margin-right: 30px;
}

.companyname a {
	color: #3d3c3f;
}

.companyname a:hover {
	color: #E2001A;
}

.content .companyname,
.content .toggleContent {
    align-self: center;
}

.toggleContent {
    padding: 5px 10px;
    background-color: #E2001A;
    border: 1px solid #E2001A;
    cursor: pointer;
    color: #fff;
}

.tblRow:hover .toggleContent {
    border-color: #fff;
}

.tblRow:hover .toggleContent:hover {
    border-color: #E2001A;
    background-color: #fff;
    color: #E2001A;
}

/* Virtualpressbox */

.virtualPressbox .tblCell.date {
    width: 140px;
}

.virtualPressbox .tblCell.company {
    width: 250px;
}

.virtualPressbox .tblCell.release {
    width: 100%;
    flex-shrink: 1;
}

.disclaimer {
    margin-top: 30px;
    font-weight: bold;
    padding: 0 10px;
}

.social {
	height: 39px;
	width: 39px;
	background-color: #3d3c3f;
	display: inline-block;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -1000px;
	background-size: 39px;
}

.social:hover {
	background-color: #E2001A;
}

.twitter {
	background-image: url('http://www.isc-hpc.com/files/isc_events/theme/images/icons/social/twitter_icon.png');
}

.facebook {
	background-image: url('http://www.isc-hpc.com/files/isc_events/theme/images/icons/social/fb_icon.png');
}

.linkedIn {
	background: #3d3c3f url('../Img/linkedin.svg') no-repeat center center;
	background-size: 26px;
}

.mail {
	background: #3d3c3f url('../Img/mail.svg') no-repeat center center;
	background-size: 24px;
	cursor: pointer;
}

/* Sponsorlisting */


ul.sponsorlisting,
ul.exhibitorlisting {
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

ul.sponsorlisting {
	margin-bottom: 40px;
}

ul.exhibitorlisting {
	flex-direction: column;
	align-items: flex-start;
}

ul.sponsorlisting li {
	width: 175px;
	text-align: center;
	margin-bottom: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
}

ul.exhibitorlisting li {
	padding-left: 10px;
	line-height: 25px;
}

ul.sponsorlisting li img {	
	height: auto;
	width: auto;
	max-height: 80px;
	max-width: 155px;
}

p.levelHeader {
    font-weight: normal;
	font-size: 22px;
    clear: both;
    text-transform: uppercase;
    margin: 30px 0 25px;
	padding-left: 10px;
	font-weight: bold;
}


.preview, .sourceCode {
	width: 600px;
	position: relative;
	margin: auto;
	
}

.preview {
	padding-bottom: 20px;
	border-bottom: 2px solid #EAEAEA;
}
.preview h1 {
	
	border-bottom: 2px solid #EAEAEA;
}
.preview h1, .sourceCode h1 {
	font-size: 30px;
	margin-top: 20px;
	text-align: center;
	padding-bottom: 20px;
}

.sourceCode textarea {
	width: 100%;
	height: 500px;
	font-size: 12px;
	font-family: Courier;
	box-sizing: border-box;
	padding: 5px;
	outline: none;
}

.sourceCode button {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #e2001a;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 50px;
	border: none;
	font-weight: bold;
	outline: none;
}




@media all and (max-device-width: 1200px){
    .tblRow {
        flex-wrap: wrap;
    }
    .table.exhibitors .tblCell.logo {
        width: 130px;
    }
    .table.exhibitors .tblCell.content {
        max-width: 470px;
    }
    .virtualPressbox .tblRow {
        flex-wrap: nowrap;
    }  
}

@media all and (max-device-width: 960px){
    
    .rwd {
        display: inline-block;
    }
       
    .table.attendee .tblRow:first-of-type,
    .table.exhibitors .tblRow:first-of-type {
        display: none;
    }
    
    .table.exhibitors .tblCell.logo {
        flex-direction: row;
        width: 60%;
        order: 1;
        text-align: left;
        max-width: 300px;
    }
    .table.exhibitors .tblCell.status {
        width: 40%;
        order: 2;
        text-align: right;
    }
    .table.exhibitors .tblCell.content {
        width: 100%;
        order: 3;
    }
    
    .table.exhibitors .tblCell.country {
        order: 4;
        width: 50%;
        text-align: left;
    }
    
    .table.exhibitors .tblCell.booth {
        order: 5;
        width: 50%;
        text-align: center;
    }
	
	.table.exhibitors .tblRow {
		padding: 30px 0;
	}
}

@media all and (max-device-width: 650px){
    
    .table.virtualPressbox .tblRow:first-of-type {
        display: none;
    }
    .virtualPressbox .tblRow {
        flex-wrap: wrap;
    }
    
    .virtualPressbox .tblCell.company,
    .virtualPressbox .tblCell.date {
        width: 50%;
    }
}

@media all and (max-device-width: 420px){
    
    .sorting ul,
    .table.attendee .tblRow {
        flex-direction: column;
    }
        
    .sorting ul li {
        margin-bottom: 5px;
    }
    
    .sorting ul li:after {
        content: none;
    }   
    
    .table.attendee .tblCell {
        width: 100%;
    }
        
    ul.catFilter li {
        width: 50%;
    }
    
}