/* CSS Document */



* {
 -webkit-box-sizing:border-box;
 -moz-box-sizing: border-box;
 box-sizing:border-box;
}

html, body {
	height: 100%;
 	width:100%;
	padding:0;
 	margin:0;
}

div.site-top { background-color:#007A5D;}

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

    div.logo-wrap {max-width: 1200px; margin: 0 auto;}   
div.logo-wrap, footer #footer-inner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	}
 
div.logo-wrap .logo {
	-webkit-box-flex: 2;
    -moz-box-flex: 2; 
    width: 20%; 
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2; 
}
    div.logo-wrap .logo-name {
	-webkit-box-flex: 8;
    -moz-box-flex: 8; 
    width: 80%; 
    -webkit-flex: 8;
    -ms-flex: 8;
    flex: 8; 
}
}



/* ### Inhalt ### */


.layout-1spalte .layout-space-r-l,
.layout-2spalten .layout-space-r-l,
.layout-2spalten_50 .layout-space-r-l,
.layout-jumbotron .layout-space-r-l,
.layout-drei-zeilen .layout-space-r-l {padding: 0 25px; min-height: 500px;}

.space-content {padding:0;}
.space-content .contenttable td {vertical-align: top;}

/* #### Multicolumn ### */
@media only screen and (min-width:768px){ 
/*.multicolumnContainer,*/
.layout-2spalten_50 .layout-space-r-l,
.layout-2spalten .layout-space-r-l,
.spalten-jumbotron {
	align-content: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	}
.spalten-jumbotron div,
/*.multicolumnLayout1 li,
.multicolumnLayout2 li,
.multicolumnLayout3 li,
.multicolumnLayout10 .columnLast*/
.layout-2spalten_50 .layout-space-r-l div,
.layout-2spalten .layout-space-r-l div:last-child {
	-webkit-box-flex: 1;
	-moz-box-flex: 1; 
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	}		
/*.multicolumnLayout10 .columnFirst,*/
.layout-2spalten .layout-space-r-l div {
	-webkit-box-flex: 3;
	-moz-box-flex: 3; 
	-webkit-flex: 3;
	-ms-flex: 3;
	flex: 3;
	}

/*.multicolumnContainer li {padding-right: 25px;}
.multicolumnContainer li:last-child {padding-right:0;}*/
}

/*@media only screen and (max-width:768px){
.multicolumnContainer .column {min-width: 100%;}
}*/


/*Spalten Jumbotron*/
/*.spalten-jumbotron div {width: 100%;}*/
@media only screen and (min-width:768px){
.spalten-jumbotron > div:first-child {margin-right: 25px; }
.spalten-jumbotron > div:last-child {margin-left: 25px; }
	.spalten-jumbotron > div {width: 33%; }
	.spalten-jumbotron > div > div {width: 100%;}
	.spalten-jumbotron {height: 100%;}
}


/*@media only screen and (max-width:768px){ .multicolumnContainer .column {float: none; width: 100%;} }*/


	
/* Responsive Bilder */
	
.space-content img,
.space-content figure,
.space-content .ce-outer,
.space-content .ce-inner,
.space-content .ce-row
{
	/*width: 100%;*/ max-width: 100%; height: auto;

}

@media only screen and (min-width:768px) {
.space-content .ce-row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		margin-bottom: 10px; 
	}
.space-content	.ce-column { 
	-webkit-box-flex: 1;
	-moz-box-flex: 1; 
	width: 20%; 
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	}
}

@media only screen and (max-width:767px) {	
	.space-content .ce-row {
		min-width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column; 
  		flex-direction: column;
	}

.space-content .ce-gallery {width: 100%;}
.space-content .ce-column {margin-right:0; margin-bottom: 10px;}
.space-content	img, .space-content	figure { min-width: 100%; height: auto;}
	
.space-content .ce-inner, .space-content .ce-outer {width: 100%; height: auto;}
}

