﻿@charset "utf-8";

* {
	border: 0px;
	border-spacing: 0;
	margin: 0px 0px;
	padding: 0px 0px;
}

hr {	
	background-color: #ffd400;
	width: 100%;
	height: 1px;
	margin: 20px 0;
}

#video {
	width: 100%;
	height: auto;
	z-index: -2000;
	overflow: hidden;
	margin: 0 0 -6px 0;
}

#video-text {
	position: absolute;
	top: 40%;
    color: #fff;
	width: 100%;
	padding: 5% 0;
}

#top {
	position: absolute;
	top: 0;
}

img {
	border-color: #fff;
	vertical-align: bottom;
}

a img {
	border: none;
}

.images {
	width: 100%;
	height: auto;
}

a {
	color: #de1925;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #de1925;
	text-decoration: none;
}

strong {
	font-weight: 800;
}

.auszoomen {
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.auszoomen:hover {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

.einzoomen {
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.einzoomen:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.responsive-element iframe {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
	height: 100%;
}
 
.responsive-element {
	position: relative;
	padding-bottom: 56.25%;
 	padding-top: 0px;
 	height: 0;
 	overflow: hidden;
}

.drehen:hover {
	animation: perspect 0.2s ease-in-out forwards;
	transform-origin: center;
}

@keyframes perspect {
   from {transform:perspective(500px) rotateY(0deg)}
   to {transform:perspective(500px) rotateY(30deg)}
}

.pulsieren {
    animation: pound 3.0s infinite;
	transform-origin: center;
}

@keyframes pound {
	50% { transform: scale(0.9);
	-webkit-filter: opacity(0.9); }
}

.page-header {
	display: none;
	visibility: hidden;
}

.vertikale-linie {
	background-image: url('../images/linie-vertikal.png');
	background-repeat: repeat-y;
	background-position: right;
	width: 2px;
	height: 100%;
}

hr {	
	background-color: #000;
	width: 100%;
	height: 1px;
	margin: 20px 0;
}

.graustufen {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.graustufen:hover {
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.hintergrund {
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom right;
}

.hintergrund-orange {
	background: #c3582d;
	color: #fff;
}

.hintergrund-braun {
	background: #b07e4a;
	color: #fff;
}

.hintergrund-hellbraun {
	background: #dfcbb7;
}

.hintergrund-grau {
	background: #898989;
	color: #fff;
}

.hintergrund-schwarz {
	background: #000;
	color: #fff;
}

.rahmen-orange {
	border: 15px solid #c3582d;
	padding: 15px 15px;
}

.linie-links-orange {
	border-left: 30px solid #c3582d;
}

.linie-rechts-orange {
	border-right: 30px solid #c3582d;
}

.linie-unten-orange {
	border-bottom: 30px solid #c3582d;
}

.rahmen-schwarz {
	border: 15px solid #000;
	padding: 25px 25px;
}

.schwarzweiss {
	filter: grayscale(100%);
}

input[type=checkbox] {
	position: relative;
	bottom: 3px;
	margin: 0 5px 0 0;
}

.login, .logout {
	margin: 1% 10%;
}

input {
	font-family: 'Open Sans', sans-serif;
	background: #ffd400;
	color: #000;
	font-size: 1.20rem;
	margin: 5px 0;
	padding: 10px 10px;
}

select {
	font-family: 'Open Sans', sans-serif;
	background: #ffd400;
	color: #000;
	font-size: 1.20rem;
	margin: 5px 0;
	padding: 10px 10px;
}

textarea {
	font-family: 'Open Sans', sans-serif;
	background: #ffd400;
	color: #000;
	font-size: 1.20rem;
	margin: 5px 0;
	padding: 10px 10px;
}

button {
	background: #eee;
	color: #6c6c6c;
	font-size: 1.20rem;
	margin: 20px 0;
	padding: 10px 10px;
}

.flexbox {
	display: flex;
	flex-wrap: wrap;
}

.trennlinie {
	background-image: url('../images/trennlinie.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
}





@media screen and (min-width: 1024px) {

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 100.0%;
	letter-spacing: 0.02em;
	line-height: 1.5;
	font-weight: 300;
	color: #000;
	overflow-x: hidden;
}

.smartphone {
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
}

.scrollen, .scrollen-1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: top 0.6s;
  -moz-transition: top 0.6s;
  transition: top 0.6s;
}

.scrollen.off-canvas, .scrollen-1.off-canvas { top: -100px; }

.scrollen.fixed, .scrollen-1.fixed {
  top: 0;
  z-index: 9999;
}

.fixieren {
	position: sticky;
    top: 0px;
}

#hintergrund {
	width: 100%;
	height: 100%;
	padding: 100px 0 0 0;	
}

#suchen {
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 1.00);
	width: 100%;
	height: 100px;
	font-size: 18px;
	color: #000;
	z-index: 10000;
}

#ausblenden-suchen {
	position: fixed;
	top: 0;
	right: 2%;
	font-size: 20px;
	white-space: nowrap;
	line-height: 0px;
	z-index: 11000;
}

#sitemap {
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	background-image: url('../images/hintergrund-1.png');
	background-size: 100% 100%;
	background-position: top right;
	background-repeat: no-repeat;
	width: 30%;
	height: 100%;
	z-index: 10000;
}

#ausblenden-sitemap {
	position: fixed;
	top: 0;
	right: 2%;
	font-size: 20px;
	white-space: nowrap;
	line-height: 0px;
	z-index: 11000;
}

#scrollbar {
	position: relative;
	width: 100%;
	height: 100%;
    overflow: hidden;
}

#quickinfo-suchen {
	position: absolute;
    top: 0;
	right: -17px;
    bottom: 0;
    left: 0;
	overflow-y: scroll;
	padding: 25px 1%;
	z-index: 1000;
}

#quickinfo-sitemap {
	position: absolute;
    top: 0;
	right: -17px;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
	padding: 10% 1%;
	z-index: 1000;
}

#nach-oben {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 65px;
	height: 40px;
	z-index: 5000;
}
/** Pendelfunktion **/
@keyframes orbit {
	from {
		rotate: 0;
	}
	to {
		rotate: 1turn;
	}
}

#etikette aside {
	position: fixed;
	top: -5px;
	left: 15%;
	width: 15%;
	background-image: url('../images/etikette.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	color: #1e1e1e;
	font-size: 1.00vw;
	font-weight: bold;
	padding: 1% 2% 2% 1%;
	z-index: 9000;
	transform-origin: center -100px;
	rotate: 3deg;
	animation: pendel 2s infinite alternate ease-in-out;
}

@keyframes pendel {
	to {
		rotate: -3deg;
	}
}

aside {
	position: absolute;
}

.etikette {
	font-family: 'Merriweather', serif;
	font-size: 1.50vw;
	color: #1e1e1e;
	padding: 1% 0;
}

#schaltflaeche a {
	display:block;
	background: #41a62a;
	height:100%;
	padding: 15px 20px; 
}

#schaltflaeche a:hover {
	background: #1e1e1e;
}

.schaltflaeche a {
	background: #41a62a;
	color: #fff;
	padding: 15px 20px;
}

.schaltflaeche a:hover {
	background: #1e1e1e;
	color: #fff;
	padding: 15px 20px;
}

#kopfzeile {
	position: fixed;
	top: 0;
	width: 100%;
	font-size: 22px;
	line-height: 24px;
	z-index: 8000;
}

#kopfzeile-1 {
	position: fixed;
	top: 0;
	width: 100%;
	font-size: 22px;
	line-height: 24px;
	z-index: 6000;
}

.search {
	width: 75%;
}

.search-results {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 1% 10%;
	text-align: left;
}

span.highlight {
    background-color: rgba(255, 56, 56, 0.20);
    font-weight: bold;
    padding: 1px 10px;
}

#searchForm {
	display: none;
}

.element-invisible {
	display: none;
}

#mod-search-searchword120 {
	background: #c0c1c2;
	width: 90%;
	height: 50px;
	color: #fff;
	border: none;
	font-size: 22px;
	outline: none;
	padding: 0 5%;
}

.button {
	background: #fff;
	float: right;
	margin: 5px 0 0 0;
}

span.highlight {
    background: #ffd400;
    color: #fff;
    font-weight: bold;
    padding: 1px 10px;
}

.result-category {
	display: none;	
}

#hauptmenue-1 {
	display: none;
	visibility: hidden;
}

#hauptmenue {
	padding: 0 15%;
}

#hauptmenue ul {
	display: block;
	float: left;
	width: 100%;
	padding: 5% 0 5% 0;
}

#hauptmenue li {
	display: block;
	float: left;
	width: 100%;
}

#hauptmenue li a {
	font-size: 2.25rem;
	line-height: 3.25rem;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#hauptmenue li:hover > a {
	color: #de1925;
}

#hauptmenue .nav > .active > a {
	color: #de1925 !important;
}

#hauptmenue .nav-child {
	position: relative;
	display: none;
}

#hauptmenue .nav-child li a {
	color: #000;
	font-size: 1.50rem;
	line-height: 2.50rem;
	padding: 0 1%;
}

#hauptmenue .nav-child li > a:hover,
#hauptmenue .nav-child li > a:focus,
#hauptmenue .nav-child:hover > a {
	color: #fff;
	text-decoration: none;
}

#hauptmenue .nav-child > .active > a {
	color: #fff !important;
}

#hauptmenue ul ul {
	display: block;
	float: left;
	width: 100%;
	padding: 0 0 2% 0;
}

#hauptmenue ul ul li{
	float: none;
	border: none;
	text-align: left;
	padding: 0 1%;
}

#hauptmenue ul li:hover > ul {
	display: block;
}

#hauptmenue ul ul li:hover > ul {
	position: relative;
	left: 0;
}

#untermenue {
	width: 100%;
	font-size: 22px;
	line-height: 22px;
	margin: -2px 0 0 0;
	z-index: 8000;
}

#untermenue li {
	display: block;
	float: left;
	margin: 0 1px;	
}

#untermenue li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 12px 15px;
}

#untermenue li:hover > a {
	color: #000;
}

#untermenue .nav > .active > a {
	color: #000;
	font-weight: bold;
}

#untermenue .nav-child {
	position: absolute;
	display: none;
	text-align: left;
	width: auto;
}

#untermenue .nav-child li > a:hover,
#untermenue .nav-child li > a:focus,
#untermenue .nav-child:hover > a {
	background: #fff;
	text-decoration: none;
}

#untermenue .nav-child > .active > a {
	color: #000;
	font-weight: bold;
}

#untermenue ul ul li{
	float: none;
	border: none;
	margin: 0px 0px;
}

#untermenue ul li:hover > ul {
	display: block;
	background: #fff;
}

#untermenue ul ul li:hover > ul {
	position: absolute;
	left: 100%;
	margin-top: -51px;
}

#inhalt {
	width: 100%;
	padding: 100px 0 0 0;
}

#inhalt a {
	font-weight: 500;
}

#inhalt a:hover {
	color: #545454;
}

.items-row {
	margin-top: 200px;
}

ul.sigFreeClassic {
    margin: 0 0 !important;
}

ul.sigFreeClassic li.sigFreeThumb {
    float: none;
    display: inline-block;
}

ul.sigFreeClassic li.sigFreeThumb {   
    background: #fff !important;
    margin: 2px 2px;
    padding: 0;
    list-style: none !important;
}

.fancybox-caption {
	display: none;
	visibility: hidden;
}

.fancybox-caption-wrap {
	display: none;
	visibility: hidden;
}

#slogan {
	width: 100%;
}

#fusszeile {
	width: 100%;
	z-index: 4000;
}

#fusszeile a:link {
	color: #de1925 !important;
	font-weight: 300;
}

#fusszeile a:hover {
	background: inherit;
	color: #000 !important;
}

#fusszeile a:visited {
	color: #de1925 !important;
}

#fusszeile a:active {
	color: #de1925 !important;
}

#zerone {
	text-align: center;
	padding: 1% 0;
}

.tabelle-5 {
	float: left;
	width: 5%;
}

.tabelle-10 {
	float: left;
	width: 10%;
}

.tabelle-12 {
	float: left;
	width: 12.5%;
}

.tabelle-14 {
	float: left;
	width: 14.285%;
}

.tabelle-15 {
	float: left;
	width: 15%;
}

.tabelle-20 {
	float: left;
	width: 20%;
}

.tabelle-25 {
	float: left;
	width: 25%;
}

.tabelle-30 {
	float: left;
	width: 30%;
}

.tabelle-33 {
	float: left;
	width: 33.333%;
}

.tabelle-35 {
	float: left;
	width: 35%;
}

.tabelle-40 {
	float: left;
	width: 40%;
}

.tabelle-45 {
	float: left;
	width: 45%;
}

.tabelle-50 {
	float: left;
	width: 50%;
}

.tabelle-60 {
	float: left;
	width: 60%;
}

.tabelle-66 {
	float: left;
	width: 66.666%;
}

.tabelle-70 {
	float: left;
	width: 70%;
}

.tabelle-75 {
	float: left;
	width: 75%;
}

.tabelle-80 {
	float: left;
	width: 80%;
}

.tabelle-100 {
	float: left;
	width: 100%;
}

.rand-horizontal-1 {
	padding: 0 1%;
}

.rand-horizontal-2 {
	padding: 0 2%;
}

.rand-horizontal-3 {
	padding: 0 3%;
}

.rand-horizontal-4 {
	padding: 0 4%;
}

.rand-horizontal-5 {
	padding: 0 5%;
}

.rand-horizontal-10 {
	padding: 0 10%;
}

.rand-horizontal-12 {
	padding: 0 12.5%;
}

.rand-horizontal-15 {
	padding: 0 15%;
}

.rand-horizontal-20 {
	padding: 0 20%;
}

.rand-horizontal-25 {
	padding: 0 25%;
}

.rand-horizontal-30 {
	padding: 0 30%;
}

.rand-vertikal-1 {
	padding-top: 1%;
	padding-bottom: 1%;
}

.rand-vertikal-2 {
	padding-top: 2%;
	padding-bottom: 2%;
}

.rand-vertikal-3 {
	padding-top: 3%;
	padding-bottom: 3%;
}

.rand-vertikal-4 {
	padding-top: 4%;
	padding-bottom: 4%;
}

.rand-vertikal-5 {
	padding-top: 5%;
	padding-bottom: 5%;
}

.rand-vertikal-10 {
	padding-top: 10%;
	padding-bottom: 10%;
}

.rand-vertikal-12 {
	padding-top: 12.5%;
	padding-bottom: 12.5%;
}

.rand-vertikal-15 {
	padding-top: 15%;
	padding-bottom: 15%;
}

.rand-vertikal-20 {
	padding-top: 20%;
	padding-bottom: 20%;
}

.rand-vertikal-25 {
	padding-top: 25%;
	padding-bottom: 25%;
}

.rand-vertikal-30 {
	padding-top: 30%;
	padding-bottom: 30%;
}

h1 {
	font-family: 'Merriweather', serif;
	font-size: 6.75rem;
	line-height: 6.75rem;
	font-weight: 300;
	color: #000;
}

h2 {
	font-family: 'Merriweather', serif;
	font-size: 2.50rem;
	font-weight: 300;
	color: #000;
}

h3 {
	font-family: 'Merriweather', serif;
	font-size: 1.75rem;
	font-weight: 300;
	color: #000;
	padding: 1% 0;
}

h4 {
	font-family: 'Merriweather', serif;
	font-size: 1.50rem;
	font-weight: 300;
	color: #000;
	padding: 1% 0;
}

h5 {
	font-family: 'Merriweather', serif;
	font-size: 1.25rem;
	font-weight: 300;
	color: #000;
	padding: 1% 0;
}

}





@media screen and (max-width: 1023px) {

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 100.0%;
	letter-spacing: 0.01em;
	line-height: 1.5;
	font-weight: 300;
	color: #000;
	overflow-x: hidden;
}

.desktop {
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
}

.scrollen, .scrollen-1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: top 0.6s;
  -moz-transition: top 0.6s;
  transition: top 0.6s;
}

.scrollen.off-canvas, .scrollen-1.off-canvas { top: -100px; }

.scrollen.fixed, .scrollen-1.fixed {
  top: 0;
  z-index: 9999;
}

.fixieren {
	display: none;
	visibility: hidden;
}

#hintergrund {
	width: 100%;
	height: 100%;
	padding: 100px 0 0 0;
}

#suchen {
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 1.00);
	width: 100%;
	height: 100px;
	font-size: 18px;
	color: #000;
	z-index: 10000;
}

#ausblenden-suchen {
	position: fixed;
	top: 0;
	right: 2%;
	font-size: 20px;
	white-space: nowrap;
	line-height: 0px;
	z-index: 11000;
}

#sitemap {
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #fff;
	width: 100%;
	height: 100%;
	z-index: 10000;
}

#ausblenden-sitemap {
	position: fixed;
	top: 0;
	right: 2%;
	font-size: 20px;
	white-space: nowrap;
	line-height: 0px;
	z-index: 11000;
}

#ausblenden {
	position: fixed;
	top: 0;
	left: 0;
	font-size: 20px;
	white-space: nowrap;
	line-height: 0px;
	z-index: 11000;
}

#scrollbar {
	position: relative;
	width: 100%;
	height: 100%;
    overflow: hidden;
}

#quickinfo-suchen {
	position: absolute;
    top: 0;
	right: -17px;
    bottom: 0;
    left: 0;
	overflow-y: scroll;
	padding: 25px 1%;
	z-index: 1000;
}

#quickinfo-sitemap {
	position: absolute;
    top: 0;
	right: -17px;
    bottom: 0;
    left: 0;
	overflow-y: scroll;
	padding: 15% 1%;
	z-index: 1000;
}

#nach-oben {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 65px;
	height: 40px;
	z-index: 5000;
}

#etikette {
	display: none;
	visibility: hidden;
}

#schaltflaeche a {
	display:block;
	background: #41a62a;
	height:100%;
	padding: 15px 20px; 
}

#schaltflaeche a:hover {
	background: #1e1e1e;
}

.schaltflaeche a {
	background: #41a62a;
	color: #fff;
	padding: 15px 20px;
}

.schaltflaeche a:hover {
	background: #1e1e1e;
	color: #fff;
	padding: 15px 20px;
}

#kopfzeile {
	position: fixed;
	top: 0;
	width: 100%;
	font-size: 22px;
	line-height: 24px;
	z-index: 8000;
}

.search {
	width: 75%;
}

.search-results {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 1% 10%;
	text-align: left;
}

span.highlight {
    background-color: rgba(255, 56, 56, 0.20);
    font-weight: bold;
    padding: 1px 10px;
}

#searchForm {
	display: none;
}

.element-invisible {
	display: none;
}

#mod-search-searchword120 {
	background: #c0c1c2;
	width: 80%;
	height: 50px;
	color: #fff;
	border: none;
	font-size: 22px;
	outline: none;
	padding: 0 5%;
}

.button {
	background: #fff;
	float: right;
}

span.highlight {
    background: #ffd400;
    color: #fff;
    font-weight: bold;
    padding: 1px 10px;
}

.result-category {
	display: none;	
}

#hauptmenue {
	display: none;
	visibility: hidden;
}

#hauptmenue-1 {
	
	padding: 0 5%;
}

#hauptmenue-1 ul {
	display: block;
	float: left;
	width: 100%;
	padding: 7% 0;
}

#hauptmenue-1 li {
	display: block;
	float: left;
	width: 100%;
	padding: 1% 0;
}

#hauptmenue-1 li a {
	color: #000;
	font-size: 1.75rem;
	line-height: 1.75rem;
	font-weight: bold;
	text-decoration: none;
}

#hauptmenue-1 li:hover > a {
	color: #de1925;
}

#hauptmenue-1 .nav > .active > a {
	color: #de1925 !important;
}

#hauptmenue-1 .nav-child {
	position: relative;
	display: none;
}

#hauptmenue-1 .nav-child li a {
	color: #000;
	font-size: 1.25rem;
	line-height: 1.50rem;
	padding: 0 1%;
}

#hauptmenue-1 .nav-child li > a:hover,
#hauptmenue-1 .nav-child li > a:focus,
#hauptmenue-1 .nav-child:hover > a {
	color: #000;
	text-decoration: none;
}

#hauptmenue-1 .nav-child > .active > a {
	color: #000 !important;
}

#hauptmenue-1 ul ul {
	display: block;
	float: left;
	width: 100%;
	padding: 1% 0 5% 0;
}

#hauptmenue-1 ul ul li{
	float: none;
	border: none;
	text-align: left;
	padding: 0 1%;
}

#hauptmenue-1 ul li:hover > ul {
	display: block;
}

#hauptmenue-1 ul ul li:hover > ul {
	position: relative;
	left: 0;
}

#untermenue {
	display: none;
	visibility: hidden;
}

#inhalt {
	width: 100%;
	overflow: hidden;
}

#inhalt a {
	font-weight: 400;
}

.items-row {
	margin-top: 50px;
}

ul.sigFreeClassic {
    margin: 0 0 !important;
}

ul.sigFreeClassic li.sigFreeThumb {
    float: none;
    display: inline-block;
}

ul.sigFreeClassic li.sigFreeThumb {   
    background: #fff !important;
    margin: 2px 2px;
    padding: 0;
    list-style: none !important;
}

.fancybox-caption {
	display: none;
	visibility: hidden;
}

.fancybox-caption-wrap {
	display: none;
	visibility: hidden;
}

#fusszeile {
	width: 100%;
	z-index: 4000;
}

#fusszeile a:link {
	color: #de1925 !important;
}

#fusszeile a:hover {
	color: #de1925 !important;
	font-weight: 600;
}

#fusszeile a:visited {
	color: #de1925 !important;
}

#fusszeile a:active {
	color: #de1925 !important;
}

#zerone {
	text-align: center;
	padding: 1% 0;
}

.tabelle-5 {
	float: left;
	width: 5%;
}

.tabelle-10, .tabelle-12, .tabelle-14, .tabelle-15 {
	float: left;
	width: 100%;
	padding: 0 25%;
}

.tabelle-20, .tabelle-25, .tabelle-30, .tabelle-33, .tabelle-35, .tabelle-40, .tabelle-45, .tabelle-50, .tabelle-60, .tabelle-66, .tabelle-70, .tabelle-75, .tabelle-80, .tabelle-100 {
	float: left;
	width: 100%;
	padding: 0 5%;
}

.rand-horizontal-1, .rand-horizontal-2, .rand-horizontal-3, .rand-horizontal-4, .rand-horizontal-5, .rand-horizontal-10 {
	padding: 0 5%;
}

.rand-horizontal-12, .rand-horizontal-15 {
	padding: 0 10%;
}

.rand-horizontal-20, .rand-horizontal-25, .rand-horizontal-30 {
	padding: 0 5%;
}

.rand-vertikal-1, .rand-vertikal-2, .rand-vertikal-3, .rand-vertikal-4 {
	padding: 2% 0;
}

.rand-vertikal-5, .rand-vertikal-10, .rand-vertikal-12, .rand-vertikal-15 {
	padding: 5% 0;
}

.rand-vertikal-20, .rand-vertikal-25, .rand-vertikal-30 {
	padding: 10% 0;
}

h1 {
	font-family: 'Merriweather', serif;
	font-size: 2.75rem;
	line-height: 2.75rem;
	font-weight: 300;
	color: #000;
}

h2 {
	font-family: 'Merriweather', serif;
	font-size: 1.75rem;
	line-height: 2.00rem;
	font-weight: 300;
	color: #000;
	padding: 4% 0;
}

h3 {
	font-family: 'Merriweather', serif;
	font-size: 1.50rem;
	line-height: 2.00rem;
	font-weight: 300;
	color: #000;
	padding: 4% 0;
}

h4 {
	font-family: 'Merriweather', serif;
	font-size: 1.50rem;
	line-height: 2.00rem;
	font-weight: 300;
	color: #000;
	padding: 4% 0;
}

h5 {
	font-family: 'Merriweather', serif;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 300;
	color: #000;
	padding: 4% 0;
}

}