@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

body{
	font-family: 'Open Sans', sans-serif;
}

ul,li{
	font-weight: 300;
    font-size: 18px;
    line-height: 1.8rem;
    color: #626262;
    font-weight: 600;
}

.button{
	margin-top:20px;
}

header{
	box-shadow: 5px 5px 7px #7b7b7b;
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
    z-index: 99;
    width: 100%;
    background: #fff;
}

footer{
	margin-bottom:40px;
}

#topimg{
	height:650px;
	background:url(../img/Slider.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

h1{
	font-family: 'Open Sans', sans-serif;
	font-size:34px;
	font-weight: 300;
}

h3{
	color:#3d3c3c;
	font-size:22px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	margin-top:20px;
}

b{
	font-weight: 600;
}

p{
	font-weight: 300;
	font-size: 18px;
	line-height: 1.8rem;
	color:#626262;
}

.margin-top{
	margin-top:10px;
}

.margin-top1{
	margin-top:30px;
}

.greybg{
	background:#ececec;
	padding-top:10px;
	padding-bottom:55px;

}

.imgbg{
	background:url(../img/BG01.jpg);
	padding-top:10px;
	padding-bottom:55px;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

label{
	font-weight: 600;
	color:#5b5a5b;
}

textarea{
	height: 146px;
    margin-top: 45px;
}

.nbg{
	font-weight: 300;
	font-size: 18px;
	padding-left:15px;
	line-height: 15px;
}

a{
	color:#5b5a5b;
}

a:hover{
	color:#000;
}
#customDots {
  margin-bottom: 75px;
}
#customDots .owl-dot span {
  color: #cbcbcb;
  font-size: 20px;
  padding-top:15px;
  padding-bottom: 4px;
  border-top: 8px solid #cbcbcb;
  display: block;
  cursor: pointer;
}
#customDots .owl-dot:hover span {
  border-top: 8px solid #cbcbcb;
}
#customDots .owl-dot.active span {
  color: black;
  border-top: 8px solid black;
}
.btn-wrap{
	width:400px;
	display:inline;
}
a.refbook{
	position: relative;
	font-weight: bolder;
	margin-top:60px;
}
a.refbook::after{
	background:url(../img/referenzbuch.png);
	display: block;
	content:"";
	position: absolute;
	width:174px;
	height:143px;
	right:-160px;
	margin:auto;
	top:0;
	bottom:0;
	z-index: 1;
}
#topimg .tibox{
	position:absolute;
	padding:25px;
	background:rgba(255, 255, 255, 0.75);
	bottom:0;
	right:0;
}
#topimg .tibox h2{
	font-weight:bolder;
	line-height: 1.3;
	font-family: 'Open Sans', sans-serif;
}
#topimg .tibox p{
	font-size:22px;
}


@media screen and (max-width: 39.9375em) {
 a.refbook::after {
    display:none;
    margin-top:50px;
} 

.img-mobile{
	display: block;
	margin: 0px auto;
}

.button.large {
    font-size: 1.25rem;
    /* float: none; */
    text-align: center;
    display: block;
}

}

