.section-title a {
    position: relative;
}

.section-title .title-bg {
    background-color: black;
    left: 0;
    height: 0.9em;
    position: absolute;
    right: 0;
    top: 0.35em;
    z-index: -1;
}


.full{
-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
	cursor: pointer;
	}

.halb{float: left;margin:.5em;width:45%;
-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
	cursor: pointer;
	}
	
.halb-rechts{float: right;margin:.5em;width:45%;
-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
	cursor: pointer;
	}
	
.full:after,.halb:after,.halb-rechts:after{content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;}
  
.full img, .halb img, .halb-rechts img{-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
	}

.versteckt{  
width: 0;
height:0;
z-index: 1000;
}

.versteckt img{ 
display: none;
} 
 
.transition {
	z-index: 5000;
	position: fixed;
	width: 100%;
	height:100%;
	top: 0;
left: 0;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
    -webkit-transform: scale(1); 
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
	border: 5px solid rgba(25,25,25,0.25);
	padding:5rem;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.9);
}

.transition:after {content:'✖';position: absolute; right:0;top:0;padding:.5em;padding-top:0;font-size:4em;font-weight:300; color:rgba(25,25,25,0.25);}

.transition img{ 
display: block;
width: auto;
max-height:95%;
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.navbar-default {
    /* background-color: #19381e; */
	background-color: #341916;
    border-color: transparent;
}

#headerpic .layer {
    /* background-color:#19381e; */
	background-color: #341916;
}

section p{
text-align:justify;
-moz-hyphens: auto;
hyphens: auto;
}
.service p{text-align:center;}

#headerpic h3{line-height:1.5}

.dropdown-toggle li{
word-wrap: break-word;
}

.fa-DE:before{content:"DE"}
.fa-EN:before{content:"EN"}
.fa-FR:before{content:"FR"}
.fa-ES:before{content:"ES"}

.hyph { text-align: justify;
hyphens: auto; 
hyphenate-limit-chars: auto 5;
hyphenate-limit-lines: 2;
-webkit-hyphens: auto;
-webkit-hyphenate-limit-chars: auto 3;
-webkit-hyphenate-limit-lines: 4;
-ms-hyphens: auto;
-ms-hyphenate-limit-chars: auto 3;
-ms-hyphenate-limit-lines: 4;
}

.service .size2 .badge .fa {
    font-size: 12px;
}

.white{
font-weight: bold;
font-size: 4em;
margin-top:0.1em;
color:#fff;
opacity: 0.8;
}

.equalrow {
margin-top: 3em;
}

.mtb-30 {
  margin-bottom: 30px; margin-top: 30px;
}

.mt-30 {
  margin-top: 30px;
}

/*.lighter{color:#9996a3;}*/
.lighter{color:#3e4e5e;}

.section-bg h2 a{color: #b30000; font-weight:bold;}
.section-bg h2 a:hover{color: #fff; background-color: #b30000;}
.section-bg .media-heading a{color: #000;}
.section-bg .media-heading a:hover{color: #b30000;}

h2 {font-weight:700;}
.hero-area .block h1 {text-transform:none; font-size:4em;}


/* .hero-area .block h1 {
    color: #ee2084;
    background: yellow;
    margin-top: 0px;
    padding-left: 0px;
    display: inline-block;
    float: left;
    padding-right: 102px;
    clear: both;
    height: .7em;
    padding-bottom: 1em;
    background-position: bottom 10px right;
}

.hero-area .block h1 .title-bg {
    top: -.25em;
    position: relative;
}
 */