/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
    font-family: "Merriweather Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-muted {
    color: #777;
	font-size: 18px;
	
}

.text-primary {
    color: #ee7f01;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #1F8B05;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #1F8B05;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

hr.trenner {
    height: 1px;
    color: #777777;
    border: 1px solid #777;
}

.blue {
    color: #004485;
}

.rot {
    color: #cc0000;
}

.lh1-3 {
    line-height: 1.3;;
}

.divider {
    clear: both;
    height: 1px;
    background: #cccccc;
    max-width: 900px;
    margin: 20px auto;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-light-blue {
    background-color: #e5f1fc;
}

.bg-sand {
    background-color: #fef8d4;
}

.bg-darkest-gray {
    background-color: #222;
}

.navbar {z-index: 1000;}

.navbar-default {
    border-color: transparent;
    background-color: #222;
}

.navbar-default .navbar-brand {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    color: #ee7f01;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #ee7f01;
    background-color: #ee7f01;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ee7f01;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #ee7f01;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #ee7f01;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #fec503;
}

div.checklist {
	text-align: left; 
	padding-left: 17%;
}

ul.check {
   list-style-type: none;
   padding-left: 1.55em;
   text-indent: -1.7em;
}

ul.check li:before {
   font-family: FontAwesome;
   content: "\f00c";
   padding-right: 10px;
}

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #001f51;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

header {
    /*text-align: center;*/
    color: #fff;
    /*background-attachment: scroll;*/
    /*background-image: url(../img/header-bg.jpg);*/
    /*background-position: center center;*/
    background-repeat: none;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}

section {
    padding: 100px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
}

section .blue-background-head {
    text-align: center;
    max-width: 900px;
    margin: 15px auto 30px auto;
}

section .blue-background-head p {
    display: block;
    background: #004485;
    color: #ffffff;
    font-size: 18px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.content-background-blue {
    max-width: 900px;
    background: #edfafe;
    margin: 0 auto;
    padding: 20px 0;
    margin-bottom: 20px;
}

.content-background-blue .cont-table {
    border: 0;
    width: 100%;
}

.content-background-blue .cont-table td {
    width: 50%;
    text-align: center;
}

.lh1-75 {
    line-height: 1.75;
}

@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}



.team-member {
    margin-bottom: 50px;
    text-align: left;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

section#contact {
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #ee7f01;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #ee7f01;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}



::-moz-selection {
    text-shadow: none;
    background: #ee7f01;
}

::selection {
    text-shadow: none;
    background: #ee7f01;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #ee7f01;
}

.navbar-default .nav li a {
 color: #999;
 background: #ccc;
 border: 1px solid #999;
}

.container {
}

#keyvisual {
 background-image: url(../img/header-bg.jpg);
 background-repeat:  no-repeat;
 background-position: top center;
 /*background-size: contain;*/
 height: 555px;
}

.navbar {
 position: relative;
 top: 375px;
 margin: 0px auto;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: "Merriweather Sans",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #d00000;
    background-color: rgba(248, 232, 61, 1);
    border: 2px solid #fff;
    padding: 8px 37px;
    margin-right: 17px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	border: 2px solid #d00000;
	color: #d00000;
	background-color: rgba(248, 232, 61, 1);
	}


.container .topnav {
 width: 970px;
}

.navbar-default .nav li a:after {
content: '';
background-image: url(../img/triwhite.png);
background-repeat: no-repeat;
position: absolute;
background-position: center bottom;
width: 100%;
height: 30px;
left: 0px;
top: 23px

}




#logo {
	position: absolute;
	top: 125px;
	left: 43%;
	width: 41%;
	max-width: 538px;
}

#logo img {
    width: 100%;
    height: auto;
}

.navbar-default .navbar-toggle,.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    border-color: #fff;
    background-color: #cc0000;
}

.text-primary {
    color: #368527;
}

.fbstart {
	text-align: right;
	padding-top: 15px;
	padding-right: 160px;
}

.fbstart a, .fbstart a:hover {
	display: block;
	color: #3b579d;
	text-decoration: none;
}

.fbstart img {
	vertical-align: middle;
	margin-top: -3px;
}

.fblike {
	margin-left: 100px;
}

section h2.section-heading {
    margin-top: 15px;
    margin-bottom: 30px;
	font-family: "Merriweather Sans",Helvetica,Arial,sans-serif;
    font-size: 20px;
	font-weight:700;
	letter-spacing: 0.2em;
	color: #004485;
	font-style: normal;
}

section h3.section-subheading {
    margin-bottom: 25px;
    text-transform: none;
    font-family: Merriweather,Helvetica,Arial,sans-serif;
    font-size: 30px;
    color: #cc0000;
    font-weight: 400;
	font-style: normal;
}
#consulting p.text-muted {
	
	font-weight: 300;
	line-height: 1.3;
}
#consulting h6 {
	color: #1f8b05;
	font-size: 18px;
	text-transform: none;
	font-family: "Merriweather Sans",Helvetica,Arial,sans-serif;
	font-weight: 300;
	line-height: 1.3;
}

.eventbluebox{
	position: absolute;
	font-family: "Merriweather Sans",Helvetica,Arial,sans-serif;
    font-size: 20px;
	font-weight:700;
	color: #fff;
	background-color: #004485;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 181px;
    /*top: 224px;*/
	bottom: 0;
	left: calc(50% - 89px);
    margin: 0px auto;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.eventimage{
  background-image:url(../img/screening_header.png);
  background-repeat:no-repeat;
  background-position:top center;
  background-size: cover;
  height: 263px;
  margin-bottom: 20px;
  position: relative;
}
#events p.text-muted, #aktuelles p.text-muted {
	
	font-weight: 300;
	line-height: 1.3;
}
#events h6, #kontakt h6, #aktuelles h6 {
	color: #004485;
	font-size: 18px;
	text-transform: none;
	font-family: "Merriweather Sans",Helvetica,Arial,sans-serif;
	font-weight: 300;
	line-height: 1.3;
}

h3 {
 line-height: 1.3;
}


#marketing p.text-muted {
	
	font-weight: 300;
	line-height: 1.3;
}
#marketing h6 {
	color: #1f8b05;
	font-size: 18px;
	text-transform: none;
	font-family: "Merriweather Sans",Helvetica,Arial,sans-serif;
	font-weight: 300;
	line-height: 1.3;
}


#team h4 {
	color: #cc0000;
	font-size: 20px;
	font-family: Merriweather,Helvetica,Arial,sans-serif;
	font-weight: 400;
	
}
#team h6 {
	color: #004485;
	font-size: 14px;
	text-transform: none;
	font-family: "Merriweather Sans",Helvetica,Arial,sans-serif;
	font-weight: 300;
	line-height: 1.3;
	
}
#team p.text-muted {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
}



.team-member {
    margin-bottom: 50px;
    text-align: left;
	font-size: 14px;
	border: 0px solid grey;
	overflow: hidden;
}

.team-member img {
    margin: 0 auto;
	border: 0;
    
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

.team-member-image { width: 50%; float: left;padding: 20px 15px 20px 20px;}
.team-member-content { width: 50%; float: left;	}


section#contact {
    background-color: #004488;
    background-image: url("../img/map-image.png");
    background-position: center center;
    background-repeat: no-repeat;
}


.btn-xl {
    padding: 10px 20px;
    border-color: #EE7F01;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    background-color: #EE7F01;
}

.top {
  /*border: 1px solid #ccc;*/
  width: 80%;
  margin: 10px auto;
  text-align: right;
}


.kontaktsp1 {
 /*border: 1px solid #ccc;*/
 padding: 0px 0px 0px 60px;
}

.kontaktsp2{
 /*border: 1px solid #ccc;*/
 padding: 0px 0px 0px 70px;
}

.kontaktsp3 {
 /*border: 1px solid #ccc;*/
 padding: 0px 0px 0px 80px;
}

#kontakt img{
	float:left;
	margin-right: 10px;
	position: absolute;
	left: -40px;
}

#kontakt .phone{
	
	margin-top: 0px;
    margin-bottom: 20px;
	font-size: 20px;
	font-weight: 300;
	color: #004485;
	display: block;
	position:relative
	}
	
#kontakt .phone a {color: #004485;}	
	
#kontakt .mail {
	margin-top: 30px;
	margin-bottom: 18px;
	font-size: 20px;
	font-weight: 300;
	color: #cc0000;
	display: block;
	position:relative;
	}
	
#kontakt .mail a {color: #cc0000;}
	
	#kontakt p.text-muted {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
	margin-top:5px;
	margin-bottom:5px;
}
#kontakt h6 {
	color: #004485;
	font-size: 20px;
	text-transform: none;
	font-family: "Merriweather Sans",Helvetica,Arial,sans-serif;
	font-weight: 300;
	line-height: 1.5;
	margin-top:5px;
}
#kontakt .ust{
	padding-top: 30px;
}



/* MEDIA QUERIES *//* MEDIA QUERIES *//* MEDIA QUERIES *//* MEDIA QUERIES *//* MEDIA QUERIES *//* MEDIA QUERIES */

@media(max-width:767px) {
	
.eventimage{  height:160px;}	

#keyvisual {
 background-image: url(../img/header-bg-mobile.png);
 background-size: cover;
 max-height: 300px;
}

.navbar {
 width: 100%;
 top: 0px; 
 min-height: 40px;
}

.navbar-toggle {
    padding: 8px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar-default .nav li a:after {

 background-image: none;
}

.navbar-collapse.in {
    overflow-y: hidden;
}

.navbar-default {
    
    background-color: rgba(204, 0, 0, 0.8);
}

.navbar-default .nav li a {
    font-weight: 700;
    letter-spacing: 1px;
    color: #d00000;
    background-color: #f8e831);
    border: 2px solid #fff;
    margin: 5px 17px 5px 20px;
	font-size: 16px;
	
    /*background-image: url(../img/triwhite.png);
    background-position: center 40px;
    background-repeat: no-repeat;	*/
}

.navbar-default .nav li a:hover {border: 2px solid #ccc;}

#logo {
	top: 80px;
	width: 50%;
}

section {
	padding: 0px 0px;
	margin: 30px 0px 0px 0px !important;
}

#consulting {
    margin: 0px 0px 0px 0px !important;
}	

.team-member {
    margin: 20px auto;
}

.contact-col {
    margin: 20px auto;
	width: 300px;
}

.kontaktsp1, .kontaktsp2, .kontaktsp3 {
 /*border: 1px solid #ccc;*/
 padding: 0px 0px 0px 0px;
}


#kontakt img{
	float:left;
	margin-right: 10px;
	position: relative;
	left: 0;
}


}






/*mittlere Breite*/
@media (min-width: 768px) and (max-width: 991px) {

.eventimage{  height:200px;}	

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: "Merriweather Sans",Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    color: #d00000;
    background-color: rgba(248, 232, 61, 1);
    border: 2px solid #fff;
    padding: 8px 15px;
    margin-right: 17px;
}

.navbar-default .nav li a:after {
content: '';
background-image: url(../img/triwhite.png);
background-repeat: no-repeat;
position: absolute;
background-position: center bottom;
width: 100%;
height: 30px;
left: 0px;
top: 23px

}

#logo {
    width: 46%;
}

}

/* ENDE @media (min-width: 768px) and (max-width: 991px) */

@media(min-width:768px) {
	
    section {
       padding-top: 0px;
		padding-bottom: 0px;
    }
}

@media (min-width: 992px)  {


.team-member {
    margin-left: 25px;
}

.team-member-first { margin-left: 25px;}
.team-member-second { margin-left: 0px;}

}

@media (min-width: 1200px)  {

.topnav {
  padding: 0px 0px 0px 100px;
}

.col-lg-10 {
 padding: 0px 35px;
}

.team-member {
    margin-left: 55px;
}

.team-member-first { margin-left: 55px;}
.team-member-second { margin-left: 0px;}


}


/*kleinste Breite*/

@media(max-width:360px) {
	
.eventimage{  height:120px;}	

#logo {
	text-align: center;
}

#logo img{
	
}

section h3.section-subheading {
    font-size: 26px;
}

#logo {
	top: 80px;
	width: 55%;
	left: 32%;
}


}

@media only screen and (max-width:991px) {
	div.checklist {
		padding-left: 7%;
	}
}

@media only screen and (max-width:1199px) {
	.fbstart {
		padding-right: 45px;
	}
}

@media only screen and (max-width:767px) {
	.fbstart {
		padding-right: 0;
	}
	
	.fbstart a span {
		display: none;
	}
	
	.fblike {
		margin-left: 0;
		margin-bottom: 50px;
	}
}


/*

@media screen and (device-aspect-ratio: 40/71) and (max-device-width: 640px) and (orientation:portrait) {
#logo img {
 width: 200px;
}
}

*/