@charset "utf-8";
/* CSS Document */

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.figure{ margin:0px;}

img{ max-width:100%;}
a {color: #004ba7 !important;}
a:hover {color: #0096ff !important;}
a, a:hover, a:active{ outline:0px !important}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v29-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/open-sans-v29-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/open-sans-v29-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/open-sans-v29-latin-300.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/open-sans-v29-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/open-sans-v29-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/open-sans-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/open-sans-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/open-sans-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/open-sans-v29-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v29-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/open-sans-v29-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/open-sans-v29-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/open-sans-v29-latin-500.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/open-sans-v29-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/open-sans-v29-latin-500.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v29-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/open-sans-v29-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/open-sans-v29-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/open-sans-v29-latin-600.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/open-sans-v29-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/open-sans-v29-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v29-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/open-sans-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/open-sans-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/open-sans-v29-latin-700.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/open-sans-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/open-sans-v29-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* Primary Styles
---------------------------------*/
body {
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#444444;
	margin:0;
}
h2{
	font-size:34px;
	color:#222222;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	letter-spacing: -1px;
	margin:0 0 15px 50px;
	text-align:left;

}
h3{
	font-family: 'Open Sans', sans-serif;
	color:#222222;
	font-size:16px;
	margin:0 0 5px 0;
	text-transform:none;
	font-weight:400;
}
h6{
	font-size:16px;
	color:#888888;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:left;
	margin:0 0 60px 0;
}
p{
	line-height:24px;
	margin:0;
}

.blue {color: #ff9200;}
.red {color: #486a83;}


/* Image */

	.image {
		border: 0;
		position: relative;
	}

		.image:before {
			background: transparent;
			content: '';
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}

		.image.fit {
			display: block;
		}

			.image.fit img {
				display: block;
				width: 100%;
			}

		.image.featured {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.featured img {
				display: block;
				width: 100%;
			}
			
/* accordion */
#accordion .panel {
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 15px;
	color: #3000ff;
	text-align: left;
	background: transparent;
	padding: 10px 0;
	}

#accordion .panel a{
	font-size: 15px;
	color: #004ba7;
	text-align: left;
	background: transparent;
	}

#accordion .panel a:hover{
	font-size: 15px;
	color: #0096ff;
	background: transparent;
	}
#accordion .panel-body {
	font-size: 15px;
	color: #444;
	text-align: left;
	background: transparent;
}
#accordion .panel-body ul li{list-style: square; color: #004ba7;}
#accordion .panel-body ul li span{color: #666;}
#accordion .panel-collapse a {color: #3000ff;}
#accordion .panel-collapse a:hover {color: #0096ff;}
#accordion .panel-heading {background: transparent;}
#accordion .panel-title {
	color: #004ba7;
	text-align: left;
	background: transparent;
	padding: 0 0;}


/* Header Styles Marcel
---------------------------------*/


.header{
	text-align:left;
	background:url(../img/mdr-bg/marcel-Da-Rin1.jpg);
	padding:100px 0;

	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.header-kommunen{
	text-align:center;
	background:url(../img/mdr-bg/mdr-kommunen.jpg);
	padding:150px 0;

	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed
}
.header-schulen{
	text-align:center;
	background:url(../img/mdr-bg/mdr-schulen.jpg);
	padding:150px 0;

	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed
}
.header-familie{
	text-align:right;
	background:url(../img/mdr-bg/mdr-familie1.jpg);
	padding:150px 0;

	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed
}

.header-konzept{
	text-align:right;
	background:url(../img/mdr-bg/mdr-konzept.jpg);
	padding:150px 0;

	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed
}

.header-profil{
	text-align:right;
	background:url(../img/mdr-bg/mdr-profil.jpg);
	padding:150px 0;

	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed
}

.header-referenzen{
	text-align:right;
	background:url(../img/mdr-bg/mdr-referenzen.jpg);
	padding:150px 0;

	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed
}

.header-preis{
	text-align:right;
	background:url(../img/mdr-bg/mdr-preis.jpg);
	padding:150px 0;

	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed
}

.header-kontakt{
	text-align:center;
	background:url(../img/mdr-bg/mdr-kontakt.jpg);
	padding:150px 0;

	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed
}



.logo{
	width:450px;
	margin:0 0 22px 50px;
	text-align: left;
}
.logo-pages{
	width:450px;
	margin:0 0 22px 50px;
}
.header h1{
	font-family: 'Open Sans',sans-serif;
	font-size:44px;
	font-weight:400;
	letter-spacing: -1px;
	margin:0 0 22px 50px ;
	color:#444;
}
.header h2{
	font-family: 'Open Sans',sans-serif;
	font-size:33px;
	font-weight:300;
	letter-spacing: -1px;
	margin:0 0 22px 50px ;
	color:444;
	
}
.header p{
	font-family: 'Open Sans',sans-serif;
	font-size:16px;
	color:#486a83;
}

.we-create{
	padding:20px;
	margin:0 auto;
}
.wp-pic{
	margin-bottom:20px;
}
.we-create {
    max-width: 75%;
	font-family: 'Open Sans',sans-serif;
	font-size:15px;
	color: #444;
	text-align: center;
}
.we-create li:first-child{
	background:none;
}
.container h3{
	font-size: 20px;
	text-align: Left;
}
.container h4 {
    text-align: center;
}

.container h6{
	line-height: 24px;
}

.start-button {
	padding-left: 0px;
}

.start-button li a{
color: #07346b;
}
.text-center {text-align: center;}

.link{
    color: #004ba7 !important;
	padding:4px 10px;
	background:#fff;
	border: 1px solid #004ba7;
	font-size:14px;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	border-radius:4px;
	line-height:25px;
	margin:0px 0 0px 0 ;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.link:hover {
	text-decoration:none;
	color:#0096ff !important;
	border: 1px solid #0096ff;
	background:#fff;
}

.link:active, .link:focus {
	background: transparent;
	text-decoration:none;
	color:#0096ff !important;
}

/***** Margins ******/
.margin_100_100 {margin: 100px 0 100px 0;}
.margin_0_100 {margin: 0 0 100px 0;}
.margin_0l {margin: 15px 0 15px 0;}
ul  {margin-top: -18px;}
.margin_0 ul {margin-top: 0;}
ul li{list-style: square; color: #004ba7;  padding: 5px 0;}
ul li span{color: #666;}

/* Navigation
---------------------------------*/
.main-nav-outer{
	padding:0px;
	border-bottom:1px solid #dddddd;
	box-shadow:0 4px 5px -3px #ececec;
	position:relative;
	background:rgba(255,255,255,0.99);
}
.main-nav{
	text-align:center;
	margin:10px 0 0px;
	padding:0;
	list-style:none;
}
.main-nav li{
	display:inline;
	margin:0 1px;
}
.main-nav li a{
	display:inline-block;
	color:#004ba7;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	line-height:20px;
	margin:10px 15px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.main-nav li a:hover{ 
	text-decoration:none;
	color: #0096ff;
}

.main-nav li a.current {color: #0096ff!important;}

.small-logo{ 
	padding:0 32px;
}

.main-nav li .main-section{
	padding:90px 0 110px;
}

/* Services
---------------------------------*/
#service {margin-top:50px; margin-bottom: 50px;}
#Portfolio {padding-top:50px;}
#service a{

	font-size:15px;
    color: #ffae00;
    text-decoration: none;
}
#service a:hover{
	font-size:15px;
    color: #486a83;
    text-decoration: none;
}
#service ul li{
    list-style: none;
}
#service .apostroph { 
    margin-right: 10px;
    }
.service-list{
	padding:0 0 0 0;
	font-size:15px;
	margin-bottom:40px;
}
.service-list-list {
    margin: 0 0 20px 0;

}
.service-list-list li{
    margin: 0px 0 ;
    list-style: none;
}

.service-list-list img{
    margin: 10px 10px 0 0 ;
    list-style: none;
}
#service .color {
    color: #3000ff;
    font-weight: 600;
    margin-left: 3em;
}
#service p{
    margin-bottom:2em;
}
.service-list-col1{
	float:left;
	width:60px;
}
.service-list-col1 i{
	font-style:normal;
	font-size:38px;
	display:block;
	color:#222;
	font-family: 'FontAwesome';
	line-height:38px;
}
.service-list-col2{
	overflow:hidden;	
}
.main-section.alabaster{
	background:#f8f8f8;
}

/* Featured Work
---------------------------------*/
.featured-work{
	font-size:14px;
}
.featured-work h2{
	text-align:left;
}
.featured-box{
	padding:0 0 0 0;
	margin-bottom:25px;
	font-size:14px;
}
.featured-box h3{
	margin-bottom:5px;
}
.featured-box p{
	line-height:22px;
}
.featured-work p.padding-b{
	padding-bottom:35px;
}
.featured-box-col1{
	width:60px;
	float:left;
}
.featured-box-col1 i{
	display:block;
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	color:#777777;
	font-style:normal;
}
.featured-box-col2{ overflow:hidden;}
.featured-box.magic{
	background:url(../img/magic.png) left top no-repeat;
}
.featured-box.packaged{
	background:url(../img/packaged.png) left top no-repeat;
}
.featured-box.seo{
	background:url(../img/seo.png) left top no-repeat;
}
/*

/* Portfolio
---------------------------------*/
.Portfolio-nav{
	padding:0;
	margin:0 0 45px 0;
	list-style:none;
	text-align:center;
}
.Portfolio-nav li{
	margin:0 10px;
	display:inline;
}
.Portfolio-nav li a{
	display:inline-block;
	padding:10px 22px;
	font-size:12px;
	line-height:20px;
	color:#222222;
	border-radius:4px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	background:#f7f7f7;
	margin-bottom:5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.Portfolio-nav li a:hover{
	background:#7cc576;
	color:#fff;
	text-decoration:none;
}

.portfolioContainer{
	margin:0 auto;
	padding-left:0;
}

.Portfolio-box {
	text-align:center;
	margin-bottom:10px;
	min-height:350px;
	width:300px;
	overflow:hidden;
	float:left;
	padding:0px;
	margin: 20px auto;
}
.Service-box {
	text-align:center;
	margin-bottom:20px;
	min-height:320px;
	width:340px;
	overflow:hidden;
	float:left;
	padding:20px;
	border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(196,196,196,1);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(196,196,196,1);
    box-shadow: inset 0px 0px 3px 0px rgba(196,196,196,1);
}

.Partner {
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
	min-height:300px;
	width:100%;
	overflow:hidden;
	float:left;
	padding:20px;
	border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(196,196,196,1);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(196,196,196,1);
    box-shadow: inset 0px 0px 3px 0px rgba(196,196,196,1);
}
.Partner-box {
	text-align:left;
	margin-top:20px;
	margin-bottom:10px;
	min-height:300px;
	width:250px;
	overflow:hidden;
	float:left;
	
}
.Partner-box h3{margin-top: 20px;}
.margin {margin: 0 0 0 20px; text-align: center;}
.Service-box h3{
    margin: 0 0 20px 0;
    }
.Portfolio-box img{
	margin-bottom:25px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}

.Portfolio-box img:hover {
	opacity: 0.6;
}

.Portfolio-nav li a.current{
	background:#7cc576;
	color:#fff;
	text-decoration:none;
}
img {
   max-width:100%;
}
.text-right {text-align: center;}

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

.main-section.padding{

	padding-bottom:60px;
}
.main-section a {color: #004ba7 !important;}
.main-section a:hover {color: #0096ff !important;}
/* Clients
---------------------------------*/
.client-part-home{
	background:url(../img/mdr-infos/mdr-home.jpg) center center no-repeat;
	background-size:cover;
	padding:150px 0;
	text-align:center;
}

.client-part-haead{
	color:#444;
	font-size:28px;
	line-height:41px;
	margin:30px 0 10px;
	font-family: ''Open Sans',sans-serif';
	font-style: italic;
}
.transparent {
    background: rgba(255,255,255,0.6)
}
.client{
	padding:0;
	margin:20px 0 0;
	list-style:none;
	text-align:center;
}
.client li{
	display:inline;
	margin:0 15px;
}
.client li a{
	display:inline-block;
}
.client li a img{
	margin-bottom:15px;
	border-radius:50%;
}
.client li a:hover{
	text-decoration:none;
}
.client li a h3{
	color:#ffffff;
}
.client li a span{
	color:#f1f1f1;
}


.c-logo-part{
	background:#7cc576;
	padding:25px 0;
    filter: alpha(opacity=60);
}
.c-logo-part ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.c-logo-part ul li{
	display:inline;
	margin:0 25px;
}
.c-logo-part ul a{
	display:inline-block;
	margin: 0 20px;
}
.main-section.team{
	padding:85px 0;
}
.main-section.team h6{
	margin-bottom:40px;
}


/* Talk Business
---------------------------------*/
.business-talking{
	background:url(../img/section-bg2.jpg) top center no-repeat;
	background-size:cover;
	padding:60px 0 10px;
	text-align:center;
}
.business-talking h2{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	padding:0;
	margin:20px 0 70px;
	text-transform:uppercase;
	font-size:42px;
	color:#fff;
}


/* Contact
---------------------------------*/
.main-section.contact{
	padding:90px 0 100px;
}

.main-section.contact{
	background:url(../img/bg-map.png) left 190px no-repeat;
}
.contact-info-box{
	font-size:15px;
	margin:0 0 14px 68px;
	padding-left:0;
}
.contact-info-box h3{
	font-size: 15px;
	font-weight:400;
	float:left;
	width:102px;
	margin-right:12px;
	line-height:28px;
}
.contact-info-box h3 i{
	font-style:normal;
	font-size:18px;
	color:#222222;
	font-family: 'FontAwesome';
	font-weight:normal;
	margin-right:7px;
}
.contact-info-box span{
	line-height:28px;
	display:block;
	overflow:hidden;
}
.social-{
	padding:35px 0;
	margin:0 0 0 68px;
	display:block;
	overflow:hidden;
	list-style:none;
}
.social-link li{
	float:left;
	margin-right:8px;
}
.social-link li a{
	display:block;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:25px;
	color:#fff;
	background:#222222;
	border-radius:50%;
	transition:all 0.3s ease-in-out;
}
.social-link li a:hover, .social-link li a:focus{
	text-decoration:none;
}
.twitter a:hover {
	background: #55acee;
}
.facebook a:hover {
	background: #3b5998;
}
.pinterest a:hover {
	background: #cb2026;
}
.gplus a:hover {
	background: #dd4b39;
}
.dribbble a:hover {
	background: #ea4c89;
}

.form{
	margin:0 66px 0 30px;
}
.input-text{
	padding:15px 16px;
	border:1px solid #ccc;
	width:100%;
	height:50px;
	display:block;
	border-radius:4px;
	font-size:15px;
	color:#aaa;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
	border: 1px solid #7cc576;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);	
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area{
	height:165px;
	resize:none;
	overflow:auto;
}
.input-btn{
	width:175px;
	height:50px;
	background:#7cc576;
	border-radius:4px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	border:0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.input-btn:hover{
	background: #111;
	color: #fff;
}

/* Icon */

	.icon {
		text-decoration: none;
		position: relative;
		
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon.circle {
			-moz-transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
			border: 0;
			border-radius: 100%;
			display: inline-block;
			font-size: 1.25em;
			height: 2.25em;
			left: 0;
			line-height: 2.25em;
			text-align: center;
			text-decoration: none;
			top: 0;
			width: 2.25em;
		}

			.icon.circle.fa-google-plus {
				background: #db6b67;
				color: #fff;
			}

				.icon.circle.fa-google-plus:hover {
					background: #db6b67;
				}

			.icon.circle.fa-xing {
				background: #146049;
				color: #fff;
			}

				.icon.circle.fa-xing:hover {
					background: #146049;
				}

			.icon.circle.fa-linkedin {
				background: #4373a0;
				color: #fff;
			}

				.icon.circle.fa-linkendin:hover {
					background: #4373a0;
				}

		.icon > .label {
			display: none;
		}
		ul.icons {
		cursor: default;
	    }


/* Footer
---------------------------------*/

.footer{
	background:rgba(255, 255, 255, 0.6);
	padding:35px 0;
}
.footer-logo{
	margin:15px auto;
	width: 150px;
}
.copyright{
	color:#444;
	font-size:14px;
	display:block;
	text-align:center;
}

.copyright a{
	color:#004ba7;
	font-weight:600;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.copyright a:hover {
	color: #0096ff;
}

.res-nav_click {
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	text-decoration: none !important;
	color:#ffae00;
	font-style:normal;
	display:none;
	width:42px;
	height:27px;
	margin:20px auto;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
	color: #486a83 !important;
}

.portfolioContainer{
	max-width: 1140px;
	
}


/* Animation Timers
---------------------------------*/
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}

.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}

.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}

.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-1s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}

#service ul li{list-style: square; color: #004ba7;  padding: 5px 0;}
#service ul li span{color: #666;}
.bild-kontakt {-webkit-box-shadow: inset 0px 0px 3px 0px rgba(196,196,196,1);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(196,196,196,1);
    box-shadow: inset 0px 0px 3px 0px rgba(196,196,196,1); 
	padding: 10px }

