﻿/*
	https://ferienwohnungen-sauerland.webtop.de/
	(c) 2026 webtop media online-systems gmbh, https://webtop.de/
*/
@font-face {
	font-family: 'Gothic1a';
	src: url('../font/gothic-a1-v18-latin-regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

* {
	font-family: Gothic1a, Helvetica, Arial, sans-serif;
}

body {
	margin: 0;
	padding: 1em;
}

h1 {
	font-size: 22px;
	color: rgb(0,79,159);
}

	h1 b {
		font-size: 22px;
	}

b {
	color: rgb(58, 170, 53);
	font-weight: bold;
}

i {
	color: rgb(0,79,159);
	font-weight: bold;
	font-style: normal;
}

strong {
	font-weight: bold;
}

h2 {
	font-size: 20px;
}

p,
address {
	font-size: 14px;
	max-width: 550px;
	line-height: 1.4em;
	margin-bottom: 15px;
}

img {
	max-width: 100%;
	height: auto;
}

address {
	font-style: normal;
	margin-left: 1em;
	margin-bottom: 15px;
}

a {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: rgb(162, 198, 23);
	color: rgb(58, 170, 53);
}

@media screen and (max-width: 550px) {

	h1 {
		width: 100%;
		text-align: center;
	}
}
