/* @override 
	https://www.handyservice.de/wp-content/themes/medianotions/templates/site_handyservice/style-site.css?*
*/

/* @group Inhaltsbereiche */

/* @group Infoboxen */

.content .infobox
{
	overflow: hidden;
	
	margin: 20px 0;
	padding: 12px;
	
	background: rgba(45, 61, 80, 0.2);
	border: 1px solid rgba(45, 61, 80, 0.2);
}

.content .infobox:last-of-type
{
	margin-bottom: 0;
}

.content .infobox img
{
	margin-bottom: 0 !important;
}

.content .infobox > *:last-child
{
	margin-bottom: 0 !important;
}

/* @group 1/2 Breite */

.content .infobox.breite_1_2
{
	float: left;
	width: 48%;
	
	margin: 15px 0;
}

.content .infobox.breite_1_2 p
{
	font-size: 13px;
	line-height: 130%;
}

.content .infobox.breite_1_2:nth-child(odd)
{
	float: right;
}

.content .infobox.breite_1_2 + h1
{
	padding-top: 30px;
}



/* @end */

/* @end */

/* @group Logo-Raster */

.content .logo_raster
{
	overflow: hidden;
}

.content .logo_raster .logo
{
	float: left;
	width: 25%;
	height: 100px;
}

/* @end */

/* @end */

/* @group Header */

#page_header.handyservice
{
	position: relative;
	background-color: white;
}

#page_header.handyservice:before
{
	content: " ";
	
	position: absolute;
	
	left: 0;
	top: 0;
	
	width: 50%;
	height: 25px;
	
	background: #c6c6c4;
}

#page_header.handyservice:after
{
	content: " ";
	
	position: absolute;
	right: 0;
	top: 0;
	
	width: 50%;
	height: 108px;
	
	background: #cbd5df;
}

#page_header.handyservice .container
{
	z-index: 2;
	height: 134px;
	
	background-repeat: no-repeat;
}

/* @group Logo */

#head_logo
{
	display: inline-block;
	margin-top: 50px;
	margin-left: 30px;
}

#head_logo_img_small
{
	display: none;
}

/* @group Deutschlandfahne */

#head_logo .dfahne
{
	position: absolute;
	top: 25px;
	left: 0;
	
	width: 10px;
	height: 109px;
}

#head_logo .dfahne span
{
	display: block;
	height: 33.3%;
}

#head_logo .dfahne span.schwarz
{
	background: black;
}

#head_logo .dfahne span.rot
{
	background: #e50102;
}

#head_logo .dfahne span.gold
{
	background: #f8d203;
}

/* @end */

/* @end */

/* @group Slideshow */

#head_slideshow
{
	position: absolute;
	right: 0;
	top: 0;
	
	width: 666px;
	height: 102px;
}

#head_slideshow li
{
	position: absolute;
	left: 0;
	top: 0;
}

#head_slideshow li img
{
	max-width: 100%;
	height: auto;
}

/* @end */

/* @group Head-Image */

#head_image
{
	position: absolute;
	right: 0;
	top: 0;
	
	width: 666px;
	height: 102px;
}

#head_image li
{
	position: absolute;
	left: 0;
	top: 0;
}

#head_image li img
{
	max-width: 100%;
	height: auto;
}

/* @end */

/* @end */

/* @group Navigation */

#top_nav
{
	position: relative;
	z-index: 101;
	
	width: 100% !important;
	
	background-color: #008bd2;
	background-image: -webkit-gradient(linear, 0 0, 0 30.125, color-stop(0.066, #01afe0), color-stop(0.833, #0077ca), to(#0070c7));
	background-image: -webkit-linear-gradient(#01afe0 6.6%, #0077ca 83.3%, #0070c7);
	background-image: -moz-linear-gradient(#01afe0 6.6%, #0077ca 83.3%, #0070c7);
	background-image: -o-linear-gradient(#01afe0 6.6%, #0077ca 83.3%, #0070c7);
	background-image: linear-gradient(#01afe0 6.6%, #0077ca 83.3%, #0070c7);
}

#top_nav .container
{
	background: transparent;
}

/* @group Ebene 1 */

#top_nav ul
{
	
}

#top_nav ul li
{
	float: left;
	width: 10%;
	
	border-right: 1px solid rgba(255, 255, 255, 1);
}

#top_nav ul li:first-of-type
{
	border-left: 1px solid rgba(255, 255, 255, 1);
}

#top_nav ul li#menu-item-18717 a:before
{
	content: "";
	
	display: inline-block;
	margin-top: -6px;
	margin-bottom: -5px;
	
	width: 24px;
	height: 24px;
	margin-right: 5px;
	
	vertical-align: middle;
	
	background-image: url(/wp-content/themes/medianotions/images/navigation/fb_logo_white.png);
	background-size: cover;
}

#top_nav ul li#menu-item-18717:hover a:before,
#top_nav ul li#menu-item-18717.current-menu-item a:before
{	
	background-image: url(/wp-content/themes/medianotions/images/navigation/fb_logo_blue.png);
}

#top_nav ul li#menu-item-18717 a:after
{
	content: "";	
	background-image: url(/wp-content/themes/medianotions/images/navigation/fb_logo_blue.png);
}

#top_nav ul li#menu-item-1114
{
	width: 20%;
}

#top_nav ul li a
{
	display: block;
	padding: 10px;
	
	font-weight: 600;
	text-align: center;
	
	text-decoration: none;
	white-space: nowrap;
	
	color: white;
	
	transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
}

#top_nav ul li:hover a,
#top_nav ul li:focus-within a,
#top_nav ul li.current-menu-item a,
#top_nav ul li.current-menu-ancestor a,
#top_nav ul li.current-post-ancestor a,
#top_nav ul li.current-category-ancestor a,
.tag #top_nav ul li.menu-item-type-taxonomy a
{
	color: #006bad;
	background: rgba(255, 255, 255, 0.8);
	
	transition: all 10ms linear;
	-webkit-transition: all 10ms linear;
	-moz-transition: all 10ms linear;
	-o-transition: all 10ms linear;
}

#top_nav ul li a:focus-visible
{
	outline: 4px solid #ffffff !important;
	outline-offset: 0px;
	border-radius: 4px;	
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}

/* @end */

/* @group Mobile Navigation */

#top_nav .fa-bars
{
	display: none;
}

#menu-header-menue-mobile
{	
	display: none;
}

/* @end */

/* @end */

/* @group Hauptbereich */

/* @group Aktionskacheln */

#aktionskacheln
{
	overflow: hidden;
	width: 100%;
	min-height: 300px;
	
	background-color: #2c3d51;
	background-image: url(../../images/ajax-loader-white.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#aktionskacheln.after_content
{
	border-top: 15px solid #2c3d51;
}

#aktionskacheln.between_content
{
	border-top: 15px solid #2c3d51;
	border-bottom: 15px solid #2c3d51;
}

#aktionskacheln .entry
{
	display: none;
	
	position: relative;
	clear: both;
	
	border-bottom: 15px solid #2c3d51;
	background: #c7d1dd;
}

#aktionskacheln .entry:last-of-type
{
	border: none;
}

#aktionskacheln .entry a
{
	display: block;
}

#aktionskacheln .entry a:focus-visible
{
	outline: 6px solid #f50909 !important;
	outline-offset: -6px;
	border-radius: 0px;	
}

#aktionskacheln .entry a:before
{
	display: none;
}

#aktionskacheln .entry a img
{
	width: 100%;
	height: auto;
}

#aktionskacheln  .entry.breite_1_2
{
	clear: none;
	float: left;
	width: 50%;
	
	background: #2c3d51;
}

#aktionskacheln  .entry.breite_1_2 a
{
	text-align: left;
}

#aktionskacheln  .entry.breite_1_2.right a
{
	text-align: right;
}

#aktionskacheln  .entry.breite_1_2 a img
{
	width: 389px;
}

#aktionskacheln  .entry .kundenbewertung
{
	position: absolute;
	left: 503px;
	bottom: 0;
	
	width: 164px;
	padding-top: 19px;
	
	text-align: center;
}

#aktionskacheln  .entry .kundenbewertung:hover
{
	text-decoration: none;
}

#aktionskacheln  .entry.breite_1_2 .kundenbewertung
{
	left: 120px;
	width: 129px;
}

#aktionskacheln  .entry.breite_1_2.right .kundenbewertung
{
	left: 126px;
}

#aktionskacheln  .entry .kundenbewertung span
{
	font-size: 11px;
	font-weight: bold;
	
	color: black;
}

#aktionskacheln  .entry.breite_1_2 .kundenbewertung .bewertung_label
{
	display: none;
}

/* @end */

/* @group Videokacheln */

#videokacheln
{
	overflow: hidden;
	
	min-height: 300px;
	
	background-color: #2c3d51;
}

#videokacheln.after_content
{
	border-top: 15px solid #2c3d51;
}

#videokacheln.between_content
{
	border-top: 15px solid #2c3d51;
	border-bottom: 15px solid #2c3d51;
}

#videokacheln .entry
{
	position: relative;
	clear: none;
	float: left;
	width: 50%;
	
	background: #2c3d51;
	
	border-bottom: 15px solid #2c3d51;
	background: #2c3d51;
}

#videokacheln .entry:last-of-type
{
	border: none;
}

#videokacheln .entry a
{
	display: block;
}

#videokacheln  .entry.right a
{
	text-align: right;
}

#videokacheln .entry a:before
{
	display: none;
}

#videokacheln .entry a:after
{
	content: "\f16a";
	
	position: absolute;
	left: 0;
	top: 0;
	
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 100px;
	line-height: 300px;
	text-align: center;
	
	width: 389px;
	height: 335px;
	
	color: white;
	background: rgba(0, 0, 0, 0.5);
}

#videokacheln .entry.right a:after
{
	left: auto;
	right: 0;
}

#videokacheln .entry a:hover:after
{
	color: #fc0d1b;
	background: rgba(255, 255, 255, 0.7);
}

#videokacheln .entry a:hover
{
	text-decoration: none;
}

#videokacheln .entry a img
{
	width: 389px;
	height: auto;
}

/* @end */

/* @group Kontaktfelder */

#kontaktfelder
{
	margin: 40px 0;
	
	border-bottom: 1px dotted;
}

#kontaktfelder .entry
{
	overflow: hidden;
	margin-bottom: 10px;
	padding-top: 30px;
	
	border-top: 1px dotted;
}

#kontaktfelder .entry .logo
{
	float: left;
	width: 27%;
	margin-right: 3%;
	
	padding: 2px;
}

#kontaktfelder .entry .logo img
{
	width: 100%;
	height: auto;
	
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}

#kontaktfelder .entry .kontaktdaten
{
	float: left;
	width: 32%;
	margin-right: 3%;
	
	overflow: hidden;
}

#kontaktfelder .entry .kontaktinfos
{
	float: left;
	width: 35%;
	
	overflow: hidden;
}

/* @end */

/* @group Vorteilscode 404 */

.tpl_404 #top_navx
{
	display: none;
}

.tpl_404 #page_content .inner
{
	max-width: 580px;
}

.tpl_404 #page_content hr
{
	margin-top: 30px;
	margin-bottom: 30px;
}

/* @group Formular */

#gform_2
{
	margin: 30px 0 0 0;
}

#gform_2 .validation_error
{
	margin-top: 0 !important;
}

#gform_2 .gform_fields
{
	overflow: hidden;
	padding: 20px;
	
	color: white;
	background: #006bad;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
}

/* @group HTTP-Host */

#gform_2 .gform_fields .http_host
{
	float: left;
	width: auto;
	
	margin: 16px 5px 0 0 !important;
	padding: 0 !important;
}

#gform_2 .gform_fields .http_host .wrapper
{
	color: white;
	font-size: 30px;
	font-weight: bold;
}

#gform_2 .gform_fields .http_host .wrapper:after
{
	content: "/";
}

/* @end */

/* @group Vorteilscode */

#gform_2 .gform_fields .vorteilscode
{
	clear: none;
	float: left;
	
	height: auto !important;
	
	margin: 0 !important;
	padding: 0 !important;
}

#gform_2 .gform_fields .vorteilscode label
{
	display: none;
}

#gform_2 .gform_fields .vorteilscode .ginput_container
{
	margin: 0;
}

#gform_2 .gform_fields .vorteilscode:after
{
	right: -45px;
	top: 5px;
	
	font-size: 40px;
}

#top #gform_2 .vorteilscode .ginput_container input.large
{
	width: 4.9em !important;
	
	padding: 0 10px;
	
	font-size: 30px !important;
	font-weight: bold;
	letter-spacing: 5px;
	font-family: monospace;
	
	border: 5px solid #de0202;
}

#top.firefox #gform_2 .vorteilscode .ginput_container input.large
{
	padding-top: 3px !important;
}

#top.lesen-sparen_de #gform_2 .vorteilscode .ginput_container input.large
{
	width: 7.2em !important;
}



/* @end */

/* @group Footer */

#gform_2 .gform_footer
{
	margin: 20px 0 0 0 !important;
	padding: 0 !important;
}

#gform_2 .gform_footer .gform_button
{
	width: 100%;
	margin: 0;
	
	font-weight: bold;
	font-size: 20px;
}

/* @end */

/* @end */

.tpl_404 #page_content .button.grey
{
	display: block;
	margin-top: 80px;
	xmargin-bottom: 30px;
	
	opacity: 0.8;
}

/* @end */

/* @group Seite: Newslettter */

form.newsletter .gfield.anrede li:last-child
{
	width: 130px;
}

/* @end */

/* @group Seite: Vertragsverlängerung */

.current_vertragsverlaengerung #page_content .button
{
	margin-bottom: 20px;
}

/* @end */

/* @group Seite: Reparatur */

.current_reparatur #page_content .button
{
	margin: 20px 0 10px 0;
}

.current_reparatur #page_content .spalte.links a
{
	
}

.current_reparatur #page_content .spalte.links a:before
{
	margin-right: 10px;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
}


/* @end */

/* @group Seite: Senioren */

.current_senioren #page_content
{
	background-image: url(https://www.tema-portal.net/handyservice/wp-content/uploads/sites/4/2022/11/senioren-hintergrund-v2.jpg) !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}

.current_senioren #page_content .inner p,
.current_senioren #page_content .inner h2,
.current_senioren #page_content .inner h3,
.current_senioren #page_content .inner ul
{
	max-width: 520px;
}

.current_senioren #page_content .inner ul
{
	max-width: 400px;
	margin-bottom: 0;
}

/* @end */

/* @group Seite: Service */

.current_service #page_content .wp-caption .wp-caption-text
{
	font-size: 12px;
	line-height: 140%;
}

/* @end */

/* @group Seite: Formular Tarifoptionen */

form.abfrage_tarifoptionen
{
	margin-top: 3em;
}

form.abfrage_tarifoptionen .gfield.tarifoptionscode label
{
	margin-top: 5px;
	font-size: 20px;
	
}

form.abfrage_tarifoptionen .gfield.tarifoptionscode input
{
	font-size: 20px !important;
	font-weight: bold;
	border-width: 3px !important
}

form.abfrage_tarifoptionen .gfield.tarifoptionscode:after
{
	top: 0 !important;
}

form.abfrage_tarifoptionen .gfield.tarifoptionscode.validation_failed input
{
	border-color: #de0202;
}

form.abfrage_tarifoptionen .gfield.tarifoptionscode.validation_success input
{
	border-color: #30b12b;
}

form.abfrage_tarifoptionen .gfield.tarifoptionscode .ginput_counter
{
	display: none;
}

form.abfrage_tarifoptionen .gform_footer input
{
	position: absolute;
	top: -1000em;
}

form.abfrage_tarifoptionen .gform_footer .bestellung
{
	font-weight: bold;
}

form.abfrage_tarifoptionen .alert
{
	margin-top: 3em;
}

form.abfrage_tarifoptionen .infobox
{
	margin-top: 3em;
}

form.abfrage_tarifoptionen .infobox h2
{
	margin-top: 0;
}

/* @end */

/* @group Seite: Formular Tarif-Upgrade */

form.tarif_upgrade .gfield.tarifupgrade.active:first-of-type
{
	margin-top: 0;
	border: none;
}

form.tarif_upgrade .gfield.tarifupgrade .gfield_label
{
	display: none;
}

form.tarif_upgrade .gfield.tarifupgrade .gfield_checkbox label
{
	font-weight: bold;
}

form.tarif_upgrade .gfield.kundennummer input
{
	min-width: 188px;
}

form.tarif_upgrade .gfield hr
{
	margin-top: 2em;
	margin-bottom: 2em;
}

form.tarif_upgrade .gform_footer .gform_button
{
	visibility: visible;
	position: relative;
}

/* @end */

/* @group Blog */

/* @group Meta-Daten */

.blog .post_meta
{
	overflow: hidden;
}

.blog .post_meta *,
.blog .post_meta ul li .wrapper a
{
	color: grey;
	text-transform: uppercase;
	font-weight: bold;
}

.blog .post_meta a:hover,
.blog .post_meta ul li .wrapper a:hover
{
	color: #006bad;
	text-decoration: none;
}

.blog .post_meta a:before
{
	display: none;
}

.blog .post_meta .tags a
{
	margin-right: 8px;
}

.blog .post_meta .tags a:before
{
	content: "#";
	
	display: inline-block;
	margin: 0;
	
	font-size: inherit;
	font-weight: inherit;
}

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

.blog .post_meta ul.post-categories
{
	float: left;
}

.blog .post_meta ul li
{
	margin: 0 8px 0 0;
	padding-left: 1px;
}

.blog .post_meta .date:before
{
	content: "•";
	
	margin-right: 10px;
}



/* @end */

/* @group Übersicht */

.blog .entry
{
	position: relative;
	min-height: 235px;
	
	padding-top: 30px;
	padding-bottom: 30px;
	
	border-bottom: 1px solid #006bad;
}

.blog .entry:last-of-type
{
	border: none;
}

.blog .entry .img_container
{
	position: absolute;
	width: 175px;
	height: 175px;
}

.blog .entry .img_container img
{
	width: 175px;
	height: auto;
}

.blog .entry .description
{
	margin-left: 195px;
}

.blog .entry .description .post_title
{
	margin: 10px 0;
}

.blog .entry .description .excerpt
{
	margin-top: 20px;
}

.blog .entry .description .more
{
	margin-bottom: 0;
	font-weight: bold;
}

/* @group Pagination */

#posts_pagination
{
	position: relative;
	padding-top: 30px;
	
	border-top: 1px solid #006bad;
}

#posts_pagination ul
{
	margin: 0;
	
	list-style-type: none;
	text-align: center;
}

#posts_pagination ul li
{
	display: inline-block;
	margin: 0 10px 0 0;
	list-style-type: none;
}

#posts_pagination ul li.prev
{
	position: absolute;
	left: 0;
	top: 30px;
	
	margin: 0;
}

#posts_pagination ul li.prev a
{
	padding-right: 15px;
}

#posts_pagination ul li.prev a:before
{
	content: "\f053";
	margin-right: 5px;
}

#posts_pagination ul li.next
{
	position: absolute;
	right: 0;
	top: 30px;
	
	margin: 0;
}

#posts_pagination ul li.next a
{
	padding-left: 15px;
}

#posts_pagination ul li.next a:before
{
	display: none;
}

#posts_pagination ul li.next a:after
{
	content: "\f054";
	
	display: inline-block;
	margin-left: 5px;
	margin-right: 3px;
	
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 70%;
	line-height: 70%;
}

#posts_pagination ul li a
{
	display: inline-block;
	padding: 5px 10px;
	
	font-weight: bold;
	
	background: #e9e9e0;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
}

#posts_pagination ul li a:hover,
#posts_pagination ul li.active a
{
	color: white;
	background: #006bad;
	
	text-decoration: none;
}

/* @end */

/* @end */

/* @group Beitrag */

.blog .post .post_headline
{
	
}

.blog .post .post_headline .post_meta.top
{
	padding-top: 30px;
}

.blog .post .post_headline img
{
	float: right;
	
	width: 175px;
	height: auto;
	
	margin-top: -60px;
}

.blog .post .post_headline .post_title
{
	margin: 10px 0;
}

.blog .post .post_headline .post_title,
.blog .post .post_headline .post_meta
{
	width: 74%;
}

.blog .post .post_content
{
	clear: both;
	padding-top: 30px;
}

/* @end */

/* @end */

/* @end */

/* @group Sidebar */



/* @end */

/* @group Footer */

/* @group Footer-Navigation */

/* Eintrag Studentenrabatt nur auf der Startseite */
#footer_nav ul #menu-item-38709
{
	display: none;
}

.home #footer_nav ul #menu-item-38709
{
	display: inline;
}

/* @end */

/* @end */

@media only screen and (max-width: 480px)
{

/* @group Inhaltsbereiche */

/* @group Infoboxen */

.content .infobox img
{
	display: block;
	margin: 0 auto 10px auto !important;
}

/* @group 1/2 Breite */

.content .infobox.breite_1_2
{
	float: none;
	width: 100%;
	
	margin: 15px 0;
}

.content .infobox.breite_1_2:nth-child(odd)
{
	float: none;
}

/* @end */

/* @end */



/* @end */

/* @group Header */

#page_header.handyservice:before
{
	display: none;
}

#page_header.handyservice:after
{
	display: none;
}

#page_header.handyservice .container
{
	height: auto;
	background: none !important;
}

#page_header.sticky
{
	position: fixed;
	z-index: 99;
	
	top: 0;
	width: 100%;
}

.bestellung #page_header.sticky
{
	display: none;
}

/* @group Logo */

#head_logo
{
	display: block;
	margin-top: 0;
	padding-left: 0;
}

#head_logo_img
{
	display: none;
}

#head_logo_img_small
{
	display: block;
	width: 50%;
	height: auto;
}

.sticky #head_logo_img_small
{
	width: 30%;
}

/* @group Deutschlandfahne */

#head_logo .dfahne
{
	display: none;
}

/* @end */

/* @end */

/* @group Slideshow */

#head_slideshow
{
	width: 50%;
	height: 100%;
}

.sticky #head_slideshow
{
	width: 30%;
	margin-right: 9%;
}

.sticky #head_slideshow:before
{
	content: "";
	
	position: absolute;
	left: -37%;
	z-index: 99;
	
	display: inline-block;
	
	width: 37%;
	height: 100%;
	
	background: #d9d9d9;
}

.sticky #head_slideshow:after
{
	content: "";
	
	position: absolute;
	right: -37%;
	
	width: 37%;
	height: 100%;
	
	background: #d9d9d9;
}

#head_slideshow li img
{
	width: 100%;
	height: auto;
}

/* @end */

/* @group Head-Image */

#head_image
{
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.sticky #head_image
{
	width: 30%;
	margin-right: 9%;
}

.sticky #head_image:before
{
	content: "";
	
	position: absolute;
	left: -37%;
	z-index: 99;
	
	display: inline-block;
	
	width: 37%;
	height: 100%;
	
	background: #d9d9d9;
}

.sticky #head_image:after
{
	content: "";
	
	position: absolute;
	right: -37%;
	
	width: 37%;
	height: 100%;
	
	background: #d9d9d9;
}

#head_image li img
{
	width: 100%;
	height: auto;
}

/* @end */

/* @end */

/* @group Navigation */

#top_nav
{

}

#top_nav.sticky
{
	position: fixed;
	z-index: 98;
	
	width: 100%;
	
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

.bestellung #top_nav.sticky
{
	display: none;
}

/* @group Ebene 1 */

#menu-header-menue li
{
	display: none;
}

#menu-header-menue li:first-child
{
	border-left: none !important;
}

#menu-header-menue li:first-child,
#menu-header-menue li:nth-child(2),
#menu-header-menue li:nth-child(3)
{
	display: block;
	width: 25%;
}

#top_nav ul li a
{
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
}

#menu-header-menue li:first-child a,
#menu-header-menue li:nth-child(2) a,
#menu-header-menue li:nth-child(3) a
{
	text-align: center;
}

/* @end */

/* @group Mobile Navigation */

#top_nav .fa
{
	display: block;
	
	position: absolute;
	right: 0;
	top: 0;
	
	width: 25%;
	height: 28px;
	
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	
	color: white;
	cursor: pointer;
	
	transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
}

#top_nav .fa:hover,
#top_nav .fa.active
{
	background: rgba(0, 0, 0, 0.4);
	
	transition: all 10ms linear;
	-webkit-transition: all 10ms linear;
	-moz-transition: all 10ms linear;
	-o-transition: all 10ms linear;
}

#menu-header-menue-mobile
{
	display: none;
	position: absolute;
	z-index: 10;
	
	right: 0;
	top: 100%;
	
	border: 2px solid #0a4576;
}

#top_nav #menu-header-menue-mobile li
{
	float: none;
	background: #006ec6;
	border: none;
	width: 100% !important;
}

#menu-header-menue-mobile li:first-child,
#menu-header-menue-mobile li:nth-child(2),
#menu-header-menue-mobile li:nth-child(3)
{
	display: none;
}

#top_nav #menu-header-menue-mobile li a
{
	text-align: left;
}

/* @end */

/* @end */

/* @group Hauptbereich */

/* @group Aktionskacheln */

#aktionskacheln  .entry .kundenbewertung
{
	left: 49%;
	bottom: 0;
	
	width: 23.8%;
	padding-top: 5%;
}

/* 
#aktionskacheln .entry.breite_1_2
{
	clear: both;
	float: none;
	width: 100%;
}
 */

#aktionskacheln  .entry.breite_1_2 .kundenbewertung
{
	display: none;
}

#aktionskacheln  .entry.breite_1_2 a img
{
	width: 98%;
}

#aktionskacheln  .entry .kundenbewertung span
{
	font-size: 10px;
}

#aktionskacheln .kundenbewertung .bewertung_label,
#aktionskacheln  .entry.breite_1_2 .kundenbewertung .bewertung_label
{
	display: inline-block;
}

#aktionskacheln .kundenbewertung .klicks
{
	display: none;
}

/* @end */

/* @group Videokacheln */

#videokacheln .entry
{
	float: none;
	width: 100%;
}

#videokacheln .entry a:after
{
	content: "\f16a";
	
	position: absolute;
	left: 0;
	top: 0;
	
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 80px;
	line-height: 300px;
	text-align: center;
	
	width: 100% !important;
	height: 89%;
}

#videokacheln .entry a img
{
	width: 100%;
}

/* @end */

/* @group Kundenbewertungen */

#kundenbewertungen .produkt_info
{
	float: none;
	width: 100%;
}

#kundenbewertungen .entry
{
	width: 100%;
	padding-bottom: 10px;
	
	border-bottom: 2px solid #006bad;
}

/* @end */

/* @group Kontaktfelder */

#kontaktfelder .entry
{
	overflow: hidden;
	margin-bottom: 10px;
	padding-top: 30px;
	
	border-top: 1px dotted;
}

#kontaktfelder .entry .logo
{
	float: none;
	width: 100%;
	
	margin-right: 0;
	margin-bottom: 20px;
}

#kontaktfelder .entry .logo img
{
	width: 100%;
	max-width: 210px;
}

#kontaktfelder .entry .kontaktdaten
{
	float: none;
	width: 100%;
	margin-right: 0;
}

#kontaktfelder .entry .kontaktinfos
{
	float: none;
	width: 100%;
}

/* @end */

/* @group Vorteilscode 404 */

.tpl_404 #page_content .inner
{
	max-width: 100%;
}

.tpl_404 #page_content hr
{
	margin-top: 20px;
	margin-bottom: 20px;
}


/* @group Formular */

#gform_2 .gform_fields .http_host
{
	display: block;
	float: none;
	
	margin: 0 0 10px 0 !important;
}

#gform_2 .gform_fields .http_host .wrapper
{
	font-size: 20px;
}

#gform_2 .gform_fields .vorteilscode
{
	width: ;
}

#gform_2 .gform_fields .vorteilscode:after
{
	display: block;
	right: -45px;
	top: 5px;
	
	font-size: 40px;
}

/* @end */


/* @end */

/* @group Blog */

/* @group Übersicht */

.blog .entry .img_container
{
	position: relative;
	display: block;
	
	margin-bottom: 20px;
}

.blog .entry .description
{
	margin-left: 0;
}

.blog .entry .description h1 .date
{
	float: none;
	display: block;
	margin-left: 0;
	
	line-height: 150%;
}

.blog .entry .description .more
{
	margin-bottom: 0;
	font-weight: bold;
}

/* @group Pagination */

#posts_pagination
{
	margin-bottom: 30px;
}

#posts_pagination ul
{
	padding-top: 50px;
}

/* @end */

/* @end */

/* @group Beitrag */

.blog .post .post_headline .post_meta.top
{
	padding-top: 20px;
}

.blog .post .post_headline img
{
	float: none;
	
	margin-top: 0;
}

.blog .post .post_headline .post_title,
.blog .post .post_headline .post_meta
{
	width: 100%;
}

/* @end */



/* @end */

/* @group Seite: Senioren */

.current_senioren #page_content
{
	background-image: none !important;
}

.current_senioren #page_content .inner ul
{
	max-width: 400px;
	margin-bottom: 0;
}

/* @end */

/* @end */

/* @group Footer */



/* @end */
	
}