/***************************
Add your custom styles below
****************************/

.background-image-holder img {
	background-size:contain;
}
ul.contact-data i {
	padding-right:20px;
}
p, em {
	letter-spacing:0.5px;
}

.nav-bar .logo{
	max-height:100%;
	width:120px;
	height:auto!important;
}
.nav-mobile-toggle i {
	font-size:3em;
}

#welcome {
	padding-top:5em;padding-bottom:5em;
}
@media only screen and (max-width: 1200px) and (min-width: 1px) {
ul.tabs div.mobile {
    padding-left:1.5em;
	padding-right:1.5em;
}
#welcome {
	padding-top:2em;padding-bottom:2em;
}
.menu > li > a {
    padding: 5px 0;
	font-weight:600;
	font-size:14px;
	color:#3e3e3e;
}
.nav-bar .logo{
	max-height:100%;
	width:120px;
	height:auto!important;
}
.nav-mobile-toggle i {
	font-size:3em;
}
}
/*Mehrsprachige Info*/
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #f4f4f4;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: left;
    margin-top: 30px;
}
#impressum .overlay-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: left;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: red;
}

.overlay .closebtn {
    position: absolute;
    top: 10px;
    right: 45px;
    font-size: 50px;
}
/**/
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1px) {
.overlay-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}	
#multilanguage .feature-3 .feature__right {
	max-width:100%;
}

