@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.woff2') format('woff2'),
        url('../fonts/OpenSans.woff') format('woff'),
        url('../fonts/OpenSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff'),
        url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Semibold.woff2') format('woff2'),
        url('../fonts/OpenSans-Semibold.woff') format('woff'),
        url('../fonts/OpenSans-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


*, *:before, *:after {
    -webkit-box-sizing: border-box; /* Safari/Chrome, andere WebKit-Browser */
    -moz-box-sizing: border-box; /* Firefox, andere Gecko-Browser */
    box-sizing: border-box; /* Opera/IE 8+ */
}
html {
  scroll-behavior: smooth;
}
body {
	font-family: 'Open Sans';
	background:#f1f1f1;
}
.pagewrap {
	float:left;
	width:100%;
	height:100vh;
	position:relative;
	overflow-x:hidden;
}
.wrapper {
	width:100%;
	height:auto;
	margin:0;
	padding:0 20px;
}
.header {
	float:left;
	width:100%;
	height:auto;
	background:#ffffff;
	margin:0;
	padding:0px 20px;
	position:relative;
	z-index:900;
	box-shadow:2px 2px 2px rgba(0,0,0,0.2);
}
.header_wrapper {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
.footer_wrapper {
	width:100%;
	height:auto;
	margin:0;
	padding:0 20px;
}
.header_logo {
	float:left;
	width:200px;
	height:auto;
	margin:22px 0 22px 0;
	padding:0;
}
.header_logo img {
	width:100%;
	height:auto;
	display:block;
	outline:none;
}
.topbar {
	float:left;
	width:calc(100% - 240px);
	height:auto;
	margin:10px 0 0 40px;
	text-align:right;
	font-size:13px;
	color:#666666;
	padding:0 5px 0 0;
	display:none;
}
.topbar .trenner {
	color:#aaaaaa;
	margin:0 6px;
}
.back_kontakt {
	background:none;
}
.back_apfelannahme {
	background:none;
}
.back_eigenmarken {
	background:none;
}
.back_handel {
	background:none;
}
.back_lieferservice {
	background:none;
}
.back_ontour {
	background:none;
}
.back_sortiment {
	background:none;
}
.back_historie {
	background:none;
}
.back_buddys {
	background:none;
}
.navigation {
	position:fixed;
	right:0;
	top:0;
	width:100%;
	height:100vh;
	max-height:100vh;
	padding:45px 50px 50px 40px;
	background: #0555a2;
	z-index:990;
	opacity:0;
	transition:all 0.3s ease-out;
	transform:translateX(125%);
}
.navigation.active {
	position:fixed;
	right:0;
	top:0;
	width:100%;
	height:100vh;
	max-height:100vh;
	padding:45px 50px 50px 40px;
	background: #0555a2;
	z-index:990;
	opacity:1;
	overflow-y:scroll;
	transition:all 0.5s ease-in;
	transform:translateX(0%);
}
.menu_icon {
	position:fixed;
	right:0;
	top:30px;
	width:65px;
	height:65px;
	background:#ffffff;
	display:block;
	z-index:999;
	transition:all 0.3s ease;
}
.menu_icon.active {
	position:fixed;
	right:0;
	top:30px;
	width:65px;
	height:65px;
	display:block;
	z-index:999;
	background:#ffffff;
	transition:all 0.3s ease;
}
.menu_icon label {
	display:flex;
	flex-direction:column;
	width:65px;
	cursor:pointer;
	padding:17px 14px;
	transition:all 0.2s linear;
}
.menu_icon label span{
  background: #0555a2;
  border-radius:2px;
  height:2px;
  margin: 4px 0;
  transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.menu_icon label span:nth-child(1){
  width:100%;
}
.menu_icon label span:nth-child(2){
  width:100%;
}
.menu_icon label span:nth-child(3){
  width:100%;
}
.menu_icon input[type="checkbox"]{
  display:none;
}
.menu_icon input[type="checkbox"]:checked ~ span:nth-of-type(1){
  transform-origin:bottom;
  transform:rotatez(45deg) translate(8px,8px);
  width:100%;
}
.menu_icon input[type="checkbox"]:checked ~ span:nth-of-type(2){
  width:0%;
  background:#ffffff;
}
.menu_icon input[type="checkbox"]:checked ~ span:nth-of-type(3){
  transform-origin:top;
  transform:rotatez(-45deg) translate(5px,-5px);
  width:100%;
}

.main {
	float:left;
	width:100%;
	height:auto;
	min-height:400px;
	margin:0px 0 0px 0;
	padding:0px 0px;
	position:relative;
	z-index:10;
}
.mainunder {
	float:left;
	width:100%;
	height:auto;
	min-height:400px;
	margin:0px 0 0px 0;
	padding:25px 0px 0px 0px;
	position:relative;
	z-index:10;
}
.maincontent {
	float:left;
	width:100%;
	height:auto;
	padding:0px;
	position:relative;
	margin:0 0 40px 0;
}
.content_headline {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 0px 0;
	font-size:20px;
	line-height:30px;
	font-weight:600;
	padding:10px 15px 10px 15px;
	background:rgba(255,255,255,0.95);
	color:#0555a2;
	text-transform:none;
	letter-spacing:0.5px;
	border-bottom:solid 1px #bbbbbb;
}
video {
  width: 100vw;
  height:520px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index:1;
}
.teaser {
	float:left;
	width:100%;
	height:520px;
	background-color:rgba(255,255,255,0.9);
	padding:0px;
	background-image:url(../img/teaser1.jpg);
	background-size:cover;
	position:relative;
	overflow:hidden;
}
.teaser_titel {
	position:absolute;
	top:40px;
	float:left;
	width:100%;
	height:auto;
	font-size:32px;
	line-height:42px;
	color:#0555a2;
	font-weight:normal;
	text-transform:none;
	padding:0px;
	background-color:transparent;
	margin:0px;
	transform:translateY(0px);
	opacity:1;
	z-index:999;
	-webkit-animation: teaser_ania 1.8s 1 ease;
	-moz-animation: teaser_ania 1.8s 1 ease;
	-o-animation: teaser_ania 1.8s 1 ease;
}
.teaser_subtitel {
	position:absolute;
	top:144px;
	float:left;
	width:auto;
	height:auto;
	font-size:20px;
	line-height:30px;
	color:#0555a2;
	font-weight:600;
	text-transform:none;
	padding:12px 15px 13px 15px;
	letter-spacing:1px;
	background-color:rgba(255,255,255,0.7);
	margin:0px 0 0px 0px;
	transform:translateX(0px);
	opacity:1;
	z-index:999;
	-webkit-animation: teaser_anib 1.8s 1 ease;
	-moz-animation: teaser_anib 1.8s 1 ease;
	-o-animation: teaser_anib 1.8s 1 ease;
}
.teaser_box {
	position:absolute;
	bottom:20px;
	z-index:999;
	float:left;
	width:calc(100% - 40px);
	height:auto;
	font-size:18px;
	line-height:28px;
	color:#ffffff;
	font-weight:normal;
	text-transform:none;
	padding:0;
	letter-spacing:1px;
	margin:0px 0px 0px 0px;
	transform:translateY(0px);
	opacity:1;
	-webkit-animation: teaser_anic 2.2s 1 ease;
	-moz-animation: teaser_anic 2.2s 1 ease;
	-o-animation: teaser_anic 2.2s 1 ease;
}
.teaser_box .wrap {
	float:left;
	width:100%;
	height:auto;
	margin:0 0px 0 0;
}
.teaser_box .wrap:last-of-type {
	margin:0 0 0 0;
}
.teaser_box img {
	display:inline-block;
	width:12px;
	height:12px;
	margin:0px 6px 0 0;
	vertical-align:2px;
}
.teaser_box a {
	float:left;
	width:100%;
	height:auto;
	text-decoration:none;
	outline:none;
	color:#0555a2;
	background-color:rgba(255,255,255,0.8);
	padding:5px 15px 5px 10px;
	transition:all 0.3s ease-out;
}
.teaser_box a:hover {
	text-decoration:none;
	background-color:rgba(0,55,112,0.8);
	color:#ffffff;
}
.teaser_angeobte_bubble_wrap {
	position:absolute;
	top:215px;
	float:left;
	width:calc(100% - 40px);
	height:115px;
	text-align:right;
	z-index:999;
}
.teaser_angeobte_bubble {
	float:right;
	width:115px;
	height:115px;
	font-size:15px;
	line-height:22px;
	text-transform:uppercase;
	letter-spacing:0px;
	color:#ffffff;
	font-weight:600;
	padding:19px 5px;
	background-color:#0555a2;
	margin:0px;
	transform:translateY(0px) rotate(6deg) scale(1.0);
	opacity:1;
	z-index:999;
	border-radius:50%;
	text-align:center;
	border:solid 2px #0555a2;
	transition:all 0.3s ease;
	-webkit-animation: teaser_anibubble 3.2s 1 ease;
	-moz-animation: teaser_anibubble 3.2s 1 ease;
	-o-animation: teaser_anibubble 3.2s 1 ease;
}
.teaser_angeobte_bubble:hover {
	border:solid 2px #ffffff;
	transform:translateY(0px) rotate(4deg) scale(1.1);
	cursor:pointer;
}
.teaser_angeobte_bubble a {
	color:#ffffff;
	text-decoration:none;
	outline:none;
}

#flex-container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#flex-containera {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#flex-containerb {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#flex-containerc {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#flex-containerd {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.eigen_eintrag_voll {
        float: left;
        width: 100%;
        height: auto;
        margin: 0 0 30px 0;
        padding: 20px;
        border: solid 1px #dddddd;
        background: #ffffff;
        box-shadow: 2px 2px 3px rgba(0,0,0,0.15);
    }
    .eigen_eintrag_voll .bild {
        float: left;
        width: 100%;
        height: auto;
        margin: 0 0% 20px 0;
    }
    .eigen_eintrag_voll .bild img {
    width: 100%;
    height: auto;
    display: block;
    }
    .eigen_eintrag_voll .bildklein {
        float: left;
        width: 100%;
        height: auto;
        margin: 0 0% 20px 0;
    }
    .eigen_eintrag_voll .bildklein img {
    width: 50%;
    height: auto;
    display: block;
        margin: 0 auto;
    }
    .eigen_eintrag_voll .text {
        float: left;
        width: 100%;
        height: auto;
        margin: 0 0 0 0;
    }
    .eigen_eintrag_voll .text p {
        margin: 0 0 12px 0;
    }
    .eigen_eintrag_voll .textvoll {
        float: left;
        width: 100%;
        height: auto;
        margin: 0 0 0 0;
    }
    .eigen_eintrag_voll .textvoll p {
        margin: 0 0 12px 0;
    }
    .eigen_eintrag_voll a {
        text-decoration: underline;
        color: #444444;
        cursor: pointer;
    }
    
    .eigen_eintrag_halb {
        float: left;
        width: 50%;
        height: auto;
        margin: 0 0% 30px 0;
        padding: 20px;
        border: solid 1px #dddddd;
        background: #ffffff;
        box-shadow: 2px 2px 3px rgba(0,0,0,0.15);
    }
    
    .eigen_eintrag_halb .bild {
        float: left;
        width: 100%;
        height: auto;
        margin: 0 0% 20px 0;
    }
    .eigen_eintrag_halb .bild img {
    width: 100%;
    height: auto;
    display: block;
    }
    .eigen_eintrag_halb .bildklein {
        float: left;
        width: 100%;
        height: auto;
        margin: 0 0% 20px 0;
    }
    .eigen_eintrag_halb .bildklein img {
    width: 50%;
    height: auto;
    display: block;
        margin: 0 auto;
    }
    .eigen_eintrag_halb .text {
        float: left;
        width: 100%;
        height: auto;
        margin: 0 0 0 0;
    }
    .eigen_eintrag_halb .text p {
        margin: 0 0 12px 0;
    }
    .eigen_eintrag_halb .textvoll {
        float: left;
        width: 100%;
        height: auto;
        margin: 0 0 0 0;
    }
    .eigen_eintrag_halb .textvoll p {
        margin: 0 0 12px 0;
    }
    .eigen_eintrag_halb a {
        text-decoration: underline;
        color: #444444;
        cursor: pointer;
    }
    
    .eigen_eintrag_drittel {
        float: left;
        width: 100%;
        height: auto;
        margin: 0 0% 30px 0;
        padding: 20px;
        border: solid 1px #dddddd;
        background: #ffffff;
        box-shadow: 2px 2px 3px rgba(0,0,0,0.15);
    }
      
    .eigen_eintrag_drittel .bild {
        float: left;
        width: 100%;
        height: auto;
        margin: 0 0 25px 0;
    }
    .eigen_eintrag_drittel .bild img {
    width: 100%;
    height: auto;
    display: block;
    }
    .eigen_eintrag_drittel .bildklein {
        float: left;
        width: 100%;
        height: auto;
        margin: 0 0 25px 0;
    }
    .eigen_eintrag_drittel .bildklein img {
    width: 50%;
    height: auto;
    display: block;
        margin: 0 auto;
    }
    .eigen_eintrag_drittel .text {
        float: left;
        width: 100%;
        height: auto;
        margin: 0 0 0 0;
    }
    .eigen_eintrag_drittel .text p {
        margin: 0 0 12px 0;
    }
    .eigen_eintrag_drittel .textvoll {
        float: left;
        width: 100%;
        height: auto;
        margin: 0 0 0 0;
    }
    .eigen_eintrag_drittel .textvoll p {
        margin: 0 0 12px 0;
    }
    .eigen_eintrag_drittel a {
        text-decoration: underline;
        color: #444444;
        cursor: pointer;
    }
    .eigen_eintrag_wrapper {
        float: left;
        width: 100%;
        height: auto;
    }
.teaserboxen_bereich {
	float:left;
	width:100%;
	height:auto;
	margin:90px 0 40px 0;
}
.teaserboxen_bereich .box {
	float:left;
	width:100%;
	height:auto;
	margin:0 0% 20px 0;
	background:#ffffff;
	border:solid 1px #dddddd;
	position:relative;
	overflow:hidden;
}
.teaserboxen_bereich .box .over {
	position:absolute;
	left:50%;
	top:50%;
	width:0%;
	height:0%;
	background-color:rgba(0,55,112,0.9);
	z-index:999;
	transition:all 0.2s ease;
	border-radius:50%;
	transform:translate(-50%,-50%);
	overflow:hidden;
	text-align:center;
	color:#ffffff;
	line-height:32px;
	font-size:28px;
}
.teaserboxen_bereich .box:hover .over {
	top:50%;
	width:150%;
	height:150%;
	line-height:400px;
	transition:all 0.4s ease;
}

.teaserboxen_bereich a {
	float:left;
	width:100%;
	height:auto;
	margin:0 0% 40px 0;
	outline:none;
}

.teaserboxen_bereich .box .bild {
	float:left;
	width:100%;
	height:240px;
	padding:0;
	margin:0;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.teaserboxen_bereich .box .bild img {
	object-fit: cover;
   width: 100%;
   height: 240px;
}
.teaserboxen_bereich .box .box_titel {
	float:left;
	width:100%;
	height:auto;
	padding:16px 15px 20px 15px;
	color:#0555a2;
	font-size:20px;
	text-transform:none;
	background:#ffffff;
	font-weight:600;
	letter-spacing:0.5px;
}
.teaserboxen_bereich .box:hover .box_titel {
	color:#ffffff;
}
.bierdeckel_a {
	position:fixed;
	left:30px;
	bottom:150px;
	width:220px;
	height:221px;
	z-index:2;
	transform:rotate(-10deg) scale(1.0);
	transform-origin:center;
	-webkit-animation: bierdeckela_ani 1.0s 1 linear;
	-moz-animation: bierdeckela_ani 1.0s 1 linear;
	-o-animation: bierdeckela_ani 1.0s 1 linear;
}
.bierdeckel_a img {
	width:100%;
	height:auto;
	display:block;
	z-index:1;
}
.bierdeckel_b {
	position:fixed;
	left:70px;
	bottom:520px;
	width:220px;
	height:221px;
	transform:rotate(4deg) scale(1.0);
	z-index:2;
	-webkit-animation: bierdeckelb_ani 1.0s 1 linear;
	-moz-animation: bierdeckelb_ani 1.0s 1 linear;
	-o-animation: bierdeckelb_ani 1.0s 1 linear;
}
.bierdeckel_b img {
	width:100%;
	height:auto;
	display:block;
	z-index:1;
}
.bierdeckel_c {
	position:fixed;
	right:25px;
	bottom:590px;
	width:220px;
	height:221px;
	transform:rotate(-5deg) scale(1.0);
	z-index:2;
	-webkit-animation: bierdeckelc_ani 1.0s 1 linear;
	-moz-animation: bierdeckelc_ani 1.0s 1 linear;
	-o-animation: bierdeckelc_ani 1.0s 1 linear;
}
.bierdeckel_c img {
	width:100%;
	height:auto;
	display:block;
	z-index:1;
}
.bierdeckel_d {
	position:fixed;
	right:95px;
	bottom:40px;
	width:220px;
	height:221px;
	transform:rotate(9deg) scale(1.0);
	z-index:2;
	-webkit-animation: bierdeckeld_ani 1.0s 1 linear;
	-moz-animation: bierdeckeld_ani 1.0s 1 linear;
	-o-animation: bierdeckeld_ani 1.0s 1 linear;
}
.bierdeckel_d img {
	width:100%;
	height:auto;
	display:block;
	z-index:1;
}

.bierkrone_a {
	position:fixed;
	left:125px;
	bottom:20px;
	width:62px;
	height:62px;
	transform:rotate(12deg);
	z-index:2;
}
.bierkrone_a img {
	width:100%;
	height:auto;
	display:block;
	z-index:1;
}
.bierkrone_b {
	position:fixed;
	left:225px;
	bottom:70px;
	width:62px;
	height:62px;
	transform:rotate(-15deg);
	z-index:2;
}
.bierkrone_b img {
	width:100%;
	height:auto;
	display:block;
	z-index:1;
}
.bierkrone_c {
	position:fixed;
	right:-14px;
	bottom:820px;
	width:62px;
	height:62px;
	transform:rotate(-11deg);
	z-index:2;
}
.bierkrone_c img {
	width:100%;
	height:auto;
	display:block;
	z-index:1;
}
.angebote_start_wrap {
	float:left;
	width:100%;
	height:auto;
}
.angebote_start_wrap .left {
	float:left;
	width:100%;
	height:auto;
	margin:10px 0% 30px 0;
	background:#ffffff;
	transition:all 0.3s ease;
}
.angebote_start_wrap .left:hover {
	box-shadow:5px 5px 8px rgba(0,0,0,0.2);
}
.angebote_start_wrap .right {
	float:left;
	width:100%;
	height:auto;
	margin:10px 0 30px 0%;
	background-color:#ffffff;
	transition:all 0.3s ease;
}
.angebote_start_wrap .right:hover {
	box-shadow:5px 5px 8px rgba(0,0,0,0.2);
}
.lieferstart_textbereich {
	float:left;
	width:calc(100% - 120px);
	height:auto;
}
.lieferstart_bildhoch {
	float:left;
	width:120px;
	height:100%;
	background-image:url(../img/lieferback.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.angebote_start_wrap .titelhead {
	float:left;
	width:100%;
	height:auto;
	padding:14px 20px;
	margin:0px 0 0px 0;
	font-size:20px;
	line-height:28px;
	text-transform:none;
	color:#0555a2;
	font-weight:600;
	letter-spacing:0px;
}
.angebote {
	float:left;
	width:100%;
	height:auto;
	margin:0;
	background:rgba(255,255,255,1.0);
	padding:5px 20px 20px 20px;
}
.angebote .links {
	float:left;
	width:100%;
	height:auto;
	margin:0 0% 20px 0;
	position:relative;
}
.angebote .links .titel {
	float:left;
	width:auto;
	height:auto;
	padding:22px 0px;
	margin:30px 0 14px 0;
	color:#ffffff;
	font-size:26px;
	text-transform:uppercase;
	background:#0555a2;
	font-weight:600;
	letter-spacing:1px;
}
.angebote .datum {
	float:left;
	width:auto;
	height:auto;
	padding:0px 0 0 2px;
	margin:0px 0 20px 0;
	color:#444444;
	font-size:12px;
	font-weight:600;
	letter-spacing:0.5px;
}
.angebote .link {
	float:left;
	width:100%;
	height:auto;
	margin:30px 0 30px 0;
}
.angebote .links .link .downbtn {
	outline:none;
	text-decoration:none;
	font-size:15px;
	font-weight:600;
	padding:12px 22px 12px 55px;
	border:solid 2px #cd1719;
	background-color:rgba(255,255,255,0.8);
	background-image:url(../img/icon_download.png);
	background-position:18px center;
	background-repeat:no-repeat;
	background-size:20px;
	color:#444444;
	border-radius:10px;
	transition:all 0.3s ease;
}
.angebote .links .link .downbtn:hover {
	background-color:rgba(242,242,242,1.0);
	color:#111111;
	border:solid 2px #0555a2;
}
.angebote .links .link .zuangebbtn {
	outline:none;
	text-decoration:none;
	font-size:15px;
	font-weight:600;
	padding:12px 22px 12px 55px;
	border:solid 2px #cd1719;
	background-color:rgba(255,255,255,0.8);
	background-image:url(../img/icon_beer.png);
	background-position:16px center;
	background-repeat:no-repeat;
	background-size:30px;
	color:#444444;
	border-radius:10px;
	transition:all 0.3s ease;
}
.angebote .links .link .zuangebbtn:hover {
	background-color:rgba(242,242,242,1.0);
	color:#111111;
	border:solid 2px #0555a2;
}


.angebote .links .pfeil {
	position:absolute;
	left:62%;
	top:140px;
	width:90px;
	height:90px;
	background:url(../img/arrow_right.png) no-repeat center center;
	background-size:90px;
	transform:rotate(-10deg);
}
.angebote .rechts {
	float:left;
	width:80%;
	height:auto;
	margin:10px 20% 10px 0%;
}
.angebote .rechts img {
	width:100%;
	height:auto;
	display:block;
	margin:0 0;
}
.flexwrap {
	float:left;
	width:100%;
	height:auto;
}

.lieferservice_box {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 0px 0;
	padding:20px 20px 30px 20px;
}
.lieferservice_box .bild {
	float:left;
	width:125px;
	height:auto;
	margin:-2px 0px 0 15px;
}
.lieferservice_box .bild img {
	width:100%;
	height:auto;
	display:block;
	margin:0;
}
.lieferservice_box .bilda {
	float:left;
	width:100px;
	height:auto;
	margin:0px 25px 0 10px;
}
.lieferservice_box .bilda img {
	width:100%;
	height:auto;
	display:block;
}
.lieferservice_box .bildbig {
	float:left;
	width:220px;
	height:auto;
	margin:0px 10px 0 10px;
}
.lieferservice_box .bildbig img {
	width:100%;
	height:auto;
	display:block;
	margin:0;
}
.lieferservice_box .text {
	float:left;
	width:calc(100% - 240px);
	height:auto;
	text-align:left;
}
.lieferservice_box .headline {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 0px 0;
	font-size:22px;
	font-weight:600;
	line-height:32px;
	color:#cd1719;
	padding:0 20px 0 0;
}
.lieferservice_box .infoklein {
	float:left;
	width:100%;
	height:auto;
	margin:15px 0 15px 0;
	font-size:16px;
	font-weight:600;
	line-height:24px;
	letter-spacing:0.5px;
	color:#444444;
	text-align:left;
	padding:0 20px 0 0;
}
.lieferservice_box .info {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 0px 0;
	font-size:16px;
	font-weight:600;
	line-height:34px;
	letter-spacing:0px;
	color:#0555a2;
	text-align:left;
}
.lieferservice_box .info a {
	text-decoration:none;
	color:#0555a2;
	outline:none;
}
.lieferservice_box .info a:hover {
	text-decoration:underline;
}
.lieferservice_box_wrap {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 0px 0;
}

.buddysbox {
	float:left;
	width:100%;
	height:auto;
	background-color:#000000;
	padding:10px 20px 20px 20px;
	position:relative;
	margin:50px 0 0 0;
}
.buddysbox .links {
	float:left;
	width:70%;
	height:auto;
	margin:20px 30% 0 0;
}
.buddysbox .rechts {
	float:left;
	width:40%;
	height:auto;
	margin:0 0% 0 0;
}
.buddysbox .buchen {
	float:left;
	width:56%;
	height:auto;
	color:#ffffff;
	font-size:23px;
	line-height:38px;
	font-weight:600;
	margin:25px 4% 0 0%;
}
.buddysbox .buchen a {
	font-size:18px;
	font-weight:normal;
	color:#ffffff;
	outline:none;
	text-decoration:none;
	background:#000000;
	border:solid 2px #ffffff;
	padding:22px 35px 23px 74px;
	border-radius:10px;
	position:relative;
	transition:all 0.3s ease;
}
.buddysbox .buchen a:hover {
	text-decoration:none;
	background:#222222;
	border:solid 2px #cd1719;
}
.buddysbox .buchen a img {
	position:absolute;
	left:9px;
	top:9px;
	width:52px;
	height:52px;
}

.buddysbutton {
	font-size:16px;
	font-weight:normal;
	color:#ffffff;
	outline:none;
	text-decoration:none;
	background:#000000;
	border:solid 2px #ffffff;
	padding:18px 25px 19px 60px;
	border-radius:10px;
	position:relative;
	transition:all 0.3s ease;
}
.buddysbutton:hover {
	text-decoration:none;
	background:#222222;
	border:solid 2px #cd1719;
}
.buddysbutton_img {
	position:absolute;
	left:9px;
	top:9px;
	width:42px;
	height:42px;
}
.buddysbox .logo {
	float:left;
	width:100%;
	height:auto;
}
.buddysbox .logo img {
	width:100%;
	height:auto;
	display:block;
	margin:0 0% 0 0%;
}
.buddysbox .slogan {
	float:left;
	width:100%;
	height:auto;
	margin:10px 0 40px 0;
	font-size:18px;
	line-height:28px;
	font-weight:normal;
	color:#ffffff;
	padding:0 0 0 0px;
}
.buddysbox .glas {
	float:left;
	width:100%;
	height:auto;
	transform:rotate(5deg);
	margin:-5px 0 5px 0;
}
.buddysbox .glas img {
	margin:0 0 0 10%;
	width:90%;
	height:auto;
}
.buddysbox .bilder {
	float:left;
	width:100%;
	height:auto;
	padding:0 0 20px 0;
}
.buddysbox .bilder .bild {
	float:left;
	width:100%;
	height:280px;
	margin:0 0% 20px 0;
	overflow:hidden;
}


.buddysbox .bilder .bild img {
	width:100%;
	height:280px;
	object-fit: cover;
	 transition:all 0.3s ease-in-out;
}
.buddysbox .bilder .bild:hover img {
	transform:scale(1.1);
}


.buddysbutton_box {
	float:left;
	width:100%;
	height:auto;
	padding:90px 0 0 0px;
	margin:0 0 70px 0;
	text-align:center;
}
.buddysbutton_box a {
	outline:none;
}


.sortiment {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 50px 0;
	background:#ffffff;
	padding:10px 15px 15px 15px;
}
.sortiment .links {
	float:left;
	width:100%;
	height:auto;
	margin:10px 0% 20px 0;
}
.sortiment .rechts {
	float:left;
	width:100%;
	height:auto;
	margin:10px 0 0 0%;
}
.sortiment .links ul {
	list-style:none;
}
.sortiment .links ul li {
	float:left;
	list-style:none;
	background-color:#ffffff;
	width:49%;
	height:140px;
	margin:0 2% 15px 0px;
	font-size:14px;
	line-height:24px;
	font-weight:600;
	padding:0px;
	text-align:center;
	display: flex;
    align-items: center;
    justify-content: center;
}
.sortiment .links ul li:nth-of-type(2n+2) { margin:0 0% 15px 0px; }

.sortiment .links ul li a {
	float:left;
	width:100%;
	height:140px;
    outline: none;
    text-decoration: none;
    text-align:center;
	display: flex;
    align-items: center;
    justify-content: center;
    background-color:#ffffff;
    color: #222222;
    transition: all 0.3s ease;
    border:solid 1px #aaaaaa;
}
.sortiment .links ul li a:hover {
    background-color: #0555a2;
    color: #ffffff;
}

.sortiment .rechts .bild {
	float:left;
	width:100%;
	height:265px;
	background:#ffffff;
	margin:0 0% 15px 0px;
	overflow:hidden;
}
.sortiment .rechts .bild img {
	object-fit: cover;
   width: 100%;
   height: 265px;
   transition:all 0.3s ease-in-out;
}
.sortiment .rechts .bild:hover img {
	transform:scale(1.1);
}

.sortiment .rechts .bildhalb {
	float:left;
	width:100%;
	height:245px;
	padding:0;
	margin:0 0% 15px 0;
	overflow:hidden;
}
.sortiment .rechts .bildhalb img {
	object-fit: cover;
   width: 100%;
   height: 245px;
   display:block;
   transition:all 0.3s ease;
}

.sortiment .rechts .bildhalb:hover img {
	transform:scale(1.1);
}

.sortiment .rechts .bildbig {
	float:left;
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 15px 0;
	overflow:hidden;
}
.sortiment .rechts .bildbig img {
   width: 100%;
   height: auto;
   display:block;
   transition:all 0.3s ease;
}
.sortiment .rechts .bildbig:hover img {
	transform:scale(1.05);
}
.sorten_popup {
    float: left;
    width: 100%;
    height: auto;
    padding: 30px;
}
.sorten_headline {
    float: left;
    width: 100%;
    height: auto;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #0555a2;
    margin: 0 0 22px 0;
}
.sorten_wrapper {
    float: left;
    width: 100%;
    height: auto;
}
.sorten_box {
    float: left;
    width: 100%;
    height: auto;
    padding: 40px 20px;
    border:solid 1px #cccccc;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #444444;
    margin: 0 0 16px 0;
}
.sorten_kontakt {
    float: left;
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    color: #222222;
    margin: 10px 0 30px 0;
}
.sorten_kontakt a {
    text-decoration: underline;
    outline: none;
    color: #0555a2;
    font-weight: 600;
}
.sorten_kontakt a:hover {
    color: #000000;
}
.sorten_kontakt .tel {
    color: #0555a2;
    font-weight: 600;
}

.eigenmarken {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 50px 0;
	background:#ffffff;
	padding:15px 15px 0px 15px;
}
.eigenmarken .wrap {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 20px 0;
	padding:20px 0 20px 0;
	border-bottom:solid 1px #cccccc;
}
.eigenmarken .wrap:last-of-type {
	border-bottom:none;
	margin:0 0 0px 0;
}
.eigenmarken .links {
	float:left;
	width:100%;
	height:auto;
	margin:0 0% 15px 0;
	padding:0;
}
.eigenmarken .rechts {
	float:left;
	width:100%;
	height:auto;
	margin:10px 0 0px 0;
	padding:0;
}
.eigenmarken .headline {
	float:left;
	width:100%;
	height:auto;
	padding:0px 0px 25px 0px;
	text-align:left;
	color:#000000;
	font-size:22px;
	line-height:30px;
	font-weight:600;
	margin:0 0 22px 0;
	position:relative;
}
.eigenmarken .headline span {
	position:absolute;
	bottom:0;
	left:0;
	width:60px;
	height:4px;
	background:#90d03e;
}
.eigenmarken .text {
	float:left;
	width:100%;
	height:auto;
	padding:0px;
	text-align:left;
	color:#444444;
	font-size:16px;
	line-height:26px;
	font-weight:normal;
}
.eigenmarken .bild {
	float:left;
	width:48%;
	height:180px;
	padding:0;
	margin:0 4% 15px 0;
	overflow:hidden;
}
.eigenmarken .bild img {
	object-fit: cover;
   width: 100%;
   height: 180px;
   display:block;
   transition:all 0.3s ease;
}
.eigenmarken .bild:nth-of-type(2n+2) { margin:0 0 15px 0; }

.eigenmarken .bild:hover img {
	transform:scale(1.1);
}

.equipment {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 50px 0;
	background:#ffffff;
	padding:15px 15px 15px 15px;
}
.equipment .links {
	float:left;
	width:100%;
	height:auto;
	margin:0 0% 20px 0;
	padding:0;
}
.equipment .rechts {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 0px 0;
	padding:0;
}
.equipment .links_ot {
	float:left;
	width:100%;
	height:auto;
	margin:0 0% 20px 0;
	padding:0;
}
.equipment .rechts_ot {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 0px 0;
	padding:0;
}
.equipment .kathead {
	float:left;
	width:100%;
	height:auto;
	padding:0px 0 8px 0;
	text-align:left;
	color:#000000;
	font-size:20px;
	line-height:30px;
	font-weight:600;
	margin:5px 0 20px 0;
	position:relative;
}
.equipment .kathead span {
	position:absolute;
	left:0;
	bottom:0;
	width:30px;
	height:3px;
	background:#0555a2;
}
.videowrap {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 30px 0;
}
.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px;
height: 0;
overflow: hidden;
background:#ffffff;
}
.responsive-video iframe {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}

.equipment p {
	float:left;
	width:100%;
	height:auto;
	padding:0px;
	text-align:left;
	color:#000000;
	font-size:16px;
	line-height:26px;
	font-weight:normal;
	margin:0 0 20px 0;
}
.equipment ul {
	float:left;
	width:100%;
	height:auto;
	padding:0px;
	text-align:left;
	color:#000000;
	font-size:16px;
	line-height:26px;
	font-weight:normal;
	margin:0 0 20px 0;
	list-style:none;
}
.equipment ul li {
	float:left;
	list-style:outside disc;
	width:calc(100% - 25px);
	height:auto;
	padding:0px;
	text-align:left;
	color:#000000;
	font-size:16px;
	line-height:26px;
	font-weight:600;
	margin:0 0 16px 25px;
}
.equipment .smalllist {
	float:left;
	width:100%;
	height:auto;
	padding:0px;
	text-align:left;
	color:#000000;
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	margin:0 0 20px 0;
	list-style:none;
}
.equipment .smalllist li {
	float:left;
	list-style:outside disc;
	width:calc(100% - 25px);
	height:auto;
	padding:0px;
	text-align:left;
	color:#000000;
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	margin:0 0 12px 25px;
}

.equipment ol {
	float:left;
	width:100%;
	height:auto;
	padding:0px 0 0 0px;
	text-align:left;
	color:#000000;
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	margin:0 0 20px 0;
	list-style-position: outside;
	counter-reset: my-awesome-counter;
}
.equipment ol li {
	padding:0px 0 0 0px;
	display: table;
	text-align:left;
	color:#000000;
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	margin:0 0 18px 0px;
	counter-increment: my-awesome-counter;
	list-style-position: outside;
	text-indent: 0px;
}
.equipment ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: red;
  font-weight: 600;
  display: table-cell;
  text-align: left;
  width:30px;
  padding:0 5px 0 0;
}
.equipment .bild {
	float:left;
	width:100%;
	height:230px;
	padding:0;
	margin:0 0% 15px 0;
	overflow:hidden;
}
.equipment .bild img {
	object-fit: cover;
   width: 100%;
   height: 230px;
   display:block;
   transition:all 0.3s ease;
}


.equipment .bild:hover img {
	transform:scale(1.1);
}
.equipment .bildhalb {
	float:left;
	width:100%;
	height:230px;
	padding:0;
	margin:0 0 15px 0;
	overflow:hidden;
}
.equipment .bildhalb img {
	object-fit: cover;
   width: 100%;
   height: 230px;
   display:block;
   transition:all 0.3s ease;
}

.equipment .bildhalb:hover img {
	transform:scale(1.1);
}

.equipment .bildbig {
	float:left;
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 15px 0;
	overflow:hidden;
}
.equipment .bildbig img {
   width: 100%;
   height: auto;
   display:block;
   transition:all 0.3s ease;
}
.equipment .bildbig:hover img {
	transform:scale(1.05);
}
.equipment h2 {
	float:left;
	width:100%;
	height:auto;
	padding:0px;
	text-align:left;
	color:#000000;
	font-size:26px;
	line-height:36px;
	font-weight:600;
	margin:0 0 38px 0;
}
.equipment h3 {
	float:left;
	width:100%;
	height:auto;
	padding:0px;
	text-align:left;
	color:#cd1719;
	font-size:20px;
	line-height:32px;
	font-weight:600;
	margin:0 0 12px 0;
}
.equipment h4 {
	float:left;
	width:100%;
	height:auto;
	padding:0px;
	text-align:left;
	color:#000000;
	font-size:16px;
	line-height:26px;
	font-weight:600;
	margin:20px 0 18px 0;
}
.bildbereichwrap {
	float:left;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

.equipment .telefon {
	float:left;
	width:auto;
	height:auto;
	padding:12px 28px 12px 28px;
	background: linear-gradient(to right,  #b90000 0%,#a50101 100%);
	font-size:15px;
	font-weight:600;
	color:#ffffff;
	border-radius:10px;
}
.equipment .telefon .big {
	font-size:28px;
	line-height:34px;
	letter-spacing:2px;
}
.equipment .zeiten {
	float:left;
	width:100%;
	height:auto;
	font-size:15px;
	margin:15px 0 0 0;
}
.equipment a {
	text-decoration:none;
	color:#cd1719;
	outline:none;
}
.equipment a:hover {
	text-decoration:underline;
	color:#000000;
}
.equipment .telefon a {
	text-decoration:none;
	color:#ffffff;
	outline:none;
}
.equipment .telefon a:hover {
	text-decoration:underline;
}
.buddys_us_logo {
	float:left;
	width:40%;
	height:auto;
	margin:50px 10% 20px 0;
}
.buddys_us_logo img {
	width:100%;
	height:auto;
	display:block;
}
.buddys_us_glas {
	float:left;
	width:30%;
	height:auto;
	margin:0px 10% 10px 10%;
	font-size:18px;
	line-height:28px;
}
.buddys_us_glas img {
	width:100%;
	height:auto;
	display:block;
	transform:rotate(5deg);
}
.buddys_us_slogan {
	float:left;
	width:100%;
	height:auto;
	margin:20px 0% 20px 0;
	font-size:22px;
	line-height:32px;
	font-weight:600;
	color:#444444;
}
.buddys_us_mail {
	float:left;
	width:100%;
	height:auto;
	margin:15px 0 40px 0;
	font-size:18px;
	line-height:28px;
	font-weight:600;
}

.pdfbeitragbtn {
	text-decoration:none;
	color:#cd1719;
	outline:none;
	padding:3px 0 3px 34px;
	background-image:url(../img/icon_pdf.png);
	background-repeat:no-repeat;
	background-position:left 50%;
	background-size:28px;
	line-height:22px;
	font-size:16px;
	display:inline-block;
	margin:24px 0;
}

#faq {
	float:left;
	width:100%;
	height:auto;
	margin:5px 0 40px 0;
	border-bottom:solid 1px #dddddd;
}
.accordion {
	margin:0;
	padding:0;
}
dt a {
	float:left;
	width:100%;
	height:auto;
	outline:none;
	padding:15px 50px 15px 0;
	text-decoration:none;
}
.accordion a {
	outline:none;
}
#faq .headline {
	float:left;
	width:100%;
	height:auto;
	padding:0;
	outline:none;
	font-size:22px;
	line-height:32px;
	font-weight:600;
	color:#444444;
	text-transform:none;
	border-top:solid 1px #dddddd;
}
#faq .headline:first-of-type {
	border-top:none;
}
#faq .headline:hover {
	color:#cd1719;
}
#faq .headline img {
	float:left;
	width:80px;
	height:auto;
	margin:0;
	display:inline-block;
}
#faq .faq-content {
	float:left;
	width:100%;
	height:auto;
	font-size:17px;
	line-height:28px;
	font-weight:normal;
	padding:0px 80px 20px 0px;
	color:#555555;
	border-bottom:solid 1px #dddddd;
}
#faq .faq-content li {
	line-height:22px;
	padding-bottom:6px;
}
#faq .faq-content .image img {
	margin:0 2px 2px 0;
}
#faq .headline a {
	color:#444444;
	font-weight:400;
	letter-spacing:0.5px;
	text-decoration:none !important;
	border-bottom:none !important;
}
#faq .headline a:hover {
	text-decoration:none;
	color:#cd1719;
}

#faq .headline {
	background-repeat:no-repeat;
	background-position:right center;
	background-image:url('../img/icon-plus.png');

}
#faq .faq-content img {
	float:left;
	width:100%;
	height:auto;
	display:block;
	margin:22px 0 0 0;
}

#faq h3.bezeichnung {
	color:#000;
	padding-top:2px;
	padding-right:40px;
}

.angebote_bereich {
	float:left;
	width:100%;
	height:auto;
	margin:20px 0 60px 0;
	padding:0px;
}
.angebote_bereich .headline {
	float:left;
	width:100%;
	height:auto;
	padding:10px 10px;
	text-align:center;
	color:#ffffff;
	font-size:26px;
	line-height:36px;
	text-transform:uppercase;
	letter-spacing:0.5px;
	font-weight:600;
	background:#0555a2;
}
.angebote_bereich .gueltig {
	float:left;
	width:100%;
	height:auto;
	padding:10px 5px 10px 5px;
	text-align:center;
	color:#ffffff;
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	letter-spacing:0.5px;
	font-weight:600;
	background:#cd1719;
}
.angebote_bereich .gueltig .small {
	font-size:12px;
	text-transform:none !important;
}
.sonderangebote_bereich {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 60px 0;
	padding:0px;
}
.startseitemargin {
	margin:50px 0 20px 0;
}
.sonderangebote_bereich .artikel {
	float:left;
	width:100%;
	height:auto;
	margin:0 0px 0 0;
	background:#ffffff;
	border:solid 1px #dddddd;
	padding:20px;
	box-shadow:2px 2px 3px rgba(0,0,0,0.15);
}
.sonderangebote_bereich .artikel .bild {
	float:left;
	width:43%;
	height:200px;
	margin:10px 0 0 0;
}
.sonderangebote_bereich .artikel .bild img {
	width:100%;
	height:200px;
	display:block;
	object-fit: scale-down;
}
.sonderangebote_bereich .artikel .logo {
	float:left;
	width:100%;
	height:60px;
	margin:0 0% 20px 0%;
}
.sonderangebote_bereich .artikel .logo img {
	width:100%;
	height:60px;
	display:block;
	object-fit: scale-down;
}
.sonderangebote_bereich .artikel .text {
	float:left;
	width:51%;
	height:auto;
	margin:0 0 0 6%;
	font-size:15px;
	line-height:20px;
	font-weight:400;
}
.sonderangebote_bereich .artikel .text .name {
	font-size:18px;
	font-weight:600;
	line-height:23px;
}
.sonderangebote_bereich .artikel .text .pfand {
	font-size:13px;
	font-weight:normal;
	line-height:16px;
}
.sonderangebote_bereich .artikel .text .preis_bereich {
	float:left;
	width:100%;
	height:auto;
	background:#0555a2;
	margin:10px 0 5px 0;
	padding:0px;
	text-align:center;
}
.sonderangebote_bereich .artikel .text .preis {
	float:left;
	width:100%;
	height:auto;
	font-size:26px;
	font-weight:600;
	line-height:34px;
	color:#ffde00;
	padding:7px 5px 2px 5px;
	text-align:center;
}
.sonderangebote_bereich .artikel .text .preis sup {
	font-size:17px;
	vertical-align:-1px;
}
.sonderangebote_bereich .artikel .text .preis .euro {
	font-weight:normal;
	font-size:12px;
}
.sonderangebote_bereich .artikel .text .preis .ab {
	font-weight:normal;
	font-size:12px;
	vertical-align:-0.5px;
	color:#ffffff;
}
.sonderangebote_bereich .artikel .text .zugabe {
	float:left;
	width:100%;
	height:auto;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	color:#ffffff;
	padding:4px 10px;
	background:#000000;
	margin:0px 0 0px 0;
}

.startterminebereich {
	float:left;
	width:100%;
	height:auto;
	padding:15px 20px 5px 20px;
	background:#ffffff;
	margin:40px 0 30px 0;
}
.startterminebereich .kathead {
	float:left;
	width:100%;
	height:auto;
	font-size:20px;
	line-height:32px;
	font-weight:600;
	margin:0 0 0px 0;
	padding:0 0 20px 0;
	color:#0555a2;
	border-bottom:solid 1px #dddddd;
}
.startterminebereich .kathead img {
	display:inline-block;
	width:28px;
	height:28px;
	margin:0 5px 0 0;
	vertical-align:-6px;
}
.startterminebereich .terminebereich {
	float:left;
	width:100%;
	height:auto;
	margin:20px 0 0 0;
}
.startterminebereich .termin {
	float:left;
	width:100%;
	height:auto;
	margin:0 0% 30px 0;
	padding:0 0% 20px 0%;
	border-bottom:solid 1px #cccccc;
}
.startterminebereich .termin .headline {
	float:left;
	width:100%;
	height:auto;
	font-size:18px;
	font-weight:600;
	line-height:26px;
	color:#444444;
	margin:0 0 16px 0;
}
.startterminebereich .termin .inhalt {
	float:left;
	width:100%;
	height:auto;
	font-size:14px;
	font-weight:normal;
	line-height:24px;
	color:#444444;
	margin:0 0 0px 0;
}
.startterminebereich .termin img {
	width:100%;
	height:auto;
	display:block;
	margin:20px 0 0 0;
}


.angebote_boxen_bereich {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 0 0;
	padding:20px 20px 5px 20px;
	background:#ffffff;
}
.angebote_boxen_bereich .box {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 15px 0;
	background:#ffffff;
	border:solid 1px #dddddd;
	padding:15px 10px 10px 10px;
	box-shadow:2px 2px 3px rgba(0,0,0,0.15);
    hyphens: auto;
}


.angebote_boxen_bereich .box .bild {
	float:left;
	width:43%;
	height:240px;
	margin:5px 0 5px 0;
}
.angebote_boxen_bereich .box .bild img {
	width:100%;
	height:240px;
	display:block;
	object-fit: scale-down;
}
.angebote_boxen_bereich .box .logo {
	float:left;
	width:100%;
	height:50px;
	margin:0 0% 20px 0%;
}
.angebote_boxen_bereich .box .logo img {
	width:100%;
	height:50px;
	display:block;
	object-fit: scale-down;
}
.angebote_boxen_bereich .box .text {
	float:left;
	width:51%;
	height:auto;
	margin:0 0 0 6%;
	font-size:15px;
	line-height:20px;
	font-weight:400;
}
.angebote_boxen_bereich .box .text .name {
	font-size:18px;
	font-weight:600;
	line-height:23px;
}
.angebote_boxen_bereich .box .text .pfand {
	font-size:13px;
	font-weight:normal;
	line-height:16px;
}
.angebote_boxen_bereich .box .text .preis_bereich {
	float:left;
	width:100%;
	height:auto;
	background:#cd1719;
	margin:10px 0 5px 0;
	padding:0px;
	text-align:center;
}
.angebote_boxen_bereich .box .text .preis {
	float:left;
	width:100%;
	height:auto;
	font-size:33px;
	font-weight:600;
	line-height:38px;
	color:#ffffff;
	padding:7px 5px 2px 5px;
	text-align:center;
}
.angebote_boxen_bereich .box .text .preis sup {
	font-size:21px;
	vertical-align:-1px;
}
.angebote_boxen_bereich .box .text .preis .euro {
	font-weight:normal;
	font-size:12px;
}
.angebote_boxen_bereich .box .text .preis .ab {
	font-weight:normal;
	font-size:12px;
	vertical-align:-0.5px;
	color:#ffffff;
}
.angebote_boxen_bereich .box .text .zugabe {
	float:left;
	width:100%;
	height:auto;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	color:#ffffff;
	padding:4px 10px;
	background:#000000;
	margin:0px 0 0px 0;
}
.msgfail {
	float:left;
	width:100%;
	height:auto;
	border:solid 2px #cd0000;
	padding:10px;
	font-size:16px;
	line-height:24px;
	font-weight:600;
	color:#000000;
	border-radius:5px;
	margin:0 0 20px 0;
}
.msgok {
	float:left;
	width:100%;
	height:auto;
	border:solid 2px #2a9c07;
	padding:20px 15px;
	font-size:16px;
	line-height:28px;
	font-weight:600;
	color:#000000;
	border-radius:5px;
	margin:0 0 20px 0;
}

.kontaktbereich {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 50px 0;
	padding:20px;
	background:#ffffff;
}
.kontaktbereich .left {
	float:left;
	width:100%;
	height:auto;
	margin:0 0% 20px 0;
}
.kontaktbereich .right {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 0 0%;
}
.kontaktbereich h1 {
	float:left;
	width:100%;
	height:auto;
	margin:10px 0 20px 0;
	font-size:24px;
	font-weight:600;
	line-height:34px;
}
.kontaktbereich h2 {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 10px 0;
	font-size:18px;
	font-weight:600;
	line-height:28px;
}
.kontaktbereich p {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 30px 0;
	font-size:15px;
	font-weight:normal;
	line-height:25px;
}
.kontaktbereich table {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 26px 0;
	font-size:15px;
	font-weight:normal;
	line-height:25px;
}
.kontaktbereich td {
	float:left;
	width:auto;
	min-width:70px;
	height:auto;
	margin:0 0 5px 0;
	font-size:15px;
	font-weight:normal;
	line-height:25px;
}
.kontaktbereich ul {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 30px 0;
	font-size:15px;
	font-weight:normal;
	line-height:25px;
	list-style:none;
}
.kontaktbereich ul li {
	float:left;
	width:calc(100% - 16px);
	height:auto;
	margin:0 0 6px 16px;
	list-style:outside disc;
}
.kontaktbereich a {
	text-decoration:underline;
	outline:none;
	color:#0555a2;
}
.kontaktbereich a:hover {
	color:#cd0000;
}
.kontaktbereich .gmap {
	float:left;
	width:100%;
	height:400px;
	margin:50px 0 40px 0;
}
.kontaktbereich .gmap iframe {
	width:100%;
	height:400px;
}
.kontaktbereich .kontaktdaten {
	float:left;
	width:100%;
	height:auto;
	margin:10px 0 0 0px;
	font-size:16px;
	line-height:30px;
	font-weight:normal;
}
.kontaktbereich .kontakttitel {
	float:left;
	width:100%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-weight:600;
	color:#444444;
	margin:0 0 22px 0;
}
.kontaktbereich .inputwrap {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 25px 0;
}
.kontaktbereich input {
	float:left;
	width:100%;
	height:auto;
	margin:0;
	padding:8px 10px;
	font-size:16px;
	line-height:26px;
	border:solid 1px #aaaaaa;
	background:#ffffff;
	box-shadow:none;
	outline:none;
	font-weight:normal;
	border-radius:4px;
	color:#666666;
}
.kontaktbereich input:hover, .kontaktbereich input:focus {
	border:solid 1px #444444;
	color:#000000;
}
.kontaktbereich textarea {
	float:left;
	width:100%;
	height:140px;
	resize:vertical;
	margin:0;
	padding:8px 10px;
	font-size:16px;
	line-height:26px;
	border:solid 1px #aaaaaa;
	background:#ffffff;
	box-shadow:none;
	outline:none;
	font-weight:normal;
	border-radius:4px;
	color:#666666;
}
.kontaktbereich textarea:hover, .kontaktbereich textarea:focus {
	border:solid 1px #444444;
	color:#000000;
}
.kontaktbereich select {
	float:left;
	width:100%;
	height:auto;
	margin:0;
	padding:8px 10px;
	font-size:16px;
	line-height:26px;
	border:solid 1px #aaaaaa;
	background:#ffffff;
	box-shadow:none;
	outline:none;
	font-weight:normal;
	border-radius:4px;
	color:#666666;
}
.kontaktbereich select:hover, .kontaktbereich select:focus {
	border:solid 1px #444444;
	color:#000000;
}
.kontaktbereich .checktitel {
	float:left;
	width:auto;
	height:auto;
	font-size:16px;
	line-height:26px;
	color:#999999;
	margin:0 10px 0 0;
}
.kontaktbereich .checktitela {
	float:left;
	width:auto;
	height:auto;
	font-size:16px;
	line-height:26px;
	color:#999999;
	margin:0 15px 0 0;
	padding:8px 0;
}
.kontaktbereich .checkwrap {
	float:left;
	width:auto;
	height:auto;
	margin:0 10px 0 10px;
}
.kontaktbereich .wrap_ds {
	float:left;
	width:100%;
	height:auto;
	margin:10px 0px 0 0px;
	font-size:5px !important;
}
.kontaktbereich .pflichtfeld {
	float:left;
	width:50%;
	height:auto;
	margin:45px 0 0 0;
	font-size:12px;
	line-height:22px;
	font-weight:normal;
	color:#888888;
}
.kontaktbereich .label_sicherheitscode {
	float:left;
	width:100%;
	height:auto;
	font-size:16px;
	line-height:26px;
	color:#999999;
	margin:0 15px 0 0;
	padding:7px 0 0 0;
}
.kontaktbereich .captcha_sicherheitscode {
	float:left;
	width:140px;
	height:40px;
	border:none;
	margin:0 10px 0 0;
}
.kontaktbereich .captcha_sicherheitscodeinput {
	float:left;
	width:calc(100% - 150px);
	height:40px;
	border:solid 1px #aaaaaa;
	background:#ffffff;
	box-shadow:none;
	outline:none;
	font-weight:normal;
	text-align:center;
	padding:8px 0;
	color:#666666;
	border-radius:4px;
}
.kontaktbereich .container {
  display: block;
  position: relative;
  padding-left: 34px !important;
  margin: 0px !important;
  cursor: pointer;
  font-size: 16px;
  line-height:26px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.kontaktbereich .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.kontaktbereich .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  border-radius:4px;
  background-color: #eee;
  transition:all 0.3s ease;
  border:solid 1px #aaaaaa;
}
.kontaktbereich .container:hover input ~ .checkmark {
  background-color: #ccc;
}
.kontaktbereich .container input:checked ~ .checkmark {
  background-color: #0555a2;
  border:solid 1px #0555a2;
}
.kontaktbereich .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.kontaktbereich .container input:checked ~ .checkmark:after {
  display: block;
}
.kontaktbereich .container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.kontaktbereich .containera {
  display: block;
  position: relative;
  padding-left: 34px !important;
  margin: 0px !important;
  cursor: pointer;
  font-size: 15px;
  line-height:22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.kontaktbereich .containera input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.kontaktbereich .checkmarka {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  border-radius:4px;
  background-color: #eee;
  transition:all 0.3s ease;
  border:solid 1px #aaaaaa;
}
.kontaktbereich .containera:hover input ~ .checkmarka {
  background-color: #ccc;
}
.kontaktbereich .containera input:checked ~ .checkmarka {
  background-color: #0555a2;
  border:solid 1px #0555a2;
}
.kontaktbereich .checkmarka:after {
  content: "";
  position: absolute;
  display: none;
}
.kontaktbereich .containera input:checked ~ .checkmarka:after {
  display: block;
}
.kontaktbereich .containera .checkmarka:after {
  left: 8px;
  top: 4px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.kontaktbereich button {
	float:right;
	background:#0555a2;
	padding:14px 28px;
	font-size:18px;
	font-weight:600;
	color:#ffffff;
	text-decoration:none;
	border:none;
	border-radius:4px;
	margin:40px 0 0 0;
}
.kontaktbereich button:hover {
	background:#003770;
	color:#ffffff;
}

.footer {
	float:left;
	width:100%;
	height:auto;
	background-color:#ffffff;
	padding:40px 0px 20px 0;
	box-shadow:3px 3px 12px rgba(0,0,0,0.75);
	position:relative;
	margin:0px 0 0 0;
	z-index:100;
}
.footer .logo {
	float:none;
	width:210px;
	height:auto;
	margin:3px auto 0 auto;
}
.footer .logo img {
	width:100%;
	height:auto;
	display:block;
}
.footer .block_adresse {
	float:left;
	width:100%;
	height:auto;
	margin:25px 0 0 0px;
	font-size:15px;
	line-height:24px;
	font-weight:normal;
	color:#666666;
	text-align:center;
}
.footer .block_menu {
	float:left;
	width:100%;
	height:auto;
	margin:20px 0 0 0px;
	font-size:15px;
	line-height:26px;
	font-weight:normal;
	color:#666666;
	text-align:center;
}
.footer ul {
	list-style:none;
}
.footer ul li {
	list-style:none;
	float:left;
	width:100%;
	height:auto;
	margin:0 0 4px 0;
}
.footer ul li a {
	text-decoration:none;
	outline:none;
	color:#666666;
}
.footer ul li a:hover {
	text-decoration:underline;
	color:#000000;
}
.footer .block_rechtlich {
	float:left;
	width:100%;
	height:auto;
	margin:20px 0 30px 0px;
	font-size:15px;
	line-height:26px;
	font-weight:normal;
	color:#666666;
	text-align:center;
}
.footer .block_marken {
	float:left;
	width:100%;
	height:auto;
	margin:5px 0 0 0px;
	font-size:14px;
	line-height:20px;
	font-weight:600;
	color:#777777;
}
.footer .block_marken .markenbild {
	float:left;
	width:50%;
	height:auto;
	display:block;
	padding:5px 40px 15px 40px;
}
.footer .block_marken .markenbildu {
	float:left;
	width:50%;
	height:auto;
	display:block;
	padding:10px 40px 5px 40px;
}
.footer .block_marken .markenbildbuddys {
	float:left;
	width:50%;
	height:auto;
	display:block;
	padding:0px 20px 10px 20px;
}

.onlyphone {
	display:block;
}

.test {
	float:left;
	width:100%;
	height:2500px;
}
.aufmacher_bild {
    float: left;
    width: 100%;
    height: auto;
    margin: 70px 0% 10px 0%;
}
.aufmacher_bild img {
    width: 100%;
    height: auto;
    display: block;
}
.trauerbox {
    float: left;
    width: 100%;
    height: auto;
    margin: 90px 0% 90px 0%;
    border: solid 8px #000000;
    background: #ffffff;
    padding: 0px;
}
.trauerbox .bild {
    float: left;
    width: 100%;
    height: auto;
    margin: 20px 0 0 0%;
}
.trauerbox .bild img {
    display: block;
    width: 100%;
    height: auto;
}
.trauerbox .text {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0%;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    padding: 40px 30px 20px 30px;
}
.trauerbox .text .texta {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #000000;
    margin: 40px 0 5px 0;
}
.trauerbox .text .textb {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 44px;
    line-height: 52px;
    font-weight: 600;
    color: #000000;
    margin: 15px 0 0px 0;
}
.trauerbox .text .textc {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #000000;
    margin: 10px 0 10px 0;
}
.trauerbox .text .textd {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000000;
    margin: 15px 0 10px 0;
}


/* ----------------------------------------------------------------------------- *
 *                                  Navigation                                   *
 * ----------------------------------------------------------------------------- */
nav ul {
    margin: 0;
}

nav ul > li {
    margin: 0;
    border-bottom: none;
}

nav ul > li > a, nav ul > li > strong {
    padding: 0em 0px;
    display: block;
	margin:0;
}

nav ul a:link {
    text-decoration: none;
}

nav {
    color: #000000;
    font-size: 20px;
	background:none;
	text-align:left;
}

nav ul li {
    list-style: none;
}
.downicon {
	position:absolute;
	left:9px;
	top:20px;
	width:10px;
	height:10px;
}

nav a:link, nav a:visited {
	position:relative;
    color: #ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	outline:none;
	border-bottom:none;
}

nav a:hover {
	color:#ffffff;
	border-bottom:none;
	background:none;
}
nav a#hier:link, nav a#hier:visited, nav a#hier:hover, nav a#hier:active {
	color:#f5e70a;
	background:#043c72;
	border-bottom:none;
}

nav ul ul li a:link, nav ul ul li a:visited {
    color: #ffffff;
	border-bottom:none;
	padding:12px 15px 13px 38px;
	text-align:left;
	font-size:15px;
	line-height:22px;
	background:none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
nav ul ul li a:hover, nav ul ul li a:active {
   background-color: #0555a2;
   color:#ffffff;
}
nav ul li:hover a {
	color:#ffffff;
	border-bottom:none;
}

nav ul ul li a#hiera:link, nav ul ul li a#hiera:visited, nav ul ul li a#hiera:hover, nav ul ul li a#hiera:active {
	 background-color: #0555a2;
	 color:#f5e70a;
}


@media only screen and (min-width: 1420px) {
	.downicon {
	position:absolute;
	right:-2px;
	left:auto;
	top:9px;
	width:12px;
	height:12px;
}
	nav {
    color: #000000;
    font-size: 16px;
	background:#ffffff;
	text-align:center;
}
	nav {
        /* clearing für die floatenden LIs */
        overflow: hidden;
        font-size: 16px;
		font-weight:normal;
    }

    nav ul {
        margin: 0 0px;
    }

    nav ul li {
        float: left;
        border: none;
        width: auto;
		margin:0;
    }

    nav ul > li > a {
        padding: 20px 10px 20px 10px;
        display: inline-block;
		margin:0;
    }
	nav a:link, nav a:visited {
	position:relative;
    color: #222222;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	outline:none;
	border-bottom:solid 4px #ffffff;
}

nav a:hover {
	color:#0555a2;
	border-bottom:solid 4px #0555a2;
}
nav a#hier:link, nav a#hier:visited, nav a#hier:hover, nav a#hier:active {
	color:#0555a2;
	background:none;
	border-bottom:solid 4px #0555a2;
}

nav ul ul li a:link, nav ul ul li a:visited {
    color: #222222;
	border-bottom:none;
	padding:14px 15px 15px 15px;
	text-align:left;
	font-size:15px;
	line-height:22px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
nav ul ul li a:hover, nav ul ul li a:active {
   background-color: #0555a2;
   color:#ffffff;
}
nav ul li:hover a {
	color:#0555a2;
	border-bottom:solid 4px #0555a2;
}

nav ul ul li a#hiera:link, nav ul ul li a#hiera:visited, nav ul ul li a#hiera:hover, nav ul ul li a#hiera:active {
	 background-color: #0555a2;
	 color:#ffffff;
}

	
}



/* ----------------------------------------------------------------------------- *
 *                      Beispiel Multi-Level-Menü im Basis-Layout                *
 * ----------------------------------------------------------------------------- */
/* Clearing von nav, nav.ul, .main mit .clearfix statt mit overflow:hidden;
 * sonst wird die zweite menüebene abgeschnitten! */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/* ----------------------------------------------------------------------------- *
 *                          Multi-Level-Menü im Basis-Layout                     *
 * ----------------------------------------------------------------------------- */
/* Positionierung der Navigation "auf" dem Hauptinhalt, damit die zweite Menüebenen nicht verdeckt wird. */
nav {
    overflow: inherit;
    position: relative;
    z-index: 10;
    width: 100%;
}

.main {
    z-index: 5;
}

/* Layout und Positionierung der 2. Menüebene */
nav ul ul {
    background-color:transparent;
    z-index: 20;
    display: block;
	padding:0;
}

nav ul .openmenu ul {
    display: block;
}

nav ul li {
    position: relative;
}

nav ul li li {
    font-size: 18px;
	color:#000000;
    float: none;
}


nav ul li:hover {
    background-color:#0555a2;
    color: #ffffff;
}

nav li.act {
    background-color: #eeeeee;
}

nav ul > li > a, nav ul > li > b, nav ul > li > strong {
    padding: 15px 0px 15px 28px;
    display: block;
    font-weight: 400;
}

nav ul > li > b, nav ul > li > strong {
    color: #000000;
}

#navMain {
    display: block;
	margin:0;
	padding:0;
}

/* Einblenden des Untermenüs onHover für alle Ebenen */
nav ul li:hover ul {
    display: block;
}

 


@media only screen and (min-width: 1420px) {
    nav ul ul {
    background-color: rgba(255, 255, 255, 1);
    z-index: 20;
    display: none;
	padding:0;
}
nav ul li li {
    font-size: 16px;
	color:#000000;
    float: none;
}
nav ul li:hover {
    background-color:#ffffff;
    color: #0555a2;
}
    nav > ul > li {
        height: 50px;
        width: auto;
		font-size:17px;
		margin:0 0 0 73px;
		padding:0 0px 0 0px;
    }
	nav ul > li > a, nav ul > li > b, nav ul > li > strong {
    padding: 10px 0px;
    display: block;
    font-weight: 400;
}
	
	.navhome {
		height: 48px;
		width:3%;
	}

    /* Layout und Positionierung der 2. Menüebene */
    nav ul ul {
        top: 50px;
        position: absolute;
        width: auto;
        margin: 0;
        min-width: 100%;
		border-bottom:none;
		border-left:none;
		border-right:none;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		box-shadow:4px 4px 5px rgba(0,0,0,0.23);
    }

    nav ul > li > a, nav ul > li > strong {
        padding:5px 17px 24px 17px;
        display: block;
    }

    #navMain {
        display: block;
		margin:0px;
		padding:0;
    }

    /* Menü-Link verstecken in großen Viewports */
    a.toggle-nav {
        display: none;
    }
	
	.padding_nav {
		padding:8px 0;
	}
}


/*
@-moz-keyframes bierdeckela_ani {
0% { transform:rotate(-64deg); left:-650px; top:600px; }
50% { transform:rotate(-64deg); }
100% { transform:rotate(-10deg); left:30px; top:700px; }
}
@-webkit-keyframes bierdeckela_ani {
0% { transform:rotate(-64deg); left:-650px; top:600px; }
50% { transform:rotate(-64deg); }
100% { transform:rotate(-10deg); left:30px; top:700px; }
}
@-o-keyframes bierdeckela_ani {
0% { transform:rotate(-64deg); left:-650px; top:600px; }
50% { transform:rotate(-64deg); }
100% { transform:rotate(-10deg); left:30px; top:700px; }
}

@-moz-keyframes bierdeckelb_ani {
0% { transform:rotate(-34deg); left:-600px; top:50px; }
30% { transform:rotate(-34deg); }
100% { transform:rotate(4deg); left:70px; top:210px; }
}
@-webkit-keyframes bierdeckelb_ani {
0% { transform:rotate(-34deg); left:-600px; top:50px; }
30% { transform:rotate(-34deg); }
100% { transform:rotate(4deg); left:70px; top:210px; }
}
@-o-keyframes bierdeckelb_ani {
0% { transform:rotate(-34deg); left:-600px; top:50px; }
30% { transform:rotate(-34deg); }
100% { transform:rotate(4deg); left:70px; top:210px; }
}
*/

@-moz-keyframes bierdeckela_ani {
0% { opacity:0; transform:rotate(-10deg) scale(2.2); }
50% { opacity:0; transform:rotate(-10deg) scale(2.2); }
100% { opacity:1; transform:rotate(-10deg) scale(1.0); }
}
@-webkit-keyframes bierdeckela_ani {
0% { opacity:0; transform:rotate(-10deg) scale(2.2); }
50% { opacity:0; transform:rotate(-10deg) scale(2.2); }
100% { opacity:1; transform:rotate(-10deg) scale(1.0); }
}
@-o-keyframes bierdeckela_ani {
0% { opacity:0; transform:rotate(-10deg) scale(2.2); }
50% { opacity:0; transform:rotate(-10deg) scale(2.2); }
100% { opacity:1; transform:rotate(-10deg) scale(1.0); }
}

@-moz-keyframes bierdeckelb_ani {
0% { opacity:0; transform:rotate(4deg) scale(2.2); }
60% { opacity:0; transform:rotate(4deg) scale(2.2); }
100% { opacity:1; transform:rotate(4deg) scale(1.0); }
}
@-webkit-keyframes bierdeckelb_ani {
0% { opacity:0; transform:rotate(4deg) scale(2.2); }
60% { opacity:0; transform:rotate(4deg) scale(2.2); }
100% { opacity:1; transform:rotate(4deg) scale(1.0); }
}
@-o-keyframes bierdeckelb_ani {
0% { opacity:0; transform:rotate(4deg) scale(2.2); }
60% { opacity:0; transform:rotate(4deg) scale(2.2); }
100% { opacity:1; transform:rotate(4deg) scale(1.0); }
}

@-moz-keyframes bierdeckelc_ani {
0% { opacity:0; transform:rotate(-5deg) scale(2.2); }
55% { opacity:0; transform:rotate(-5deg) scale(2.2); }
100% { opacity:1; transform:rotate(-5deg) scale(1.0); }
}
@-webkit-keyframes bierdeckelc_ani {
0% { opacity:0; transform:rotate(-5deg) scale(2.2); }
55% { opacity:0; transform:rotate(-5deg) scale(2.2); }
100% { opacity:1; transform:rotate(-5deg) scale(1.0); }
}
@-o-keyframes bierdeckelc_ani {
0% { opacity:0; transform:rotate(-5deg) scale(2.2); }
55% { opacity:0; transform:rotate(-5deg) scale(2.2); }
100% { opacity:1; transform:rotate(-5deg) scale(1.0); }
}

@-moz-keyframes bierdeckeld_ani {
0% { opacity:0; transform:rotate(9deg) scale(2.2); }
60% { opacity:0; transform:rotate(9deg) scale(2.2); }
100% { opacity:1; transform:rotate(9deg) scale(1.0); }
}
@-webkit-keyframes bierdeckeld_ani {
0% { opacity:0; transform:rotate(9deg) scale(2.2); }
60% { opacity:0; transform:rotate(9deg) scale(2.2); }
100% { opacity:1; transform:rotate(9deg) scale(1.0); }
}
@-o-keyframes bierdeckeld_ani {
0% { opacity:0; transform:rotate(9deg) scale(2.2); }
60% { opacity:0; transform:rotate(9deg) scale(2.2); }
100% { opacity:1; transform:rotate(9deg) scale(1.0); }
}

@-moz-keyframes teaser_ania {
0% { transform:translateY(-170px); opacity:0; }
55% { transform:translateY(-170px); opacity:0; }
100% { transform:translateY(0px); opacity:1; }
}
@-webkit-keyframes teaser_ania {
0% { transform:translateY(-170px); opacity:0; }
55% { transform:translateY(-170px); opacity:0; }
100% { transform:translateY(0px); opacity:1; }
}
@-o-keyframes teaser_ania {
0% { transform:translateY(-170px); opacity:0; }
55% { transform:translateY(-170px); opacity:0; }
100% { transform:translateY(0px); opacity:1; }
}

@-moz-keyframes teaser_anib {
0% { transform:translateX(-170px); opacity:0; }
55% { transform:translateX(-170px); opacity:0; }
100% { transform:translateX(0px); opacity:1; }
}
@-webkit-keyframes teaser_anib {
0% { transform:translateX(-170px); opacity:0; }
55% { transform:translateX(-170px); opacity:0; }
100% { transform:translateX(0px); opacity:1; }
}
@-o-keyframes teaser_anib {
0% { transform:translateX(-170px); opacity:0; }
55% { transform:translateX(-170px); opacity:0; }
100% { transform:translateX(0px); opacity:1; }
}

@-moz-keyframes teaser_anic {
0% { transform:translateY(400px); opacity:0; }
60% { transform:translateY(400px); opacity:0; }
100% { transform:translateY(0px); opacity:1; }
}
@-webkit-keyframes teaser_anic {
0% { transform:translateY(400px); opacity:0; }
60% { transform:translateY(400px); opacity:0; }
100% { transform:translateY(0px); opacity:1; }
}
@-o-keyframes teaser_anic {
0% { transform:translateY(400px); opacity:0; }
60% { transform:translateY(400px); opacity:0; }
100% { transform:translateY(0px); opacity:1; }
}

@-moz-keyframes teaser_anibubble {
0% { transform:translateY(0px) rotate(-5deg) scale(3.0); opacity:0; }
80% { transform:translateY(0px) rotate(-5deg) scale(3.0); opacity:0; }
100% { transform:translateY(0px) rotate(6deg) scale(1.0); opacity:1; }
}
@-webkit-keyframes teaser_anibubble {
0% { transform:translateY(0px) rotate(-5deg) scale(3.0); opacity:0; }
80% { transform:translateY(0px) rotate(-5deg) scale(3.0); opacity:0; }
100% { transform:translateY(0px) rotate(6deg) scale(1.0); opacity:1; }
}
@-o-keyframes teaser_anibubble {
0% { transform:translateY(0px) rotate(-5deg) scale(3.0); opacity:0; }
80% { transform:translateY(0px) rotate(-5deg) scale(3.0); opacity:0; }
100% { transform:translateY(0px) rotate(6deg) scale(1.0); opacity:1; }
}
