html {
	position: relative;
	min-height: 100%;
    height: 100%;
	overflow-x: hidden;
}
body {
	text-rendering: optimizeLegibility;	
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	color: #3f3f3f;
	background: #fff;
    /*height: 100%;*/
	overflow-x: hidden;
}

p, ul, address, a {
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
}
h1, h2, h3, h4, h5 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
}
a, a:hover, a:focus, a:active {
	font-weight: 400;
	color: #38638A;
  	text-decoration: none;
  	font-style: oblique; 
 	outline: none;
}
a {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.paul-content a, a:focus, a:active {
	font-weight: 400;
	color: #aeacac;
  	text-decoration: none;
  	font-style: oblique; 
 	outline: none;
}

.paul-content a:hover {
    /*color: #87C9B1;*/
    color: #1e2c49;
}

b {
	font-weight: 500;
}
ul {
 	margin: 0;
  	padding: 0;
}
ul li {
  	list-style: none;
}

span.logo {
	font-size:60pt;
}

/* ==========================================================================
   Forms
   ========================================================================== */
.paul-form .form-control {
	width: 100%;
	margin-bottom: 10px;
	/*padding: 14px;*/
	border-color: #87C9B1;
	border-radius: 5px;
	color: #fff;
	background: transparent;
	font-size: 16px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.paul-form .form-control:focus {
	box-shadow: none;
	color: #3f3f3f;
	border-color: #3f3f3f;
	background: #87C9B1;
	outline: none;
}

.paul-form .form-check {
	width: 100%;
	margin-bottom: 0px;
	padding: 10px;
}

.paul-form .form-check .form-check-input {
	/* margin-left: 0px;*/
}

.paul-form .form-check .form-check-label {
	color: #fff;
	font-size: 12px;
}

.paul-form .paul-btn {
	padding: 14px;
	font-size: 16px;
	color: #3f3f3f;
	border-color: transparent;
	border-radius: 5px;
	background: #87C9B1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.paul-form .paul-btn:hover {
	color: #fff;
	border-color: #87C9B1;
	border-radius: 5px;
	background: #3f3f3f;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.paul-form .paul-btn.disabled, .paul-btn:disabled {
	color: #969696;
	border-color: #969696;
	background: transparent;
}
.paul-form .contact-error {
	color: #D57A4E;
}

.paul-form .contact-success {
	color: #87C9B1;
}

.paul-form .hidden {
	display: none;
	visibility: hidden;
}

/* ==========================================================================
   Intro Area
   ========================================================================== */
.paul-intro-area {
  	background: url(../img/bg/cpu.jpg) fixed no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
  	background-size: cover;
  	color: #fff;
  	overflow: hidden;
  	position: relative;
}

.paul-intro-area .paul-intro-content {
  	padding: 20rem 0 20rem;
}

.paul-intro-area .paul-intro-content img {
	height: 150px;
	margin-bottom: 35px;
}

.paul-intro-area .paul-intro-content h1 {
	color: #fff;
	font-family: 'Giorgio', Helvetica, Arial, sans-serif;
  	font-size: 42px;
  	font-weight: 700;
  	margin-bottom: 25px;
}

.paul-intro-area .paul-intro-content h2 {
  	color: #fff;
  	font-size: 20px;
  	font-weight: 400;
  	line-height: 30px;
}

.paul-intro-area .paul-intro-content .paul-whitespace {
	display: block;
}

/* ==========================================================================
   Navigation
   ========================================================================== */
.paul-nav-brand {
	position: relative;
	padding: 0px;
	margin: 0px;
}

.paul-nav-sign {
	display: none;
	height: 40px;
	width: 235px;
	margin: 0;
	padding: 0;
}

.paul-nav .navbar-nav .nav-link {
  	color: #fff;
  	font-style: normal;
  	font-weight: 500;
  	padding: 0 15px;
  	margin-top: 20px;
  	margin-bottom: 20px;
  	line-height: 40px;
  	border-radius: 5px;
    border: 1px solid transparent;
  	background: transparent;
  	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.top-nav-collapse {
  	background: #fff !important;
  	z-index: 999999;
  	top: 0px !important;
  	min-height: 80px;
  	padding: 0;
  	box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  	-webkit-animation-duration: 1s;
  	animation-duration: 1s;
  	-webkit-animation-fill-mode: both;
  	animation-fill-mode: both;
  	-webkit-animation-name: fadeInDown;
  	animation-name: fadeInDown;
}

.top-nav-collapse .paul-nav-sign {
	display: inline-block;
	font-size: 25pt;
	color: #6ac1b0;
}

.top-nav-collapse .navbar-nav .nav-link {
	background-color: transparent !important;
    margin-right: 0;
}

.paul-nav.menu-transparent .navbar-nav li a {
    /*background-color:rgba(30, 44, 73, 0.7);*/
    margin-right: 5px;
    color: white;
}

.paul-nav.top-nav-collapse .navbar-nav li a {
	color: #3f3f3f;
}

.paul-nav .navbar-nav li a:hover,
.paul-nav .navbar-nav li .active > a,
.paul-nav .navbar-nav li a:focus {
  	color: #6ac1b0;
}

.navbar .nav-link.active {
  	border: 1px solid #6ac1b0;
}

.slicknav_btn {
	background-color:transparent;
  	border-radius: 5px;
	/*border: 1px solid #1e2c49;*/
    border: 1px solid #87C9B1;
    margin: 20px 15px;
}

.slicknav_menu {
	/*background-color: #1e2c49;*/
    background-color: transparent;
}

.slicknav_menu ul {
	background-color: #1e2c49;
}

.slicknav_menu .slicknav_icon-bar {
	display: block;
	color: #fff;
    text-align: center;
	border-radius: 4px;
  	/*background-color: #1e2c49;*/
    background-color: #87C9B1;
    /*background-color: white;*/
  	-webkit-transition: all 0.2s linear;
  	-moz-transition: all 0.2s linear;
  	-o-transition: all 0.2s linear;
  	transition: all 0.2s linear;	
}
.dropdown-toggle::after {
  	display: none;
}

.navbar-toggler {
  	display: none;
}

.navbar-toggler i {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
  	background-color: #87C9B1;
  	-webkit-transition: all 0.2s linear;
  	-moz-transition: all 0.2s linear;
  	-o-transition: all 0.2s linear;
  	transition: all 0.2s linear;
}

.mobile-menu {
  	display: none;
}

.slicknav_menu {
  	display: none;
}

@media screen and (max-width: 991px) {
	.navbar-header {
    	width: 100%;
  	}
  	.navbar-brand {
    	position: absolute;
    	padding: 10px;
    	top: 0;
  	}
  	.navbar-brand img {
    	width: 70%;
  	}
  	#mobile-menu {
    	display: none;
  	}
  	.slicknav_menu {
    	display: block;
 	}
  	.slicknav_nav {
  		top: 5em;
    	padding: 5px;
    	border-radius: 5px;
    	border: 1px solid #fff;
  	}
  	.slicknav_nav a {
    	border-radius: 5px;
        border: 1px solid transparent;
  	}
  	.slicknav_nav .active a {
    	border: 1px solid #87C9B1;
  	}
  	.slicknav_nav a:hover {
		border: 1px solid #87C9B1;
  	}
}

/* ==========================================================================
   Sections
   ========================================================================== */
.paul-section {
  	padding: 130px 0;
}

.paul-section .section-header {
  	text-align: center;
  	margin-bottom: 40px;
}

.paul-section .section-header .section-title {
  	color: #3f3f3f;
	font-size: 42px;
  	font-weight: 700;
  	position: relative;
  	margin-top: 0;
}

.paul-section .section-header .section-subtitle {
  	color: #3f3f3f;
  	font-size: 18px;
  	font-weight: 400;
	margin-top: 15px;
}

.paul-section .section-header .section-line {
  	border-top: 2px solid #6ac1b0;
  	width: 70px;
  	position: relative;
	margin: auto;
  	margin-top: 15px;
}

.paul-section .section-content p {
}

.paul-section .section-content h3 {
	color: #6ac1b0;
	font-size: 22px;
	line-height: 30px;
}

.paul-section.section-services {
	background-color: #38638A;
	background: url(../img/bg/board.jpg) fixed no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.paul-section.section-services .section-title {
	color: #fff;
}

.paul-section.section-services .section-subtitle {
  	color: #fff;
}

.paul-section.section-services .section-line {
	border-top: 2px solid #87C9B1;
}

.paul-section.section-services .section-content p,
.paul-section.section-services .section-content ul,
.paul-section.section-services .section-content li,
.paul-section.section-services .section-content address,
.paul-section.section-services .section-content span {
	color: #fff;
}

.paul-section.section-services .section-content h3 {
	color: #87C9B1;
}

.services-box {
	padding-top: 20px;
}

.services-box .box-icon {
	display: inline-block;
	float: left;
	width: 60px;
	height: 60px;
	border: 1px solid #87C9B1;
	border-radius: 5px;
	text-align: center;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.services-box .box-icon i {
	color: #87C9B1;
	font-size: 24px;
	line-height: 60px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.services-box:hover .box-icon {
	background: #87C9B1;
}

.services-box:hover .box-icon i {
	color: #fff;
}

.services-box .box-content {
	padding-left: 80px;
	padding-right: 30px;
}

.services-box .box-content h4 {
	color: #87C9B1;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 22px;
}

.services-box .box-content p {
}
.paul-section.section-energy {
	background-color: #38638A;
	background: url(../img/bg/light-bulb.jpg) fixed no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.paul-section.section-energy .section-title {
	color: #fff;
}

.paul-section.section-energy .section-subtitle {
  	color: #fff;
}

.paul-section.section-energy .section-line {
	border-top: 2px solid #87C9B1;
}

.paul-section.section-energy .section-content p,
.paul-section.section-energy .section-content ul,
.paul-section.section-energy .section-content li,
.paul-section.section-energy .section-content address,
.paul-section.section-energy .section-content span {
	color: #fff;
}

.paul-section.section-energy .section-content h3 {
	color: #87C9B1;
}

.energy-box {
	padding-top: 20px;
}

.energy-box .box-icon {
	display: inline-block;
	float: left;
	width: 60px;
	height: 60px;
	border: 1px solid #87C9B1;
	border-radius: 5px;
	text-align: center;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.energy-box .box-icon i {
	color: #87C9B1;
	font-size: 24px;
	line-height: 60px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.energy-box:hover .box-icon {
	background: #87C9B1;
}

.energy-box:hover .box-icon i {
	color: #fff;
}

.energy-box .box-content {
	padding-left: 80px;
	padding-right: 30px;
}

.energy-box .box-content h4 {
	color: #87C9B1;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 22px;
}

.energy-box .box-content p {
}
/*
.paul-section.section-partner {
        background-color: #38638A;
        background: url(../img/bg/bg1.jpg) fixed no-repeat;
        background-size: cover;
        overflow: hidden;
        position: relative;
}
.paul-section.section-partner .section-title {
        color: #fff;
}

.paul-section.section-partner .section-subtitle {
          color: #fff;
}

.paul-section.section-partner .section-line {
        border-top: 2px solid #87C9B1;
}

.paul-section.section-partner .section-content p,
.paul-section.section-partner .section-content ul,
.paul-section.section-partner .section-content li,
.paul-section.section-partner .section-content address,
.paul-section.section-partner .section-content span {
        color: #fff;
}

.paul-section.section-partner .section-content h3 {
        color: #fff;
}
*/

.partner-box {
        padding-top: 20px;
}

.partner-box .box-icon {
        display: inline-block;
        float: left;
        width: 60px;
        height: 60px;
        border: 1px solid #87C9B1;
        border-radius: 5px;
        text-align: center;
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
}

.partner-box .box-icon i {
        color: #87C9B1;
        font-size: 24px;
        line-height: 60px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
}

.partner-box:hover .box-icon {
        background: #87C9B1;
}

.partner-box:hover .box-icon i {
        color: #fff;
}

.partner-box .box-header {
        padding-left: 80px;
}

.partner-box .box-content {
        margin-top:15px;
        /*padding-left: 80px;*/
        /*padding-right: 30px;*/
}

.partner-box .box-content h4 {
        color: #87C9B1;
        font-weight: 700;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 22px;
}

.partner-box .box-content p {
}

.paul-section.section-contact {
	background-color: #38638A;
	background: url(../img/bg/laptop_notes.jpg) fixed no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.paul-section.section-contact .section-title {
	color: #fff;
}

.paul-section.section-contact .section-subtitle {
  	color: #fff;
}

.paul-section.section-contact .section-line {
	border-top: 2px solid #87C9B1;
}

.paul-section.section-contact .section-content p,
.paul-section.section-contact .section-content address,
.paul-section.section-contact .section-content span,
.paul-section.section-contact .section-content a {
	color: #fff;
}

.paul-section.section-contact .section-content h3 {
	color: #87C9B1;
}

.paul-section.section-contact .section-content .contact-spacer {
	display: block;
	height: 40px;
}

/* Firefox > 51/Chrome > 57/Opera > 44/Safari > 10.1 */
.paul-section.section-contact input::placeholder {
  color: darkgray;
}
.paul-section.section-contact input:focus::placeholder {
  color: dimgray;
}

/* Edge/Chrome/Opera/Safari */
.paul-section.section-contact input::-webkit-input-placeholder {
    color: darkgray;
}
.paul-section.section-contact input:focus::-webkit-input-placeholder {
    color: dimgray;
}

/* Internet Explorer 10+ */
.paul-section.section-contact input:-ms-input-placeholder { 
    color: darkgray;
}
.paul-section.section-contact input:focus:-ms-input-placeholder {
    color: dimgray;
}

.paul-section.section-impressum {
	padding-bottom: 20px;
}

/* ==========================================================================
   Footer Style
   ========================================================================== */
.paul-footer {
	background: #fff;
}

.paul-footer .footer-content {
	padding: 80px 15px 80px 15px;
}

.paul-footer hr {
	border-color: #6ac1b0;
}

.paul-footer .footer-content h3 {
	color: #6ac1b0;
	font-size: 22px;
	line-height: 30px;
}

/* ========================================================================== 
   Scroll To Up 
   ========================================================================== */
.back-to-top {
	display: none;
	position: fixed;
	bottom: 18px;
	right: 15px;
}
.back-to-top i {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-radius: 4px;
  	background-color: #87C9B1;
  	-webkit-transition: all 0.2s linear;
  	-moz-transition: all 0.2s linear;
  	-o-transition: all 0.2s linear;
  	transition: all 0.2s linear;
}
