/*
Theme Name: Grohe-Split
Theme URI: http://makanto.de
Description: A premium theme by makanto.
Version: 1.0
Author: makanto
Author URI: http://makanto.de
*/

body {
	background:url(../img/imagnea_facade-deka_1920x1080.jpg);
	background-size: 100% cover;
	background-repeat: no-repeat;
	background-size:cover 100%;
	font-family: Questrial, Sans-Serif;
	background-position:top !important;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#nav-bg{
    height:113px; 
    background-image:url("../img/imagnea_header_bottom-border.png");
    background-size:100%;
    background-repeat: no-repeat;
    background-position:center top;
    background-color:transparent;
}

#footer h5 {
	border-bottom: 1px solid #dfe1e3;
	padding-bottom: 15px;
	margin-top: 15px;
}


.navbar-inner {
    height: 100px;
}

#logos {
	background:none;
	font-family: Questrial, Sans-Serif, serif;
	padding-bottom:0px;
	margin-top: 10px;
}

.top {
	background: url(../img/top.png);
	background-repeat: no-repeat !important;
	background-position: center;
}

.left {
	width: 40%;
}

.left_bottom {
	background-color: #00538d ;
	margin-top: 4%;
	height: 40px;
	padding-top:10px;
	vertical-align: middle;
}

.left_bottom a {
	color: white;
	text-decoration: none !important;
}

.left_bottom a:hover {
	color: white;
}

.left_bottom:hover {
	background-color: rgba(0, 112, 190, 0.77);	
}

.right {
	margin-left: 15%;
	width: 40%;
}

.background {
	background-color: rgba(255,255,255,0.8) ;
}

.right_bottom {
	background-color: #9E0D16;
	height: 40px;
	margin-top: 4%;
	padding-top:10px;
	vertical-align: middle;
}

.right_bottom a {
	color: white;
	text-decoration: none !important;
}

.right_bottom a:hover {
	color: white;
}

.right_bottom:hover {
	background-color: rgba(158, 13, 22, 0.67);
}

button.blue {
    background:#00538d;
    border:none;
    color: white;
    font-size:15px;
    padding:8px 50px;
    border-radius: 8px; 
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    -moz-transition:0.3s ease;
    -o-transition:0.3s ease;
    -webkit-transition:0.3s ease;
    margin-bottom:30px;
}

button.red {
    background:#9E0D16;
    border:none;
    color: white;
    font-size:15px;
    padding:8px 50px;
    border-radius: 8px; 
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    -moz-transition:0.3s ease;
    -o-transition:0.3s ease;
    -webkit-transition:0.3s ease;
    margin-bottom:30px;
}

button:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.spacer {
	background:none !important;
	height: 100%;
	font-family: Questrial, Sans-Serif, serif;
	padding-bottom:0px;
	margin-top: 150px;
}

.logo-cell {
	background:rgba(255, 255, 255, 0.9);
}

.address {
	padding:15px 0px 15px 0px;
	text-align:center;
}

.string {
	display:inline-block;
	text-align:center;
	padding-right:20px;
}

.string:last-child {
	padding-right:0px !important;
}

a {
	color:rgb(51, 51, 51);
}

a:hover {
	color:rgb(51, 51, 51);
}

.foto {
	text-align:center;
	opacity: 1;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.schmuck {
	text-align:center;
	opacity:1;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.back_abstand {
	margin-top: 7%;
	margin-bottom: 19%;
}

.hoch {
	text-align:center;
	opacity:1;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}



/* ==== Footer ==== */

#footer {
    padding-top:15px;   
}

#footer-container {
	background:#646567;
	bottom: 0px;
}

#footer-container_back {
	height: 20px;
	background-image: url('../img/footer.png');
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
}

#footer .span2 {
	padding-bottom: 5px;
}

#footer ul {
	list-style: none;
	margin:0;
}

#footer li {
	padding-bottom: 5px;
}

address {
	margin-bottom: 0px !important;
}

@media (max-width: 767px) {
	#footer li {
		padding-bottom: 5px;
		text-align: center;
	}
}

/* ==== Navigation ==== */

#navigation {
	padding-right: 20px;
	padding-left: 20px;
	background: #fff;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
}

/* fix for small android devices */
@media (max-width: 240px) {
	.navbar .brand {
		margin-left: -12px;
	}
}

.navbar-fixed-top {
	position: fixed;
}

.nav a {
	color: #25272B ;
}

.nav a:hover {
	color: #bbbdc0;
}

.nav .active a {
	color: #bbbdc0;
}

.navbar .nav .active a, .navbar .nav .active a:hover {
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

.navbar .nav li a {
	text-shadow: none;
	text-align: center;
	padding: 20px 15px 20px 15px;
}

.navbar-inner {
	background: #fff;
	border: none;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}


.main {	
}

#footer .footer-links #downline{
    border-bottom: 1px solid #aaaaac;
}
#footer .footer-links {
    text-align:left;
    border-collapse: collapse;
}
#footer .footer-links li {
    list-style-type: none;
    padding:5px;    
    -moz-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    -webkit-transition: 0.1s ease;
}

#footer .footer-links li a{
    color:#fff;
}
#footer .footer-links .arrow-links{
    border-bottom: 1px solid #aaaaac;
}
#footer .footer-links .arrow-links:before {
    margin-right:2px;
    content: url('../img/arrow.png');
}
#footer .footer-links li:hover {
    background:#9E0D16;
}
#footer address {
    color:#fff;
}
#footer hr {
    background:#accccc;
    margin-top:44px;
}
#footer h5 {
    font-size:14px;
    color:#fff;
    font-weight:normal;
    margin-top:-5px;
    border-bottom: none;
    margin-bottom:-7px;
}
#footer form input, #footer form textarea {
    border: 1px solid #646567;
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    background: #939495;
    color:#fff !important; 
}

#footer ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
#footer :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
#footer ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
#footer :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}


#footer form input:focus, #footer form textarea:focus {
    border-color: #9E0D16;
}
#footer form #submit {
    margin:8px 0px 0px 0px;    
    padding: 5px 25px;
    font-size:14px;
}
#xing {
  margin-left:0;
  margin-top:7px;
}
.content_end {
	background-image:url("../img/website-HR_linie-bottom-red.png"); 
	background-size:100%; 
	height:50px; 
	background-position: 100% 100%,100% 0%; 
	background-repeat:no-repeat; 
	z-index: 1000;
	position: relative;
	}
	
	

@media (max-width:1200px) {
	.foto, .schmuck {
		border-left:0px;
		border-right:0px;
	}
	
	.left_bottom {
		background-color: #00538d ;
		margin-top: 5%;
	}
	
	.right_bottom {
		background-color: #9E0D16 ;
		margin-top: 5%;	
	}   	
	
	.left {
		width: 100% !important;
	}
	
	.right {
		width: 100% !important;
		margin-left: 0% !important;
		margin-top: 100px !important;
	}
	
	.main {
	}
	
	#footer {
	}
}


@media (max-width:1500px){
#footer-container_back {
	height: 14px !important;
	
	}
}	

@media (min-width:1600px) {
	.back_abstand {
		margin-top: 12%;
		margin-bottom: 21%;
	}

}

@media (min-width:1800px) {
	.back_abstand {
		margin-top: 12%;
		margin-bottom: 22%;
	}

}

@media (min-width:2000px) {
	.back_abstand {
		margin-top: 27%;
		margin-bottom: 32%;
	}
 
	
	body {
	background:url(../img/imagnea_facade-deka_1920x1080.jpg);
	background-size: 100% cover;
	background-repeat: no-repeat;
	background-size:cover !important;
	}


}

@media (min-height:1200px){
	.back_abstand {
		margin-top: 25%;
		margin-bottom: 33%;
	}
 }
