hr{
	border-width: 3px 0 0;
}

#ingbw{
	position: fixed;
	bottom: 7px;
	right: 10px;
	background: url(../img/ingbw.png);
	height: 44px;
	width: 150px;
}

#impressum{
	display: none;
	padding: 20px
}


.description{
	font-size: 1.5em;

	margin: 20px 0 40px;

}

body {
    background: #fff;
    font-family: Arial, sans-serif;
    font-weight: 300;
    text-align: center;
    color: #6a615e;
}

strong { font-weight: 600; }

a, a:hover, a:focus {
	color: inherit;
	text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 60px;
    line-height: 64px;
    font-weight: bold;
    color: #566474;
}

h2{
	color:  #566474 !important;
	font-size: 50px;
}

img { max-width: 100%; }

::-moz-selection { background: #ccc; color: #566474; text-shadow: none; }
::selection { background: #ccc; color: #566474; text-shadow: none; }


/***** Top menu *****/

nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
	font-size: 14px;
	color: #566474;
    line-height: 32px;
    text-transform: uppercase;
    box-shadow: 0 0 12px rgba(0,0,0,0.6);

}

nav .nav-links { text-align: right; }
nav .nav-logo { text-align: left; }

nav a {
	display: inline-block;
	margin: 0 15px;
	padding: 14px 0;
	color: #7d8b98;
	/*font-weight: 600;*/
}
nav a:hover { color: #ccc; }
nav a:focus { color: #566474; }

nav .nav-logo a {
	width: 250px;
	height: 60px;
	margin: 0;
	padding: 0;
	background: url(../img/logo.png) left center no-repeat;
	background-size: auto;
	text-indent: -9999px;
}

nav .show-menu {
	display: none;
}

nav .show-menu a {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	font-size: 21px;
	color: #566474;
}
nav .show-menu a:hover { color: #000; }

.table tr > th{
	border-top: 0px solid #fff !important;
	border-bottom: 2px solid #ddd;
}

.table .right{
	text-align: right;
}

.trenner{
	background: #566474;

}

.trenner h2{
	color: #fff;

}

.container-1{
	min-height: 150px;
}

/***** Top content *****/

.top-content {
    margin: 0 auto;
    color: #fff;
}

.inner-bg {
    padding: 180px 0;
}

.top-content .logo {
	padding-bottom: 20px;
}

.top-content .logo h1 {
	margin: 0;
	color: #fff;
}

.top-content .logo a {
	color: #fff;
}

.top-content .logo a:hover { color: #fff; }
.top-content .logo a .logo-color { color: #566474; }

.top-content .menu {
	margin-top: 40px;
}

.top-content .description {
    font-size: 22px;
    line-height: 33px;
    margin: 15px 0 0;
    padding: 0 180px;
}

.top-content .description .underlined {
	border-bottom: 1px dotted #eee;
}


/***** Services *****/

.services-container {
    margin: 0 auto;
    padding-bottom: 70px;
    color: #888;
}

.services {
    margin-top: 30px;
    padding-bottom: 10px;
}

    

.services p {
	margin-top: 30px;
	padding: 0 120px;
    font-size: 22px;
    line-height: 36px;
}

.services-box-1 {
	margin-top: 30px;
}

.services-box-1 h3 {
	padding: 10px 0;
	font-size: 18px;
    font-weight: 600;
    color: #555;
    line-height: 22px;
    text-transform: uppercase;
}

.services-box-1 p {
	font-size: 18px;
    line-height: 32px;
}

.services-box-1 .services-box-1-icon {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    padding-top: 10px;
    border: 1px solid #eee;
    font-size: 112px;
    color: #9d435a;
    -moz-border-radius: 95px;
    -webkit-border-radius: 95px;
    border-radius: 95px;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.services-box-1 .services-box-1-icon:hover { border: 1px solid #9d435a; }

.services-box-1 .services-box-1-button {
	margin-top: 30px;
	margin-bottom: 10px;
}


/***** Container 1 *****/

.container-1 {
    margin: 0 auto;
    padding-bottom: 70px;
    color: #fff;
}

.container-1-text {
    margin-top: 60px;
    padding-bottom: 10px;
}

.container-1-text p {
	margin-top: 30px;
	padding: 0 120px;
    font-size: 22px;
    line-height: 36px;
}

.container-1-text .container-1-text-2 {
	margin-top: 30px;
	font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}
.container-1-text .container-1-text-2 a { color: #fff; border-bottom: 1px dotted #eee; }
.container-1-text .container-1-text-2 a:hover { color: #fff; border: 0; }

.container-1-text .container-1-button { margin-top: 30px; }


/***** Service 2 *****/

.service-2 { color: #888; }
.service-2 h2 { color: #555; }


/***** Portfolio *****/

.portfolio-container {
    margin: 0 auto;
    padding-bottom: 80px;
    /*color: #888;*/
}

.portfolio {
    margin-top: 60px;
    padding-bottom: 10px;
}

.portfolio h2 {

}

.portfolio p,
div#go-to-stellen.blog-container div.container div.row div.col-sm-12.stellen p,
.contact p
 {
	padding: 0 20px;
    font-size: 18px;
    line-height: 36px;
}

.portfolio-filters {
	margin-top: -10px;
	padding: 0px 0;
    font-size: 15px;
    font-weight: 300;
    color: #555;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;	
}

.portfolio-filters a { color: #555; }
.portfolio-filters a:hover, .portfolio-filters a.active { color: #9d435a; }

.portfolio-box {
	position: relative;
	width: 155px;
	margin: 0px 15px 30px 15px;
	overflow: hidden;
}

.portfolio-box-text-container {
	position: absolute;
	bottom: -200px;
	left: 0;
	right: 0;
	width: 255px;
	-o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.portfolio-box-text {
	background: #3d3d3d;
	background: rgba(61, 61, 61, 0.8);
	color: #fff;
    text-align: left;
    cursor: pointer;
    height: 300%;
}
.portfolio-box:hover .portfolio-box-text-container { bottom: 0;  }

.portfolio-box-text h3 {
	margin: 0;
	padding: 26px 20px 0 20px;
	font-size: 18px;
    line-height: 32px;
}

.portfolio-box-text p {
	margin: 0;
	padding: 3px 20px 15px 20px;
	font-size: 16px;
    line-height: 30px;
}


/***** Testimonials *****/

.testimonials {
    margin-top: 30px;
    padding-bottom: 30px;
    color: #888;
}

	

.testimonials p {
	margin-top: 30px;
    font-size: 22px;
    line-height: 36px;
}
.testimonials table {
	font-size: 14px;
    line-height: 30px;
    margin-top: 30px;
    text-align: left;
    width: 100%;
}

.testimonial-single {
	display: inline-block;
}

.testimonial-single p, .testimonial-single table {
	display: none;
}

.testimonial-single-image {
	display: inline-block;
	padding: 0 8px 8px 8px;
	text-transform: uppercase;
	cursor: pointer;
	border-bottom: 1px solid #fff;

}
.testimonial-single-image.active {
	border-bottom: 1px solid #000;

}
.testimonial-single-image:hover {
	
	border-bottom: 1px solid #566474;
}

.testimonial-single-image img {
	width: 100%;
	opacity: 0.5;
	cursor: pointer;

}

.testimonial-active {
	padding-bottom: 20px;
	-o-transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
    min-height: 300px;
}

.testimonial-quote {
	font-family: Georgia, serif;
	font-size: 90px;
	line-height: 70px;
	color: #ccc;
}


/***** Blog *****/

.blog-container {
    margin: 0 auto;
    padding-bottom: 80px;
    color: #888;
}

.blog {
    margin-top: 60px;
    padding-bottom: 10px;
}

    

.blog p {
	margin-top: 30px;
	padding: 0 120px;
    font-size: 22px;
    line-height: 36px;
}

.blog-box-1 {
	padding-top: 30px;
	text-align: left;
}

.blog-box-1 h3 {
	padding: 0;
	font-size: 18px;
    font-weight: 600;
    color: #555;
    line-height: 22px;
    text-transform: uppercase;
    color: #566474;
}
.blog-box-1 h3 a, .blog-box-1 h3 a:hover { color: #555; }

.blog-box-1 .blog-box-1-date {
	font-size: 16px;
    line-height: 30px;
    font-style: italic;
    color: #566474;
}

ul.dash {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}
ul.dash li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}

.blog-box-1 .blog-box-1-text {
	font-size: 16px;
    line-height: 30px;
}

.blog-box-1 .blog-box-1-more {
	margin-top: 30px;
	margin-bottom: 10px;
}

.blog-all-posts {
	margin: 50px 0 10px 0;
	overflow: hidden;
}


/***** Latest tweets *****/

.latest-tweets p { word-wrap: break-word; }

.latest-tweets a, .latest-tweets a:focus { color: #fff; }
.latest-tweets a:hover { color: #fff; border-bottom: 1px dotted #fff; }

.latest-tweets ul {
	margin: 20px 0 0 0;
	padding: 0;
	-webkit-padding-start: 0;
}

.latest-tweets li {
	margin: 0 5px;
	display: inline-block;
	list-style: none;
}

.latest-tweets li .tweet_nav {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}


/***** About us *****/

.about-us-container {
    margin: 0 auto;
    padding-bottom: 60px;
    color: #fff;
    background: #566474;
}

.about-us {
    margin-top: 60px;
    padding-bottom: 10px;
}

    

.about-us p {
	margin-top: 30px;
	padding: 0 120px;
    font-size: 22px;
    line-height: 36px;
}

.about-us-box-1 {
	margin-top: 30px;
}

.about-us-box-1 h3 {
	padding: 10px 0;
	font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 22px;
    text-transform: uppercase;
}

.about-us-box-1 p {
	font-size: 18px;
    line-height: 25px;
}

.about-us-photo-container {
	width: 194px;
    height: 194px;
    margin: 0 auto;
    border:0px solid #fff;
    -moz-border-radius: 97px;
	-webkit-border-radius: 97px;
	border-radius: 97px;
	-o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.about-us-box-1 .about-us-photo {
    border: 3px solid #fff;
    margin: 6px auto 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 170px;
}

.about-us-box-1 .about-us-photo img {
    max-width: none;
    width: auto;
}

.about-us-box-1 .about-us-photo .about-us-social {
	position: absolute;
	top: 112px;
	left: 0;
    width: 180px;
    height: 180px;
    padding-top: 10px;
    background: #3d3d3d;
    background: rgba(61, 61, 61, 0.8);
}

.about-us-box-1 .about-us-photo .about-us-social, 
.about-us-box-1 .about-us-photo .about-us-social a, 
.about-us-box-1 .about-us-photo .about-us-social a:hover {
	font-size: 18px;
	color: #fff;
	line-height: 20px;
}

.about-us-box-1 .about-us-photo .about-us-social a { margin: 0 4px; }
.about-us-box-1 .about-us-photo .about-us-social p { font-size: 14px; line-height: 28px; color: #ccc; text-transform: uppercase; }


/***** Our skills *****/

.stellen {
    margin-top: 60px;
    padding-bottom: 0px;

  
}

.skills-container{
	/*text-align: left;*/
	padding: 60px;
	-o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.skills {
    margin-top: 60px;
    padding-bottom: 70px;
}

.skills h3 {
    font-size: 18px;
    margin:1em 0;
    font-weight: bold;
}

.skills p {
	margin-top: 30px;
    font-size: 22px;
    line-height: 36px;
}

.skills-single {
	display: inline-block;
	margin-top: 30px;
}

.skills-single article {
	display: none;
}

.skills-single-icon {
	display: inline-block;
	width: 120px;
	height: 120px;
	margin: 0 5px 10px 5px;
	padding-top: 32px;
	background: #3d3d3d;
    background: rgba(0, 0, 0, .3);
    border: 1px solid #3d3d3d;
    border: 1px solid rgba(0, 0, 0, 0);
	cursor: pointer;
	vertical-align: top;
	font-size: 16px;
	font-weight: bold;
    line-height: 20px;
	-moz-border-radius: 71px;
	-webkit-border-radius: 71px;
	border-radius: 71px;
	-o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.skills-single-icon:hover { background: #746a67; }

.skills-single-icon.active { background: none; border-color: #fff; }
.skills-single-icon.active:hover { background: none; }

.skills-single-icon span {
	font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;	
}

.skills-active {
	margin: auto;
    max-width: 720px;
    padding-bottom: 20px;
}


/***** Contact us *****/

.contact {
    margin-top: 60px;
    padding-bottom: 20px;
    color: #888;
}

.contact h2 {
}

.contact p {
}

.contact-form, 
.contact-address {
	padding-bottom: 80px;
	color: #888;
	text-align: left;
}

.contact-form h3, 
.contact-address h3 {
	padding: 0 0 10px 0;
	font-size: 18px;
    font-weight: 600;
    color: #555;
    line-height: 22px;
    text-transform: uppercase;
}

.contact-form p {
	margin: 15px 0 0 0;
	font-size: 18px;
	line-height: 32px;
}

.contact-form form {
	margin: 15px 0 0 0;
}

.contact-form form input, 
.contact-form form textarea {
    width: 95%;
    height: 52px;
    margin-bottom: 20px;
}

.contact-form form textarea {
	height: 162px;
}

.contact-form form .contact-error {
	border-color: #9d435a;
}

.contact-address .map {
	height: 210px;
	margin: 15px 0 40px 0;
}

.contact-address p {
	margin-bottom: 5px;
	font-size: 18px;
    line-height: 32px;
}

.contact-address p i {
	width: 40px;
	font-size: 24px;
	color: #ccc;
	vertical-align: middle;
}


/***** Subscription form *****/

.subscribe-container {
	margin: 0 auto;
	padding-bottom: 60px;
	background: #f5f5f5;
	color: #888;
}

.subscribe {
    margin-top: 60px;
}

	

.subscribe p {
	margin-top: 30px;
    font-size: 22px;
    line-height: 36px;
}

.subscribe form {
    margin-top: 40px;
    margin-bottom: 20px;
}

.subscribe form input {
    width: 362px;
    height: 52px;
}

.success-message, .error-message {
    font-size: 22px;
    line-height: 36px;
}

.success-message {
	margin: 20px 0 10px 0;
}

.error-message {
	margin: 10px 0;
	color: #9d435a;
}


/***** Footer *****/

footer {
	padding: 20px 0;
	background: #566474;
	color: #fff;
	text-align: left;
}

footer a,footer a:hover,footer a:focus{
	color: #fff;
}

.footer-copyright p {
	margin: 0;
	font-size: 18px;
    line-height: 32px;
}

.footer-copyright a { color: #fff; border-bottom: 1px dotted #eee; }
.footer-copyright a:hover { color: #fff; border: 0; }

.footer-social {
	text-align: right;
}



.skills-container .list-unstyled h3{
	font-weight: normal;
	font-size: inherit;
	text-transform: none;
	padding: 0;
	margin: 0 0 0.5em 0em;

	cursor: pointer;


}
.skills-container .list-unstyled .active h3{
	font-weight: bold;
}

.skills-container .list-unstyled .blog-box-1-text{
	display: none;
}

.skills-container {
	height: 800px
}
.portfolio-box img{
	cursor: pointer;
}