/**************************************/
/* sc-navigation.css                  */
/* Oliver Eberhagen - 2016-07-10      */
/**************************************/


/**************************************/
/* Header Navigation                  */
/**************************************/


#top-navi {
	/* Oliver 2016-09-15 */
	height: 175px;
	background: #0069b3;
	position: absolute;
	width: 100%;
	top:0;
}

.navbar {
	margin-bottom: 0px!important;
	border: 0;
}
#top-navi .navbar-header {
    width: 100%;
	min-height: 100px;
}
.navbar-brand {
	background-size: auto 30px;
	margin-top: 20px;
	margin-right: 40px;
	padding: 10px 40px 10px 0;
}
.navbar-brand.de {
	background: url(../gfx/logos/schmidt-clemens-white-GER-500px.png) no-repeat scroll left top;
}
.navbar-brand.com {
	background: url(../gfx/logos/schmidt-clemens-white-ENG-33px.png) no-repeat scroll left top;
}


.navbar-brand img {
	width: 320px;
}

body[lang="de"] #top-navi .navbar-brand-img {
	width: 378px;
	height: 33px;
	background-image: url("/typo3conf/ext/cmag_website/Resources/Public/gfx/logos/schmidt-clemens-white-GER-500px.png");
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position:center;
	background-repeat: no-repeat;
}
body[lang="en"] #top-navi .navbar-brand-img {
	width: 357px;
	height: 33px;
	background-image: url("/typo3conf/ext/cmag_website/Resources/Public/gfx/logos/schmidt-clemens-white-ENG-500px.png");
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position:center;
	background-repeat: no-repeat;
}

html[lang="en-GB"] #top-navi .navbar-brand-img {
	width: 357px;
	height: 33px;
	background-image: url("/typo3conf/ext/cmag_website/Resources/Public/gfx/logos/schmidt-clemens-white-ENG-500px.png");
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position:center;
	background-repeat: no-repeat;
}


.navbar-logo {
	/*border-right: 1px solid #dfe6ea;*/
	float: right;
	margin-top: 20px;
	margin-right: 15px;
    padding-bottom: 10px;
}
.navbar-logo img {
	width: 65px;
}
#top-navi .navbar-logo-img {
	height: 62px;
	width: 65px;
	background-image: url("/typo3conf/ext/cmag_website/Resources/Public/gfx/schmidt-clemens-logo-117px.png");
	-webkit-background-size: cover;
	background-size: cover;
}




/*Handy Menü*/
ul.nav.navbar-nav li {
	margin-right: 40px;
	border-top: 2px solid #0069b3!important;
}
ul.nav.navbar-nav li.last {
/*margin-right: 0px!important;*/

}
ul.nav.navbar-nav li a {
	font-family: Calibri, Arial, sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 0 0 0;
	display: block;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: font 0.3s ease

}
ul.nav.navbar-nav li a:focus,
ul.nav.navbar-nav li a:hover,
ul.nav.navbar-nav li a:active {
	/*font-size: 19px;*/
	color: #c9d8e7; /* S+C-Blue 50 Percent */

	letter-spacing: 0px;
}

ul.nav.navbar-nav li.active,
ul.nav.navbar-nav li:hover {
	border-top: 2px solid #fff!important;
}
/*
ul.nav.navbar-nav li.active a{
	text-decoration: underline;
}
*/
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:active,
.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
	color: #fff;
}


.navbar-default .secondary-navigation .language-bar img{
	padding-bottom: 5px;
}

/*Handy Menü*/
.navbar-collapse {
	background: #0069b3!important;
	border: none!important;
}
.navbar-toggle {
	background-color: rgba(0, 0, 0, 0);
	margin-right: 30px;
	margin-top: 30px;
}










/**************************************/
/*Sticky Navigation                   */
/**************************************/
#sticky-navi {
	height: 72px;
	background: #0069b3;
}

#sticky-navi .navbar-header {
	width: 100%;
}

#sticky-navi.container {
	padding-top: 0!important;
}

#sticky-navi .navbar-nav {
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    /*margin-top: -10px;*/
}
#sticky-navi .navbar-brand {
	/*border-right: 1px solid #dfe6ea;*/
	margin-top: 10px!important;
	margin-right: 40px;
	padding: 5px 40px 5px 0 !important;
}
#sticky-navi .navbar-logo {
	/*border-right: 1px solid #dfe6ea;*/
	float: right;
	margin-top: 20px;
	margin-right: 15px;
    padding-bottom: 10px;
}

#sticky-navi .navbar-logo img {
	width: 60px;
}
#sticky-nav-wrapper {
	display: none;
	background: #0069b3;
	z-index: 990;
	position: fixed;
	top: 0;
	width: 100%;
	height: auto;
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.6);
	border-bottom: 1px solid #f7f7f7;
	opacity: 0.9;
}


#sticky-navi ul.nav.navbar-nav li a {
	padding: 20px 0 0 0;
}

a:focus{
	outline: 0 !important;
}


body[lang="de"] #sticky-nav-wrapper .navbar-brand-img {

	width: 378px;
	height: 33px;
	background-image: url("/typo3conf/ext/cmag_website/Resources/Public/gfx/logos/schmidt-clemens-white-GER-500px.png");
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position:center;
	background-repeat: no-repeat;
}

body[lang="en"] #sticky-nav-wrapper .navbar-brand-img {

	width: 357px;
	height: 33px;
	background-image: url("/typo3conf/ext/cmag_website/Resources/Public/gfx/logos/schmidt-clemens-ENG-33px.png");
	-webkit-background-size: cover;
	background-size: cover;
}

html[lang="en-GB"]  #sticky-nav-wrapper .navbar-brand-img {
	width: 357px;
	height: 33px;
	background-image: url("/typo3conf/ext/cmag_website/Resources/Public/gfx/logos/schmidt-clemens-white-ENG-500px.png");
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position:center;
	background-repeat: no-repeat;
}

#sticky-nav-wrapper .navbar-logo-img {
	height: 62px;
	width: 65px;
	background-image: url("/typo3conf/ext/cmag_website/Resources/Public/gfx/schmidt-clemens-logo-117px.png");
	-webkit-background-size: cover;
	background-size: cover;
}





/**************************************/
/*Anchor Navigation                   */
/**************************************/

.anchor-navi {
	background: #fff;
}

.anchor-navi ul {
	margin: 0 auto;
	height: auto;
	padding: 0;
	display: inline-block;
	margin-top: 8px;
	margin-bottom: 3px;
	overflow: hidden;
}
.anchor-navi ul li {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0;
}
.anchor-navi ul li a {
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-family: Calibri, Arial, sans-serif;
	font-weight: 700;
	font-size: 15px;
	padding: 5px 20px 5px 20px;
	display: block;
	color: #4679ae; /* S+C-Blue 90 Percent */
	outline: 0!important;
	border-radius: 0!important;
	border: 0!important;
	margin-right: 0!important;
}
.anchor-navi ul li {
	background: none;
}
.anchor-navi ul li a:hover {
	text-decoration: underline;
}
.anchor-navi ul li.last {
	border-right: 0;
}
.navbar-right li {
	margin-right: 25px!important;
}


/**************************************/
/*Sonstiges                           */
/**************************************/

a.navigationSeparator {
	position: absolute;
/*	top:-120px;
	top:-158px;*/
	top:-246px;
}

.navigationList-list-item .separator {display:none;}



/**************************************/
/*Secondary Navigation                */
/**************************************/

.navbar .secondary-navigation a{
	font-size: 14px;

}
.navbar .secondary-navigation {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.8;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-bottom: 1px solid #f3f3f3;
    display: table;
    font-size: 14px;
    padding: 5px 0;
    width: 100%;
}
.navbar .secondary-navigation a {
    color: #fff;
    margin-left: 10px;
}
.navbar .secondary-navigation a:hover {
    color: #a4bde3;
}
.navbar .secondary-navigation a.promoted {
    color: #fff;
	font-size: 16px;

}
.navbar .secondary-navigation a.promoted:hover {
    color: #a4bde3;
}

.navbar .it_support {
	border-right: 1px #ffff solid;
	padding-right: 10px;
}




.navbar .secondary-navigation .contact {
    float: left;
}
.navbar .secondary-navigation .contact figure {
	font-family: Calibri, Arial, sans-serif;
	font-weight: 500;
	color: #fff;
    margin-right: 10px;
}
.navbar .secondary-navigation .contact figure strong {
	font-weight: 700;
    margin-right: 5px;
}
.navbar .secondary-navigation .user-area {
    float: right;
}
.navbar .secondary-navigation .user-area .actions {
    float: left;
}
.navbar .secondary-navigation .user-area .language-bar {
    float: right;
}
.navbar .secondary-navigation figure {
    display: inline-block;
}
#anchor-spy{
	z-index: 99999;
	width: 100%;
	bottom: 0;
}
.container_100{
	width: 100%;
	bottom: 0;
	padding: 0;
}
.anchor-white{
	width: 100%;
}
.anchor-buffer{
	height: 60px;
	margin-bottom: 25px;
}
