/* @override 
	https://relaunch.flowmarkt.de/wp-content/themes/wp_theme_flowmarkt/css/style_flowmarkt.css?ver=5.4.2 */


@charset "UTF-8";
/* CSS Document */


html {
  height: 100%;
  width: 100%;
}


body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	line-height: 140%;
	
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    height: 100%;
  	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

/* remove image margins */
img {
	-float: left;
	display: inline-block;
	margin: 0;
	padding: 0;
}

/* Reset HTML5 Search Input in Webkit */

input[type=search] {
	-webkit-appearance:none;
	-webkit-border-radius:0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance:none;
}

#size {
	display: none;
	position: fixed;
	z-index: 999;
	top: 40px;
	color: red;
	font-size: 0.9em;
	right: 10px;
}

.footnote {
	font-size: 0.85em;
}

p {
	padding-bottom: 0;
	margin-top: 0;
	display: block;
	padding-top: 0;
}

strong {
	font-weight: 600;
}

hr {
	height: 2px;
	background: #222;
	margin-bottom: 40px;
	margin-top: 40px;
}

a {
	text-decoration: underline;
	cursor: pointer;
	font-style: normal;
	color: inherit;
}

a:hover, a:focus {
	color: #555;
	outline: none;
	-text-decoration: none;
}

a:visited {
	color: inherit;
	outline: none;
}

.scalepict {
	width: 100%;
	height: auto;
}

.scalepict_vert {
	height: 100%;
	width: auto;
}

.color_grey {
	color: #738796;
}

h1, h2, h3, h4 {
	font-family: league-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 1em;
}

h1 {
	text-transform: uppercase;
	font-size: 38px;
	line-height: 1.25em;
	margin-bottom: 40px;
}

h1.ausgebucht {
	color: #738796;
	margin-bottom: 40px;
	margin-top: 40px;
	width: 100%;
	text-align: center;
}

h2 {
	text-transform: uppercase;
	font-size: 32px;
	line-height: 130%;
	margin-bottom: 15px;
}

h3 {
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.entry-title {
	margin-bottom: 40px;
	background: purple;
}

.border {
	background: url(../picts/border.png) repeat-x;
	height: 20px;
	z-index: -2;
	position: relative;
	top: -8px;
}

article .border {
	z-index: auto;
	top: 0;
	margin-bottom: 50px;
	margin-top: 30px;
}

.border.yellow {
	background: url(../picts/border_yellow.png) repeat-x;
	height: 24px;
	z-index: auto;
	margin-top: 5px;
	margin-bottom: 15px;
}

.container {
	width: 1040px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}


/*////////// FOOTER //////////*/

footer {
	text-align: center;
	background: #fff500;
	padding-bottom: 50px;
	margin: 0;
}

#newsletter {
	background: #738796;
	padding-top: 30px;
	padding-bottom: 30px;
}

#newsletter h2 {
	display: inline-block;
	position: relative;
	top: 4px;
	line-height: 1;
	margin-right:  20px;
}

#newsletter input#mce-EMAIL {
	border-radius: 0;
	border: none;
	height: 36px;
	width: auto;
	width: calc(100% - 290px);
	padding-left: 10px;
}

#newsletter input#mc-embedded-subscribe {
	border-radius: 0;
	border: none;
	background: #fff500;
	line-height: 0;
	height: 36px;
	width: 110px;
	text-align: center;
	padding: 0;
	font-weight: 600;
}

footer .border {
	height: 24px;
}

#share_footer {
	padding-top: 60px;
	padding-bottom: 30px;
}

#share_footer img {
	position: relative;
	display: inline-block;
	width: 65px;
}

#navi_footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navi_footer ul li a {
	font-family: league-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #738796;
	text-decoration: none;
	font-size: 22px;
	letter-spacing: 0.4px;
	line-height: 30px;
}

#navi_footer ul li.current_page_item a {
	color: #4d5b66;
}


#scrollup {
	position: fixed;
	z-index: 1000;
	bottom: 100px;
	right:  40px;
	cursor: pointer;
	width: 65px;
}


/*///// Cookie Notice /////*/
#cookie-notice .cn-button.bootstrap {
	color: #000;
	background: #fff500 !important;
}


/* ////////// HEADER //////////////// */

header {
	width: 100%;
	display: block;
	top: 0;
	position: fixed;
	text-align: center;
	background: white;
	height: 100px;
	z-index: 100;
}

header.shadow {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1); 
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
}


/* Hamburger */

#menuToggle {
	width: 29px;
	height: 23px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	cursor: pointer;
	z-index: 1000;
	right: 20px;
	top: 20px;
	margin-right: auto;
	margin-left: auto;
	display: none;
}

#menuToggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

#menuToggle span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

#menuToggle span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

#menuToggle span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

#menuToggle.is-active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px;
  left: 0px;
}

#menuToggle.is-active span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#menuToggle.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 5px;
  left: 0px;
}


/* ////////// NAVIGATION ////////// */

#navi {
	display: inline-block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: auto;
}


#headermenu {
	width: 100%;
	display: block;
	position: relative;
}

/* General Menu Styles */

#headermenu li {
	display: inline-block;
	background: #fff500;
	margin: 0 9px;
	width: auto;
	text-align: center;
	padding: 14px 10px 6px;
	position: relative;
	float: left;
}

#headermenu li a {
	font-family: league-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 30px;
	letter-spacing: 0.2px;
	-transition: color 0.4s;
	line-height: 1em;
}

#headermenu li.current-menu-item:not(.menu-item-object-custom),
#headermenu li.active {
	background: #738796;
}

#headermenu li.current-menu-item:not(.menu-item-object-custom) a,
#headermenu li.active a {
	color: #fff500;
}

#logo {
	display: inline-block;
	margin: 0;
	top: 12px;
	left: 0;
	width: 118px;
	height: auto;
	position: absolute;
	float: left;
}

header .border {
	width: 100%;
	height: 28px;
	top: 0px;
	position: absolute;
	z-index: -1;
}




/* ////////// CONTENT ////////// */


main {
	margin-top: 100px;
}

.container_short {
	max-width: 600px;
}

.entry-content {
	margin: 0;
	padding: 0;
}

.heading_left,
.heading_right {
	position: relative;
	background: #fff500;
	width: 100%;
	text-align: center;
	height: 75px;
	padding-top: 15px;
}

.heading_left:before {
    content: " ";
    width: 50vw;
    background: #fff900;
    position: absolute;
    left: -50vw;
    top: 0px;
    bottom: 0;
	z-index: -1;
}

.heading_right:before {
    content: " ";
    width: 50vw;
	background: #fff900;
    position: absolute;
    left: 50%;
    top: 0px;
    bottom: 0;
	z-index: -1;
}

.heading_yellow {
	background: #fff500;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#section_grey {
	background: rgba(115,135,150,0.4);
	margin-top: 130px;
	padding-bottom: 50px;
}

#section_grey h2.heading_yellow {
	position: relative;
	top: -30px;
}




/* ////////// HOME ////////// */

#introheader {
	display: flex; 
    display: -webkit-flex;
    display: -ms-flexbox;
	flex-wrap: nowrap;
	justify-content: space-between; 
	align-content: flex-start;
	margin-top: 40px;
	margin-bottom: -80px;
}

#logo_home {
	display: inline-block;
	margin: 0;
	top: 12px;
	left: 0;
	width: 330px;
	height: auto;
}

#slogan {
	width: calc(100% - 360px);
}

#slogan h2 {
	color: #738796;
	letter-spacing: 0.4px;
	text-align: justify;
}

#intropict {
	display: block;
	position: relative;
	z-index: -1;
}

#latest_news {
	background: #fff500;
	text-align: right;
	max-width: 38vw;
	position: relative;
	display: block;
	top: -350px;
	margin-bottom: -260px;
}

#latest_news_inner {
	text-align: center;
	width: 400px;
	padding: 10px 10px 0;
	position: relative;
	display: inline-block;
}

#latest_news_inner h2 {
	margin-bottom: 5px;
}

#latest_news_inner h3 {
	margin-bottom: 0;
}

.more a {
	font-family: league-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.4em;
	background: #fff500;
	text-decoration: none;
	padding: 0;
	position: relative;
	display: block;
	top: -20px;
}

#scrolldown {
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
	—cursor: pointer;
}

.pict_wann {
	position: relative;
	display: inline-block;
	width: 50%;
	text-align: right;
}

.pict_wann img {
	display: inline-block;
	width: calc(100% - 10px);
	height: auto;
}

.pict_wann:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 180px;
	background: url(../picts/bg_border.png) repeat;
	position: relative;
	top: -180px;
	left: -12px;
	z-index: -1;
	padding: 0;
	margin-bottom: -180px;
}

.countdown {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}

.scd-unit-horz {
    float: left;
    margin: 0 0.5em;
    background: #fff500;
	padding: 10px;
}

.scd-digits-col:after {
    display: block;
	content: '';
	width: calc(100% + 20px);
	margin-left: -10px;
	height: 20px;
	background: url(../picts/border.png) repeat-x;
	margin-top: 5px;
	margin-bottom: 5px;
}

.btn_countdown {
	font-family: league-gothic, sans-serif;
	font-size: 1.6em;
	line-height: 1;
	text-decoration: none;
	background: #fff500;
	padding: 15px 40px;
	margin-top: 25px;
	display: inline-block;
	margin-bottom: 25px;
	
	filter: drop-shadow(5px 5px 0px #738796);
}

.btn_countdown:after {
	content: '';
	display: inline-block;
	background: url(../picts/arrow_button.svg) right bottom no-repeat;
	width: 26px;
	height: 22px;
	line-height: 0;
	position: relative;
	top: 2px;
}

.txt_wann h3 {
	width: 100%;
	max-width: 300px;
	margin-bottom: 0;
}

.txt_wann a {
	pointer-events: none;
}

#termine h3 {
	display: none;
}

#termine ul {
	padding: 0;
	margin-left: 0;
}

#termine li {
	display: block;
	width: auto;
	text-align: left;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#termine li a {
	display: inline-block;
	font-family: league-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	font-size: 48px;
	letter-spacing: 0.2px;
	line-height: 1;
}

#termine li.selected a {
	color: #738796;
	pointer-events: auto;
}

#termine li.selected a:after {
	content: '';
	display: block;
	width: 100%;
	height: 20px;
	background: url(../picts/border.png) repeat-x;
	position: relative;
	margin-top: 0px;
	margin-bottom: -10px;
}

iframe#map {
	position: relative;
	top: -20px;
	z-index: -3;
	margin-bottom: 60px;
}


/* ////////// NEWS ////////// */

.container.flexcontainer {
	display: flex; 
    display: -webkit-flex;
    display: -ms-flexbox;
	flex-wrap: nowrap;
	justify-content: space-between; 
	align-content: flex-start;
	margin-top: 60px;
	margin-bottom: 60px;
}

#news_left {
	width: 640px;
}

#news_right {
	width: calc(100% - 680px);	
}

.newsletter_inline {
	background: #738796;
	padding: 15px 20px 20px;
	text-align: center;
}

.newsletter_inline h2 {
	display: inline-block;
	position: relative;
	top: 4px;
	line-height: 1;
	margin-right:  20px;
}

.newsletter_inline input#mce-EMAIL {
	border-radius: 0;
	border: none;
	height: 36px;
	width: 100%;
	padding-left: 10px;
}

.newsletter_inline input#mc-embedded-subscribe {
	border-radius: 0;
	border: none;
	background: #fff500;
	line-height: 0;
	height: 36px;
	width: auto;
	text-align: center;
	padding: 0 15px 0 15px;
	margin-top: 15px;
	font-weight: 600;
}

.posts-navigation {
	margin-bottom: 60px;
}

.nav-previous a,
.nav-next a {
	font-family: league-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	background: #fff500;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 10px;
}

.wp-block-columns {
	margin-bottom: 0;
}



/* Accordion Buchungsformaulare */

.sp-easy-accordion {
    border-radius: 0px
}

.sp-easy-accordion .sp-ea-single {
    margin-bottom: 10px;
    border-radius: 0px;
}

.sp-easy-accordion .ea-card {
	border: 1px solid #fff500 !important;
}

.sp-easy-accordion .ea-header {
	border: none;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
	font-family: acumin-pro, sans-serif;
	font-size: 0.75em;
	line-height: 1.2;
    padding: 10px 25px;
    color: #000 !important;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header {
	position: relative;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a::after {
	content:  '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url('arrow_accordion.svg') center center no-repeat;
	position: absolute;
	right: 10px;
	z-index: +1;
	bottom: 16px;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single.ea-expand .ea-header a::after {
	background: url('arrow_accordion.svg') center center no-repeat;
	transform: rotate(90deg);
}

.sp-easy-accordion .sp-ea-single .ea-body {
    color: #000 !important;
	padding: 15px 25px !important;
}


/*/////// Buchungsformular ///////*/

.wpcf7-form hr {
	display: none;
}

.wpcf7-list-item {
	display: block !important;
	float:  none !important;
	margin-left: 0 !important;
	margin-top: 4px !important;
	margin-bottom: 4px !important;
}

.wpcf7-acceptance .wpcf7-list-item {
	display: inline-block; !important;
	float:  left !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-right: 10px;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email] {
	width: 100%;
	max-width: 460px;
}

.wpcf7-submit.button {
	margin-top: 10px;
	margin-bottom: 10px;
}


/* #Media Queries
================================================== */




@media only screen and (max-width : 1100px) {
	#logo_home {
	width: 300px;
	}
	#slogan {
	width: calc(100% - 330px);
	}
	#latest_news {
	max-width: 40vw;
	top: -300px;
	margin-bottom: -260px;
	}
	.container {
	width: 980px;
	}
	#news_left {
	width: 620px;
	}
	#news_right {
	width: calc(100% - 660px);
	}

}

@media only screen and (max-width : 1024px) {
	#introheader {
	margin-top: 40px;
	margin-bottom: -60px;
	}
	#logo_home {
	width: 280px;
	}
	#slogan {
	width: calc(100% - 310px);
	}
	#latest_news {
	max-width: 424px;
	top: -280px;
	}
	h1 {
	font-size: 34px;
	margin-bottom: 30px;
	}
	h1.ausgebucht {
	margin-bottom: 30px;
	margin-top: 30px;
	}
	h2 {
	font-size: 29px;
	}
	.container {
	width: 920px;
	}
	.heading_left,
	.heading_right {
	height: 60px;
	padding-top: 10px;
	}
	#termine li a {
	font-size: 46px;
	}
	
}


@media only screen and (max-width : 1000px) {
	#introheader {
	margin-top: 40px;
	margin-bottom: -50px;
	}
	#logo_home {
	width: 250px;
	}
	#slogan {
	width: calc(100% - 280px);
	}
	.container {
	width: calc(100% - 60px);
	}
	.container .container {
	width: 100%;
	}
	#news_left {
	width: 100%;
	}
	#news_right {
	display: none;
	}
	article .border {
	margin-bottom: 30px;
	margin-top: 10px;
	}
	#termine li a {
	font-size: 44px;
	}
	
}


@media only screen and (max-width : 800px) {
	#headermenu li {
	margin: 0 5px;
	padding: 12px 8px 5px;
	}
	#headermenu li a {
	font-size: 28px;
	}
	#introheader {
	margin-top: 40px;
	margin-bottom: 0px;
	}
	#logo_home {
	width: 220px;
	}
	#slogan {
	width: calc(100% - 250px);
	}
	#slogan h2 {
	text-align: left;
	line-height: 1.2;
	}
	#latest_news {
	max-width: 100%;
	top: -6px;
	text-align: center;
	margin-bottom: 15px;
	}
	#latest_news_inner {
	text-align: center;
	width: calc(100% - 40px);
	}
	#scrolldown {
	margin-bottom: 20px;
	}
	.container.flexcontainer {
	margin-top: 50px;
	margin-bottom: 50px;
	}
	#termine li a {
	font-size: 40px;
	}
	#termine li.selected a:after {
	height: 10px;
	margin-bottom: -5px;
	}
	
}



@media only screen and (max-width : 720px) {
	#introheader {
	margin-top: 40px;
	margin-bottom: -10px;
	}
	#logo_home {
	width: 200px;
	}
	#slogan {
	width: calc(100% - 230px);
	}
	.container {
	width: calc(100% - 40px);
	}
	footer {
	padding-bottom: 40px;
	}
	#newsletter {
	padding-top: 24px;
	padding-bottom: 20px;
	}
	#newsletter h2 {
	margin-right:  14px;
	}
	#newsletter input#mce-EMAIL {
	width: calc(100% - 250px);
	}
	#share_footer {
	padding-top: 10px;
	padding-bottom: 20px;
	}
	#share_footer img {
	width: 60px;
	}
	#scrollup {
	bottom: 20px;
	right:  20px;
	width: 60px;
	}
	.container.flexcontainer {
	margin-top: 40px;
	margin-bottom: 40px;
	}
	#termine li a {
	font-size: 38px;
	}
	.pict_wann {
	width: 58%;
	}
	.pict_wann:after {
	height: 160px;
	position: relative;
	top: -190px;
	left: -6px;
	}
		
}




@media only screen and (max-width : 680px) {
	#logo {
	top: 10px;
	width: 114px;
	}
	h1 {
	font-size: 32px;
	margin-bottom: 30px;
	}
	h1.ausgebucht {
	margin-bottom: 26px;
	margin-top: 28px;
	}
	h2 {
	font-size: 27px;
	}
	.heading_left,
	.heading_right {
	height: 50px;
	padding-top: 5px;
	}
	header {
	position: relative;
	text-align: right;
	height: 50px;
	background: transparent;
	}
	header .border {
	height: 20px;
	}
	header.shadow {
	-webkit-box-shadow: none; 
	box-shadow: none;
	}
	body.home #logo {
	display: none;
	visibility: hidden;
	}
	main {
	margin-top: 54px;
	}
	#navi {
	width: 100%;
	}
	#menuToggle {
	display: inline-block;
	position: relative;
	top: 30px;
	right: 0;
	}
	#headermenu {
	display: none;
	}
	#headermenu.open {
	width: calc(100% + 40px);
	display: block;
	position: relative;
	background: #fff500;
	padding-top: 60px;
	top: -30px;
	left: -20px;
	bottom: 0;
	height: auto;
	z-index: +1;
	padding-bottom: 0px;
	}
	#headermenu ul {
	width: 100%;
	margin: 0;
	padding: 0;
	right: 0px;
	position: relative;
	float: none;
	}
	#headermenu li {
	display: block;
	width: auto;
	float: none;
	margin: 0 0 30px;
	}
	#headermenu li a {
	font-size: 32px;
	}
	#headermenu:after {
	content: '';
	display: block;
	width: 100%;
	height: 20px;
	background: url(../picts/border.png) repeat-x;
	margin-top: 60px;
	}
	#introheader {
	margin-top: 20px;
	margin-bottom: 0px;
	}
	#introheader {
	display: block;
	margin-top: -70px;
	margin-bottom: 0px;
	z-index: +1;
	}
	#logo_home {
	width: 180px;
	margin-bottom: 10px;
	}
	#slogan {
	width: 100%;
	}
	#slogan h2 {
	text-align: center;
	}
	.container_map {
	width: 100%;
	}
	.wp-block-columns {
	display: block;
	}
	.wp-block-column {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0px !important;
	}
	
	#section_grey .wp-block-column:nth-child(2n){
	display: none;
	max-width: 100% !important;
	width: 100% !important;
	margin: 0px;
	}
	
	
}



@media only screen and (max-width : 540px) {
	.container.flexcontainer {
	display: block;
	}
	.txt_wann {
	width: 100%;
	text-align: center;
	}
	.txt_wann h3 {
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
	}
	#termine li {
	text-align: center;
	}
	.pict_wann {
	display: none
	}
	
	
}




@media only screen and (max-width : 460px) {
	body {
	font-size: 15px;
	}
	header {
	height: 40px;
	}
	header .border {
	height: 15px;
	}
	#logo_home {
	width: 160px;
	}
	h1 {
	font-size: 28px;
	}
	h1.ausgebucht {
	margin-bottom: 25px;
	margin-top: 25px;
	}
	h2 {
	font-size: 26px;
	}
	h3 {
	font-size: 21px;
	}
	.heading_left,
	.heading_right {
	height: 44px;
	padding-top: 5px;
	}
	#newsletter h2 {
	display: block;
	margin-right: 0px;
	margin-top: -10px;
	}
	#newsletter input#mce-EMAIL {
	width: calc(100% - 110px);
	}
	#share_footer img {
	width: 40px;
	}
	#scrollup {
	bottom: 20px;
	right:  15px;
	width: 50px;
	}
	.btn_countdown {
	font-size: 1.5em;
	padding: 12px 30px;
	}
	#share_footer img {
	width: 50px;
	}
	.scd-digit {
	font-size: 3em !important;
	}
	.scd-unit-horz {
    margin: 0 3px !important;
	padding: 10px 5px;
	}
	.scd-digits-col:after {
	width: calc(100% + 10px);
	margin-left: -5px;
	height: 12px;
	}
	
}



@media only screen and (max-width : 360px) {
	#logo_home {
	width: 140px;
	}
	h1 {
	font-size: 27px;
	}
	h2 {
	font-size: 25px;
	}
	h3 {
	font-size: 19px;
	}
	.scd-unit:nth-of-type(7) { /* Sekunden ausblenden */
	display: none; 
	}
		

}




