@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400');
/* CSS Document */

/*------------------------ CSS RESET ------------------------------------
-----------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
ul, ol {
}
li {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(img/bullet.png);
}
a:link {
	text-decoration: none;
	color: #1578ab;
}
a:visited {
	text-decoration: none;
	color: #1578ab;
}
a:active {
	text-decoration: none;
	color: #1578ab;
}
a:hover {
	text-decoration: none;
	color: #888581;
}
img, a img {
	border: none;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
}
/*------------------------ SCHRIFT / GRÖSSE------------------------------
-----------------------------------------------------------------------*/
/* roboto-100 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/roboto-v18-latin-100.eot'); /* IE9 Compat Modes */
	src: local('Roboto Thin'), local('Roboto-Thin'),  url('../fonts/roboto-v18-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../fonts/roboto-v18-latin-100.woff2') format('woff2'), /* Super Modern Browsers */  url('../fonts/roboto-v18-latin-100.woff') format('woff'), /* Modern Browsers */  url('../fonts/roboto-v18-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */  url('../fonts/roboto-v18-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
	src: local('Roboto Light'), local('Roboto-Light'),  url('../fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */  url('../fonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */  url('../fonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */  url('../fonts/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Roboto'), local('Roboto-Regular'),  url('../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */  url('../fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */  url('../fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */  url('../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
	src: local('Roboto Medium'), local('Roboto-Medium'),  url('../fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */  url('../fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */  url('../fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */  url('../fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v18-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Roboto Bold'), local('Roboto-Bold'),  url('../fonts/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../fonts/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */  url('../fonts/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */  url('../fonts/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */  url('../fonts/roboto-v18-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
h1, h2, h3 {
	font-weight: 300;
}
h1 {
	font-size: 43px;
	color: #1d1d1b;
	padding-bottom: 16px;
	line-height: 47px;
}
h2 {
	font-size: 39px;
	color: #1d1d1b;
	padding-bottom: 15px;
	padding-top: 6px;
	line-height: 42px;
}
h3 {
	padding-bottom: 4px;
	font-size: 1.4em;
	padding-top: 4px;
	color: #888581;
	line-height: 1.4em;
}
h4 {
	font-size: 10px;
}
/*------------------------ LAYOUT ---------------------------------------
-----------------------------------------------------------------------*/

body {
	background-color: #fff;
	color: #444;
}
#container {
	width: 100%;
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	color: #1d1d1b;
	height: auto;
	min-height: 600px;
	margin-right: auto;
}
#logo-outer {
	position: relative;
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	height: auto;
}
#logo {
	width: 300px;
	margin-top: 50px;
	height: auto;
}
#main {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	height: auto;
	
}
#main2 {
	position: relative;
	z-index: 50;
	width: 700px;
	float: right;
}
#intro {
	position: relative;
	width: 1000px;
	min-height: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	
}
#intro img {
	max-width: 1000px;
}
#referenzen {
	width: 700px;
	float: left;
	z-index: 100;
	margin-top: 50px;
}
#footer {
	height: auto;
	width: 100%;
	margin-top: 130px;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 100px;
}
#datenschutz {
	text-transform: uppercase;
}
.welcome {
	width: 100%;
	margin-top: 100px;
}
.inhalt {
	width: 100%;
	margin-top: 100px;
	display: grid;
}
.inhalt ul li {
	list-style-type: none;
	list-style-image: none;
	line-height: 36px;
}
.inhalt ul ul li {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(img/bullet.png);
	line-height: 36px;
}
.inhalt-l {
	width: 75%;
	margin-top: 30px;
	float: left;
}
.inhalt-r {
	width: 100%;
	float: right;
	text-align: right;
	height: auto;
	position: relative;
	margin-top: -50px;
}
.inhalt-r img {
	position:absolute;
	bottom: 10px;
	right: -5px;
}
.kontakt {
	margin-top: 100px;
	width: 100%;
}
span.kontakt {
	margin-top: 50px;
}
.trenner {
	border-bottom: 1px solid #1578ab;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	clear: both;
}
.clear {
	clear: both;
}
ul ul {
	margin-left: 30px;
}
img.ordner {
	margin-bottom: 0;
	width: 58px;
}
.foto {
	margin-top: 10px;
}
.kontakt {
	line-height: 32px;
}
.brandschutz, .energie, .architektur, h2#brandschutz, h2#energie, h2#architektur, h2#kontakt, h2#impressum {
	text-transform: uppercase;
}
h2#brandschutz, h2#energie, h2#architektur, h2#kontakt, h2#impressum {
	color: #1578ab;
}

/*------------------------ MENU ---------------------------------------
-----------------------------------------------------------------------*/
.menu, .menu-wide {
	position: fixed;
	height: auto;
	width: 240px;
	z-index: 50;
	float: left;
	font-size: 18px;
	margin-left: 25px;
	margin-top: 50px;
	font-weight: 400;
}
.menu ol, .menu ul, .menu-wide ol, .menu-wide ul {
	list-style-type: none;
	list-style-position: inside;
}
.menu li, .menu-wide li {
	position: relative;
	display: block;
	padding-top: 15px;
	list-style-type: none;
	list-style-image: none;
}
.menu li a, .menu-wide li a {
	text-decoration: none;
	text-align: left;
	color: #888581;
}
.menu li a:link, .menu li a:visited, .menu li a:active, .menu-wide li a:link, .menu-wide li a:visited, .menu-wide li a:active {
	text-decoration: none;
	text-align: left;
	color: #888581;
}
.menu li a:hover, .menu-wide li a:hover {
	text-decoration: none;
	text-align: left;
	color: #888581;
}
.menu-kontakt {
	font-size: 14px;
	float: left;
	padding-right: 20px;
	padding-bottom: 30px;
}
.abstand {
	margin-top: 10px;
}
/*------------------------ Text ---------------------------------------
-----------------------------------------------------------------------*/

a:link.hervorhebung, a:visited.hervorhebung {
	padding-bottom: 4px;
	font-size: 28px;
	padding-top: 4px;
	color: #1578ab;
	font-weight: 300;
}
a:hover.hervorhebung {
	padding-bottom: 4px;
	font-size: 28px;
	padding-top: 4px;
	color: #888581;
	font-weight: 300;
}
.klein {
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
	margin-right: 60px;
}
.datenschutz-klein {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 20px;
}
.trennstrich {
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #1578ab;
	clear: both;
	width: 210px;
	color: #ff9900;
	margin-top: 15px;
}
.bild {
	border: 5px solid #ffffff;
	float: left;
	margin-right: 15px;
}
.qr-code_klein {
	border: 5px solid #ffffff;
	vertical-align: middle;
	float: left;
	margin-right: 10px;
	margin-left: -5px;
	margin-bottom: 20px;
}
.fussliste {
	font-weight: normal;
}
.tablet {
	color: #fff;
}
.tablet h2 {
	color: #fabb06;
}
.blockquote {
	font-size: 28px;
	line-height: 35px;
	text-align: right;
	padding-top: 50px;
	color: #1578ab;
}
.zitat {
	text-align: right;
	font-style: italic;
}
p.hervorhebung {
	text-align: center;
	margin-top: 30px;
}
img {
	max-width: 100%;
}
/*------------------------ Formular ---------------------------------------
-----------------------------------------------------------------------*/
input, select {
	height: 40px;
	width: 100%;
	margin-top: 10px;
}
textarea {
	margin-top: 10px;
}
#contact-form textarea {
	color: #888581 !important;
	font: 400 16px "Roboto Condensed", sans-serif !important;
}
input#senden.button {
	background: #888581;
	font-size: 18px;
	color: #1d1d1b;
}
input#senden.button:hover {
	background: #fff;
	font-size: 18px;
	color: #888581;
}
input#zuruecksetzen.button {
	background: #888581;
	font-size: 18px;
	color: #fff;
}
input#zuruecksetzen.button:hover {
	background: #fff;
	font-size: 18px;
	color: #1578ab;
}
select {
	width: 100%;
	height: 50px;
	border: 1px solid #bbb;
	padding: .75em 1em .5em 1em;
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
	background-color: white;
	background-image: url(img/select-arrow.png);
	background-position: right;
	background-repeat: no-repeat;
	color: #1578ab;
	font-size: 16px;
	-webkit-text-size-adjust: none;
}
/*------------------------ Cookie Policy ---------------------------------
--------------------------------------------------------------------------*/

#cookiedingsbums a {
	color: #fff;
	text-decoration: underline;
}
#cookiedingsbums a:hover {
	text-decoration: none;
}
#cookiedingsbums div {
	padding: 10px;
	padding-right: 40px;
}
#cookiedingsbums {
	text-align: right;
	background: #1578ab;
	position: fixed;
	bottom: 90px;
	z-index: 10000;
	width: 100%;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	line-height: 16px;
	color: #fff;
}
#cookiedingsbumsCloser {
	color: #fff;
	font-size: 16px;
	position: absolute;
	right: 5px;
	text-decoration: none;
	top: 5px;
	cursor: pointer;
	padding: 4px;
	background: #888581;
}
#cookiedingsbumsCloser:hover {
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid #7b92a9;
	border-left: 1px solid #7b92a9;
}

/*------------------------ Responsive ---------------------------------------
-----------------------------------------------------------------------*/
@media only screen and (max-width: 579px) {
#content-r, div.web2, #content-l, div.beratung, div.printdesign, div.kontakt, #footer {
	width: 100% !important;
}
#main {
	width: 100%;
	padding: 0 !important;
}
h1 {
	font-size: 40px;
}
#fade-willkommen, #fade-webdesign, #fade-printdesign, #fade-beratung, #fade-existenz, #fade-kontakt {
	width: 100%;
	height: 150px;
	background-position: center center;
	position: relative;
	z-index: 500;
	display: none;
}
#fade-willkommen {
	background-image: url(img/maske_mobil_smiley.png);
}
#fade-webdesign {
	background-image: url(img/maske_mobil_helloworld.png);
	margin-top: -100px;
}
#fade-printdesign {
	background-image: url(img/maske_mobil_blume.png);
	margin-top: -100px;
}
#fade-beratung {
	background-image: url(img/maske_mobil_sprechblasen.png);
	margin-top: -100px;
}
#fade-existenz {
	background-image: url(img/maske_mobil_dreambig.png);
	margin-top: -100px;
}
#fade-kontakt {
	background-image: url(img/maske_mobil_youme.png);
	margin-top: -100px;
}
}

@media only screen and (max-width: 767px) {
#logo {
	margin-left: auto;
	margin-right: auto;
}
#main {
	width: 100%;
	padding: 0 !important;
}
#colour-bg {
	display: none;
}
#intro {
	float: none;
	width: 100% !important;
}
#intro img {
	width: 100% !important;
	display: block;
	height: auto;
}
#container {
	width: 96% !important;
	padding: 5px !important;
}
	
.inhalt-r {
	width: 100%;
	margin-top: 30px;
	float: left;
	text-align: center;
}	
.inhalt-r img {
	position: absolute;
	bottom: 0px;
	right: 25%;
}	
.widescreen img {
	width: 135px;
	margin: 20px 20px 20px 0;
	float: none;
}
.widescreen {
	margin-left: auto;
	margin-right: auto;
}
	p {
		word-wrap:break-word;
	}
}

@media only screen and (max-width: 350px) {
.inhalt-r img {
	position: absolute;
	bottom: 0px;
	right: 22%;
	}
}

@media only screen and (min-width: 680px) and (max-width: 768px) {
#main {
	background-image: url(img/maske_tablet.png);
	background-position: -40px 20px;
	position: relative;
	z-index: 50;
	width: 100%;
	background-repeat: repeat-y;
	border-right: 1px solid white;
}
#colour-bg {
	display: block;
	margin-left: 0px;
}
.inhalt-r img {
	position: absolute;
	bottom: 0px;
	right: 35%;
	}	
}

@media only screen and (min-width: 769px) {
#mobile-logo {
	display: none;
}
.widescreen {
	display: none;
}
}

@media only screen and (min-width: 415px) and (max-width: 679px) {
.inhalt-r img {
	position: absolute;
	bottom: 0px;
	right: 33%;
	}	
}

@media only screen and (max-width: 370px) {
div.tablet {
	display: none;
}
}

@media only screen and (min-height: 300px) and (max-height: 430px) {
div.tablet {
	display: none;
}
}

@media only screen and (max-height: 701px) and (min-width: 800px) {
div.tablet {
	display: none;
}
}

@media print {
a.hervorhebung {
	color: #888581;
}
}
