/* FONT INTEGRATION */

@font-face {
    font-family: 'montserrat-bold';
    src: url('fonts/montserrat-bold-webfont.eot');
    src: url('fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('fonts/montserrat-bold-webfont.woff') format('woff'),
         url('fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'montserrat-extralight';
    src: url('fonts/montserrat-extralight-webfont.eot');
    src: url('fonts/montserrat-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-extralight-webfont.woff2') format('woff2'),
         url('fonts/montserrat-extralight-webfont.woff') format('woff'),
         url('fonts/montserrat-extralight-webfont.svg#montserratextralight') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'montserrat-light';
    src: url('fonts/montserrat-light-webfont.eot');
    src: url('fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('fonts/montserrat-light-webfont.woff') format('woff'),
         url('fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'montserrat-regular';
    src: url('fonts/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat-regular-webfont.woff') format('woff'),
         url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'montserrat-thin';
    src: url('fonts/montserrat-thin-webfont.eot');
    src: url('fonts/montserrat-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-thin-webfont.woff2') format('woff2'),
         url('fonts/montserrat-thin-webfont.woff') format('woff'),
         url('fonts/montserrat-thin-webfont.svg#montserratthin') format('svg');
    font-weight: normal;
    font-style: normal;
	}

/* 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;
	}

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

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

body {
	background: rgb(27,41,54);
	background: -webkit-linear-gradient(bottom, rgba(27,41,54,1) 0%, rgba(42,53,65,1) 100%);
	background: -o-linear-gradient(bottom, rgba(27,41,54,1) 0%, rgba(42,53,65,1) 100%);
	background: linear-gradient(to top, rgba(27,41,54,1) 0%, rgba(42,53,65,1) 100%);
	color: #ffffff;
	font-family: 'Montserrat-regular', sans-serif;
	margin: 0;	
	font-size: 1.2em;
	line-height: 1.5em;
	}
    @media only screen and (max-width: 991px) {
		body {
			}
		}
    @media only screen and (max-width: 505px) {
		body {
	        font-size: 18px;
			}
		}

.clear {
	clear: both;
	}

main.bg-putzfraa {
	background-image: url("../images/bg-ines-putzfraa-500x600.png");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right 50px;
	}
	@media only screen and (max-width: 991px) {
		main.bg-putzfraa {
			background-image: url("../images/transparent.png");
			}
		}

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

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

strong {
	font-family: 'montserrat-bold';
	}

h1,
h2,
.footer-headline {
    font-size: 40px;
    font-family: 'Montserrat-bold', sans-serif;
    color: #57a3a6;
    margin: 0 auto;
    letter-spacing: 1.5px;
	line-height: 1.0em;
    }
    @media only screen and (max-width: 678px) {
		h1,
        h2,
		.footer-headline {
	        font-size: 28px;
			}
		}

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

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

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

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

.logo a:hover {
	text-decoration: none;
	}

.sitename {
	font-size: 1.6em;
	font-family: 'montserrat-bold';
	}

.navigation {
	margin: 0;
	padding: 15px 0 0 0;
	}
	@media only screen and (max-width: 991px) {
		.navigation {
			padding: 0;
			width: 100%;    
			}
		}
    
    @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: 10%;
            z-index: 7777;
			}
		}

.navigation ul {
	list-style-type: none;
    margin: 0;
	padding: 0;
	}
	@media only screen and (max-width: 1200px) {
		.navigation ul {
			display: none;
			}
		}

.mobile-navigation ul {
	list-style-type: none;
    margin: 0;
	padding: 80px 0 0 0;
	display: none;
	background-color: rgba(41,53,65,0.95);
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6666;
	text-align: center;
	}
	@media only screen and (max-width: 1200px) {
		.mobile-navigation ul {
			list-style-type: none;
			margin: 0;
			padding: 40px 0 0 0;
			font-size: 18px;
			display: none;
			background-color: rgba(41,53,65,0.95);
			width: 100vw;
			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: 10px 0;
            display: block;
			}
		}

ul.nav li a {
	margin: 0 20px 0 0;
	padding: 0;
	color: #fff;
    font-weight: 300;
	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;
			}
		}

ul.nav li a:hover {
	color: #fff;
    font-weight: 400;
    text-decoration: #ffffff 2px underline;
	}

ul.nav li.active a {
	color: #fff;
    font-weight: 400;
    text-decoration: #57a3a6 2px underline;
	}

/* ----- BANNER ----- */
.banner {
	width: 100%;
    margin: 0;
    height: 90vh;
    }
	@media only screen and (max-width: 991px) {
		.banner {
			display: none;
			}
		}

.banner-index {
	height: 90vh;
	width: 100%;
	background-image: url("../images/banner-ines-procter-index.jpg");
	background-position: top left;
	background-size: cover;
	}

.banner-index-mobil {
	height: 70vh;
	width: 100%;
	background-image: url("../images/banner-ines-procter-index-mobile.jpg");
	background-position: top center;
	background-size: cover;
	}

.banner-bio {
	height: 90vh;
	width: 100%;
	background-image: url("../images/banner-ines-procter-bio.jpg");
	background-position: top left;
	background-size: cover;
	}

.banner-bio-mobil {
	height: 70vh;
	width: 100%;
	background-image: url("../images/banner-ines-procter-bio-mobile.jpg");
	background-position: top center;
	background-size: cover;
	}

.banner-putzfraa {
	height: 90vh;
	width: 100%;
	background-image: url("../images/banner-ines-procter-putzfraa.jpg");
	background-position: top left;
	background-size: cover;
	}

.banner-putzfraa-mobil {
	height: 70vh;
	width: 100%;
	background-image: url("../images/banner-ines-procter-putzfraa-mobile.jpg");
	background-position: top center;
	background-size: cover;
	}

.banner-booking {
	height: 90vh;
	width: 100%;
	background-image: url("../images/banner-ines-procter-booking.jpg");
	background-position: top left;
	background-size: cover;
	}

.banner-booking-mobil {
	height: 70vh;
	width: 100%;
	background-image: url("../images/banner-ines-procter-booking-mobile.jpg");
	background-position: top center;
	background-size: cover;
	}

.banner-termine {
	height: 90vh;
	width: 100%;
	background-image: url("../images/banner-ines-procter-termine.jpg");
	background-position: top left;
	background-size: cover;
	}

.banner-termine-mobil {
	height: 70vh;
	width: 100%;
	background-image: url("../images/banner-ines-procter-termine-mobile.jpg");
	background-position: top center;
	background-size: cover;
	}

.banner img {
	width: 100%;
	height: auto;
	}

.banner-mobil {
	display: none;
	}
	@media only screen and (max-width: 991px) {
		.banner-mobil {
			display: block;
			width: 100%;
			margin: 0;
			height: auto;
			background-color: #fff;
			}
		}

@media only screen and (max-width: 991px) {
		.banner-mob img{
			width: 100%;
			height: auto;
			}
		}

/* ----- DOWN ----- */
.mouse {
    position: absolute;
    width: 50px;
    height: 50px;
	bottom: 60px;
    left: 50%;
    margin-left: -25px;
	color: #1b2935;
	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 ------ */
.main-content {
    /*column-count: 2;
    column-gap: 5%;*/
    margin-top: 120px;
	margin-bottom: 120px;
    }
    @media (max-width: 763px) {
		.main-content{
			column-count: 1;
            width: 90%;
            margin-top: 80px;
			margin-bottom: 80px;
			}
        }

.main-content h1,
.main-content h2 {
    column-span: all;
    margin-bottom: 40px;
    }

.main-content p {
    margin-bottom: 20px;
    }

.media-content {
    margin-top: 160px;
	margin-bottom: 40px;
    }
    @media (max-width: 763px) {
		.media-content{
	        width: 90%;
            margin-top: 80px;
			margin-bottom: 40px;
			}
        }

.responsive-img {
	width: 100%;
	max-width: 600px;
	}

.event {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 2px dotted #ffffff;
	}

.eventtitel {
	display: block;
	font-size: 1.4em;
	font-weight: 600;
	color: #57a3a6;
	padding-top: 20px;
	padding-bottom: 20px;
	}

.eventtitel img.icon {
	width: 60px;
	}

.eventtitel img.logo {
	width: 150px;
	}

.eventtitel img.logo-300 {
	width: 300px;
	margin-bottom: 10px;
	}

a.eventlink {
	display: inline-block;
	padding: 15px 30px;
	border-radius: 5px;
	background-color: #57a3a6;
	color: #000000;
	margin-bottom: 15px;
	}

a.eventlink-rot {
	display: inline-block;
	padding: 15px 30px;
	border-radius: 5px;
	background-color: #cf2e17;
	color: #000000;
	margin-bottom: 15px;
	}

a.eventlink:hover {
	color: #ffffff;
	text-decoration: none;
	}

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

/* ------ MULTIMEDIA ------ */
.boxen-desktop {
    width: 100%;
    margin: 0;
    }
		
.box-inner img {
    width: 100%;
    }

/* ----- FOOTER ----- */
footer {
    padding-top: 60px;
	padding-bottom: 60px;
    color: #fff;
    }

footer .container {
	}

footer a {
    color: #ffffff!important;
    }

footer a:hover{
    color: #ffffff!important;
	text-decoration: underline;
    }

footer img.icon {
	width: 60px;
	}

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 50px 20px 0;
			}
        }

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

.label {
	color: #57a3a6;
	font-family: 'Montserrat-bold', sans-serif;
	margin-bottom: 5px;
	}

.field {
	margin-bottom: 20px;
	text-align: left;
	}

.field input, textarea {
	width: 100%;
	margin-bottom: 5px;
	font-size: 18px;
	padding: 10px 15px;
	border-radius: 5px;
	border: none;
	background-color: #ffffff;
	color: #444444;
	font-family: 'Montserrat-regular', sans-serif;
	}

.field input[type=checkbox] {
	width: auto;
	}

textarea {
	height: 80px;
	}

.field select {
	width: 100%;
	margin-bottom: 5px;
	font-size: 18px;
	border: none;
	background-color: #ffffff;
	padding: 10px 15px;
	border-radius: 5px;
	color: #444444;
	}

input[type=submit] {
	padding: 15px;
	border: none;
	background-color: #57a3a6;
	color: #ffffff;
	border-radius: 5px;
	font-size: 18px;
	cursor: pointer;
	}

#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;
	}