/* --------------------------------------------------------------------------------	*/
/* Verwendete Farben															 	*/
/* --------------------------------------------------------------------------------	*/
/* ROT:			aus HM																*/
/* 				#DD0000 #B40035		
/* ROT mittel #aa0000 */
/* Rot Dunkel #910000 */
/* hell grau  #ececec*/
/* mittel grau #989899*/
/**/
/* ********************************************************************************	*/

@font-face {
    font-family: OpenSans-Regular;
    src: url('/fonts/OpenSans/Regular/OpenSans-Regular.ttf') format('truetype');
    src: url('/fonts/OpenSans/Regular/OpenSans-Regular.svg') format('svg');
    src: url('/fonts/OpenSans/Regular/OpenSans-Regular.woff') format('woff');
    src: url('/fonts/OpenSans/Regular/OpenSans-Regular.eot') format('embedded-opentype');
}
@font-face {
      font-family: OpenSans-Bold;
      src: url('/fonts/OpenSans/Bold/OpenSans-Bold.ttf') format('truetype');
      src: url('/fonts/OpenSans/Bold/OpenSans-Bold.svg') format('svg');
      src: url('/fonts/OpenSans/Bold/OpenSans-Bold.woff') format('woff');
      src: url('/fonts/OpenSans/Bold/OpenSans-Bold.eot') format('embedded-opentype');
    }

html    {
    background-color: #ececec;
    color: #333333;
    font-family: OpenSans-Regular, Arial, sans-serif;
}
body {
    font-family: OpenSans-Regular, Arial, sans-serif;
}
* {
    border-radius: 0px !important;
}
header, header.fixed {
    background-color: #dd0000;
    background-image: none;
    color: #e85252;
    border: none;
    overflow: visible;
    padding: 0;
    min-height: 120px;
    height: 120px;
}

.headerWrapper, .fixed#headerWrapper {
    background:  #FFFFFF;
    height: 220px;
    padding-top: 50px;
}
header.fixed {
   min-height: inherit;
}
.fixed#headerWrapper {
    height: 150px;
}

.banner
{ 
    height: auto; 
}

.banner.nav
{ 
    width: inherit; 
    margin-top: 50px;
    background-color: transparent;
    margin-left: -200px;
}
   
#nav
{
    background-color: transparent;
    z-index: 90;
}

nav, nav.fixed #nav.fixed{
    background-color: transparent;
	position: relative;
	margin: 0;
	z-index: 90;
    font-size: 1em;
    color: #ffffff;
}

nav ul, nav.fixed ul { 
    text-align: left; 
    font-size: 1em;
    margin: 0;
    margin-left:auto;
    margin-right: auto;
    display: table;

}

nav ul li { 
    list-style: none; 
}
nav ul > li, nav.fixed  ul > li{ 
	float: left;
    font-size: 1em;
    font-weight: 400;
	height: 2em;
    line-height: 1.2;
	margin: 0 0 0 0;
    width: auto;
    color: #FFFFFF; 
    text-transform: none;
    font-family: "OpenSans-Bold", Arial, sans-serif;
    -webkit-box-shadow: none;
    box-shadow: none;
}
nav.fixed  ul > li a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
nav ul > li:nth-of-type(6) { border-right: none; }

.size10 {
    transform: scale(1,1);
    color: #FFFFFF;
}
	nav ul > li > a, nav.fixed ul > li > a, nav.fixed ul > li > p {
        padding: 20px;
        width: 100%;
        display: table-cell;
        vertical-align: middle;
        height: 2em;
        padding: 0 1em 0 1em;
        margin: 0;
        font-family: "OpenSans-Bold", Arial, sans-serif;
        color: #FFFFFF;
        font-weight: bold;
	}

    nav.fixed ul > li > a, nav ul > li > strong, nav.fixed ul > li > p {
        font-weight: bold;
	height: inherit;
	width: inherit;
    font-size: inherit;
    padding: 10px 1em 0 1em;
    display: table-cell;
    vertical-align: middle;

    }

nav a.txbbasis:link		                    { color: #FFFFFF; }
nav a.txbbasis:hover		                { color: #FFFFFF; text-decoration: underline;}
nav a.txwhite                               { color: #FFFFFF; }

li.NavHome, li.NavKatalog, li.NavInformation, li.NavMyB2fair, li.NavAnmeldung, li.NavBecomeAPartner {
    background-color: transparent;
    box-shadow: none;
    color: #dd0000;
}
.mainNav a.txhmittel, .mainNav a.txhdunkel, .mainNav a.txhhell, .mainNav a.txbdunkel, .mainNav a.txbmittel, .mainNav a.txbhell,
    .mainNav.fixed a.txhmittel, .mainNav.fixed a.txhdunkel, .mainNav.fixed a.txhhell, .mainNav.fixed a.txbdunkel, 
        .mainNav.fixed a.txbmittel, .mainNav.fixed a.txbhell {
    color: #FFFFFF;
}
.mainNav a.txhmittel:hover, .mainNav a.txhdunkel:hover, .mainNav a.txhhell:hover, .mainNav a.txbdunkel:hover, .mainNav a.txbmittel:hover, .mainNav a.txbhell:hover,
    .mainNav.fixed a.txhmittel:hover, .mainNav.fixed a.txhdunkel:hover, .mainNav.fixed a.txhhell:hover, 
    .mainNav.fixed a.txbdunkel:hover, .mainNav.fixed a.txbmittel:hover, .mainNav.fixed a.txbhell:hover {
    color: #FFFFFF;
    __border-bottom: solid 2px #FFFFFF;
}

nav ul a:link 				            { text-decoration: none; }

nav ul > li a:hover {
    background-color : transparent; 
    border-bottom: solid 2px #FFFFFF;
}
.logoEvent img{
    padding-left: 10px;
}
header.fixed .logo       		{ float: left; width: inherit; }

.logoB2fair {
	text-align: right;
    margin-top: -90px;
    margin-right: 10px;
    width: auto;
}
    .logoB2fair img {
        height: auto;
        width: 55%;
    }

    .bannerText h1{
	text-shadow: none;
}

.bannerText, header.fixed .bannerText {
    bottom: auto !important;
    display: block;
    top: 10px;
    margin-left: 150px;
    text-align: center;
}
header.fixed .bannerText  {
    top: 5px;
    margin-left: 0px;
}
.bannerText h1, header.fixed .bannerText h1 {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
}
.bannerText p, header.fixed .bannerText p{
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
}
.socials {
    display: none; 
}
.banner.right
{
    margin-top: 0px;
    height: 10px;
}

.language {
        top: -150px;
}

.language span a {
    color: #999999;
}	


/* links */
a   {
    color: #dd0000;
    text-decoration: none;
}
.language span a:hover
{ 
    color: #910000; 
}

.language.fixed span a:hover
{ 
    color: #910000; 
}
	
.box h2 {
    background-color: #DD0000;
    border: solid 1px #DD0000;
}
.Required { 
	color: #DD0000; 
}
#navAside ul > li:hover { 
	background-color: #910000; color: #FFFFFF; 
}
.bgrbasis {
	background-color: #dd0000; 
}
.txrbasis {
	color: #DD0000; 
}
h4.flexsliderStatistic  {
    background-color: #DD0000;
    border: solid 1px #DD0000;
    background-image: none;
}
.bmNew {
    color: #DD0000;
}
div.bmSMSTextDialog a {
    color: #DD0000;
}
a.bmButton:hover {
        background-color: #dd0000;
}
.field-validation-error     { color: #DD0000; }

    td.editor-label-Required {
        color: #DD0000;
    }


a.LinkInListe:hover{
    background-color: #DD0000; 
}

.footerCC {
	position: relative;
	background-color: #dd0000;
	background-image: none;
	color: #ffffff;
	padding: 10px;
	font-size: 0.8125em;
}

.rslidesBox, .organiser, .support, .contact{
    background-color: #ffffff;
    border: none;
}

article.box {
    border: none;
}

div.currentLogin {
    margin-top: -50px;
}
.pageWrapper {
    margin-top: 15px;
}
.ui-tabs {
    padding: 0;
    margin-top: 10px;
}
.ui-tabs-nav {
    background-color: #dd0000;
    margin: 0;
    padding: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    background-color: #dd0000;
    border: none;
    color: #ffffff;
}
.ui-widget-header {
    background-color: #910000;
    border: solid 2px #910000;
}

.ui-state-default.ui-state-active {
    background-color: #aa0000;
    border: none;
    color: #ffffff;
}

.ui-state-default a, .ui-state-default a:link {
    color: #ffffff !important;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate
{
    color: #FFFFFF !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .fg-button
{
    color: #FFFFFF !important;
}

@media only screen and ( max-width: 1024px ) {
    .headerWrapper {
        padding-top: 25px;
    }
    header.fixed {
       margin-top: 0px;
    }

    .banner.left.nav {
        width: 100%;
    }
    .banner.nav { 
        margin-top: -50px;
        margin-left: 20px;
    }

    .language {
        top: -130px;
        right: 20px;
    }
    header.fixed .logoB2fair {
	    text-align: right;
        margin-top: -90px;
    }
    header.fixed .language {
        top: -25px;
        right: 10px;
    }
    nav.fixed ul > li a {
        font-size: 0.925em;
    }

}
@media only screen and ( max-width: 800px ) {
    #nav { 
        top: 45px;
    }
    header.fixed #nav {
        top: 50px;
        left: 160px;
    }
    nav.fixed ul {
        top: 50px;
    }
    nav.fixed ul > li a {
        font-size: 0.85em;
    }
    .logoB2fair {
        margin-top: 0;
    }
    .logoB2fair img{
        width: 80%;
    }
    header.fixed .logoB2fair {
        margin-top: -20px;
    }
    header.fixed .logoB2fair img{
        width: 70%;
    }

    .bannerText {
       top: 0;
       margin-left: 0px;
    }
    /*
    .box h1, .box h2, .box h3, .box h4, .box h5, .organiser h3, .support h3, .contact h3 {
        font-size: 1.1em;
        line-height: 1.3;
    }
        */
}

@media only screen and (max-width: 640px) {
    .headerWrapper, .fixed#headerWrapper {
        height: 100px;
        padding-top: 0px;
    }

    #nav {
        top: -10px;
        left: -50px;
    }

    header.fixed #nav {
        top: 60px;
        left: 0px;
    }

    nav ul > li a, header.fixed nav ul > li a {
        font-size: 0.80em;
    }

    .bannerText {
        font-size: 0.5em;
    }

    .logoB2fair {
        margin-top: 20px;
    }

    header.fixed .logoB2fair {
        margin-top: 5px;
    }

    header.fixed .logo img {
        width: 70%;
        margin-top: 5px;
    }

    .logoB2fair img {
        width: 100%;
    }
}

    @media only screen and (max-width: 480px) {
        #clock {
            display: none;
        }

        .footerCC {
            font-size: 0.75em;
        }

        nav.fixed {
            left: 0;
            top: 10px;
        }

            nav.fixed ul > li {
                font-size: 0.875em;
            }
            nav ul > li a {
                font-size: 0.65em;
            }


        header.fixed .language {
            top: 0px;
        }

        header.fixed nav ul > li {
            border: none;
        }
    .box h1, .box h2, .box h3, .box h4, .box h5, .organiser h3, .support h3, .contact h3 {
        font-size: 1.1em;
        line-height: 1.3;
    }
    }

    @media only screen and (max-width: 360px) {
        .bannerText {
            margin-top: 0px;
        }

        header.fixed .bannerText {
            margin-left: 10px;
        }

            .bannerText h1, .bannerText p, header.fixed .bannerText h1, header.fixed .bannerText p {
                font-size: 10px;
            }

            header.fixed .bannerText h1 {
                display: none;
            }

        nav ul {
            text-align: center;
        }

            nav ul > li, header.fixed nav ul > li {
                margin: 0 0 0 0;
                max-width: 33%;
                width: 33%;
                border-right: none;
                height: 20px;
                max-height: 100%;
                padding: 2px;
                text-align: center;
            }

                nav ul > li:nth-of-type(1), header.fixed nav ul > li:nth-of-type(1) {
                    border-bottom: solid 1px #d9dadc;
                }

                nav ul > li:nth-of-type(2), header.fixed nav ul > li:nth-of-type(2) {
                    border-bottom: solid 1px #d9dadc;
                }

                nav ul > li:nth-of-type(3), header.fixed nav ul > li:nth-of-type(3) {
                    border-bottom: solid 1px #d9dadc;
                }

                nav ul > li > a {
                    font-size: 0.55em;
                    display: inline-block;
                }

        header.fixed nav ul > li {
            line-height: 1;
        }

            header.fixed nav ul > li a {
                font-size: 0.70em;
                padding-top: 0;
                padding-bottom: 0;
            }

        header.fixed .logoB2fair {
            float: right;
        }

        .logoB2fair img {
            width: 80%;
        }

        header.fixed .logoB2fair img {
            width: 90%;
        }

        aside {
            font-size: 0.5em;
        }

        .rslidesBox h3 {
            font-size: 1em;
        }
            .footerCC {
	    font-size: 0.6em;
    }

    }
