/* @override 
	http://walterfritzenergie.itsrv.de/files/css/style.css
	http://walterfritzenergie.de/files/css/style.css */

strong a {

	font-weight: bold;
	margin-left: 4px;
	margin-right: 4px;
	text-decoration: underline;

}

#mmopen::before,
#mmopen::after,
#mmopen span,
#opennav::before,
#opennav::after,
#opennav span {
	background: none repeat scroll 0 0 #fff;
	content: "";
	display: block;
	height: 2px;
	left: 15px;
	position: absolute;
	width: 30px;
}

.mod_article ul.partner-list {
	display: flex;
	flex: auto;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0;
}

.mod_article ul.partner-list li.col-lg-3 {
	width: 31%;
	border: 1px solid #fff;
	margin: 7px 1%;
	max-height: 180px;
	height: auto;
	background: #fff;
	padding: 0;
	box-sizing: border-box;
	transition: ease all 0.2s 0s;
}

.mod_article ul li.col-lg-2 {
	width: 64%;
	border: 1px solid #fff !important;
	margin: 7px 1%;
	background: #000;
	max-height: 180px;
	height: auto;
	padding: 0;
	box-sizing: border-box;
	transition: ease all 0.2s 0s;
}

.mod_article ul li.col-lg-4 {
	width: 47%;
	border: 1px solid #fff !important;
	margin: 7px 1%;
	background: #fff;
	max-height: 680px;
	height: auto;
	padding: 0;
	box-sizing: border-box;
	transition: ease all 0.2s 0s;
}

.mod_article ul.partner-list li.col-lg-3:hover,
.mod_article ul li.col-lg-2:hover,
.mod_article ul li.col-lg-4 {
	opacity: 0.9;
}

.partner-list img {
	padding: 5%;
	width: auto;
	height: auto;
	box-sizing: border-box;
	max-height: 100%;
}

.partner-list .col-lg-2 img {
	padding: 1px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.partner-list img {
		max-width: 100%;
		height: auto;
		width: auto;
	}
}

body {
	-webkit-text-size-adjust: 100%;
	background-position: 0 150px;
}

html {
	font-family: 'montserratultra_light';
	font-weight: 400;
	font-style: normal;
	line-height: 1.3;
	cursor: default;
	/*background: center 200px no-repeat fixed;*/

}

*:focus {
	outline: 0;
}

video::-webkit-media-controls {
	display: none !important;
}

a {
	text-decoration: none;
	font-family: 'Montserrat';
	font-weight: 400;
	color: white;
	transition: color .3s linear;
}

a:hover {
	color: rgba(255, 255, 255, 0.7);
}


h1 {
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
	font-family: 'montserratultra_light';
	margin: 40px 0 10px;
}

.only-mobile p {
	margin-top: 50px;
}

.only-mobile.mod_article {

	top: auto !important;
	height: auto !important;
	padding: 0 !important;
	margin-bottom: -140px;
}

.only-mobile.mod_article h1 {
	font-family: 'Montserrat';
	font-weight: 400;
	padding-top: 20px;
}

.no-h1 .only-mobile,
.start .only-mobile {
	display: none;
}

#header {
	background-color: black;
	height: 200px;
	width: 100%;
	z-index: 50;
}

#logo {
	background: url('/files/theme/images/WalterFritzneg.svg') center top no-repeat;
	background-size: 100% auto;
	width: 50%;
	max-width: 300px;
	height: 150px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 57px;
	box-sizing: border-box;
}

#logo {
	top: 50px;
}

@media (max-width:600px) {

	h1 {
		font-size: 1.2rem;
		margin-bottom: 0;
	}

	#header {
		height: 200px;
	}

	p {
		font-size: .9rem;
	}

	#main .mod_article ul strong {
		font-size: .9rem;
	}

	#main .mod_article .mitte {
		padding: 0 1.5rem 30px !important;
	}


}

@media (max-width:844px) {

	.mod_article ul.partner-list li.col-lg-3 {
		width: 48%;
	}

	.mod_article ul li.col-lg-2 {
		width: 100%;
	}
}


@media (min-width:600px) {




	h1 {
		font-size: 2.25rem;
	}

	.small h1 {
		font-size: 1.25rem;
		font-family: 'montserratlight';
	}

	.small h1 strong {
		font-family: 'Montserrat';
		font-weight: 400;
		font-style: normal;
	}

}



h1 strong {
	font-family: 'montserratlight';
	font-weight: normal;
	font-style: normal;
}

.mod_article ul {
	list-style: none;
	padding: 0;
	margin: 2rem;
}

.mod_article ul strong {
	font: .95rem 'Montserrat';
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.mod_article ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.52);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.mod_article ul li:last-child {
	border: 0;
}

.center {
	text-align: center;
}

.justify {
	text-align: center;
}

.start .teaser {
	font-size: 1rem;
}

.ce_text p strong {
	font-family: 'Montserrat';
	font-weight: 400;
}

#inner {
	padding: 0;
}

img {
	height: auto;
	max-width: 100%;
}

#video {
	width: 100%;
	top: 0;
	z-index: -1;
	height: 100%;
	background-size: 100%;
}

#videoContainer {
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -2px;
}

.frame-holder {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	max-width: 1920px;
	max-height: 800px;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0.5) 7.4%, rgba(0, 0, 0, 0) 28.3%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0.5) 7.4%, rgba(0, 0, 0, 0) 28.3%);
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0.5) 7.4%, rgba(0, 0, 0, 0) 28.3%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0.5) 7.4%, rgba(0, 0, 0, 0) 28.3%);
}

div#start-video.mod_article.first.last.block {
	background-color: black;
}

#opennav {
	position: relative;
	float: right;
	left: 0px;
	display: none;
	top: 40px;
	transition: left .5s linear;
}

@media (min-width:940px) {
	#opennav {
		position: relative;
		float: right;
		left: 35px;
		display: none;
		top: 40px;
	}
}


#down,
#go-on {
	width: 52px;
	height: 52px;
	margin-right: auto;
	margin-left: auto;
	background: url('../images/down.png') 0 0 no-repeat rgba(0, 0, 0, .2);
	background-size: 52px;
	text-indent: -5000px;
	display: block;
	position: relative;
	z-index: 1000;
	transition: background-color .6s linear;
	border-radius: 26px;
	margin-top: 0;
}

#down:hover {
	/*background: url('../images/down.png') 0 -64px no-repeat;	*/
	/*background-size: 52px;*/
	background: url('../images/down.png') 0 0 no-repeat rgba(0, 0, 0, .5);
	background-size: 52px;
}

#go-on {
	margin-top: 10px;
	background: url('../images/go-on.png') no-repeat;
	background-size: 52px;
}

#go-on:hover {

	animation: blinker .6s linear 1;
}

@keyframes blinker {
	50% {
		opacity: 0.5;
	}
}

#main .inside {
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}


#footer .mod_customnav ul,
.ov {
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	overflow: visible;
}

#footer .mod_customnav li {
	float: right;
}

#space {
	/*height: 22px;*/
	width: 900px;
}


#footer #space {
	width: auto;
}

#footer * {
	overflow: visible;
}

#footer .mod_customnav a {
	color: white;
	font: 7px 'Montserrat';
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	margin-right: 6px;
	float: left;
	/*text-shadow: 0 0 14px rgb(255, 255, 255);*/
	background-color: rgba(0, 0, 0, 0.5);
	padding: 2px 5px 3px;
	border-radius: 1px;
}

.start #footer .mod_customnav a {
	background: none;
	text-shadow: none;
	color: rgba(0, 0, 0, 0.18);
	padding-right: 0;
	padding-left: 10px;
}

.start #footer .mod_customnav a:hover {
	color: black;
}

#footer .mod_customnav a:hover {
	color: black;
	background-color: rgba(255, 255, 255, 0.5);
}

#footer .mod_customnav a.first {
	margin-right: 1px;
}


#Volle-Breite img {
	width: 100%;
}


body,
html {
	height: 100%;
}


body.start {
	background: white !important;
}

#wrapper,
.mm-page {
	height: 100%;
}

#wrapper {
	/*padding-top: 50px;*/
}

#wrapper #inner {
	height: 100%;
	position: relative;
}

#container {
	height: 20%;
}

#bgimg {
	bottom: 0;
	width: 100%;
	top: 200px;
}

/*
#bgimg:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}*/

#fbox {
	/*background-color: rgba(0, 0, 0, 0.3);*/
	width: 100%;
	position: fixed;
	bottom: 0;
	display: none;
}

.fbox #fbox,
.start #fbox {
	position: relative;
	bottom: auto;
}

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

/*#container {
	 height: 50vh;
}*/

/*#container:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}*/

#main .mod_article {
	padding: 2rem;
	margin-top: 160px;
	color: white;
	font-family: 'montserratlight';
	text-align: center;
}

#main .mod_article.inset {
	margin-top: 125px;
	padding: 0rem;
}

#main .mod_article .oben,
#main .mod_article .mitte,
#main .mod_article .unten {
	padding-right: 2rem;
	padding-left: 2rem;
}

#main .mod_article .oben {
	background: url('../images/inset.png') center top no-repeat;
	padding-top: 2rem;
}

#main .mod_article .mitte {
	background: url('../images/insetrun.png') center bottom repeat-y;
	padding: 1rem 3rem;
}

#main .mod_article .unten {
	padding-bottom: 2rem;
	background: url('../images/inset.png') center bottom no-repeat;
}

hr {
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.63);
	margin-top: 20px;
	margin-bottom: 19px;
}

.start hr {
	border-bottom: 1px solid black;
}

.line hr {
	margin-bottom: 25px;
}

.start #main .mod_article {
	margin-top: 0px;
	background: transparent;
	color: black;
	padding: 0 1rem 120px;
	font-family: 'montserratultra_light';
}

#Volle-Breite .mod_article {
	background: transparent;
	padding: 0;
}

.mobimg {
	margin-bottom: -133px;
	margin-top: 0;
}

#mm-0 .mm-selected a.active {
	background-color: rgba(0, 0, 0, 0.72);
	color: white;
}


@media (max-width:860px) {

	#header .mod_navigation {
		display: none !important;
	}


}

#logo {
	top: 100px;
}

@media (min-width:860px) {


	#logo {
		top: 40px;
	}

	.only-mobile,
	.only-mobile.mod_article,
	.only-mobile.mod_article h1 {
		display: none !important;
	}

	.start #main .mod_article {

		padding: 0;

	}

	.mobimg {
		display: none;
	}



	img#mobile {
		display: none;
	}

	.start #opennav {
		display: block;
	}

	/*
	.start #header #space {
		display: none;	
		opacity: 0;
	}
*/
	.justify {
		text-align: justify;
	}

	#main .inside {
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 40px;
	}

	.start #main .inside {
		padding-bottom: 120px;
	}

	#wrapper {
		padding-top: 0
	}

	.frame {
		background: url('../images/frame.png') center 43px no-repeat;
		background-size: 850px;
		width: 100%;
		height: 80%;
		position: absolute;
		top: 0;
	}

	.frame-end {
		background: url('../images/frame.png') center bottom no-repeat;
		background-size: 850px;
		width: 100%;
		height: 40%;
		position: absolute;
		bottom: 50px;
	}

	#logo {
		width: 587px;
	}

	.wrap {
		width: 850px;
		margin-right: auto;
		margin-left: auto;
	}

	.frame-holder,
	#videoContainer {
		min-width: 850px;
	}


	#inner {
		padding: 0;
	}

	#fbox {
		display: block;
	}

}


@media (min-width:1420px) {

	#header .wrap {
		width: 1280px;
	}
}

/*
.block {
	overflow: hidden;
}
*/

.custom-youtube-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin-top: 50px;
}

.custom-youtube-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}