/* Global */

@font-face {
  font-family: 'Abril Fatface';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/abril-fatface-v12-latin-regular.eot');
  src: local(''),
       url('fonts/abril-fatface-v12-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/abril-fatface-v12-latin-regular.woff2') format('woff2'),
       url('fonts/abril-fatface-v12-latin-regular.woff') format('woff'),
       url('fonts/abril-fatface-v12-latin-regular.ttf') format('truetype'),
       url('fonts/abril-fatface-v12-latin-regular.svg#AbrilFatface') format('svg');
}

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	background-color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Abril Fatface', serif;
}

h2 {
	font-size: 24px;
	margin-bottom: 10px;
}


h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: #ddd;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
}

.row {
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

[class*="col"] {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

/* font */

h1 {
	font-size: 80px;
	padding: 50px 0;
	text-align: center;
}

@media (max-width: 575.98px) {
	h1 {
		font-size: 40px;
		padding: 30px 0;
	}
}

/* teaser */

.vertical-align-middle {
	justify-content: center;
    align-items: center;
	display: flex;
}

.teaser {
	min-height: 300px;
	margin-bottom: 30px;
}
.teaser img {
	position: relative;
}

.overlay {
	content: "";
	background: rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
	position: absolute;
	transition: all 0.5s;
}

.overlay:hover {
	background: rgba(0,0,0,0.2);
	transition: all 0.5s;
}

.overlay img:hover {
	background: rgba(0,0,0,0.2);
	transition: all 0.5s;
}

.carlo {
	background: url(./img/carlo615-rostock-hg.jpg) no-repeat center center transparent;
	background-size: cover;
}

.staalrockcafe {
	background: url(./img/staalrockcafe-rostock-hg.jpg) no-repeat center center transparent;
	background-size: cover;
}

.genussbootschaft {
	background: url(./img/genussbootschaft615-rostock-hg.jpg) no-repeat center center transparent;
	background-size: cover;
}

.warnowhuus {
	background: url(./img/warnowhuus-rostock-hg.jpg) no-repeat center center transparent;
	background-size: cover;
}

/* footer */

footer {
	text-align: center;
	font-size: 13px;
	padding: 20px;
	color: #fff;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}




@media (max-width: 575.98px) {
	
}
@media (max-width: 767.98px) {
	
}
@media (max-width: 991.98px) {
	
}
@media (max-width: 1199.98px) {
	
}
@media (max-width: 1399.98px) {
	
}