body,html{width:100%;height:100%}

body {
	background-image: url(MallorcaBackWebseite.jpg);
	background-repeat: no-repeat;
  	background-position: center center;
 	background-size: cover;
  	background-attachment: fixed;
	margin: 0px !impoartant;
	min-height: -webkit-fill-available;
}

@media only screen and (max-width: 575px) {
  .content {
    display: table-cell;
    vertical-align: middle;
  }
}

.logo {
	padding-top: 40px;
	max-width: 200px;
	text-align: center;
	display: block;
    margin-left: auto;
    margin-right: auto 
}

.video {
	margin-top: 50px;
	text-align: center;
}

.text {
	padding: 10px;
	font-size: 17px;
	text-align: center;
	font-family: sans-serif;
	color: #28324e;
}

a:-webkit-any-link {
    color: #28324e;
    cursor: pointer;
    text-decoration: none;
}

