/* Not getting from cache theme-consolvo-unterseiten */
 
#conMobLogo {
	text-align:center;
}

#conUeberText {
	padding-left:25px;
}

h5 {
	font-family:News Cycle;
	font-weight:bold;
	font-size:100%;
	color:#002e63;
	max-width:100%;
	display:block;
}

#parentRowTop {
	background-color:#006bb5;
	width:100%;
	color:#ffffff;
	line-height:1.7;
}

.envelope:before {
	content:"\2709";
	position:relative;
	top:1px;
	display:inline-block;
	margin-right:0.1em;
	font-style:normal;
	font-weight:400;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

#conMenu {
	padding-top:95px;
}

#parentRowFooter {
	padding-left:10px;
	padding-right:10px;
	width:100%;
	background-color:#002e63;
	color:#ffffff;
	height:80px;
}

#conUeberBild {
	margin-bottom:25px;
}

#parentRowTop a {
	color:#ffffff;
	text-decoration:none;
}

a {
	outline:none;
	color:#002e63;
	text-decoration:none;
}

#container {
	width:100%;
}

#conMobFooter a:visited {
	color:#ffffff;
}

#rowMobHeader {
	padding-left:10px;
	padding-right:10px;
}

#parentRowTop a:visited {
	color:#ffffff;
}

#parentRowCenter {
	padding-left:10px;
	padding-right:10px;
	margin-bottom:55px;
}

.earphone:before {
	content:"\e182";
	position:relative;
	top:5px;
	display:inline-block;
	margin-right:0.1em;
	font-family:'Glyphicons Halflings';
	font-style:normal;
	font-weight:400;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.container {
	margin-left:auto;
	margin-right:auto;
}

a:visited {
	color:#002e63;
}

#parentRowMenu {
	width:100%;
	height:150px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#bbbbbb;
}

#conMobHeader {
	font-size:18px;
}

h1 {
	font-family:News Cycle;
	font-weight:normal;
	font-size:250%;
	color:#002e63;
	max-width:100%;
	display:block;
}

h6 {
	font-family:News Cycle;
	font-weight:bold;
	font-size:80%;
	color:#002e63;
}

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

#parentRowMobHeader {
	display:none;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#bbbbbb;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
}

#parentRowMobFooter {
	width:100%;
	background-color:#002e63;
	height:80px;
	display:none;
}

body {
	font-family:Raleway;
	font-weight:normal;
	font-size:16px;
}

h2 {
	font-family:News Cycle;
	font-weight:normal;
	font-size:200%;
	color:#002e63;
}

.space35 {
	margin-left:2px;
}

#parentRowBanner {
	padding-left:10px;
	padding-right:10px;
	padding-top:25px;
	padding-bottom:10px;
}

#parentRowMobMenu {
	display:none;
}

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

* {
	box-sizing:border-box;
}

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

#conMobFooter {
	color:#ffffff;
	text-align:center;
	padding-top:30px;
}

.whiteborderedBox {
	background:#d4e9f7;
	border:5px solid #ffffff;
	box-shadow:0 0 1px rgba(0,0,0, .8);
	margin-bottom:2em;
	padding-top:7px;
	padding-left:7px;
	padding-right:7px;
	padding-bottom:7px;
}

#parentRowText {
	margin-bottom:35px;
	padding-left:10px;
	padding-right:10px;
}

#conMobFooter a {
	color:#ffffff;
	text-decoration:none;
}

#conKontakt {
	padding-top:5px;
}

#parentRowUeberschrift {
	padding-left:10px;
	padding-right:10px;
}

#conMobFooter a:active {
	color:#ffffff;
}

#conTopMenu {
	padding-left:20px;
}

a:active {
	color:#002e63;
}

#parentRowTop a:active {
	color:#ffffff;
}

h3 {
	font-family:News Cycle;
	font-weight:normal;
	font-size:170%;
	color:#002e63;
	display:block;
}

h4 {
	font-family:News Cycle;
	font-weight:bold;
	font-size:120%;
	color:#002e63;
}

.buttonLevel3Normal {
}

.buttonLevel3Hover {
}

@media all and (min-width: 1px) {
	#back-top {
		position:fixed;
		bottom:30px;
		right:30px;
	}
	#back-top span {
		width:68px;
		height:68px;
		display:block;
		margin-bottom:7px;
		background:#ddd url(/image.php?cat=__theme__theme-consolvo-unterseiten&name=up-arrow-sm.png) no-repeat center center;
		-webkit-border-radius:15px;
		-moz-border-radius:15px;
		border-radius:15px;
		-webkit-transition:1s;
		-moz-transition:1s;
		transition:1s;
	}
	#back-top a {
		width:88px;
		display:block;
		text-align:left;
		font:11px/100% Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		text-decoration:none;
		color:#bbb;
		-webkit-transition:1s;
		-moz-transition:1s;
		transition:1s;
	}
	#back-top a:hover span {
		background-color:#777;
	}
	#back-top a:hover {
		color:#000;
		text-decoration:none;
	}
}

@media (min-width: 1px) {
	.flexbox {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.flexbox:before {
		content:none !important;
	}
	.flexbox:after {
		content:none !important;
	}
}

@media (min-width: 1em) {
	figure.imgLink {
		position:relative;
		overflow:hidden;
		z-index:2;
		margin-top:0;
		margin-left:0;
		margin-right:0;
		margin-bottom:0;
	}
	figure.imgLink img {
		transition:all 0.3s ease-in-out;
	}
	figure.imgLink a::after {
		transition:all 0.3s ease-in-out;
		z-index:1;
		position:absolute;
		top:40%;
		height:25%;
		width:50%;
		left:25%;
		font-size:1.5em;
		line-height:0.6em;
		text-align:center;
		background-color:rgba(0,0,0,0.7);
		color:#ffffff;
		content:"Mehr...";
		opacity:0;
		padding-top:5%;
		padding-left:5%;
		padding-right:5%;
		padding-bottom:5%;
	}
	figure.imgLink:hover a::after {
		transition:all 0.3s ease-in-out;
		opacity:1;
	}
	figure.imgLink:hover img {
		transition:all 0.3s ease-in-out;
		-webkit-filter:blur(15px);
		-moz-filter:blur(15px);
		-o-filter:blur(15px);
		-ms-filter:blur(15px);
		filter:blur(15px);
		-webkit-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-ms-transform:scale(1.2);
		-o-transform:scale(1.2);
		transform:scale(1.2);
	}
}

@media (max-width: 991px) {
	#parentRowMobMenu {
		display:block;
	}
	#parentRowMobHeader {
		display:block;
	}
	#parentRowTop {
		display:none;
	}
	#parentRowMenu {
		display:none;
	}
	#parentRowFooter {
		display:none;
	}
	#parentRowMobFooter {
		height:80px;
		display:block;
	}
	#conKachel1 {
		width:48%;
	}
	#conKachel2 {
		width:48%;
	}
	#conKachel3 {
		width:48%;
	}
	#conKachel4 {
		width:48%;
	}
}

@media (max-width: 767px) {
	#conUeberText {
		padding-left:0px;
	}
}

@media (max-width: 480px) {
	#conKachel1 {
		width:100%;
	}
	#conKachel2 {
		width:100%;
	}
	#conKachel3 {
		width:100%;
	}
	#conKachel4 {
		width:100%;
	}
	body {
		font-size:14px;
	}
	#content img {
		width:100% !important;
		margin-top:10px !important;
		margin-right:0px !important;
		margin-bottom:25!important;
		margin-left:0px !important;
		float:none !important;
	}
}
