@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/roboto_light.woff2')  format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/roboto_regular.woff2')  format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/roboto_bold.woff2')  format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*GENERAL STYLE*/
body {
    margin: 0;
    padding: 0;
    background-color: #f0efe6;
    font-family: 'Roboto', sans-serif;
}

@media (min-width:845px) {
.wrapper {
    width: 800px;
    margin: calc(60px + 20vh) 2vw auto;
}
}
@media (max-width:844px) {
.wrapper {
    width: calc(100% - 60px);
    margin: 140px auto 20px;
}    
}
@media (max-width:659px) {
.wrapper {
    width: 100%;
    margin: 0px;
    margin-top: 130px;
}    
}
h1 {
    font-size: 18px;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}
.subline {
    font-weight: 400;
    color: #25cbd3;
    font-size: 24px;
}

.sublinexs {
    font-weight: 400;
    color: #25cbd3;
    font-size: 18px;
}

h2 {
    font-weight: 400;
    color: #0099a8;
    font-size: 24px;
}

h3 {
    font-weight: 400;
    color: #0099a8;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1.4em;
}

a{
    color: #0099a8;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

/*BACKGROUND STYLE*/
.bgelements {
    z-index: -1000;
    background-color: #f0efe6;
    top: 0;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
}
.bgimage {
    background-size: cover;
    background-repeat: no-repeat;
}
.bgtop {
    top: 0;
    width: 100%;
}
.bgbottom {
    position: fixed;
    bottom: 0;
    width: 100%;
}

/*BACKGROUND IMAGES*/
#home {
    background-image: url(../images/willkommen.jpg);/*bei jeder Seite ein anderes*/
}

@media (min-width:845px) {
.bgelements {
    position: fixed;
}
.bgimage {
    position: fixed;
    width: 100%;
    min-height: 100vh;
    margin: 0; 
    background-position: center top;
}
.smallbg .bgimage {
    background-color: #fff;
    background-size: contain;
    background-position: right top;
}
.bgtop {
    position: fixed;
}
.bgbottom {
    display: block;
}
}

@media (max-width:844px) {
.bgelements {
    position: absolute;
}
.bgimage {
    position: absolute;
    width: calc(100% - 60px);
    margin: 0px 30px;
    min-height: 350px; 
    background-position: center bottom;
}
.bgtop {
    position: absolute;
}
.bgbottom {
    display: none;
}
}

@media (max-width:659px) {
.bgimage {
    width: 100%;
    margin: 0px;
    min-height: 300px; 
    background-position: center bottom;
}     
}

/*SIDEBAR STYLES*/
.sidebar {
    background-color: #0099a8;
    padding: 15px 15px 0px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    z-index: 1100;
}
.sidebarbox img {
    width: 30px;
    margin: 0px;
    vertical-align: top;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
    transition: all 0.2s ease-in;
}
.sidebarbox img:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    transition: all 0.2s ease-in;
}
.sidebarbox p {
    vertical-align: top;
    color: rgba(255,255,255,0);
    background-color: #69c3cc;
    width: auto;
    border-radius: 0px 5px 5px 0px;
    padding: 10px 0px;
    line-height: 20px;
    font-size: 12px;
    margin-left: 45px;
    margin-top: -32px;
    max-width: 0px;
    overflow-x: hidden;
    transition: all 0.2s ease-in 0.2s;
    white-space: nowrap;
}
.sidebarbox:hover p {
    color: rgba(255,255,255,1);
    width: auto;
    padding: 10px 20px 10px 10px;
    max-width: 500px;
    overflow-x: hidden;
    transition: all 0.2s ease-in;
}

@media (min-width:660px) {
.sidebar {
    position: fixed;
    left: 0;
    top: calc(50vh - 120px);
    width: 30px;
    padding: 15px 15px 0px;
    border-radius: 0px 10px 10px 0px; 
}
.sidebarbox {
    display: block;
    width: auto;
}
.sidebarbox img {
    display: inline-block;
    margin: 0px;
}
.sidebarbox p {
    display: inline-block;
}
}
    
@media (max-width:659px) {
.sidebar {
    position: relative;
    margin: 0px auto;
    left: auto;
    top: 0;
    text-align: center;
    width: 250px;
    padding: 15px 7.5px;
    border-radius: 0px 0px 10px 10px; 
    display: none
}
.sidebarbox {
    display: inline-block;
    width: auto;
}
.sidebarbox img {
    display: inline-block;
    margin: 0px 7.5px;
} 
.sidebarbox p {
    display: none;
}
}

/*HEADER STYLES*/
header {
    position: relative;
    background-image: url(../images/headerbg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left 50px;
    margin-bottom: -30px;
}
header p {
    width: calc(100% - 80px);
    padding: 20px 60px 40px 20px;
    color: #25cbd3;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    vertical-align: bottom;
    text-align: right;
    text-shadow: 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 20px #fff;
}

@media (min-width:845px) {
header {
    background-image: url(../images/headerbg.png);
}
header p {
    display: block;
    font-size: 26px;
    margin-top: -80px;
}  
header img {
    margin-bottom: 0px;    
}
header .stern {
    width: 80px;
    margin-bottom: -130px;
    margin-left: calc(100% - 60px);
}
header .logo {
    width: calc(43% - 10px);
    padding: 5px 5px 35px 0px;
    margin-top: 50px;
    vertical-align: bottom;
}
}
@media (max-width:844px) {
header {
    background-image: url(../images/headerbgmob.png);
}
header p {
    display: block;
    font-size: 20px;
    margin-top: -70px;
}  
header img {
    margin-bottom: 0px;    
}
header .stern {
    width: 80px;
    margin-bottom: -130px;
    margin-left: calc(100% - 60px);
}
header .logo {
    width: calc(40% - 10px);
    padding: 5px 5px 55px 0px;
    margin-top: 50px;
    vertical-align: bottom;
}
}
@media (max-width:659px) {
header {
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: 20% 20px;
    margin-bottom: -20px;
    text-align: center;
}
header p {
    display: none;
}
header img {
    margin-bottom: 30px;    
}
header .stern {
    width: 50px;
    margin-bottom: -60px;
    margin-left: calc(100% - 50px);
}
header .logo {
    width: 250px;
    padding: 5px 5px 15px 0px;
    margin: 30px auto 20px;
    vertical-align: bottom;
}
}


/*MENU STYLES*/
.nav {
    position: sticky;
    top: 0;
    background: #69c3cc;
    background: -moz-linear-gradient(left, #69c3cc 0%, #0099a8 100%);
    background: -webkit-linear-gradient(left, #69c3cc 0%,#0099a8 100%);
    background: linear-gradient(to right, #69c3cc 0%,#0099a8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69c3cc', endColorstr='#0099a8',GradientType=1 );
    text-align: center;
    z-index: 1000;
}
.nav ul {
    width: 100%;
    height: 58px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.nav ul li {
    list-style: none;
    display: inline-block;
    cursor: pointer;
    background-image: url(../images/navbg.png);
    background-size: 0px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in;
}
.nav .active, .nav ul li:hover {
    background-size: 36px;
    transition: all 0.2s ease-in;
}
.nav .active {
    font-weight: 700;
}
.nav ul li a {
    color: #fff;
    text-decoration: none;
}
.submenu {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.2s ease-in-out 0.2s;
    position: absolute;
    width: 190px !important;
    height: auto;
    background-color: rgba(37, 203, 211, 0.8);
    text-align: left !important;
    border-radius: 0px 0px 10px 10px; 
    margin: 19px 0px 0px -10px !important;
    z-index: 800;
}
.submenu li {
    display: block !important;
    padding: 10px !important;
    background-position: left center !important;
}
.submenutoggler:hover .submenu, .submenutoggled .submenu {
    max-height: 500px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    height: auto;
}

@media (min-width:845px) {
.nav {
    position: sticky;
    border-radius: 0px 10px 0px 0px;
}
.nav ul li {
    padding: 20px;
}
.menu {
    display: inline-block;
}
.menutoggler, .menutoggled {
    display: none;
}
}

@media (max-width:844px) {
.nav {
    position: sticky;
    border-radius: 0px 0px 0px 0px !important;
}
.nav ul li {
    padding: 20px 10px;
}
.menu {
    display: inline-block;
}
.menutoggler, .menutoggled {
    display: none;
}
}

@media (max-width:659px) {
.nav {
    position: relative;
    border-radius: 0px 0px 0px 0px !important;
    font-size: 20px;
    line-height: 22px;
}
.menu {
    display: block;
    max-height: 0px !important;
    height: auto !important;
    overflow: hidden !important;
    transition: all 0.2s ease-in-out;
}
.menuopen{
    display: block;
    max-height: 500px !important;
    height: auto !important;
    overflow: hidden !important;
    transition: all 0.2s ease-in-out;
}
.menu li{
    display: block !important;
    padding: 10px 0px !important;
}
.menuopen li{
    display: block !important;
    padding: 10px 0px !important;    
}
.menutoggler, .menutoggled {
    display: inline-block;
}
.menutoggler li:before {
     content: "≡ ";  
}
.submenutoggler:before {
     content: "≡ ";  
}
.submenutoggler:hover .submenu, .submenu {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    position: relative;
    width: 100% !important;
    height: auto;
    background-color: rgba(37, 203, 211, 0.8);
    text-align: center !important;
    border-radius: 0px !important; 
    margin: 5px 0px -5px !important;
    z-index: 800;
}
.submenu li {
    display: block !important;
    padding: 10px !important;
    background-position: center !important;
}
.submenutoggled .submenu {
    max-height: 500px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    height: auto;
}
}



/*CONTENT STYLES*/
.content {
    text-align: left;
    line-height: 2.4em;
    clear: both;
    color: #555555;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url(../images/bgcontent.png);
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 40px 80px;
    min-height: 200px;
}
.content p {
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.content b {
    font-weight: 700;
}

.content ul {
	line-height: 1.4em;
	margin: 5px 0px;
}
.anfahrt {
	width: 100%;
	min-width: 240px;
	height: auto;
}

.shoeicon {
	width: auto !important;
	height: auto !important;
	min-width: 36px !important;
}

.content img {
	width: 100%;
	min-width: 240px;
	height: auto;
}

.contentpicsmall {
	width: 10% !important;
	float: right !important;
	margin: -35px 10px 10px 10px !important;
	min-width: 140px !important;
}

.contenticon {
	width: 20% !important;
	float: right !important;
	margin: 10px !important;
	min-width: 80px !important;
} 

.content ul ul {
	list-style-type: none;
	margin: 0;
}

h6 {
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 20px !important;
	color: #0099a8 !important;
	margin: 5px 0px !important;
}

blockquote {
	background-color: #0099a8;
	color: #fff !important;
	padding: 10px 20px !important;
	margin: 0px -20px;
}

blockquote h3 {
	color: #fff !important;
}

blockquote a {
	color: #fff;
	font-weight: 800;
}

#mc-embedded-subscribe-form {
	padding: 0px !important;
}

@media (min-width:660px) {
.content {
    width: calc(100% - 160px);
    padding: 40px 80px;
}
}
@media (max-width:659px) {
.content {
    width: calc(100% - 80px);
    padding: 40px;
}
}
@media (max-width:650px) {

.contentpicsmall {
	float: none !important;
	margin: 10px 10px 20px 10px !important;
}
}

/*FOOTER STYLES*/
footer {
    background: #25cbd3;
    background: -moz-linear-gradient(left, #25cbd3 0%, #67dbe0 100%);
    background: -webkit-linear-gradient(left, #25cbd3 0%,#67dbe0 100%);
    background: linear-gradient(to right, #25cbd3 0%,#67dbe0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25cbd3', endColorstr='#67dbe0',GradientType=1 );
    color: #fff;
    margin-top: -2px;
    font-size: 12px;
    line-height: 22px;   
}
footer div {
    display: inline-block;
    width: 48%;
}
.left {
    min-width: 120px;
}

.right {
    min-width: 220px;
}
footer a {
    color: #dbfcff;
    transition: all 0.2s ease-in;
}
footer a:hover {
    color: #c0f8fd;
    transition: all 0.2s ease-in;
}

@media (min-width:660px) {
footer {
    width: calc(100% - 160px);
    margin-bottom: 25px;
    padding: 20px 80px;
    border-radius: 0px 0px 10px 0px;
}
}
@media (max-width:844px) {
footer {
    width: calc(100% - 160px);
    margin-bottom: 20px;
    padding: 20px 80px;
    border-radius: 0px 0px 0px 0px;
}
}
@media (max-width:659px) {
footer {
    width: calc(100% - 80px);
    margin-bottom: 0px;
    padding: 20px 40px;
    border-radius: 0px 0px 0px 0px;
}
}


.neu {
    height:20px !important; 
    width:20px !important; 
    min-width:20px !important; 
    vertical-align: middle;
}
em {
    color: #e5007d;
    font-style: normal;
}

@media (max-width:350px) {
.content {
	hyphens: auto;
	-webkit-hyphens: auto;
}
}