/* ----- HTML & SITE CONSTRUCTION ----- */

body {
	background-color: #f9f9f9;
	color: #858483;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	margin: 0;	
	font-size: 1.1em;
	}
    @media only screen and (max-width: 991px) {
		body {
			}
		}
    @media only screen and (max-width: 505px) {
		body {
	        font-size: 18px;
			}
		}

/* ----- FONTS ----- */
a, a:link, a:visited, a:focus {
	text-decoration: none;
	color: #000000;
	}

a:hover {
	text-decoration: underline;
	color: #858483;
	}

strong {
	font-weight: 600;
	}

h1, .hl1 {
    font-size: 1.8em;
    font-family: 'Raleway', sans-serif;
	font-weight: 700;
    color: #858483;
    margin: 0 auto;
	text-transform: uppercase;
    }
    @media only screen and (max-width: 678px) {
		h1, .hl1 {
	        font-size: 28px;
			}
		}

.hl1 {
	margin-bottom: 30px;
	}

.pink {
	color: #edc4e1;
	}

h2,
.footer-headline {
	font-size: 1.4em;
    font-family: 'Raleway', sans-serif;
	font-weight: 200;
    color: #858483;
    margin: 0 auto 20px;
	text-transform: uppercase;
    }
    @media only screen and (max-width: 678px) {
		h2,
		.footer-headline {
	        font-size: 28px;
			}
		}

h3 {
    font-size: 1.3em;
    font-weight: 300;
    color: #858483;
    margin: 0 auto;
    }
    @media only screen and (max-width: 1200px) {
		h3 {
	        font-size: 24px;
			}
		}

/* ----- HEADER (LOGO & NAV) ------ */
header {
    transition: all .4s ease;
    padding: 0;
    margin: 0;
    z-index: 5;
    width: 100%;
    }

header .top {
    transition: all .4s ease;
    }

.logo {
	margin: 25px 0;
	}
    @media only screen and (max-width: 1200px) {
		.logo {
			margin: 25px 0 20px 0; 
            width: 50%;
            text-align: center;
			}
		}
    @media only screen and (max-width: 991px) {
		.logo {
			margin: 15px 0 10px 0; 
            width: 100%;
            text-align: center;
			}
		}

.logo img {
	width: 100%;
	height: auto;
	}
	@media only screen and (max-width: 1200px) {
		.logo img {
			margin: 15px auto 10px; 
            width: 50%;
			}
		}

.navigation {
	/*position: absolute;*/
	margin: 0;
	padding: 45px 0 0 0;
	z-index: 100;
	float: right;
	}
	@media only screen and (max-width: 991px) {
		.navigation {
			position: absolute;
			padding: 0;
			width: 100%;
			float: left;
			}
		}
    
    @media only screen and (max-width: 767px) {
		.navigation {
			margin: 0;
            padding: 0;
			width: 100%;   
            float: left;
			}
		}

span.mobile-menu {
  	display: none;
	}
  	@media only screen and (max-width: 1200px) {
    	span.mobile-menu {
			display: block;
            position: absolute;
            top: 20px;
            right: 10%;
            z-index: 7777;
			}
		}
img.hamburger {
	height: 40px;
	}
	@media only screen and (max-width: 991px) {
		img.hamburger {
			height: 40px;
				}
		}
	@media only screen and (max-width: 460px) {
		span.mobile-menu {
			display: block;
            position: absolute;
            top: 8px;
            right: 8%;
            z-index: 7777;
			}
		}

.navigation ul {
	list-style-type: none;
    margin: 0;
	padding: 0;
	}

.mobile-navigation ul {
	}
	@media only screen and (max-width: 1200px) {
		.mobile-navigation ul {
			list-style-type: none;
			margin: 0;
			margin-left: -15px;
			padding-top: 20px;
			font-size: 22px;
			display: none;
			background-color: rgba(239,239,239,0.95);
			width: 100%;
			height: 100vh;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 6666;
			text-align: center;
			}
		}

.mobile-navigation ul li img {
	width: 50%;
	max-width: 200px;
	margin-bottom: 50px;	
	}
	@media only screen and (max-width: 1200px) {
		.mobile-navigation ul li img {
			width: 50%;
			max-width: 150px;
			margin-bottom: 25px;
			}
		}

ul.nav li {
	display: inline-block;
	padding: 15px 0 0 0;
	}
	@media only screen and (max-width: 1200px) {
		ul.nav li {
			padding: 20px 0;
            display: block;
			text-align: center;
			}
		}

ul.nav li a {
	margin: 0 20px 0 0;
	padding: 0;
	color: #333333;
    font-weight: 400;
	text-decoration: none;
	transition: transform 0.5s;
	}
	@media only screen and (max-width: 1200px) {
		ul.nav li a {
			text-align: left;
			padding: 10px 10px;
            margin: 0 auto;
			}
		}
	@media only screen and (max-width: 767px) {
		ul.nav li a {
			padding: 10px 0 2px;
			text-align: center;
			}
		}

ul.nav li a:hover {
	color: #333333;
    font-weight: 400;
    border-bottom: 5px solid #edc4e1;
	}

ul.nav li.active a {
	color: #333333;
    font-weight: 400;
    border-bottom: 5px solid #333333;
	}

/* ----- BANNER ----- */

.banner-index {
	height: 90vh;
	width: 100%;
	background-image: url("../images/banner_martina_oral_index.jpg");
	background-position: center center;
	background-size: cover;
	}
	@media only screen and (max-width: 991px) {
		.banner-index {
			height: 90vh;
			width: 100%;
			background-image: url("../images/banner_martina_oral_index_mobil.jpg");
			background-position: top center;
			background-size: cover;
			}
		}
	@media only screen and (max-width: 767px) {
		.banner-index {
			height: 80vh;
			}
		}

.banner-visagistik {
	height: 90vh;
	width: 100%;
	background-image: url("../images/banner_martina_oral_visagistik.jpg");
	background-position: center center;
	background-size: cover;
	}
	@media only screen and (max-width: 991px) {
		.banner-visagistik {
			height: 90vh;
			width: 100%;
			background-image: url("../images/banner_martina_oral_visagistik_mobil.jpg");
			background-position: top center;
			background-size: cover;
			}
		}
	@media only screen and (max-width: 767px) {
		.banner-visagistik {
			height: 80vh;
			}
		}

/* ----- DOWN ----- */
.mouse {
    position: absolute;
    width: 50px;
    height: 50px;
	bottom: 12vh;
    left: 50%;
    margin-left: -25px;
	color: #333333;
	text-align: center;
	background-color: rgba(255,255,255,0.90);
    cursor: pointer;
    padding-top: 10px;
	z-index: 6666;
	}
    @media (max-width: 991px) {
		.mouse{
    		display: none;
			}
        }

.mouse:hover {
    background-color: rgba(255,255,255,1.00);
    }

/* ----- MAIN CONTENT ------ */
.container-padding {
    margin-top: 120px;
	margin-bottom: 120px;
    }
    @media (max-width: 763px) {
		.container-padding {
            margin-top: 50px;
			margin-bottom: 50px;
			}
        }

.responsive-image {
	width: 100%;
	height: auto;
	}

/* ------ KONTAKT-FORMULAR ------ */

.kontakt-formular {
	background-color: #f3f2f2;
	}

.kontakt-formular .container {
	padding-top: 120px;
	padding-bottom: 120px;
	}
	@media (max-width: 767px) {
		.kontakt-formular .container {
            margin-top: 50px;
			margin-bottom: 50px;
			}
        }

input[type=text], 
textarea, 
select {
	border: 1px solid #858483;
	padding: 10px;
	font-family: 'Raleway', sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	color: #858483;
	width: 100%;
	margin: 0 0 10px 0;
	border-radius: 3px;
	}

textarea {
	height: 100px;	
	}

::placeholder {
	font-family: 'Raleway', sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	color: #858483;
	}

.button {
	font-size: 18px;
	background: #858483;
	color: #ffffff;
	padding: 10px 20px;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 10px;
	}

.button:hover {
	background-color: #000000;
	}

.kontakt {
	background-color: #ededed;
	text-align: center;
	}

.bg-index-teaser-1 {
	background-image: url("../images/index-teaser-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 380px;
	}
	@media (max-width: 767px) {
		.bg-index-teaser-1,
		.bg-index-teaser-2,
		.bg-index-teaser-3,
		.bg-visagistik-teaser-1,
		.bg-visagistik-teaser-2,
		.bg-visagistik-teaser-3 {
            height: 400px !important;
			}
        }

.bg-index-teaser-2 {
	background-image: url("../images/index-teaser-2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 380px;
	}

.bg-index-teaser-3 {
	background-image: url("../images/index-teaser-3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 380px;
	}

.bg-visagistik-teaser-1 {
	background-image: url("../images/visagistik-teaser-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 380px;
	}

.bg-visagistik-teaser-2 {
	background-image: url("../images/visagistik-teaser-2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 380px;
	}

.bg-visagistik-teaser-3 {
	background-image: url("../images/visagistik-teaser-3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 380px;
	}

/* ------ DIVIDER ----- */
.divider {
	padding-top: 80px;
	padding-bottom: 80px;
	}

/* ----- FOOTER ----- */
footer {
	background-color: #faf0f7;
    padding-top: 120px;
	padding-bottom: 120px;
	font-size: 1.8em;
    }

footer .container {
	}

footer a {
	color: #858483 !important;
    }

footer a:hover{
    color: #000000 !important;
	text-decoration: none;
    }

a.social-icon,
a.social-icon:hover {
	text-decoration: none;
	border: none;
	}

a.social-icon img {
	width: auto;
	max-width: 80px;
	margin: 0 20px 20px 0;
	}
	@media (max-width: 991px) {
		a.social-icon img {
	        margin: 0 0 20px 0;
			}
        }

.bg-white {
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	}

.bg-white a {
	color: #858483;
	text-transform: uppercase;
	}

.bg-white a:hover {
	color: #000000;
	}

#back-to-top {
    bottom: 65px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 45px;
	}
    @media only screen and (max-width: 991px) {
		#back-to-top {
			bottom: 15px;
			right: 40px;
			z-index: 500;
			}
	}
	@media only screen and (max-width: 767px) {
		#back-to-top {
			bottom: 15px;
			right: 8px;
			z-index: 500;
			}
	}

#back-to-top img {
	width: 40px;
	height: auto;
	}

#back-to-top:hover {
	opacity: 1.0;
	}

/* RESPONSIVE GRID */
.container,
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	}

@media (min-width:768px){.container{width:750px}}
@media (min-width:992px){.container{width:970px}}
@media (min-width:1200px){.container{width:1170px}}

.container-fluid {
	width: 100%;
	}

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

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px;}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}
.col-xs-12{width:100%} .col-xs-11{width:91.66666667%} .col-xs-10{width:83.33333333%} .col-xs-9{width:75%} .col-xs-8{width:66.66666667%} .col-xs-7{width:58.33333333%} .col-xs-6{width:50%} .col-xs-5{width:41.66666667%} .col-xs-4{width:33.33333333%} .col-xs-3{width:25%} .col-xs-2{width:16.66666667%} .col-xs-1{width:8.33333333%}

@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left} .col-sm-12{width:100%} .col-sm-11{width:91.66666667%} .col-sm-10{width:83.33333333%} .col-sm-9{width:75%} .col-sm-8{width:66.66666667%} .col-sm-7{width:58.33333333%} .col-sm-6{width:50%} .col-sm-5{width:41.66666667%} .col-sm-4{width:33.33333333%} .col-sm-3{width:25%} .col-sm-2{width:16.66666667%} .col-sm-1{width:8.33333333%}}

@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}
.col-md-12{width:100%} .col-md-11{width:91.66666667%} .col-md-10{width:83.33333333%} .col-md-9{width:75%} .col-md-8{width:66.66666667%} .col-md-7{width:58.33333333%} .col-md-6{width:50%} .col-md-5{width:41.66666667%} .col-md-4{width:33.33333333%} .col-md-3{width:25%} .col-md-2{width:16.66666667%} .col-md-1{width:8.33333333%}}

@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}
.col-lg-12{width:100%} .col-lg-11{width:91.66666667%} .col-lg-10{width:83.33333333%} .col-lg-9{width:75%} .col-lg-8{width:66.66666667%} .col-lg-7{width:58.33333333%} .col-lg-6{width:50%} .col-lg-5{width:41.66666667%} .col-lg-4{width:33.33333333%} .col-lg-3{width:25%} .col-lg-2{width:16.66666667%} .col-lg-1{width:8.33333333%}}

.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.modal-footer:after,.modal-footer:before,.row:after,.row:before{content:" ";display:table}
.clearfix:after,.container-fluid:after,.container:after,.row:after{clear:both}
*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

.pull-right {
	float: right !important;
	}
	@media only screen and (max-width: 767px) {
		.pull-right {
			float: none;
			}
		}

.pull-left {
	float: left !important;
	}

/* FONT INTEGRATION */

@font-face {
    font-family: 'Raleway';
    src: url('fonts/raleway-black-webfont.woff2') format('woff2'),
         url('fonts/raleway-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    }

@font-face {
    font-family: 'Raleway';
    src: url('fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('fonts/raleway-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    }

@font-face {
    font-family: 'Raleway';
    src: url('fonts/raleway-extrabold-webfont.woff2') format('woff2'),
         url('fonts/raleway-extrabold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    }

@font-face {
    font-family: 'Raleway';
    src: url('fonts/raleway-extralight-webfont.woff2') format('woff2'),
         url('fonts/raleway-extralight-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    }

@font-face {
    font-family: 'Raleway';
    src: url('fonts/raleway-light-webfont.woff2') format('woff2'),
         url('fonts/raleway-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    }

@font-face {
    font-family: 'Raleway';
    src: url('fonts/raleway-medium-webfont.woff2') format('woff2'),
         url('fonts/raleway-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    }

@font-face {
    font-family: 'Raleway';
    src: url('fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('fonts/raleway-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    }

@font-face {
    font-family: 'Raleway';
    src: url('fonts/raleway-semibold-webfont.woff2') format('woff2'),
         url('fonts/raleway-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    }
