/*
 Theme Name:   BootstrapWP Child
 Theme URI:    
 Description:  Bootstrap Child Theme
 Author:       Joseph Petzold
 Author URI:   
 Template:     bootstrapwp
 Version:      0.1
 Tags:         responsive-layout
 Text Domain:  bootstrapwp-child
*/

@import url("../bootstrapwp/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/*--------------------
   Generelle Styles
--------------------*/

p {
	line-height: 1.4;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: lighter;
	margin: 0;
}

a {
	color: #1f1f2e;
	text-decoration: underline;
}

a:hover {
	color: #1f1f2e;
}

a:focus {
	outline: none;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* Modern Flexbox */
.d-flex {
	display: flex !important;
}

.flex-column {
	flex-direction: column;
}

.justify-content-between {
	justify-content: space-between;
}

.align-self-center {
	align-self: center;
}

.align-self-end {
	align-self: flex-end;
}

/* Clears */
.cb {
	clear: both;
}

.no-margin {
	margin: 0 !important;
}

.margin-top{
	margin-top: 1.25rem;
}

.margin-bottom {
	margin-bottom: 1.25rem !important;
}

.margin-left {
	margin-left: 2.564102564102564% !important;
}

.my-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.my-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.text-center {
	text-align: center;
}

@media only screen and (max-width: 1024px) {

	.lg-break {
		display: none;
	}
}

@media only screen and (min-width: 1025px) {

	.md-break {
		display: none;
	}
}

/*----------
   Login
----------*/

nav.language-changer ul {
	float: right;
}

nav.language-changer li {
	float: left;
	list-style-type: none;
	margin-left: 5px;
}

.page-template-page-login-php {
	background: #fff;
	/*background-image: url("/wp-content/uploads/2014/08/bg-login.jpg");*/
	background-position: 50% 0;
	background-repeat: no-repeat;
	/*background-size: cover;*/
}


.page-template-page-login-php .navbar-inner, .page-template-page-login_en-php .navbar-inner, .page-template-page-login_fr-php .navbar-inner, .page-template-page-login_es-php .navbar-inner, .page-template-page-login_nl-php .navbar-inner {
	display: none;
}

.box-inner-wrapper {
	max-width: 740px;
	background: rgba(255,255,255,0.8);
	margin: 0 auto;
}

.login-form input[type=text], .login-form input[type=password] {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 35px;
}

.login-form input[type=submit] {
	background-color: #1a1a1a;
	padding: 5px;
	border: 0;
	color: white;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 35px;
}

.logo {
	margin: 1.5rem 0;
}

.white-bg {	
	background: rgba(255,255,255,0.8);
}

.welcome-box {
	font-size: 18px;
	background: rgba(255,255,255,0.8);
}

.back-button {
	display: block;
	float: left;
	width: 100%;
	background: rgba(255,255,255,.6);
	box-sizing: border-box;
	padding: 10px 20px;
	margin-top: 1rem;
}

.card {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 40px rgb(0 0 0 / 16%);
}

form {
    margin: 0 0 5px;
}

.btn-login {
    display: block;
    background-color: #C4E2CD;
    animation: login 8s ease-out infinite alternate;
    color: #4A4A4A;
    text-align: center;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 2.5rem;
    margin: 10px 0;
    transition: all 0.5s ease;
}

@keyframes login {
  0% {
    background-color: #C4D4EB;
  }

  33% {
    background-color: #C4E2CD;
  }
  66% {
    background-color: #FCEEB3;
  }
  100% {
    background-color: #DEB4D5;
  }
}

.btn-login:hover {
    background-color: #4A4A4A;
    text-decoration: none;
    transition: all 0.5s ease-out;
}

/*----------
   Menue
----------*/

/* hide login button in menue and feedback button */

.logout-btn,
.feedback-btn {
	display: none !important;
}


.navbar {
	max-width: initial;
	font-size: 1.25rem;
}

.navbar .brand {
	padding: 10px 10px 10px 20px;
}

.navbar-inverse .navbar-inner {
	background-color: #fff !important;
	background-image: none !important;
	box-shadow: none;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	color: #1F1F2E;
	text-shadow: none;
}

.navbar-inverse .nav > li > a:hover {
	background-color: #bcbcbc;
	color: #1F1F2E;
}

.navbar-inverse .nav > li > a:focus {
	color: #1f1f2e;
}

.current-page-ancestor, .current-menu-ancestor, .current-menu-parent, .current-page-parent, .current_page_parent, .current_page_ancestor, .menu-item-has-children, .dropdown, .current-menu-item {
	color: #20989D;
}

.navbar .nav > li:first-child > a {
	height: 30px;
	width: 65px;
	background: url("/no4711_de/wp-content/uploads/2015/05/m-w-logo.png") 50% 50% no-repeat;
	padding: 13px 10px 12px 0;
}

.navbar .nav > li:first-child > a:hover {
	height: 30px;
	width: 65px;
	background: url("/no4711_de/wp-content/uploads/2015/05/m-w-logo.png") 50% 50% no-repeat #bcbcbc;
	padding: 13px 10px 12px 0;
}

.navbar .nav > li > a {
	padding: 18px 10px 17px;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
	color: #1F1F2E;
	background-color: #bcbcbc;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown > a:hover .caret {
	border-top-color: #1F1F2E;
	border-bottom-color: #1F1F2E;
}

.navbar .nav > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu:after {
	border-bottom: none;
}

.navbar .nav > li:nth-child(5) > a:hover, .navbar .nav > li:nth-child(6) > a:hover, .navbar .nav > li:nth-child(7) > a:hover, .navbar .nav > li:nth-child(8) > a:hover, .navbar .nav > li:nth-child(9) > a:hover {
	background: transparent;
}

.navbar .nav > li:nth-child(5) > a, .navbar .nav > li:nth-child(6) > a, .navbar .nav > li:nth-child(7) > a, .navbar .nav > li:nth-child(8) > a, .navbar .nav > li:nth-child(9) > a {
	padding: 16px 10px 17px;
}

.navbar .nav > li:nth-child(5) {
	margin-left: 480px;
}

.dropdown-menu {
	background-color: #bcbcbc;
	padding: 0;
	border: 0;
	border-radius: 0 !important;
	box-shadow: none;
	margin: 0;
}

.dropdown-menu > li > a {
	padding: 11px;
}

.dropdown-menu > li > a:hover {
	background: #58585a;	
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a {
	background-color: #58585a;
	background-image: none;
}

.dropdown-submenu > a:after {
	border-left-color: #1F1F2E;
	margin-right: -5px;
}

.breadcrumb {
	display: block;
	float: left;
	background-color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	padding: 0;
	/*border-top: 1px solid #20989D;
	border-bottom: 1px solid #20989D;*/
	border-radius: 0;
	margin: 20px 0 30px;
}

.breadcrumb > .active {
	color: #1F1F2E;
}

.breadcrumb li {
	text-shadow: 0;
}

.breadcrumb > li > .divider {
	color: #1f1f2e;
}

.breadcrumb > li > .divider:after {
	content: "/";
}

.breadcrumb > li:nth-of-type(2) > .divider {
	display: none;
}



.close-btn {
	float: right;
	height: 1rem;
	width: 1rem;
	color: #000;
	font-size: 2rem;
	text-decoration: none;
	padding: 14px 18px 18px 14px;
	border: 1px solid #000;
	border-radius: 40px;
	z-index: 999;
}

a.close-btn:hover {
	text-decoration: none;
}

a.logout-btn {
	float: right;
	color: #1F1F2E;
	text-decoration: none;
	padding: 18px 0 17px;
}

/*----------
   Content
----------*/

.content {
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

[class*="span"] {
	margin: 0;
}

.page-title {
	display: none;
}

.row {
	margin-left: 0;
}

.image-box {
	position: relative;
	overflow: hidden;
}

/* Rework Page */
@media (min-width: 1200px) {
	.page-id-2820 .container,
	.page-id-2820 .navbar-static-top .container,
	.page-id-2820 .navbar-fixed-top .container,
	.page-id-2820 .navbar-relative-top .container,
	.page-id-2820 .navbar-fixed-bottom .container,
	.page-id-2730 .container,
	.page-id-2730 .navbar-static-top .container,
	.page-id-2730 .navbar-fixed-top .container,
	.page-id-2730 .navbar-relative-top .container,
	.page-id-2730 .navbar-fixed-bottom .container {
		width: 1400px;
	}
}

.text-rework {
	margin: 160px 0;
	font-size: 20px;
	font-weight:lighter;
	line-height: 1.5;
}

.text-rework p {
	margin-bottom: 2rem;
}

.btn-fragrance-knowledge {
	display: block;
	background-color: #2E9CE5;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.16);
	margin: 60px 0;
}
.btn-fragrance-knowledge:hover {
	color: #fff;
	text-decoration: none;
}

/* Sub-Menus */

.header-box-prestige {
	background: #1a1a1a;
	color: #fff;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: normal;
	text-align: center;
	padding: 30px 20px;
	margin: 0 0 1.25rem 0;
}

a .header-box-prestige {
	color: #fff;
}

a:hover > .header-box-prestige {
	text-decoration: none;
}

.header-box-4711 {
	background: #20989D;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: normal;
	text-align: center;
	padding: 30px 20px;
	margin: 0 0 1.25rem 0;
}

a .header-box-4711 {
	color: #fff;
}

a:hover > .header-box-4711 {
	text-decoration: none;
}

.header-box-beauty {
	background: #3e3b39;
	color: #fff;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: normal;
	text-align: center;
	padding: 30px 20px;
	margin: 0 0 1.25rem 0;
}

a .header-box-beauty {
	color: #fff;
}

a:hover > .header-box-beauty {
	text-decoration: none;
}

.ribbon-new {
	position: absolute;
	top: 7px;
	left: -45px;
	width: 150px;
	background: rgba(255,255,255,.9);
	color: #3c3c3b;
	font-size: 20px;
	font-size: 1.25rem;
	text-align: center;
	padding: 5px;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.ribbon-soon {
	position: absolute;
	top: 20px;
	left: -45px;
	width: 200px;
	background: rgba(255,255,255,.9);
	color: #3c3c3b;
	font-size: 20px;
	font-size: 1.25rem;
	text-align: center;
	padding: 5px;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.news {
	font-size: 18px;
	font-size: 1.25rem;
	margin-top: 1rem;
	margin-left: 0 !important;
}

.news-button-prestige {
	clear: left;
	float: left;
	width: 150px;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	margin-right: 1rem;
}

.news-button-4711 {
	clear: left;
	float: left;
	width: 150px;
	background: #20989D;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	margin-right: 1rem;
}

.news-button-beauty {
	clear: left;
	float: left;
	width: 150px;
	background: #3e3b39;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	margin-right: 1rem;
}

.news-text {
	float: left;
	margin: 5px 0 1rem;
}

.well {
	display: none;
}

/* --- Footer ---*/

.mlp_quicklinks.br, .mlp_quicklinks.tr {
	display: none;
}

.widget ul {
	float: right;
}

.mlp_language_box ul li {
	float: right;
	margin: 0 0 0 5px !important;
}

.widget ul > li > a {
	padding: 0 !important;
	margin: 0 !important;
}

.widget ul > li > a:hover {
	background: transparent;
}


/*-------------
  Plugins
-------------*/

/* Modal / Lightbox */

.modal {
	border-radius: 0;
	font-size: 16px;
	font-size: 1rem;
}

.modal-body {
	max-height: 400px;
}

/* Ninja-Forms */

.feedback-btn {
	display: block;
	position: fixed;
	top: 20%;
	right: -27px;
	background: rgb(64, 64, 64);
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	padding: 10px 10px 12px 12px;
}

.feedback-btn:hover {
	right: -24px;
	color: #fff;
	text-decoration: none;
}

/* Feedback */

#un-button.un-right {
	top: 20%;
}



/* -----------
   Extentions for user-specific markup 
   20150729 enbiz gmbh Gerd stammwitz
-------------- */

.ownemployees-only,
.dm-only,
.douglas-only {
	display: none !important;
}


/*--------------------
   Smartdevice Anpassung Generell
--------------------*/

@media only screen and (max-width: 1024px) {

	/* Allgemein */
	.mdp-hide, .mdl-hide {
		display: none !important;
	}
}

@media only screen and (max-width: 736px) {

	/* Allgemein */
	.sdp-hide, .sdl-hide {
		display: none !important;
	}
}
 

/*--------------------
   iPad-Anpassung
--------------------*/

/* Landscape */


@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.mdl-hide {
		display: none !important;
	}
}

/* Portrait */


@media only screen and (min-width: 737px) and (max-width: 768px) {
	
	/* Allgemein */
	.navbar-relative-top {
		margin-left: 0px;
		margin-right: 0px;
	}

	.navbar-inverse .nav > li > a:hover {
		color: #fff;
	}
	.md-hide, .mdp-hide {
		display: none !important;
	}

	/* Feedback */
	.feedback-btn {
		top: inherit;
		bottom: 0;
		right: initial;
		left: 50%;
		height: 20px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		margin-left: -44px;
	}

	.feedback-btn:hover {
		right: initial;
	}
}

/*-----------------------
   iPhone 6 Anpassung 
-----------------------*/

/* Landscape */

@media only screen and (max-width: 667px) and (orientation : landscape)  {

	/* Allgemein */
	.modal-body {
		max-height: 196px;
	}
	.sdl-hide {
		display: none !important;
	}

}


/* Portrait*/

@media only screen and (min-device-width : 375px) and (orientation : portrait) {

	/* Allgemein */
	.modal-body {
		max-height: 498px;
	}
	.sdp-hide {
		display: none !important;
	}
}


/*--------------------
   iPhone 6+ Anpassung 
--------------------*/

/* Landscape */

@media only screen and (max-width: 736px) {

	/* Allgemein */
	img {
		width: 100%;
	}
	.sd-hide, .sdl-hide {
		display: none !important;
	}
	.row-fluid [class*="span"] a {
		text-decoration: none !important;
	}
	.sd-margin-bottom {
		margin-bottom: 1.25rem !important;
	}
	
	/* Anmeldung */
	.box-inner-wrapper {
		max-width: 100%;
	}
	.welcome-box {
		margin-bottom: 1.25rem !important;
	}
	.welcome-box img {
		width: 100%;
	}

	/* Lightbox (modal) */
	.modal.fade.in {
		top: 5%;
		height: 90%;
	}
	.modal-header h3 {
		font-size: 1rem;
		font-weight: bold;
		line-height: normal;
	}
	.modal-footer {
		display: none;
	}

	/* Menue */
	.navbar {
		min-width: initial;
	}
	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a,
	.navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:hover {
		background: #20989D;
		border-radius: 0;
	}
	.navbar-inverse .nav-collapse .nav > li:first-child > a:hover {
		background:  url("/no4711_de/wp-content/uploads/2015/05/m-w-logo.png") 50% 50% no-repeat;
	}
	.navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a,
	.navbar-inverse .nav > li > a:hover {
		color: #fff;
	}
	.navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
		background: #20989D;
		color: #fff;
	}
	.nav-collapse .dropdown-menu li a {
		margin-bottom: 2px;
	}
	
	/* Feedback */
	.feedback-btn, .feedback-btn:hover {
		top: 45%;
		right: initial;
		left: -24px;
		z-index: 7777;
	}
}

@media only screen and (max-width: 736px) and (orientation : landscape) {
	.modal-body {
		max-height: 300px;
	}
}

/* Portrait */

@media only screen and (max-width: 414px) and (orientation : portrait) {
	h1 {
		font-size: 2rem;
	}
	.sd-hide, .sdp-hide {
		display: none !important;
	}
}

@media only screen and (max-width: 414px) and (orientation : portrait) {
	.modal-body {
		max-height: 536px;
	}
	.sdp-hide {
		display: none !important;
	}
}



/* ---------------------------------
    iPhone 5 Anpassung
--------------------------------- */

/* Landscape */

@media only screen and (min-width: 376px) and (max-width: 568px) and (orientation: landscape) {

	/* Allgemein */
	.sdl-hide, .sdp-hyphen {
		display: none !important;
	}
}

/* Portrait */

@media only screen and (min-width: 320px) and (max-width: 374px) and (orientation: portrait) {

	/* Allgemein */
	.sdp-hide, .sdp-hyphen {
		display: none !important;
	}
}



/* ---------------------------------
    Modern Media Queries
--------------------------------- */

/* SMARTPHONE LANDSCAPE */

@media only screen and (min-width: 576px) {
	.d-sm-flex {
		display: flex;
	}
	.flex-sm-row {
		flex-direction: row;
	}	
}

