/*	################################################################

	Author: Carlos Alvarez
	URL: http://alvarez.is

	Project Name: SOLID - Bootstrap 3 Theme
	Version: 1.0
	URL: http://alvarez.is
	
################################################################# */ 
/*@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,900);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,900);*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Raleway:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
	* { 
		margin: 0;
		padding: 0px;
	} 

body { 
	background: #ffffff; 
	margin: 0; 
	height: 100%; 
	color: #384452;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

p { 
	padding: 0; 
	margin-bottom: 12px; 
	font-family: 'Lato', sans-serif;
	font-weight: 400;
/*
	font-size: 18px; 
	line-height: 28px;
*/
	font-size: 1.25em; 
	line-height: 1.6;
	color: #384452; 
	margin-top: 10px; 
	max-width: 767px;     /* hinzugefügt (BM)*/
}
.p994			{ max-width: 994px; }
.KeinUmbruch 	{ white-space: nowrap; } 			/* hinzugefügt (BM)*/
.etwas_kleiner 	{ font-size: 17px; }
.klein			{ font-size: 13px; }
.fontsize15			{ font-size: 1.5em; }
.hFont			{ font-family: 'Raleway', sans-serif; }
.p_mt_minus_3 	{ margin-top: -3px; }
.p_mt_minus_5 	{ margin-top: -5px; }
.p_mt_minus_7 	{ margin-top: -7px; }
.p_mt_minus_12 	{ margin-top: -12px; }
.p_mb_minus_3 	{ margin-bottom: -3px; }
.p_ml			{ margin-left: 0.6em; }
.haengend		{ text-indent: -1.6em; margin-left: 1.6em; }
.eingerueckt	{ margin-left: 1.6em; }
/*.spacing02em	{ letter-spacing: 0.2em; }*/

.ptitle		{ 	font-family: 'Raleway', sans-serif; 
				font-size: 1.25em; 
}

.psmall		{ font-size: 1.1em; line-height: 1.7;}
.psmalll	{ font-size: 1em; line-height: 1.5;}

.note 	{ font-size: 14px; line-height: 23px;}

.BlueNote { color: #105994; }

.pButton 	{ 
	font-size: 100%; 
	line-height: 100%;
	margin-left: 2px;

	color: DarkOrange;
	background-color: transparent;
	border-color: transparent;
/*
	border-radius: 50%;
	background-color: #384452;
	border-color: transparent;
	padding-top:    5px;
	padding-bottom: 5px;
	padding-left:   5px;
	padding-right:  5px;
*/
}

.pButton2 	{ 
	font-size: 80%; 
	line-height: 100%;
	margin-left: 2px;

	color: DarkOrange;
	background-color: transparent;
	border-color: transparent;
}

.pButton3 	{ 
	font-size: 80%; 
	line-height: 100%;
	margin: -6px;

	color: DarkOrange;
	background-color: transparent;
	border-color: transparent;
}

ul { 
   padding-left: 2em;
}

.nobullet {
	list-style-type: none;
	padding-left: 0em;
	margin-left: -1em;
}

							/* ol hinzugefügt (BM)*/
ol { padding-left: 2em; }
.olbold { font-weight: 700; }
.ABC { list-style-type: upper-alpha; }
.abc { list-style-type: lower-alpha; }

li {
	font-size: 18px; 
	line-height: 28px;
	padding-left: 10px;
	max-width: 767px;     /* hinzugefügt (BM)*/
	font-weight: 400;
}


img {
	height: auto;
	max-width: 100%;
}

a { 
	padding: 0;
	margin: 0;
	color:#76a3c9;
/*	color:rgb(118,163,201
);*/
/*	color:rgb(57,106,147);*/
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#ff9c00;
}

::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}

.centered {
	text-align: center
}

.left {
	text-align: left
}

/*	################################################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */

/* Original, unten geändert (BM)
.navbar {
	min-height: 70px;
	padding-top: 5px;
	margin-bottom: 0px;
}
*/

.navbar {
	min-height: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}

.navbar-brand {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 20px;
}

.navbar-header .navbar-brand {
	color: orange;
}

.navbar-default .navbar-nav > li > a {
	color: white;
	font-weight: 700;
	font-size: 15px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #76a3c9;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: orange;
	background-color: transparent;
}

.navbar-default {
	background-color: #384452;
	border-color: transparent;
}

.dropdown-menu {
	background: #384452;
}

.dropdown-menu > li > a {
	color: white;
	font-weight: 700;
	font-size: 12px;
}

.btn-theme {
  color: #fff;
  background-color: #384452;
  border-color: #384452;
  margin: 4px;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #00b3fe;
  border-color: #00b3fe;
}
/*
.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus{
	color: #ffffff;
	background-color: none;
	border-color: #ffffff;
}
.dmbutton {
	background:none;
	border: none;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 4rem;
	padding-right: 1rem;
	letter-spacing:0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 3rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}
*/
.mtb {
	margin-top: 80px;
	margin-bottom: 80px;
}

.mtb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.mtb40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.mb {
	margin-bottom: 60px;
}

.mt {
	margin-top: 60px;
}

/* hinzugefügt (BM)*/

.mtb_fusszeilenlinks {
	margin-top: 50px;
	margin-bottom: 30px;
}

.mb25 {	margin-bottom: 25px;}
.mb30 {	margin-bottom: 30px;}

.mtbeispiel {	margin-top: 30px;}
.mtbullet {	margin-top: 5px;}
.mtphasen {	margin-top: 42px;}
.mt3 {		margin-top: 3px;}
.mt5 {		margin-top: 5px;}
.mt7 {		margin-top: 7px;}
.mt10 {		margin-top: 10px;}
.mt15 {		margin-top: 15px;}
.mt20 {		margin-top: 20px;}
.mt25 {		margin-top: 25px;}
.mt30 {		margin-top: 30px;}
.mt40 {		margin-top: 40px;}
.mt50 {		margin-top: 50px;}
.mt60 {		margin-top: 60px;}
.mt70 {		margin-top: 70px;}
.mt80 {		margin-top: 80px;}     /* hinzugefügt (BM) Ende*/

.hline {
	border-bottom: 2px solid #b4c4d7;
}

.hline-w {
	border-bottom: 2px solid;
	margin-bottom: 25px;
	color:#CCC;
}
/*	################################################################
	SITE WRAPS
################################################################# */

#headerwrap {
	background-color: white;
	min-height: 250px;
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: center;
}

#headerwrap h3, h5 {
	color: #76a3c9;
	font-weight: 700;
}

#headerwrap h1 {
	color: #76a3c9;
	margin-bottom: 25px;
}

#headerwrap .img-responsive {
	margin: 0 auto;
}

/* Services Wrap */
#service {
	margin-top: 50px;
	margin-bottom: 10px;
}

#service2 {
	margin-top: 0px;
	margin-bottom: 30px;
}


#service i a{
	color: orange;

}

#service i {
	color: #76a3c9;
	font-size: 60px;
	padding: 3px;
}

/* Portfolio Wrap */
#portfoliowrap {
	padding-top: 60px;
	margin-bottom: 60px;
	display: block;
	text-align: center
}

#portfoliowrap h3 {
	margin-bottom: 25px;
}

.portfolio {
	display:block;
}


.portfolio-item .title:before {border-radius:0; display:none}
.portfolio-item p {margin:0px 0 30px;}
.portfolio-item h3 {margin:-10px 0 10px; font-size:16px; }


.tpl6 h3
{
	color:#fff;
	margin:0;
	padding:20px 5px 0;
	font-size:18px;
}
.tpl6 he-wrap tpl6
{
	display:inline-block;
	margin:30px 5px 20px 5px;
	font-size:13px;
}

.tpl6 .bg
{
	height:100%;
	width:100%;
	background-color:#76a3c9;
	background-color:rgba(118,163,201,.8);
	text-align:center;
}

/* Testimonials Wrap */
#twrap {
	background: #76a3c9;
	margin-top: 0px;
	padding-top:60px;
	text-align:center;
	background-attachment: scroll;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#twrap i {
	font-size: 50px;
	color: white;
	margin-bottom: 25px;
}

#twrap p {
	color: white;
	font-size: 15px;
	line-height: 30px;
}

/* clients logo */
#cwrap {
	background: #76a3c9;
	margin-top: 0px;
	padding-top: 80px;
	padding-bottom: 100px;
}

#cwrap h3 {
	margin-bottom: 60px;
}

/* Footer */
#footerwrap {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #384452;
}

#footerwrap p {
	color: #bfc9d3;
		font-size: 16px;
}

#footerwrap h4 {
	color: white;
font-size: 16px;
}

#footerwrap i {
	font-size: 16px;
	color: #bfc9d3;
	padding-right: 25px;
}

#footerwrap i:hover {
	color: #00b3fe
}

/*	################################################################
	PAGE CONFIGURATIONS
################################################################# */
/* General Tweaks */


#black {
	background: #384452;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#black h4 {
	color: orange;
	margin-left: 15px;
	text-align:center;
        text-transform: none
}

#blue {
	background: #76a3c9;
	margin-top: 60px;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 15px;
}

#blue h3 {

	margin-left: 15px;
}

#blue h4 {
	color: white;
	margin-left: 15px;
}

#blue h5 {
		font-size: 15px;
text-transform: uppercase;
	color: white;
	margin-left: 15px;
}

.blueheader {
	color: #76a3c9;
}


.ctitlelight {
	color: DarkOrange;
	font-weight: 400;
}

.ctitle {
	color: DarkOrange;
	font-weight: 700;
	margin-bottom: 15px;
}
							/* hinzugefügt (BM) */
.centered_767 {
	text-align: center;
	max-width: 767px;
}

csmall {
	font-size: 12px;
	color: #b3b3b3;
}
csmall2 {
	font-size: 12px;
	color: #f39c12
}

.spacing {
	margin-top: 40px;
	margin-bottom: 40px;
}

.badge-theme {
	background: #00b3fe;
}

/* start Page */
#startwrap {
	background: url(../img/kontakt.jpg) no-repeat center top;
	margin-top: -40px;
	padding-top:0px;
	text-align:center;
	background-attachment: scroll;
	background-position: center center;
	min-height: 400px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#evawrap {
	background: url(../img/evaluation.jpg) no-repeat center top;
	margin-top: 20px;
	padding-top:0px;
	text-align:center;
	background-attachment: scroll;
	background-position: center center;
	min-height: 300px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#servicewrap {
	background: url(../img/service.jpg) no-repeat center top;
	margin-top: 20px;
	padding-top:0px;
	text-align:center;
	background-attachment: scroll;
	background-position: center center;
	min-height: 300px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Contact Page */
#contactwrap {
	background: url(../img/kontakt1.jpg) no-repeat center top;
	margin-top: 20px;
	padding-top:0px;
	text-align:center;
	background-attachment: scroll;
	background-position: center center;
	min-height: 300px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Blog Page */
.popular-posts { 
	margin: 0px;
	padding-left: 0px;
	}
	
.popular-posts li {
	list-style: none; 
	margin-bottom: 20px; 
	min-height: 70px;
}
.popular-posts li a, 
.popular-posts li a:hover {
	color:#2f2f2f; 
	text-decoration: none;
	}
	
.popular-posts li img {
	float: left; 
	margin-right: 20px;
	}
	
.popular-posts li em {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #b3b3b3
	}

.popular-posts p {
	line-height: normal;
	margin-bottom: auto;
}	

.share i {
	padding-right: 15px;
	font-size: 18px;
}