@charset "UTF-8";

body {
    position: relative;
  }
  
  
 @font-face {
  
}

@font-face {
  
}

p, h3, h4 {}



p{-webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;}

  
 h1, a {
  	
 
 }
 
 h4 {
 	color:gray;
 	word-spacing: 10px;
 }
 
.jumbotron {
 	background-color:white;
 }
 
 .bg-dark {
 	background-color:rgb(35, 106, 94) !important;
 }
 
 
 #Dolmetschen,#Referenzen {
 	background-color: rgb(35, 106, 94, .2);
 }
 
 

.customlink, .customlink:hover{
	color: rgb(35, 106, 94);
  	text-decoration: none;
}


.btn {
	border: 1px solid rgb(35, 106, 94);
	 box-shadow: 5px 5px 5px rgb(35, 106, 94, .4);
}


@media (max-width: 576px) {

	
	h3.head{font-size: 1.4rem !important;}
	
	h4{font-size: 1.1rem !important;
		word-spacing: 0px;	}
		
	.btn{font-size: 1rem;}
	
	}


