/* CSS Document */
html{
	margin: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #202020;
}
h1{
	color:#c1022d;
	font-size:2em;
	font-weight:bold;
	margin: 2em 0;
}

a:hover{
	text-decoration:none;
}

.ewk{
	background-image: url(../img/e-back.png);
	background-repeat:no-repeat;
}

.ewk p{
	width:85%;
	text-align: justify;
}

span{
	color:#c1022d;
	font-weight:bold;
}

#datenschutz h3{
	color:#c1022d;
	font-weight:bold;
	font-size: 14px;
}

/*black-white*/
.bw {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
  -webkit-filter: grayscale(100%);
}
 
.bw:hover {
  -webkit-filter: grayscale(0%);
}

/*black-white*/

.headwrapper{
	background:#494949;
}

address{
	color:#fff;
	text-align:right;
	padding-top:10px;
}

address a{
	color:#fff;
	text-decoration:none;
}

address a:hover{
	color:#c1022d;
	text-decoration:none;
}

.fa-map-marker:before {
    content: "\f041";
	color:#c1022d;
}

.fa-phone:before {
    content: "\f095";
	color:#c1022d;
}

.fa-envelope-o:before {
    content: "\f003";
	color:#c1022d;
}

.logo{
	text-align:right;
}

.navbar{
	border-radius:0px;
}

.navbar-default{
	background-color:#c1022d;
	border-color:none;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
	text-transform:uppercase;
}

.nav > li > a {
    position: relative;
    display: block;
    padding-right: 25px;
}

span.link a{
	border-bottom: 1px dotted #000;
    text-decoration: none;
    outline: none;
    color: #000;
	font-weight:normal;
}

span.link a:hover{
	border-bottom: 1px dotted #000;
    text-decoration: none;
    outline: none;
    color: #c1022d;
	font-weight:normal;
}

.angebot_head{
	font-size:20px;
}

.angebot_subhead{
	font-size:18px;
	color: #c1022d;
	font-weight:bold;
}

.leftcontent ul li {
    background: url(../img/liste.gif) no-repeat 0 7px;
    padding-left: 15px;
    margin-bottom: 5px;
    list-style: none;
}

.leftcontent ul li a {
    text-decoration: none;
    outline: none;
    color: #000;
	font-weight:normal;
}

.leftcontent ul li a:hover {
	border-bottom: 1px dotted #000;
    text-decoration: none;
    outline: none;
    color: #c1022d;
	font-weight:normal;
}

.leftcontent p a {
    border-bottom: 1px dotted #000;
    outline: none;
    color: #000;
    font-weight: normal;
}

.leftcontent p a:hover {
    border-bottom: 1px dotted #000;
    outline: none;
    color: #c1022d;
    font-weight: normal;
}

.ohne {
	padding-left: 0px !important;
}


h4.panel-title a{
	border-bottom: 1px dotted #000;
    text-decoration: none;
    outline: none;
    color: #000;
	font-weight:normal;
}

h4.panel-title a:hover{
	border-bottom: 1px dotted #000;
    text-decoration: none;
    outline: none;
    color: #c1022d;
	font-weight:normal;
}

.panel-default {
	background-color: none;
	border:none;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: none;
}

.pfeil{
	float:left;
	margin-right:2%;
}

.bilderrahmen {
    border: 5px solid #FFF;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.6);
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.6);
}

.kontaktcontainer{
    background: #c1022d;
    margin-top: 3%;
	margin-bottom:0;
}

.kontakttext{
    width: 980px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    font-size: 24px;
    color: #FFF;
}

.kontakttext a{
    color: #FFF;
}

.workwrapper{
	margin-top:50px;
	margin-bottom:50px;
}

.workwrapper a:link {
	text-decoration:none;
	text-transform:uppercase;
	color:#202020;
	font-weight:bold;
	font-size:24px;
}

.workwrapper a:hover {
	color:#c1022d;
}

.workwrapper a:visited {
	color:#c1022d;
}

.coaching, .seminar, .outside, .workshops{
	background-color:#f6f6f6;
	text-align:center;
	min-height:340px;
}

figcaption{
	margin:10%;
}

.footernav{
	background-color:#494949;
	color:#fff;
}

.footernav h3{
	color:#c1022d;
	font-size:14px;
	font-weight:normal;
}

.footernav ul{
	padding-left:0px;
	line-height:2em;
}

.footernav ul li {
	list-style-type: none;
}

.footernav ul li a{
	color:#fff;
	text-decoration:none;
}

.footernav ul li a:hover{
	color:#c1022d;
	text-decoration:none;
}

.footernav p a{
	color:#fff;
	text-decoration:none;
}

.footernav p a:hover{
	color:#c1022d;
	text-decoration:none;
}

.copyright {
    background: #030303;
    text-align: center;
    color: #fff;
    padding: 15px 0;
	width:auto;

}

.copyright p{
	margin:0;
}

.copyright a{
	color: #fff;
	text-decoration:none;
}

.copyright a:hover{
	color: #c1022d;
	text-decoration:none;
}

@media(max-width:1080px){
	.kontakttext{
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #FFF;
}
}

@media(max-width:680px){
	.ewk p{
	width:100%;
	text-align: left;
}
}

@media(max-width:480px){
	.workwrapper a:link {
	font-size:18px;
}

.coaching, .seminar, .outside, .workshops{
	min-height:auto;
}

.ewk p{
	width:100%;
	text-align: left;
}

h1{
	margin: 0.8em 0;
}

.kontakttext{
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    font-size: 14px;
    color: #FFF;
}
}