* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background-repeat: no-repeat;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5em;
}
html, body {
    font-size: 15px;
}
.inside {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
.header.original .logo {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.logo {
    margin-top: auto;
    margin-bottom: auto;
    float: none;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
}
.logo a {
    background-image: url(logo_erlebnisvals_rgb.svg);
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left;
}
.logo a {
    background-image: url('logo_erlebnisvals_rgb.svg');
}
.logo {
    height: 212px;
}
.logo {
    width: 500px;
}
.inside {
    padding-left: 40px;
    padding-right: 40px;
}
p {
    margin-bottom: 25px;
    word-wrap: break-word;
}
h1 {
    font-size: 1.8rem;
}
h2 {
    font-size: 1.333rem;
    margin-bottom: 10px;
    margin-top: 18px;
}
ol, ul {
    list-style: none;
}
ul {
    padding-left: 25px;
    margin-bottom: 25px;
}
li {
    list-style-type: circle;
    list-style-position: outside;
    margin-bottom: 3px;
}
p a {
    color: #ef4789;
}
.back {
    text-align: center;
    display: block;
    font-weight: bold;
}
/* =============================================================================
 * cookiebar
 * ========================================================================== */

.cc_container .cc_btn {
    background-color: #e4e4e4 !important; /* Farbe des Buttons */
    color: #000 !important; /* Textfarbe des Buttons */
}
.cc_container {
    background: #ef4789 !important; /* Hintergrundfarbe des gesamten Bereichs */
    color: rgb(255,255,255)!important; /* Schriftfarbe des gesamten Bereichs */
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}
.cc_container a {
    color: rgb(255,255,255) !important; /* Textlink-Farbe "Mehr Infos" */
    font-weight: bold;
}
#wrapper {
    margin-bottom: 90px;
}
#footer {
    text-align: center;
    margin-top: 20px;
}
#footer a {
    text-decoration: none;
    font-weight: bold;
    color: #ef4789;
}
/* =============================================================================
 * Sprachenwechsler
 * ========================================================================== */
.changelanguage {
	text-align: center;
}
.changelanguage ul {
	padding-left: 0;
}
.changelanguage li {
	list-style-type:none;
	display: inline;
	margin-right: 10px;
	}
.changelanguage li.active {
	text-decoration: none;
	font-weight: bold;
	color: #ef4789;
}
.changelanguage li a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
.changelanguage li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ef4789;
}
.changelanguage li.last {
margin:0;
}
/* =============================================================================
 * logo size: mobile
 * ========================================================================== */

@media only screen and (max-width: 767px) {
.logo {
    width: 240px;
    height: 90px;
	}
}
 @media only screen and (max-width: 1120px) {    /* Start Query */
 h1 {
 font-size: 1.333rem;
 margin-top: 15px;
}
 h2 {
 font-size: 1rem;
 margin-bottom: 5px;
 margin-top: 12px;
}
}