/* Style für www.hyma.de */

/*
Hellgrau	#E9E9E9
Dunkelgrau 	#222221
Schwarz		#1D1D1B
Rot			#E30613

*/
html, body {
 height: 100%;
 width:100%;
 background:url("bg/aggregat-bg.png") no-repeat top center fixed; 
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}
	

/* #### TopNavi #####*/
.logo-waben .ce-column .image-caption {
	color: #E30613;
	font-size: 0.5rem;
	text-align: center;
}
@media only screen and (min-width: 1050px) {
.navi-top-inner {
/*	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;*/
	display: flex;
    max-width: 1200px;
    margin: 10px auto;
}
.navi-top-inner .logo-performance {
	align-items: stretch;
	order: 1;
}

.navi-top-inner .logo-by {
	align-items: stretch;
	order: 2;
}
	
.navi-top-inner .logo {
	align-items: stretch;
	order: 3;
	}

.navi-top-inner .logo-waben {
	align-items: stretch;
	order: 3;
	width: 100%
}
	
.logo-waben .ce-column {width: 69px; height:65px; position: relative;}
.logo-waben .ce-column figure { margin: 0 auto; text-align: center;}
.logo-waben .ce-column .image-caption {
	position: absolute;
	bottom: 0;
	left: 0; 
  	right: 0; 
  	margin-left: auto; 
  	margin-right: auto;
}   
	
/* Navi zentrieren*/
.navi-center  {margin: 0 auto;text-align: center; }
.navi-center .topnavi__lvl--first {display: inline-block;}

}

/* Waben design */
.logo-waben figure img:hover {
	-webkit-transform:scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform:scale(1.1);
}
.logo-waben figure img {
	padding: 3px 4px 4px 4px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;	
	-webkit-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,.3) ); 
	filter: drop-shadow( 2px 2px 2px rgba(0,0,0,.3) );
}


@media only screen and (max-width: 1050px) {

	.navi-top-inner	.ce-inner, .navi-top-inner .ce-outer {width: 100%;}
	
.navi-top-inner {
	display: flex;
	flex-wrap: wrap;
  	justify-content: space-between;
	}
	
	.navi-top-inner .logo-performance { order: 1; width: 40%;}
	.navi-top-inner .logo-by { order: 2; width: 20%;}
	.navi-top-inner .logo { order: 3; width: 40%; }
	.navi-top-inner .logo-waben { order:4; width: 100%;}

	.logo-waben .ce-row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	}
	
.logo-waben .ce-column {
		flex-grow: 1;
		margin: 0 auto;
        text-align: center;
		padding: 0 15px 10px 15px;
	}
	
.navi-top-inner .logo-waben .ce-column figure {width: 100%;}
.navi-top-inner .logo-waben .ce-column img {margin: 0 auto;}
}

.navi-top-inner .logo-by h3 {font-size: 1rem; text-shadow:2px 2px 2px rgba(0,0,0,.3) }



/*Hintergrundfarbe*/
#wrapp-all {
	background-image:linear-gradient(rgba(255, 255, 255, 0.3), rgba(100, 100, 100, 0.2));
	/*max-width: 1200px;*/
	margin: 0 auto;
	padding: 0 0 50px 0;
}


/*### Logo ###*/

/* Logo-performance */

.logo figure img {float:  right;}
.logo-performance { text-align: left;}
.logo-performance img,
.logo img {
	 padding: 15px;
	height: auto;
	max-width: 80%;
	-webkit-filter: drop-shadow( 2px 2px 4px rgba(0,0,0,.3) ); 
filter: drop-shadow( 2px 2px 4px rgba(0,0,0,.3) );
}

.navigation-top {
-webkit-box-flex: 1;
-moz-box-flex: 1; 
width: 100%; 
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
position: relative;
}


@media only screen and (min-width: 1000px) {

	.logo-performance { height: auto; max-width: 100%;}
}


/* ### Schrift #### */

body {
	color:#444;
    font-family: Arial,Helvetica,sans-serif;
	font-size:1.1rem;
}


.space-content h1 {
	color: #E30613;
	font-size: 4rem;
	text-shadow:0 2px 4px rgba(0,0,0,.5);
	text-align: center;
    font-weight: 100;
}

.space-content h2 {
	color:#000;
	text-shadow: #fff 2px 2px 15px;
	text-shadow:0 2px 4px rgba(0,0,0,.3);
}
	
.ce-center .text-center {text-align: center;}	
	
.space-content a {
	color:#555;
	transition: all .225s ease-in-out;
  	-webkit-transition: all .225s ease-in-out;
}
.space-content a:hover {color:rgba(1, 87, 155,1.0); }
.space-content .image-caption { font-size: 0.7rem; text-align: center; padding: 10px;}



@media only screen and (max-width:768px) {
	.space-content h1 { font-size: 2rem;}
	.space-content h2 { font-size: 1.5rem;}
}


.drei-zeilen_1 {margin-top: -6px;}

/*Silbentrennung*/
p {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}



.layout-space-r-l, .navi-wrap {
    max-width: 1200px;
    margin: 0 auto;
}


/* ############## owlSlider ############# */

.drei-zeilen_1 .owl-item {
	padding: 5px;
}

.drei-zeilen_1 .owl-item  img {
    border:#ae1722 solid 1px; 
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0,0,0,.5);
}

.drei-zeilen_1 .owl-item .item p {
	margin: 5px 10px;
	text-align: center;
	font-size: 0.9rem;
	color: #B3B3B3;
}


/*Link*/
@media only screen and (min-width:768px) {
.tx-ws-flexslider .caption-align-left .caption-link {
	width: 100%;
	min-width: 100%;
	height: 100%;
	left:0;
	bottom: 0;
}
.tx-ws-flexslider .caption-align-left .caption-link a {
	padding: 100px;
	width: 100%;
	min-width: 100%;
	height: 100%;
	display: block;
	color: transparent;
}
}

@media only screen and (max-width:768px) {
	.tx-ws-flexslider .caption-text .caption-title {font-size: 3rem;}
	.tx-ws-flexslider .caption-align-left .caption-link a {padding: 25px; display: block;}
}


#sd-lightbox {background: rgba(0, 0, 0, 0.7);}


.ce-bodytext p {margin-top: 0;}


/*### Spalten Abstand ###*/
@media only screen and (min-width:768px) {	
	.layout-2spalten .content_2Spalten_0,
	.layout-2spalten_50 .content_2Spalten_50_0
	{margin-right: 25px;}
	.layout-2spalten_50 .content_2Spalten_50_2
	{margin-left: 25px;}
}


	
/* ### footer ### */

footer {
	background-color: #222221;
}

.footer-top {
	background-color: #E9E9E9;
	border-bottom: dotted 1px #fff;
	padding: 25px 0;
	color: #222221;
}
.footer-top a { color: #222221; text-decoration: none;}
.footer-top-inner .footer-top-left { padding: 25px;}


@media only screen and (min-width:768px) {
.footer-top-inner{ max-width: 1200px; margin: 0 auto; }
.footer-top-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer-top-inner .footer-top-left {
     -ms-flex: 1 1 100px;
    flex-basis: 100px;
    flex-grow: 1;
   
}
.footer-top-inner .footer-top-right{
     -ms-flex: 1 1 400px;
    flex-basis: 400px;
    flex-grow: 1;
    padding: 0 25px;
}
}

footer #footer-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	padding: 25px;
}

footer .footer-navigation ul {
	list-style: none;
	padding:0;
}
footer, footer a {color: #fff;}
footer a:hover {color:#E30613;}
footer .footer-navigation li {margin: 5px 0;}
footer .footer-navigation a, .footer-top-inner a {display: block; padding:5px 0; text-decoration: none;}

@media only screen and (min-width:768px){
	footer #footer-inner > div {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		width: 50%;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	footer #footer-inner .footerkontakt .ce-bodytext,
	footer #footer-inner .footerkontakt header {text-align: right;}
	footer #footer-inner .footerkontakt .ce-bodytext table {float: right;}
	footer #footer-inner .ce-gallery {overflow: visible;}
	footer .font-awesome-div {text-align: right;} 
}

footer #footer-inner .footerkontakt img {max-width: 100%;margin-top: 50px;}
.font-awesome {padding:5px;}
.font-awesome-div {padding-top: 35px;}




/*### Formular ###*/
.form-group .input > input,
.form-group .input > .form-group > input,
.form-group textarea {
	width: 100%;
	padding: 5px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:1rem;
	color:#fff;
	border: 1px solid rgba(224,224,224,0.73);
	box-shadow: rgba(124,124,124,0.4) 0 0 4px inset;
}
.form-group textarea {height: 100px;}
.form-group .xlarge {padding: 15px; height:200px; font-size:1.1rem;font-family: Arial,Helvetica,sans-serif;}
form > div, form .row > div {padding-top: 25px;}

@media only screen and (min-width:768px){
form .row {
	/*display: -webkit-flex; Safari */
   	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
}
	
	form .row > div {
		width: 48%;
    	height: auto;
	}
}

/*###### Bilder ce-border #########*/

.ce-border img {
    border:#ae1722 solid 1px; 
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0,0,0,.5);
}
.ce-border figure {
    padding: 2px 5px 5px 2px;
}


/* ############ Boxen ################## */

/* #### Multicolumn ### */
@media only screen and (min-width:768px){ 
.multicolumnContainer {
	align-content: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	}


.multicolumnContainer li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1; 
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	}
.multicolumnContainer li {padding-right: 25px;}
.multicolumnContainer li:last-child {padding-right:0;}
.multicolumnContainer .columnItems {height: 100%;}
}


/*### countdown ###*/
.countdown {
	color: #1D1D1B;
	font-size: 4rem;
	text-shadow:0 2px 4px rgba(0,0,0,.5);
	text-align: center;
    font-weight: 100; 
}



/*################# Tabelle für Referenzen ##################*/
.frame-tabelle-referenzen td {padding: 5px; border-bottom: solid 1px #c6c6c6;}
.frame-tabelle-referenzen thead {font-weight: bold; background-color:#c6c6c6;}
.frame-tabelle-referenzen tr:hover {background-color:#c6c6c6; }


@media only screen and (max-width:1140px){


	/* Force table to not be like tables anymore */
	.frame-tabelle-referenzen table,
	.frame-tabelle-referenzen thead,
	.frame-tabelle-referenzen tbody,
	.frame-tabelle-referenzen th,
	.frame-tabelle-referenzen td,
	.frame-tabelle-referenzen tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.frame-tabelle-referenzen thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.frame-tabelle-referenzen tr { border: 1px solid #ccc; margin-bottom: 25px; }
	
	.frame-tabelle-referenzen td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	.frame-tabelle-referenzen td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-weight: bold;
	}
	
	/*
	Label the data
	*/
	.frame-tabelle-referenzen td:nth-of-type(1):before { content: "Nr."; }
	.frame-tabelle-referenzen td:nth-of-type(2):before { content: "Objekt"; }
	.frame-tabelle-referenzen td:nth-of-type(3):before { content: "Adresse"; }
	.frame-tabelle-referenzen td:nth-of-type(4):before { content: "Leistungen"; }
	.frame-tabelle-referenzen td:nth-of-type(5):before { content: "Jahr"; }
	.frame-tabelle-referenzen td:nth-of-type(6):before { content: "Besonderheiten"; }
	.frame-tabelle-referenzen td:nth-of-type(7):before { content: "Bauherr"; }
}

@media only screen and (max-width:600px){
	.frame-tabelle-referenzen td {font-size: 0.8rem;}
}

/* ### Waben mit Schatten #### */

.frame-waben img {
    -webkit-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,.6) ); 
    filter: drop-shadow( 2px 2px 2px rgba(0,0,0,.6) );
    padding: 15px;
}


/*########## frame-extrablock ###########*/

.frame-extrablock {
	background-color: #eee;
	padding: 5px 15px 25px 25px;
	border: 1px solid #fff;
	border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0,0,0,.5);
}




@media only screen and (min-width:600px){
div.layout-grid {
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;   
    flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 2px;
 }

div.frame-layout-4 {
	width: 45%;
	padding: 25px 0;
	text-align: justify;
}
div.frame-layout-4 h2, div.frame-layout-4 h3 {
	text-align: center;
}

div.frame-layout-0 {
	flex-direction:column
}
	
div.frame-layout-5 img {
		border: solid #fff 1px;
		box-shadow: rgba(54,85,110,0.50) 2px 2px 4px;
	}
	
	div.frame-layout-5 figure {
		padding:5px;
	}


div.layout-grid {
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}
	
	
}


/*
#### layerslider-hyma #####*/

.layerslider-hyma {
	border-radius: 10px;
}



/* ################ Newsletter ############## */

.editable_content label { padding-right: 25px;	}

.footer-center button[type="submit"] {
   font-size: 1.3em; padding: 5px 12px; 
   font-weight: 300;
   color: #E30613;
   border: 1px solid silver;
   background-image: linear-gradient(to top, gainsboro 0%, white 90%);
   border-radius: 20px;
}

.footer-center input {
	width: 300px;
	padding: 5px;
	color: #E30613;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	margin-top: 5px;
	border-radius: 4px;
}