@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	min-width: 1000px;
	padding: 0;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	background-color:#ffffff;
	position: relative;
}
 
.pagebg-container {
  background: url("../images/dots40.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;  
  position: fixed;
  width: 100%;
  z-index: -10;
}

h1 {
	font-size: 42px;
	font-weight: 300;
	line-height: 42px;
	color: #5f5f5f;
	padding: 0;
	margin: 0;
}

h1 em {
	font-size: 42px;
	font-weight: 300;
	font-variant: normal;
	font-style: normal;
	line-height: 42px;
	padding: 0;
	margin: 0;
	color: #4d92ba;
}

h2 {
	font-size: 21px;
	font-weight: 300;
	line-height: 42px;
	color: #4d92ba;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 21px;
	font-weight: 300;
	line-height: 42px;
	color: #4d92ba;
	padding: 0;
	margin: 0;
}

a {
	color: #476882;
}

em {
	font-weight: 500;
	font-variant: normal;
	font-style: normal;
	color: #4d92ba;
}

#header {
	left: 0;
	width: 100%;
	height: 130px;
	top: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateZ(0);
}

.container {
	margin: 0 auto;
	width: 1000px;
	display: block;
	padding: 0px;
	z-index: 1;
	height: 150px;
}

.fixed-top {
	margin-top: 0px;
	background: rgba(46, 80, 106, 0.95);
	position: fixed;
	z-index: 1001;
	top: 0;
	background-image: url("../images/dots10.png");
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.35);
	-moz-box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.35);
	box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.35);

}

.logo-container {
	float:left;
	display: block;
	width: 204px;
	height: 100px;
	margin: 15px 0px 0px 10px;
}

.logo-container > a {
	float: left;
	width: 204px;
	height: 100px;
	border: 0;
}

.logo img {
	height: 100px;
}

#intro {
margin: 130px auto 0px auto;
display: block;
height: 280px;
width: 100%;
background-image: url("../images/intro3.jpg");
background-position: center center;
background-size:cover;
position: relative;
}

#subhead {
background: rgba(255, 255, 255, 0.75);
width: 100%;
height: 30px;
margin-top: 330px;
margin-left: 0px;
line-height: 30px;
padding-left: 20px;
color: #4d92ba;
}

.content {
	margin: 0 auto;
	padding-top: 20px;
	min-width: 1000px;
	overflow: auto;
	width: 1000px;
	background-color: white;
}

.content-padding {
	padding: 0px 20px
}

#home {
	border-bottom: 1px solid #56A1CD;
	z-index: -500;
	background-color: white;
}

.introcontent{
	margin: 10px auto 40px auto;
	padding-top: 40px;
	min-width: 1000px;
	overflow: auto;
	width: 1000px;
	background-color: white;
}

.top-menu {
	display: block;
	float: right;
	width: auto;
	margin-top: 45px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
}

.menu-links {
	float: right;
	margin: 0;
	padding: 0;
}

.menu-links > li {
	float: left;
	list-style: none;
	margin-right: 30px;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 17px;
}

.menu-links > li > a {
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	padding: 0 0 0 0;
	float: left;
	letter-spacing: 2px;
	-webkit-transition: border-bottom 100ms ease;
	-moz-transition: border-bottom 100ms ease;
	-o-transition: border-bottom 100ms ease;
	transition: border-bottom 100ms ease;
}

.menu-links > li > a:hover {
	border-bottom: 1px solid white;
}

.menu-links > li > a.selected {
	border-bottom: 2px solid white;
}

#leistungen {
	background-color: #e9f2fa;
	border-top: 1px solid #56A1CD;
	border-bottom: 1px solid #56A1CD;
}

#leistungen .content {
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 50px;
	min-width: 1000px;
	overflow: auto;
	width: 1000px;
	background-color: #e9f2fa;
}

#referenzen {	
	background-color: white;
	border-top: 1px solid #56A1CD;
	border-bottom: 1px solid #56A1CD;
	padding-top: 40px;
}

#referenzen .content {
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 50px;
	min-width: 1000px;
	width: 1000px;
	background-color: white;
	color: #000000;
}

#ueber_medivo {
	background-color: #e9f2fa;
	border-top: 1px solid #56A1CD;
	background-position: center center;
	border-bottom: 1px solid #56A1CD;
}

#ueber_medivo .content {
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 50px;
	min-width: 1000px;
	overflow: auto;
	width: 1000px;
	background-color: transparent;
}

.team {
	margin-left: 50px;
	margin-bottom: 50px;
}

#kontakt {
	background-color: white;
	border-top: 1px solid #56A1CD;
	border-bottom: 1px solid #56A1CD;
}

#kontakt .content {
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 50px;
	min-width: 1000px;
	overflow: auto;
	width: 1000px;
	background-color: white;
}

.indent {
	margin-left: 40px;
}

.box {
	display: block;
	float: left;
	align-items: center;
	width: 960px;
	height: auto;
}

.box1  li {
	margin-bottom: 12px;
}

.box1 {
	display: block;
	float: left;
	width: 290px;
	margin-right: 30px;
	padding: 0px;
	border-left: 1px solid #4d92ba;
	margin-bottom: 20px;
	background-color: white;
}

.box1a {
	display: block;
	float: left;
	width: 230px;
	margin-right: 30px;
	padding: 0px;
	border-left: 1px solid #4d92ba;
	margin-bottom: 20px;
	background-color: #e9f2fa;
}

.box2 {
	display: block;
	float: left;
	width: 290px;
	padding: 0px;
	border-left: 1px solid #4d92ba;
	margin-bottom: 20px;
	background-color: white;
}

.box3 {
	display: block;
	float: left;
	width: 459px;
	margin-right: 20px;
	padding: 0px;
	border-left: 1px solid #0F7699;
	margin-bottom: 20px;
	background-color: #eff7fa;
}

.box4 {
	display: block;
	float: left;
	width: 459px;
	padding: 0px;
	border-left: 1px solid #0F7699;
	margin-bottom: 20px;
	background-color: #eff7fa;
}

.box5 {
	display: block;
	float: left;
	width: 100%;
	padding: 0px;
	border-left: 1px solid #0F7699;
	margin-bottom: 20px;
	background-color: #eff7fa;
}

.box6 {
	display: block;
	float: left;
	width: 690px;
	padding: 0px;
	border-left: 1px solid #4d92ba;
	margin-bottom: 20px;
	background-color: #e9f2fa;
}

.box1 > h2 {
	background-color: #4d92ba;
	color: white;
	padding: 0px 10px;
}

.box1a > h2 {
	background-color: #4d92ba;
	color: white;
	padding: 0px 10px;
}

.box2 > h2 {
	background-color: #4d92ba;
	color: white;
	padding: 0px 10px;
}

.box3 > h2 {
	background-color: #0F7699;
	color: white;
	padding: 0px 10px;
}

.box4 > h2 {
	background-color: #0F7699;
	color: white;
	padding: 0px 10px;
}

.box5 > h2 {
	background-color: #0F7699;
	color: white;
	padding: 0px 10px;
}

.box6 > h2 {
	background-color: #4d92ba;
	color: white;
	padding: 0px 10px;
}

.box1 > p {
	padding: 0px 10px;	
}

.box1 > ul > li {
	padding-right: 10px;
}

.box1a > p {
	padding: 0px 10px;	
}


.box2 > p {
	padding: 0px 10px;	
}

.box2 > ul > li {
	padding-right: 10px;
}

.box3 > p {
	padding: 0px 10px;	
}

.box4 > p {
	padding: 0px 10px;	
}
.box5 > p {
	padding: 0px 10px;	
}

.box6 > p {
	padding: 0px 10px;	
}

.ref {
	display: block;
	float: left;
	align-items: center;
	width: 860px;
	height: 180px;
	margin-bottom: 20px;
	background-color: white;
	margin-right: 20px;
	margin-left: 50px;
}

.refheadline {
	background-color: #4d92ba;
	width: 630px;
	height: 30px;
	display: block;
	float: left;
	margin-top: 65px;
	margin-left: -1px;
	line-height: 30px;
	padding-left: 20px;
	color: white;
}


.projecttext {
	position: relative;
	top: -45px;
	left: 0px;
	background-color: rgba(77, 146, 186, 0.83);
width: 440px;
height: 30px;
line-height: 30px;
padding-left: 20px;
color: white;
}

.refheadline a {
	color: white;
	text-decoration: none;
}

.refheadline a:hover {
	color: white;
	text-decoration: underline;
}

.projecttext2 {
	position: relative;
	top: 85px;
	left: 210px;
	background-color: #4d92ba;
width: 330px;
height: 30px;
line-height: 30px;
color: white;
}

.refdescription {
	display: block;
	float: left;
	color: black;
	margin-left: -1px;
	margin-top: 5px;
	padding-left: 20px;
	width: 330px;
	background-color: white;
	height: 75px;
	overflow: hidden;
	border: none;
}

.circled {
	float: left;
	width: 160px;
	height: 160px;
	border-radius: 80px;
	border: 1px solid #4d92ba;
	display: block;
	z-index: -10;
}

.circled2 {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	width: 150px;
	height: 150px;
	border-radius: 75px;
	display: block;
	background-color: white;
}

.rheinreha {
	background-image: url("../images/references/rheinreha_c.jpg");	
}

.rheinreha:hover {
	background-image: url("../images/references/rheinreha_ch.jpg");	
}

.alphafoto {
	background-image: url("../images/references/alpha_c.jpg");	
}

.alphafoto:hover {
	background-image: url("../images/references/alpha_ch.jpg");	
}

.mallinghansen {
	background-image: url("../images/references/mallinghansen_c.jpg");	
}

.mallinghansen:hover {
	background-image: url("../images/references/mallinghansen_ch.jpg");	
}

.variolens {
	background-image: url("../images/references/vario_c.jpg");	
}

.variolens:hover {
	background-image: url("../images/references/vario_ch.jpg");	
}

.reise303 {
	background-image: url("../images/references/reise303_c.jpg");	
}

.reise303:hover {
	background-image: url("../images/references/reise303_ch.jpg");	
}

.kosmetik {
	background-image: url("../images/references/kosmetik_c.jpg");	
}

.kosmetik:hover {
	background-image: url("../images/references/kosmetik_ch.jpg");	
}

.tanzschule {
	background-image: url("../images/references/tanzschule_c.jpg");	
}

.tanzschule:hover {
	background-image: url("../images/references/tanzschule_ch.jpg");	
}

.ssgteuto {
	background-image: url("../images/references/ssgteuto_c.jpg");	
}

.ssgteuto:hover {
	background-image: url("../images/references/ssgteuto_ch.jpg");	
}



#footer2 {
	background-color: #e9f2fa;
	border-bottom: 1px solid #56A1CD;
	border-top: 1px solid #56A1CD;
}

#footer2 .content {
	margin: 0 auto;
	min-width: 1000px;
	overflow: auto;
	width: 1000px;
	padding: 20px 0px;
	background-color: #e9f2fa;
}

#footer2 .content .ro {
	display: block;
	float: right;
	margin-right: 20px;
}


#impressum {
	display: none;
	padding-top: 40px;
	background-color: white;
	padding-bottom: 20px;
}

#impressum .content{
	border-top: none;
}

#datenschutz {
	padding-top: 40px;
	margin-bottom: 40px;
	background-color: white;
	padding-bottom: 20px;
}

#datenschutz .content{
}


.dots {
display: block;
height: 120px;
width: 100%;
}

#mobilemenu {
	display: none;
}

#menu-button {
	display: none;
}

/* #############################*/

.demo-2 {
	padding: 0;
	margin-right: 20px;
    position:relative;
    width:460px;
    height:260px;
    overflow:hidden;
    float:left;
    background-color: #0F7699;
}

.last {
	margin-right: 0;
}

.demo-2 p,.demo-2 h2 {
    color:#fff;
    position:relative;
}
.demo-2 p {
    font-family:sans-serif;
    font-size:12px;
    line-height:18px;
    margin:0
}
.demo-2 h2 {
    font-size:20px;
    line-height:24px;
    margin:0;
    font-family:sans-serif;
}
.effect img {
    position:absolute;
    left:0;
    bottom:0;
    cursor:pointer;
    -webkit-transition:bottom .3s ease-in-out;
    -moz-transition:bottom .3s ease-in-out;
    -o-transition:bottom .3s ease-in-out;
    transition:bottom .3s ease-in-out
}
.effect img.top:hover {
    bottom:-66px;
    padding-top:100px
}
h2.zero {
	margin: 0;
	padding-left: 10px;
	padding-top: 10px;
}

p.zero {
    margin:0;
    padding-left: 10px;
}

/* ################### */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
