﻿/* PRINT ######################################################################################## */
@media print {

body {
	background: none !important;
	background-color: #fff !important;
	color: #555 !important;
}

h1, h2, h3, h4, h5 {
	color: #777 !important;
}

}



/* BIG SCREEN #################################################################################### */
@media screen and (min-width: 1281px) {

.section-foot {
	bottom:  -1px;
}

}



/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 1750px) {

#content-top {
	top: -80px;
}

.section-head {
	top: 0px;
}



/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 1550px) {

#content-top {
	top: -70px;
}
}


/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 1370px) {

#content-top {
	top: -60px;
}
}


/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 1280px) {

}


/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 1170px) {

#content-top {
	top: -40px;
	transform: scale(1.5);
}

.section-head {
	transform: scale(1.5);
	top: 31px;
}

.section-foot {
	transform: scale(1.5);
	bottom: 32px;
}
}


/* TABLET ####################################################################################### */

@media screen and (max-width: 1050px) {

/* ##### Hide / Show */

#onepagenav,
#header-wrapper,
.submenu-inner.list3 .toolbar-info,
#sidebar,
.offer:last-child,
#infocenter-icons.icons-4 .infocenter-icon:last-child,
.footerbox-right,
.gate,
.toolbar ul.menu li.level_1.home {
	display: none !important;
}




/* ##### Custom */

header {
	height: 400px;
}

#nav .logo {
	left: 10px;
}

#map .map-info {
    width: 30%;
}

#map .map-orte {
    width: 70%;
}

.boxinfo {
    padding: 1% 3% 2%;
    width: 44%;
}

.boxinfo .recommend {
    float: left;
    width: 100%;
}

.offer {
    width: 32%;
}

#infocenter-icons.icons-4 .infocenter-icon {
    width: 30%;
}

.footerbox h3 span {
	font-size: 12px;
}

#footerbox1 {
    width: 47%;
}

#footerbox2 {
    width: 47%;
}

.footerbox-left {
    width: 100%;
}





/* ########## Navigation */

a.mobile-nav {
	background: transparent url("../../images/site/menutab-mobile.png") no-repeat center center;
	bottom: 5px;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 50px;
	line-height: 30px;
	padding: 0;
	position: absolute;
	right: 25px;
	text-align: center;
	text-decoration: none;
	top: 75px;
	width: 50px;
	z-index: 9999;
}

#toolbar-wrapper {
	background: none !important;
	height: 0;
	top: 120px !important;
}

.toolbar {
	border: none;
	clear: both;
	display: block;
	height: auto;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.7s ease-out;  
	-moz-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	width: 100%;
	z-index: 9999;
}

.js .toolbar {
	max-height: 0;
	overflow: hidden;
}

.toolbar.active {
	max-height: 1000px;
	overflow: auto;
}

#toolbar-wrapper .toolbar .menu {
	background-color: #2f695b;
	float: none !important;
	height: auto !important;
	margin: 0;
	padding: 10px 0 5px 0;
	position: relative;
	text-align: center;
	width: 100%;
}

.toolbar ul.menu li.level_1,
.toolbar ul.menu li.level_1.first,
.toolbar ul.menu li.level_1.last {
	background: none;
	border: none;
	border-bottom: 1px dashed #fff;
	clear: both;
	display: block;
	float: none;
	height: auto;
	margin: 0;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
	width: 100%;
}

.toolbar ul.menu li.level_1:last-child {
	border: none;
}

.toolbar ul.menu li.level_1 a,
.toolbar ul.menu li.level_1:hover a,
.toolbar ul.menu li.level_1 a:hover,
.toolbar ul.menu li.active a.level_1 {
	background: none !important;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: inherit;
	margin: 0;
    padding: 3px 0;
    text-align: center;
	text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.toolbar ul.menu li .submenu ul li a {
	background: none !important;
	margin: 0;
    padding: 5px 0;
	text-align: center;
    width: 100%;
}

.toolbar ul.menu li .submenu .submenu-wrapper {
    padding: 0;
}

.toolbar ul.menu li .submenu {
	background: none !important;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	position: relative !important;
	top: 0 !important;
}

.toolbar ul.menu li .submenu div.submenu-inner {
    float: none;
    width: 100%;
}

.toolbar ul.menu li .submenu .submenu-inner h3,
.toolbar ul.menu li .submenu-inner div.toolbar-info {
	display: none;
}

.toolbar ul.menu li.level_1 .submenu ul {
	border: none;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	-ms-column-count: 1;
	-o-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	-ms-column-gap: 0;
	-o-column-gap: 0;
	column-gap: 0;
	display: inline-block;
	float: none;
	height: auto;
	list-style-type: none;
	margin: 0 auto;
	max-width: 100%;
	padding: 15px 0 5px 0;
	position: static;
	width: 100%;
}

.toolbar ul.menu li .submenu-inner ul,
.toolbar ul.menu li .submenu-inner.right ul {
    padding: 0;
}

.toolbar ul.menu li.level_1 .submenu ul li {
	border: none !important;
	display: inline-block;
	margin: 0 !important;
    text-align: center;
    width: 100%;
}

.toolbar ul.menu ul.menu li.level_1.home,
.toolbar .submenu .submenu-inner ul li.menulogo {
	display: none;
}

.toolbar ul.menu li .submenu .submenu-inner ul li.subtitle h4 {
	opacity: 0.5;
	text-align: center;
}

.toolbar ul.menu li.level_1 .submenu ul li a,
.toolbar ul.menu ul.menu li.level_1 .submenu ul li a,
.toolbar ul.menu ul.menu li.level_1 .submenu ul li a:hover {
    font-size: 14px;
    padding: 2px 0;
    text-align: center;
}

.toolbar ul.menu li.level_1 .submenu ul li a::before,
.toolbar ul.menu ul.menu li.level_1 .submenu ul li a::before {
	content: none;
}

}


/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 1000px) {

.def-icons {
  margin: 20px 17px;
}

.icons {
	margin: 0 0 70px 0;
}
}


/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 1000px) {

#content-top {
	top: -30px;
}
}


/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 880px) {

#content-top {
	top: -20px;
}
}






/* TABLET QUER ################################################################################### */
@media screen and (max-width: 820px) {

/* ##### Hide / Show */
.leaderboard,
#promo-side,
.nav2 .toolbar-info {
    display: none !important;
}

#homenav ul.menu li.level_1 {
    margin: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
	text-align: left;
}


#article-header h2 {
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 40px;
}

.promo {
	margin: 0 2%;
	width: 46%;
}

.offer {
	margin: 0 2%;
	margin-bottom: 20px;
	width: 44%;
}

.offer:last-child {
	display: inline-block !important;
}

#map .map-info, #map .map-orte {
	float: none;
    width: 100%;
}

.service-box {
	width: 46%;
}

#infocenter-icons.icons-4 .infocenter-icon:last-child {
	display: inline-block !important;
}

#infocenter-icons.icons-4 .infocenter-icon {
    width: 43%;
}

.cthin #content-wrapper {
    padding-left: 20px;
	padding-right: 20px;
}

.amazon {
    margin: 0 2.5% !important;
}

#claim-footer {
    font-size: 16px;
}

.gallery {
    float: none;
	margin: 0 0 20px 0;
	width: 100%;
}

#infocenter-anfahrt {
	width: 80%;
}

.lbox, .mbox, .rbox {
	float: none;
	margin: 0 0 20px 0;
	width: 100%;
}





}


/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 750px) {

#content-top {
	top: 0px;
	transform: scale(1.8);
}

.section-head {
	transform: scale(1.8);
	top: 51px;
}

.section-foot {
	transform: scale(1.8);
	bottom: 51px;
}

#promos .section-inner {
  height: 400px;
}
}



/* SMARTPHONE ##################################################################################### */
@media screen and (max-width: 720px) {

/* ##### Hide / Show */

.promo-navs,
.breadcrumbs,
.footerbox h3,
.boxwide,
#header-image-overlay,
#prevslide,
#nextslide,
#thumb-tray,
#progress-back,
.offers,
.getintouch-left h3 span,
.getintouch-right,
.toolbar ul.menu li.level_1 .submenu ul li.subtitle,
#homenav,
#headertitle,
#infobanner .image,
#headerboxes,
#welcomeleft,
#welcomeright,
#glint,
p.zoom-hinweis,
.slidecaption {
	display: none !important;
}

.promo:last-child {
	display: block !important;
}


a.mobile-nav {
    right: 12px;
}

/* Intro */


.icons {
  margin: 0px 0 50px 0;
}


/* ##### Custom */

body {
	text-align: left;
}

p {
	text-align: left;
}



header {
    height: 180px;
    padding: 80px 0 0 0;
}

.home header {
    height: 250px;
}

#article-header h2 {
    font-size: 22px;
    line-height: 30px;
    top: 42%;
}

a.mobile-nav {
    top: 30px;
}

#toolbar-wrapper {
    top: 75px !important;
}

#home-extra {
    top: 20%;
}

.telefon p {
    padding-top: 20px !important;
}

.telefon a {
    font-size: 32px;
}

#slidedescription {
    top: 35%;
}

.slidetitle span {
    font-size: 40px;
    line-height: 40px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}

.slidecaption {
    font-size: 16px;
    line-height: 22px;
}

.slidelink a {
    font-size: 18px;
    line-height: normal;
    margin: 5px 0 0 0;
    padding: 5px 12px 5px 12px;
}

#nav {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	height: 75px;
}

.home #nav {
	position: absolute !important;
	top: 0 !important;
}

#nav .logo {
	left: 0;
    margin-top: 0.4px;
    width: 240px;
}

#homeband.section {
	padding: 0;
	width: 100%;
}

#profil.section {
    padding-top: 20px;
}

#headertitle {
    top: -135px;
}

#headertitle h2 {
    font-size: 20px;
    letter-spacing: 3px;
    padding: 10px 15px 10px 15px;
}

#maininfo {
    padding-left: 10px !important;
	padding-right: 10px !important;
}

#maininfo img.left,
#maininfo .img-intro-left,
#maininfo img.right,
#maininfo .img-intro-right {
	clear: both;
	display: inline-block;
	height: auto !important;
	width: 100% !important;
}

.home #maininfo {
    padding: 0 10px;
    position: relative;
	left: -10px;
}

#welcome-wrapper {
    margin: 0 auto;
}

#welcome {
	padding: 0;
    width: auto;
}

#welcome-inner {
    padding: 20px 15px;
}

.homefloat {
    float: none;
    margin: 30px 0 !important;
    width: 100%;
}

.section {
	padding: 30px 0;
	width: 100%;
}

.section-inner {
    padding: 0 75px;
}

.section.dark {
    background-color: #fff;
}

#promos-wrapper h2 {
	font-size: 26px;
}

.promo {
    height: 260px;
    margin: 10px 5%;
    width: 90%;
}

#infobanner .section-inner {
	margin: 20px auto;
}

#infobanner .info {
	padding-left: 5%;
	padding-right: 5%;
	width: 90%
}

#infocenter {
    padding: 0;
}

#infocenter-anfahrt {
    width: 90%;
}

#infocenter-icons.icons-4 .infocenter-icon {
    width: 80%;
}

.getintouch-left {
	float: none;
	width: 100%;
}

.getintouch-left h3 {
	font-size: 26px;
	padding-top: 10px;
	text-align: center;
}

.getintouch-button {
    font-size: 20px;
}

.offer {
    margin-bottom: 20px;
    width: 100%;
}

.blogbox {
    width: 100%;
}

.amazon {
    width: auto !important;
}

.kontakt-left,
.kontakt-right {
	clear: both;
	display: inline-block;
	float: none;
	margin: 0 0 30px 0;
	width: 100%;
}

.service-box {
	width: 98%;
}

#infocenter-icons.icons-4 .infocenter-icon {
	margin: 0 0 20px 0;
    width: 100%;
}

#infocenter-anfahrt {
	min-width: 0;
}

footer {
    padding: 0 10px;
}

#footerbox1,
#footerbox2,
.footerbox-left,
.footerbox-right {
	float: none;
	width: 100%;
}

#copyright ul.menu li.level_1 {
	border: none; 
}

.flyoutrow h2 {
    font-size: 16px;
}

.produkttitle {
    height: 50px;
}

.produkttitle-foto {
    width: 50px;
}

.produkttitle-name h3 {
    font-size: 14px;
}

.produkttitle-name p,
.produkttitle-data {
	display: none;
}

.produktflyout {
    padding: 25px 5% 20px 5%;
}

.gallery.g2 .fancybox {
    height: 85px;
}

#sprachen {
	bottom: 50px;
    height: 85px;
    padding: 0;
    position: absolute;
    top: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	width: 85px;
    z-index: 200;
}

.gallery.g3 .fancybox {
    height: 50px;
}

#agentur-links ul {
	display: none;
}

.agentur_text {
	left: auto !important;
	margin: 0 auto;
    position: relative;
    top: 0 !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 90% !important;
}

.chronik-line {
	display: none;
}

#formangebot-flyout ul {
	float: none;
	width: 100%;
}

.anfrage-popup h3 {
    font-size: 18px;
}

.anfrage-popup h4 {
    font-size: 16px;
    margin: 15px 0;
}

#anfrage-inner {
	margin-top: 15px !important;
	padding: 0 10px !important;
}

#anfrage-inner h3 {
    font-size: 16px !important;
    padding-top: 10px;
}

#anfrage-inner h4 {
	margin: 0 0 10px 0 !important;
}

#anfrage-beschreibung {
	display: none;
}

.formular .form-dsgvo p {
    font-size: 10px !important;
    line-height: 14px !important;
}

.formular input[type="text"] {
    font-size: 12px !important;
    height: 25px;
}

.formular textarea {
    font-size: 12px !important;
    height: 80px;
}

#downlink {
	bottom: 100px;
}

.awards-left img {
	height: 100px;
	width: auto;
}

.awards-right img {
	height: 50px;
	width: auto;
}

.frontstabzaeune .produkttitle-foto {
    width: 50px;
}

#formangebot-flyout ul li input {
    top: 2px;
}




/* Splash */

#splash-wrapper {
	bottom: 0px;
	height: 100px;
	left: 0;
	margin: 0 auto;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 4500;
}

#splash {
	background-color: #2f695b;
	border: 4px solid #fff;
	bottom: 0%;
	left: 5%;
	margin: 0;
	padding: 0;
	position: absolute;
	right: auto;
	z-index: 4500;
}

#splash.square {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	max-width: 300px;
	padding: 10px 20px 15px 20px;
	width: auto;
}

#splash.round {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	height: 120px;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);
	width: 120px;
}

#splash #splash-inner {
	position: relative;
}

#splash.round #splash-inner {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#splash .splashdate {
	color: #fff;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 0;
	margin: 10px 0 0 0 !important;
	padding: 0;
	text-align: left;
}

#splash .splashsubtitle {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0;
	margin: 0 !important;
	padding: 0;
	text-align: left;
}

#splash .splashtitle {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px !important;
	margin: 0 !important;
	padding: 0;
	text-align: left;
}

.splashtext {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
}

#splash.round .splashtext {
	padding: 0 15px;
}

p.splashlink {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	margin: 5px 0 5px 0;
	min-height: 20px;
	padding: 0;
	position: relative;
	text-align: left;
	white-space: nowrap;
	width: 100%;
	z-index: 1000;
}

#splash.round * {
	text-align: center !important;
}

#splash a {
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#splashclose {
	background: #666667 url("../../images/site/close.png") no-repeat scroll center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border: 3px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	cursor: pointer;
display: none;
	font-size: 16px;
	height: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: -15px;
	top: -15px;
	white-space: nowrap;
	width: 30px;
	z-index: 1000;
}

#splash.round #splashclose {
	display: none !important;
}


.slidelink {
	margin-top: 25px;
}


}

/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 650px) {

#content-top {
	top: 10px;
}
}


/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 580px) {

#content-top {
	top: 30px;
	transform: scale(2.3);
}

.section-head {
	transform: scale(2.3);
	top: 83px;
}

.section-head {
	transform: scale(2.3);
	top: 83px;
}

.section-foot {
	transform: scale(2.3);
	bottom: 83px;
}

}


/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 570px) {

#content-top {
	top: 40px;
}
}


/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 490px) {

#content-top {
	top: 45px;
}
}

/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 450px) {

#content-top {
	top: 50px;
}
}


/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 410px) {

#content-top {
	top: 80px;
	transform: scale(2.8);
}
}


/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 390px) {

#content-top {
	top: 85px;
}
}