@charset "UTF-8";
/*@import url("css/shop.css");
@import url("css/promo.css");
@import url("css/gold.css");*/

/************************************************************************************
*
* Theme Name: 		WP Band Theme
* Theme URI:		http://www.meinezeitmusik.de
* Description: 		WP-Theme für Bands
* Author:			Moritz Hippich und Philipp Lindermeir
* Author URI:		http://forever-design.de
* Version:			2.0
* License:          Forever. Designbüro
* License URI:      https://forever-design.de
*
************************************************************************************/

/************************************************************************************
*
* RESET AND HELPERS
*
************************************************************************************/

* {
    list-style: none outside none;
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    background: none;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

html {
    font-family: 'bely', serif;
    font-size: 100%;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .03rem;
    color: #000;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    vertical-align: baseline;
    text-rendering: optimizelegibility
}

body {
    position: relative;
    background: none no-repeat scroll 0% 0%;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
	
}

html,
body {
    height: 100%;
	background-color: #e6e664
}

*:before,
*:after {
    -o-box-sizing: border-box;
    box-sizing: border-box
}

*::before {
    box-sizing: border-box
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

img {
    boder: none;
    -ms-interpolation-mode: bicubic
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    cursor: pointer;
    outline: none
}

/************************************************************************************
*
* WEBFONTS
*
************************************************************************************/


@font-face {
    font-family: 'mz-font';
    src: url('/wp-content/themes/meinezeit/webfonts/mz-font-webfont.woff2') format('woff2'),
         url('/wp-content/themes/meinezeit/webfonts/mz-font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'mz-font',sans-serif !important;
    text-transform: uppercase;
		color: #000077 !important

}

ul,
p {
    font-family: 'bely', serif;
    font-weight: 400;
	color: #000077 !important
}

/************************************************************************************
*
* SELEKTOREN
*
************************************************************************************/

header[role="banner"] {
    width: 100%;
    height: 5rem;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: none;
}

nav[role="navigation"] {
    /*display: none;*/
    margin: 0;
    padding: 0;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: none repeat scroll 0% 0%
}

main[role="main"] {
    width: 100%;
    margin: 0;
    padding: 5rem 0 0 0;
    position: relative;
    display: table-cell;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: none repeat scroll 0% 0%
}

footer[role="contentinfo"] {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: none repeat scroll 0% 0%
}

/************************************************************************************
*
* OVERLAY MENU
*
************************************************************************************/

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0000ee;
    z-index: 900
}

.overlay nav {
    text-align: center;
    position: relative;
    top: 40%;
    height: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative
}

.overlay ul li {
    display: block;
    height: calc(100%/9)
}

.overlay ul li a {
    font-family: inherit;
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    display: block;
    color: white;
    padding: 1%;
    transition: background 800ms ease;
	font-family: 'mz-font'
}

.overlay ul li a:hover,
.overlay ul li a:focus,
.overlay ul li a:active {
    color: #e6e664;
    transition: background 800ms ease
}

.overlay ul li.current_page_item a {
    color: #fff
}

/* EFFECT SLIDE DOWN */

.navigation_overlay {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: visibility 0s .6s, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, visibility 0s .6s;
    transition: transform .6s ease-in-out, visibility 0s .6s, -webkit-transform .6s ease-in-out
}

.navigation_overlay.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

/************************************************************************************
*
* NAVIGATION SOCIAL
*
************************************************************************************/

.navigation-block {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    clear: both
}

ul.unstyled-listSocial {
    width: 100%;
    max-width: 100%;
    margin: 1rem auto;
    text-align: center;
    display: block
}

ul.unstyled-listSocial li {
    display: inline-block
}

ul.unstyled-listSocial li a {
    float: left;
    padding: 1rem;
    position: relative;
    font-size: 1.5rem;
    line-height: 1.5rem
}

ul.menu-link-list {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center
}

ul.menu-link-list li {
    display: inline-block
}

ul.menu-link-list li a {
    float: left;
    padding: 1rem 2rem;
    position: relative;
    font-size: 1rem;
    line-height: 1.5rem
}

ul.menu-link-list li.current_page_item a {
    color: #cecfcf
}

/************************************************************************************
*
* HEADER FIXED
*
************************************************************************************/

#topMenu_placeHolder {
    width: 100%;
    max-width: 1500px;
    height: 5rem;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box
}

.sitelogo {
    width: 30%;
    height: auto;
    float: left;
    display: block;
    box-sizing: border-box;
		padding: 0 2rem;
		background: #e6e664;
	position: absolute;
	left: 0
}

.logo-index {
    width: 100%;
    height: 80px;
    line-height: normal;
    display: inline-block;
    margin: auto;
    padding: 0;
    background: url(_bandlogo/meinezeit.svg)no-repeat center center;
    opacity: 1
}

.logo-index:hover {
    background: url(_bandlogo/meinezeit2.svg)no-repeat center center;
    opacity: 1
}

.logo-index:hover {
    opacity: 1;
    background-blend-mode: multiply
}

#navbar {
    width: 50%;
    height: 5rem;
    float: right;
    display: block;
    box-sizing: border-box
}

#trigger-overlay {
    float: right
}

#trigger-overlay small.menu {
    display: block;
    float: left;
    font-size: 1rem;
    line-height: 5rem;
    font-weight: 900;
    color: #fff
}

/************************************************************************************
*
* MOBIL MENU OPENER HAMBURGER
*
************************************************************************************/

#TopNav-trigger {
    width: 50px;
    display: block;
    position: relative;
    float: left
}

/************************************************************************************
*
* MENU OPENER AND ANIMATION
*
************************************************************************************/

.button {
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background: transparent;
    border: 0;
    margin: 9px 0 0 0;
    padding: 1rem;
    overflow: visible;
    position: relative
}

.button:hover {
    opacity: .8
}

.menu-bar {
    display: block;
    top: 50%;
    margin-top: -2px
}

.menu-bar,
.menu-bar::before,
.menu-bar::after {
    width: 30px;
    height: 3px;
    background: white;
    border-radius: 0;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.menu-bar::before,
.menu-bar::after {
    content: "";
    display: block
}

.menu-bar::before {
    top: -10px
}

.menu-bar::after {
    bottom: -10px
}

.button-menu .menu-bar {
    transition: background-color .2s .25s ease-in
}

.button-menu .menu-bar::before {
    left: 0;
    transition: top .05s .2s linear, left .2s .25s ease-in, -webkit-transform .2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: transform .2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top .05s .2s linear, left .2s .25s ease-in;
    transition: transform .2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top .05s .2s linear, left .2s .25s ease-in, -webkit-transform .2s cubic-bezier(0.6, 0.04, 0.98, 0.335)
}

.button-menu .menu-bar::after {
    top: 10px;
    right: 0;
    transition: top .05s .2s linear, right .2s .25s ease-in, -webkit-transform .2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: transform .2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top .05s .2s linear, right .2s .25s ease-in;
    transition: transform .2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top .05s .2s linear, right .2s .25s ease-in, -webkit-transform .2s cubic-bezier(0.6, 0.04, 0.98, 0.335)
}

.button-menu.is-active .menu-bar {
    transition-delay: 0;
    transition-timing-function: ease-out;
    background-color: transparent
}

.button-menu.is-active .menu-bar::before {
    left: -20px;
    top: -20px;
    -webkit-transform: translate3d(20px, 20px, 0) rotate(45deg);
    transform: translate3d(20px, 20px, 0) rotate(45deg);
    transition: left .2s ease-out, top .05s .2s linear, -webkit-transform .2s .25s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left .2s ease-out, top .05s .2s linear, transform .2s .25s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left .2s ease-out, top .05s .2s linear, transform .2s .25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform .2s .25s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.button-menu.is-active .menu-bar::after {
    right: -20px;
    top: -20px;
    -webkit-transform: translate3d(-20px, 20px, 0) rotate(-45deg);
    transform: translate3d(-20px, 20px, 0) rotate(-45deg);
    transition: right .2s ease-out, top .05s .2s linear, -webkit-transform .2s .25s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right .2s ease-out, top .05s .2s linear, transform .2s .25s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right .2s ease-out, top .05s .2s linear, transform .2s .25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform .2s .25s cubic-bezier(0.075, 0.82, 0.165, 1)
}

/************************************************************************************
*
* LAYOUT HELPERS // FONT COLOTS // BG-COLORS // BUTTON-LINKS
*
************************************************************************************/

#stage-outer {
    width: 100%;
    max-width: 100vw;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    background: none repeat scroll 0 0
}

#frontpage-fullscreen {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden
}

.page-intro-image {
    width: 100%;
    height: 100%;
    display: block
}

.bg_full-image {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    background: url(_img_frontpage_slider/slide1.jpg) no-repeat center top;
    background-size: cover
}

.fontcss05171e {
    color: #0000ee
}

.fontcssfff {
    color: white
}

strong {
    font-weight: 900
}

.bgcsscecfcf {
    background: #ffb6c1
}

.bgcss05171e {
    background: #0000ee
}

.bgcss211224 {
    background: #e6e664
}

.bgcssfff {
    background: #fff
}

.bgcssc4da99 {
	background: #ffb6c1
}

.cssbutton_url {
    font-family: inherit;
    font-size: .875rem;
    letter-spacing: .125rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #e6e664;
    text-align: center;
    margin: 1rem 0;
    padding: 1rem 0;
    border: solid 2px #e6e664
}

.cssbutton_url:focus {
    outline: none
}

.cssbutton_05171e {
    font-family: inherit;
    font-size: .875rem;
    letter-spacing: .125rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #000077;
    text-align: center;
    margin: 1rem 0;
    padding: 1rem 0;
    border: solid 2px #fff
}

.cssbutton_05171e:focus {
    outline: none
}

.cssbutton_fff {
    font-family: inherit;
    font-size: .875rem;
    letter-spacing: .125rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #05171e;
    text-align: center;
    margin: 1rem 0;
    padding: 1rem 0;
    border: solid 2px #fff
}

.cssbutton_fff:focus {
    outline: none
}

.link_css05171e {
    color: #05171e;
    z-index: 20
}

.link_cssfff {
    color: #fff
}

.link_cssfff:hover {
    color: #05171e
}

/************************************************************************************
*
* STARTSEITE SECTION HINTERGRUND MUSIK / AKTUELLE EP / CD
*
************************************************************************************/

.section_bg_music {}



/************************************************************************************
*
* STARTSEITE SECTION HINTERGRUND VIEDO
*
************************************************************************************/

.section_bg_video {
    width: 100%;
    height: auto;
    display: block;
   /* background: url()repeat-x top center;*/
    background-color: #e6e664
}

/************************************************************************************
*
* STARTSEITE SECTION HINTERGRUND TOUR
*
************************************************************************************/

.section_bg_tour {background-color: #ffb6c1}

/************************************************************************************
*
* STARTSEITE SECTION HINTERGRUND TOUR
*
************************************************************************************/

.section_bg_bandinfo {
    width: 100%;
    height: auto;
    display: block;
    background: url()repeat-x top center;
    background-color: #e6e664
}

/************************************************************************************
*
* FRONTPAGE SCROLL DOWN
*
************************************************************************************/

.moduleSection__overflow-animate-wrap {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 0 auto
}

.inner-in-scroll {
    display: block;
    position: absolute;
    left: calc(50% - 16px);
    bottom: 24px;
    margin: 0 auto;
    padding: 1rem 0;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

i.fa.fa-angle-down {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 400;
    color: #cecfcf
}

i.fa.fa-angle-down:hover {
    color: #fff
}

i.fa.fa-angle-down {
    cursor: ponter;
    transition: all 1800ms linear;
    -webkit-animation: moveFromBottom 1800ms ease-in-out;
    -moz-animation: moveFromBottom 1800ms ease-in-out;
    -ms-animation: moveFromBottom 1800ms ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 1
}


div.scroll-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 600
}

div.mouse {
    position: relative;
    display: block;
    width: 20px;
    height: 30px;
    margin: auto;
    border: solid 1px #fff;
    border-radius: 10px
}

div.mouse span.scroll-down {
    display: block;
    width: 4px;
    height: 4px;
    margin: auto;
    -webkit-animation: scroll-inner 1.5s;
    animation: scroll-inner 1.5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 50%;
    background: #fff
}


@-webkit-keyframes moveFromBottom {
    from {
        opacity: 1;
        -webkit-transform: translateY(50%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(100%)
    }
}

/************************************************************************************
*
* FONT AWESOME ICONS
*
************************************************************************************/

i.fa.fa-facebook,
i.fa.fa-instagram,
i.fa.fa-twitter,
i.fa.fa-youtube,
i.fa.fa-envelope {
    color: #000077
}

i.fa.fa-facebook:hover,
i.fa.fa-instagram:hover,
i.fa.fa-instagram:hover,
i.fa.fa-twitter:hover,
i.fa.fa-youtube:hover,
i.fa.fa-envelope:hover {
    color: white
}

i.fa.fa-spotify,
i.fa.fa-amazon,
i.fa.fa-music {
    color: #000077
}

i.fa.fa-spotify:hover,
i.fa.fa-amazon:hover,
i.fa.fa-music:hover {
    color: white
}

/************************************************************************************

i.fa.fa-angle-down{font-size:1.125rem;line-height:2rem;font-weight:400;color:#cecfcf;margin:.225rem 0 0 0}
i.fa.fa-angle-down:hover{color:#fff}

************************************************************************************/

/************************************************************************************
*
* FONT AWESOME ICONS // BIOGRAFIE-SEITE
*
************************************************************************************/

.flex-itemDesc_uppercase ul li a > i.fa.fa-spotify,
.flex-itemDesc_uppercase ul li a > i.fa.fa-amazon,
.flex-itemDesc_uppercase ul li a > i.fa.fa-music {
    color: #e6e664;
    margin: 0 .5rem 0 0
}

.flex-itemDesc_uppercase ul li a > i.fa.fa-spotify:hover,
.flex-itemDesc_uppercase ul li a > i.fa.fa-amazon:hover,
.flex-itemDesc_uppercase ul li a > i.fa.fa-music:hover {
    color: #fff
}

/************************************************************************************
*
* HTML COPY CONTENT ELEMENTS
*
************************************************************************************/

.copyContainer__introDiv_1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: block;
    position: relative
}

.copyContainer__introDiv_2 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    display: block;
    position: relative
}

.TopSpot_header {
    width: 100%;
    display: block;
    margin: 0 0 3rem 0
}

h1.headline_bold {
    font-family: inherit;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center
}

.text_left p {
    font-family: inherit;
    font-size: 1.75rem;
    line-height: 2.5rem;
    color: #fff;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.acf__samplebox {
    width: 50%;
    float: left;
    display: block;
    position: relative;
    overflow: hidden
}

.acf__imagebox {
    width: 100%;
    display: block;
    margin: 0;
    overflow: hidden
}

.acf__imagebox img {
    width: 100%;
    max-width: 560px;
    height: auto;
    display: block
}

.wysiwyg_style1 {
    display: block;
    position: relative;
    margin: 0 1rem;
    overflow: hidden;
    box-sizing: border-box
}

.content-first {
    width: 100%;
    display: block;
    float: left;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    clear: both
}

.content-second {
    width: 100%;
    display: block;
    float: left;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    clear: both
}

.content-third {
    width: 100%;
    display: block;
    float: left;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    clear: both
}

/************************************************************************************
*
* FRONTPAGE-TEMPLATE
*
************************************************************************************/

.frontpage__template {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    position: relative;
    box-sizing: border-box
}

.frontpage__full-width {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 5rem 0 0 0;
    position: relative;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    clear: both
}

.teaser__latest-outcome {
    width: 100%;
    margin: 0;
    padding: 5rem 0;
    display: table;
    position: relative;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
	background-color: #000077
}

.teaser__latest-outcome h1 {color: #e6e664 !important; padding-bottom: 1rem;}
.teaser__latest-outcome p {color: white !important}

img.section__latest-release_cover {
    width: 100%;
    max-width: 560px;
    height: auto;
    display: block
}

.section__purchase-links {
    width: 70%;
    display: block;
    position: relative;
    margin: 2rem 0 4rem 0
}

h2.headline_bold {
    font-family: inherit;
    font-size: 1.125rem;
    font-weight: 900;
    line-height: 2.25rem;
    color: #000077;
    text-transform: inherit;
    white-space: pre-wrap
}

.HTMLtext_block p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    text-align: left;
    color: #000077;
    white-space: pre-wrap;
    word-wrap: break-word;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto
}

/************************************************************************************
*
* FRONTPAGE-VIDEO CONTAINER
*
************************************************************************************/

.teaser__videoContainer {
    width: 100%;
    margin: 0;
    padding: 5rem 0 0 0;
    position: relative;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    clear: both
}

.wp_acf_wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: block;
    position: relative
}

.video-metaSlider-container {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: block;
}

#yt_player {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: block
}

#yt_player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#yt_player {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden
}

/* Padding-Bottom: Default for 1600x900 videos 16:9 ratio*/

.video_info_name {
    display: block;
    padding: 1rem 0 0 0
}

.video_info_name p strong {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 900;
    line-height: 2rem;
    text-align: left
}

.video_info_name p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    text-align: left
}

/************************************************************************************
*
* FRONTPAGE-LIVE CONTAINER
*
************************************************************************************/

.teaser__liveContainer {
    width: 100%;
    margin: 0;
    padding: 5rem 0;
    display: inline-block;
    position: relative;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    clear: both
}

.contentcentred_holder {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    display: block;
    position: relative
}

/************************************************************************************
*
* GigPress - Tourtermine
*
************************************************************************************/

.gigpress-header, .gigpress-venue, .gigpress-country, .gigpress-heading, .gigpress-info {display: none}

.gigpress-table {
	font-size: 1.25rem;
    color: #000077 ;
	}

tr.gigpress-row {
	padding: 0 2rem;
	border-bottom: 1px solid #fff
}

p.text_left {
    font-family: inherit;
    font-size: 1.25rem;
    line-height: 2.5rem;
    font-weight: 400
}

ul.acf__tour-dates {
    width: 100%;
    display: block;
    margin: 0;
    font-family: inherit;
    font-size: 1.25rem;
    color: white;
    text-align: left;
    font-weight: 400;
    border-bottom: 1px solid #fff
}

ul.acf__tour-dates:last-of-type {
    border-bottom: none
}

li.table-cell-01 {
    width: 15%;
    display: inline-block;
    padding: 1rem;
    margin: 0
}

li.table-cell-02 {
    width: 55%;
    display: inline-block;
    padding: 1rem .5rem;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase
}

li.table-cell-03 {
    width: 10%;
    display: inline-block;
    padding: 1rem .5rem;
    margin: 0;
    text-align: left;
    text-transform: uppercase
}

li.table-cell-04 {
    width: 10%;
    display: inline-block;
    padding: 1rem .5rem;
    margin: 0;
    text-align: left
}

li.table-cell-03 a, li.table-cell-04 a {
    color: #05171e
}

li.table-cell-03 a:hover, li.table-cell-04 a:hover {
    color: #fff
}

p.gigpress-empty {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    text-align: left;
    color: #fff
}

.view-more__holderPos1 {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding: 0;
    display: block;
    position: relative
}

.view-more__left {
    width: 50%;
    max-width: 240px;
    margin: 5rem 0;
    padding: 0;
    display: block;
    float: left;
    position: relative
}

.view-more__right {
    width: 50%;
    max-width: 240px;
    margin: 5rem 0;
    padding: 0;
    display: block;
    float: right;
    position: relative
}


/************************************************************************************
*
* Archiv Konzert-Liste ohne Info
*
************************************************************************************/

.concert-archiv-event li.table-cell-03.gigpress-info-item,
th.gigpress-country,
th.gigpress-info active gigpress-alt {
    display: none!important
}

.view-more__holderPos1 {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding: 0;
    display: block;
    position: relative
}

.view-more__left {
    width: 50%;
    max-width: 300px;
    margin: 5rem 0;
    padding: 0;
    display: block;
    float: left;
    position: relative
}

.view-more__right {
    width: 50%;
    max-width: 300px;
    margin: 5rem 0;
    padding: 0;
    display: block;
    float: right;
    position: relative
}

/************************************************************************************
*
* FRONTPAGE-BIO CONTAINER
*
************************************************************************************/

.teaser__bioContainer {
    width: 100%;
    margin: 0;
    padding: 5rem 0;
    display: inline-block;
    position: relative;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
	color: white;
}

.wp-editor__HTMLtext p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    text-align: left;
    margin: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto
}

.wp-editor__HTMLtext p:nth-of-type(2) {
    margin: 1rem 0 1rem 0
}

.view-more__btn {
    width: 100%;
    max-width: 240px;
    margin: 2rem 0 0 0;
    padding: 0;
    display: block;
    position: relative;
}

/************************************************************************************
*
* KONZERTE-TEMPLATE
*
************************************************************************************/

.wp__template_page_id01 {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    position: relative;
    box-sizing: border-box
}

.page-intro-image {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    clear: both
}

.post_image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-size: cover
}

.wp__page-section {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 5rem 0;
    display: block;
    position: relative;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    clear: both
}

.view-contentBox h3 {
    font-family: inherit;
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #05171e;
    margin: 0 0 1rem 0
}

.view-contentBox ul {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    color: #05171e
}

.view-contentBox ul:nth-of-type(2) {
    margin: .75rem 0
}

.view-contentBox li span {
    font-weight: 900
}

.view-contentBox li {
    display: list-item;
    line-height: 1.5rem
}

.copyContainer__pageDiv_1 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    display: block;
    position: relative
}

.copyContainer__pageDiv_2 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 5rem;
    padding: 0;
    display: block;
    position: relative
}

.page-block-sec01 {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    clear: both
}

h2.page-title {
    font-family: inherit;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 3rem 0
}

.page-block-sec02 {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    clear: both
}

/************************************************************************************
*
* BIOGRAFIE-TEMPLATE
*
************************************************************************************/

.wp__template_page_id02 {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    position: relative;
    box-sizing: border-box
}

.page-intro-image {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    clear: both
}

.post_image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    background-size: cover
}

.wrapper-layout-center {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: block;
    position: relative;
    margin: 0 auto
}

.view-contentBox {
    width: 380px;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    margin: -200px 0;
    padding: 1rem;
    background: #fff;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.view-contentBox h3 {
    font-family: inherit;
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #05171e;
    margin: 0 0 1rem 0
}

.view-contentBox ul {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    color: #05171e
}

.view-contentBox ul:nth-of-type(2) {
    margin: .75rem 0
}

.view-contentBox li span {
    font-weight: 900
}

.view-contentBox li {
    display: list-item;
    line-height: 1.5rem
}

.copyContainer__pageDiv_3 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: block;
    position: relative
}

.acf__page-section {
    width: 100%;
    margin: 0;
    padding: 5rem 0;
    display: inline-block;
    position: relative;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    clear: both
}

h1.site_page-title {
    font-family: inherit;
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 3rem 0
}

h1.page-title {
    font-family: inherit;
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    margin: 5rem 0 3rem 0
}

h1.header-title {
    font-family: inherit;
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    margin: 5rem 0 1rem 0
}

h2.widgettitle {
    font-family: inherit;
    font-size: 2.5rem;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
	text-align: center;
}

.wp-editor__text-left,
.wp-editor__text-right {
    width: 50%;
    float: left;
    display: block
}

.wp-editor__text-left p strong {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.75rem;
    text-align: left
}

.wp-editor__text-left p {
    width: 94%;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    text-align: left;
    margin: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto
}

.wp-editor__text-left p:nth-of-type(2) {
    margin: 1rem 0
}

.wp-editor__text-right p {
    width: 94%;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    text-align: left;
    margin: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto
}

.wp-editor__text-right p:nth-of-type(2) {
    margin: 1rem 0 0 0
}

a.simple-link {
    font-family: 'Varela Round', sans-serif;
    font-size: 1.125rem;
    line-height: 2.5rem;
    color: #cecfcf;
    margin: 0;
    padding: 1.5rem 0;
    display: inline-block
}

a.simple-link span {
    text-transform: uppercase
}

a.simple-link:hover,
a.simple-link span:hover {
    color: #fff
}

.content-second {
    width: 100%;
    display: block;
    float: left;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    clear: both
}

.copyContainer__pageDiv_4 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 5rem;
    padding: 0;
    display: block;
    position: relative
}

.acf__flex-container {
    width: 100%;
    margin: 0;
    padding: 0 0;
    display: inline-block;
    position: relative;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    clear: both
}

.acf__section-panel01 {
    width: 100%;
    float: left;
    display: block;
    margin: 0 0 5rem 0
}

.flex-itemCover img {
    width: 100%;
    max-width: 380px;
    height: auto;
    display: block
}

.flex-itemDesc_uppercase {
    display: block;
    margin: 2rem auto;
    text-transform: uppercase
}

.flex-itemDesc_uppercase h3 {
    display: block;
    font-family: inherit;
    font-size: 1.125rem;
    font-weight: 900;
    line-height: 1.75rem
}

.flex-itemDesc_uppercase ul {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    margin: 2rem 0
}

.flex-itemDesc_uppercase ul li {
    display: list-item
}

.flex-itemDesc_uppercase ul li a {
    color: #cecfcf;
    margin: 0 0 0 .5rem
}

.flex-itemDesc_uppercase ul li a:hover {
    color: #fff
}

.flex-itemDesc_uppercase .tracklist h3 {
    font-family: inherit;
    font-size: 1.125rem;
    font-weight: 900;
    line-height: 1.75rem
}

.flex-itemDesc_uppercase .tracklist ul {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    margin: .5rem 0
}

.flex-itemDesc_uppercase .tracklist ul li {
    display: list-item
}

.txt-center {
    text-align: center
}

.btn-bottomShop a {
    display: block;
    width: 300px;
    position: absolute;
    bottom: 0;
    font-size: .875rem;
    letter-spacing: .125rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 1rem 50px;
    padding: 1rem 0;
    text-transform: uppercase;
    border: solid 2px #fff
}

.btn-bottomShop a:focus {
    outline: none
}

/************************************************************************************
*
* CSS 3 FLEXBOX
*
************************************************************************************/

.content-box--wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start
}

.flex-item__album:nth-child(1) {
    width: 33.33333333%;
    -webkit-box-ordinal-group: 1;
    order: 0;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-align-self: flex-start;
    align-self: flex-start
}

.flex-item__album:nth-child(2) {
    width: 33.33333333%;
    -webkit-box-ordinal-group: 3;
    order: 2;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    align-self: auto
}

.flex-item__album:nth-child(3) {
    width: 33.33333333%;
    -webkit-box-ordinal-group: 4;
    order: 3;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    align-self: auto
}

/************************************************************************************
*
* VIDEO-TEMPLATE
*
************************************************************************************/

.wp__template_page_id03 {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    position: relative;
    box-sizing: border-box
}

.page-intro-video {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    clear: both
}

.header-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.header-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden
}

/* Padding-Bottom: Default for 1600x900 videos 16:9 ratio*/

.header-video-wrapper {
    width: 100%;
    display: block
}

.header-video-text {
    width: 50%;
    float: left;
    padding: 1rem 3rem
}

.header-video-text p strong {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 900;
    line-height: 2rem;
    text-align: left;
    color: #fff
}

.header-video-text p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    text-align: left;
    color: #fff
}

.header-video-text p a {
    color: #cecfcf
}

.header-video-text p a:hover {
    color: #fff;
    text-decoration: underline
}

.videoContentwrapper {
    width: 100%;
    display: block;
    float: left;
    margin: 5rem auto;
    padding: 0;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    clear: both
}

.acf__video-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: block;
    position: relative
}

.video-squareBox {
    width: 48%;
    float: left;
    position: relative;
    overflow: hidden;
    display: inline-block
}

.video-Placeholder {
    width: 100%;
    display: block;
    margin: 0 2%
}

.video-Placeholder {
    width: 100%;
    height: auto;
    display: block
}

.video-Placeholder {
    position: relative;
    padding-bottom: 0;
    padding-top: 0px;
    height: auto;
    overflow: hidden
}

/* Padding-Bottom: Default for 1600x900 videos 16:9 ratio*/

.video-desc {
    margin: 0 2% 15% 2%
}

.video-desc {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 900;
    line-height: 2rem;
    text-align: left;
    color: #fff
}

.video-desc p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    text-align: left;
    color: #fff
}

.video-desc p a {
    color: #cecfcf
}

.video-desc p a:hover {
    color: #fff;
    text-decoration: underline
}

/************************************************************************************
*
* FOTOGALERIE-TEMPLATE
*
************************************************************************************/

.wp__template_page_id03 {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    position: relative;
    box-sizing: border-box
}

.galleryContentwrapper {
    width: 100%;
    display: block;
    float: left;
    margin: 5rem auto;
    padding: 0;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    clear: both
}

.copyContainer__pageDiv_3 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: block;
    position: relative
}

.pageHeader {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    clear: both
}

.box-content__slideshowContainer {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    position: relative
}

.box-content__slideshowContainer:last-child {
    margin: 0
}

#layout-imgGallery {
    display: block;
    clear: both
}

h2.headline {
    font-family: inherit;
    font-size: 1.125rem;
    font-weight: 900;
    line-height: 2.25rem;
    color: #fff;
    text-transform: inherit;
    white-space: pre-wrap;
    margin: 1rem 0
}

/************************************************************************************
*
* FOTOGALERIE-ACF GALLERY
*
************************************************************************************/

.acf_gallery {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: block;
    position: relative;
    clear: both
}

.acf_gallery:last-child {
    margin: 5rem 0 0 0
}

h1.page-title_02 {
    font-family: inherit;
    font-size: 3rem;
    font-weight: 900;
    line-height: 3rem;
    color: #fff;
    text-transform: uppercase;
    white-space: pre-wrap;
    margin: 5rem 0 0 0;
    padding: 0 .5rem
}

.acf_gallery h2 {
    font-family: inherit;
    font-size: 3rem;
    font-weight: 900;
    line-height: 3rem;
    color: #fff;
    text-transform: uppercase;
    white-space: pre-wrap;
    margin: 1rem 0;
    padding: 0 .5rem
}

.acf_gallery ul {
    display: block
}

.acf_gallery li {
    display: inline-block;
    margin: 0 1rem 2rem 0
}

.acf_gallery li img {
    width: 100%;
    max-width: 380px;
    height: auto;
    display: block
}

.acf_gallery p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    margin: .5rem 0;
    color: #fff
}

/************************************************************************************
*
* KONTAKT-TEMPLATE
*
************************************************************************************/

.wp__template_page_id04 {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    position: relative;
    box-sizing: border-box
}

.contact-contentContainer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: block;
    position: relative
}

.widget__cms-content {
    width: 31.66666667%;
    float: left;
    display: block
}

.widget__cms-content:nth-child(2) {
    margin: 0 1.666666663%
}

.widget_style1 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center
}

.widget_style1 h2 {
    font-family: inherit;
    font-size: 2rem;
    font-weight: 900;
    line-height: 2.25rem;
    color: #cecfcf;
    text-transform: uppercase
}

.widget_style1 h2 span {
    display: block
}

.widget_style1 p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 4rem;
    text-align: center;
    color: #fff
}

.widget_style1 ul {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    text-align: center;
    color: #fff
}

.widget_style1 ul li {
    display: list-item
}

.widget_style1 ul li span {
    font-weight: 900;
    text-transform: uppercase
}

.widget_style1 ul li a {
    color: #fff
}

.widget_style1 ul li a:hover {
    color: #cecfcf
}

.download-contentContainer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 25rem 0;
    display: block;
    position: relative
}

.widget_style2 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: left
}

.widget_style2 h4 {
    font-family: inherit;
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.875rem;
    color: #cecfcf;
    text-transform: uppercase;
    margin: 0 0 .75rem 0
}

.widget_style2 h4 span {
    display: block
}

.widget_style2 p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 4rem;
    text-align: left;
    color: #fff
}

.widget_style2 ul {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    text-align: left;
    color: #fff
}

.widget_style2 ul:nth-child(2) {
    margin: 0 0 1rem 0
}

.widget_style2 ul:nth-child(3) {
    margin: 0 0 1rem 0
}

.widget_style2 ul:nth-child(4) {
    margin: 0 0 1rem 0
}

.widget_style2 ul li {
    display: list-item
}

.widget_style2 ul li span {
    font-weight: 900;
    text-transform: uppercase
}

.widget_style2 ul li a {
    color: #fff;
    text-decoration: underline
}

/************************************************************************************
*
* IMPRESSUM / DATENSCHUTZ-TEMPLATE
*
************************************************************************************/

.wp__template_page_id05 {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    position: relative;
    box-sizing: border-box
}

.copy-contentContainer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: block;
    position: relative
}

.wp_editor__entryContent {
    width: 100%;
    margin: 0;
    padding: 5rem 0;
    display: inline-block;
    position: relative;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    clear: both
}

.wp_editor_HTMLtext {
    width: 54%;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: left
}

.wp_editor_HTMLtext h4 {
    font-family: inherit;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.875rem;
    color: #fff;
    text-transform: uppercase;
    margin: 2rem 0 .75rem 0
}

.wp_editor_HTMLtext h4 span {
    display: block
}

.wp_editor_HTMLtext {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: left;
    color: #fff;
    word-wrap: break-word;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto
}

.wp_editor_HTMLtext p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: left;
    color: #fff;
    word-wrap: break-word;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto
}

.wp_editor_HTMLtext p a {
    color: #cecfcf
}

.wp_editor_HTMLtext p a:hover {
    color: #fff;
    text-decoration: underline
}

.wp_editor_HTMLtext ul {
    font-family: inherit;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 400;
    text-align: left;
    color: #fff;
    margin: 0 0 1rem 0
}

.wp_editor_HTMLtext ul li {
    display: list-item
}

.wp_editor_HTMLtext ul li span {
    font-weight: 900;
    text-transform: uppercase
}

.wp_editor_HTMLtext ul li a {
    color: #cecfcf
}

.wp_editor_HTMLtext ul li a:hover {
    color: #fff;
    text-decoration: underline
}

/************************************************************************************
*
* TEMPLATE-VORLAGE NEUE SEITE
*
************************************************************************************/

.wp__template_page_template {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    position: relative;
    box-sizing: border-box
}

.wp__content-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: block;
    position: relative
}

.wysiwyg_content {
    width: 100%;
    margin: 0;
    padding: 5rem 0;
    display: inline-block;
    position: relative;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    clear: both
}

.cms_wp_textsection {
    width: 54%;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: left
}

.cms_wp_textsection h1 {
    font-family: inherit;
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    margin: 5rem 0 3rem 0
}

.cms_wp_textsection h2 {
    font-family: inherit;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.875rem;
    color: #fff;
    text-transform: uppercase;
    margin: 2rem 0 .75rem 0
}

.cms_wp_textsection h3 {
    font-family: inherit;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.875rem;
    color: #fff;
    text-transform: uppercase;
    margin: .75rem 0
}

.cms_wp_textsection h4 {
    font-family: inherit;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.875rem;
    color: #fff;
    text-transform: uppercase;
    margin: .75rem 0
}

.cms_wp_textsection {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: left;
    color: #fff;
    word-wrap: break-word;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto
}

.wcms_wp_textsection p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: left;
    color: #fff;
    word-wrap: break-word;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto
}

.cms_wp_textsection p a {
    color: #cecfcf
}

.cms_wp_textsection p a:hover {
    color: #fff;
    text-decoration: underline
}

.cms_wp_textsection ul {
    font-family: inherit;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 400;
    text-align: left;
    color: #fff;
    margin: 0 0 1rem 0
}

.cms_wp_textsectionul li {
    display: list-item
}

.cms_wp_textsection ul li span {
    font-weight: 900;
    text-transform: uppercase
}

.cms_wp_textsection ul li a {
    color: #cecfcf
}

.cms_wp_textsection ul li a:hover {
    color: #fff;
    text-decoration: underline
}

.acf_content-box {
    width: 100%;
    margin: 1rem 0;
    padding: 2rem 0;
    display: inline-block;
    position: relative;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    clear: both
}

h2.subtitle_smaller {
    display: block;
    Margin: 0 0 1rem 0;
    font-family: inherit;
    font-size: 1.125rem;
    font-weight: 900;
    line-height: 1.75rem;
    color: #fff
}

.iframe_data_wrapper {
    height: auto;
    margin: 0 auto;
    padding: 0
}

.iframe_data_wrapper h3 {
    color: white
}

.embed-container {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin: 2rem 0 5rem;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

/************************************************************************************
*
* SIDEBAR WIDGETS
*
************************************************************************************/

.container-fluid {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    clear: both
}

.section_bg {
    width: 100%;
    position: relative
}

.container-links-social {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 1rem 0;
    display: table;
    position: relative;
}

.container-links-social > h2.widgettitle {
    width: 30%;
    float: left;
    font-family: inherit;
    font-size: 1rem;
    line-height: 3.5rem;
    font-weight: 900;
    color: #000077;
    text-transform: uppercase;
	display: none
}

.icon-collection {
    width: 100%;
    float: left;
    line-height: 3.5rem;
    position: relative
}

.icon-collection ul {
    font-size: 1.5rem;
    color: #fff;
	text-align: center
}

.icon-collection ul li {
    display: inline-block;
    padding: 0 0 0 2.25rem
}

.container-widget-instagram {
    width: 100%;
    margin: 0;
    padding: 5%;
    position: relative;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
	background-color: #000077
}

.container-widget-instagram h2.widgettitle {
	margin: 0 0 2.5%;
	text-align: center
}

.widget-instagram {
    display: block
}


/* SIDEBAR INSTAGRAM PLUGIN */

ul.instagram-pics {
    width: 100%;
    display: block;
    clear: both
}

ul.instagram-pics.instagram-size-small {
    width: 100%;
    display: table;
    float: left;
    margin: 0
}

ul.instagram-pics.instagram-size-small li {
    display: table-cell;
    overflow: hidden
}

ul.instagram-pics.instagram-size-small li img {
    width: 100%;
    height: auto;
    display: block
}

.container-widget-newsletter {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 1rem 0;
    display: table;
    position: relative;
    height: auto
}

.container-widget-newsletter > h2.widgettitle {
    font-family: inherit;
    font-size: 1rem;
    line-height: 3.5rem;
    font-weight: 900;
    color: #000077;
    text-transform: uppercase;
    /*position: absolute;*/
	text-align: center
}

.container-widget-newsletter > .textwidget {
    width: 50%;
    float: left;
    margin: .5rem 0 0 0;
    position: relative
}

/* SIDEBAR CONTACT FORM7 PLUGIN */

#emailfeld {
    float: left;
    width: 55%;
    height: 2.5rem;
    padding: .5rem;
    margin: 0;
    font-family: inherit;
    font-weight: 400;
    font-size: .875em;
    text-align: left;
    color: #000;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0
}

.wpcf7-form-control.mf-submit {
    float: left;
    width: 40%;
    height: 2.5rem;
    padding: .5rem;
    margin: 0 0 0 1rem;
    font-family: inherit;
    font-weight: 400;
    font-size: .875em;
    letter-spacing: .125rem;
    text-align: center;
    color: #fff;
    background: #05171e;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0
}

/* SIDEBAR IMAGE WIDGET PLUGIN */

.partner-sectionContainer {
    width: 100%;
	display: none;
    /*max-width: 1500px;*/
    margin: 0 auto;
    padding: 5rem 0 0 0;
    position: relative;
}

ul.imageList_partner {
    display: block;
    position: relative;
    text-align: center
}

.imageList {
    width: 16%;
    display: inline-block;
    margin: 0
}

li.imageList {
    width: 16%;
    display: inline-block;
    margin: 0 1rem 0 0
}

li.imageList img {
    width: 100%;
    max-width: 90px;
    height: auto;
    min-height: 50px;
    display: block;
    margin: 0 auto
}

.imageList h2.widgettitle {
    display: none;
}

/* SIDEBAR NEWSLETTER - NEWSLETTER2GO - PlugIn */

.mc4wp-form-fields {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 3rem !important;
    padding: 1rem 0!important;
    display: table;
    position: relative
}

.nl2go-widget tr {
    margin: 0;
    padding: 0
}

.nl2go-widget td {
    margin: 0;
    padding: 0
}

.nl2go-widget td {
    width: 30%!important
}

.nl2go-widget td label {
    display: block;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 900;
    color: #cecfcf;
    text-transform: uppercase
}

input.email {
    width: 75%;
    display: inline-block;
    height: 2.5rem;
    padding: .5rem;
    margin: 0;
    font-family: inherit;
    font-weight: 400;
    font-size: 1rem;
    text-align: left;
    color: #05171e;
    background: #fff !important;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0 !important;
    position: absolute;
    right: 8.5rem;
}

.form-btn {
	width: 25%;
    height: 2.5rem;
    padding: .5rem;
    font-family: inherit;
    font-weight: 400;
    font-size: .875rem;
    letter-spacing: .125rem;
    text-transform: uppercase;
    text-align: center;
    color: #05171e!important;
    background: #cecfcf!important;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0!important;
    position: absolute;
    top: 1rem;
    right: 1rem
}

/* Fehlermeldung - NEWSLETTER2GO - PlugIn*/

.nl2go-widget h2 {
    font-family: inherit;
    font-size: .8rem;
    line-height: 1rem;
    color: #cecfcf;
    position: absolute;
    left: 0;
    bottom: -36px;
    text-align: center;
    margin: auto;
    padding: 1rem;
}

/************************************************************************************
*
* FOOTER INNER
*
************************************************************************************/

#site-footer {
    width: 100%;
    max-width: 100vw;
    height: auto;
    margin: 0;
    padding: 0 1rem;
    display: block;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    background: none repeat scroll 0 0 
}

.footer-inner {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 5rem 0;
    display: block;
    position: relative
}

.site-footer-menu {
    float: left;
    position: relative
}

.site-footer-menu ul {
    font-family: inherit;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #fff;
    text-align: left;
    text-transform: uppercase
}

.site-footer-menu li {
    display: inline-block;
    padding: 0 1rem 0 0
}

.site-footer-menu li a {
    color: #000077
}

.site-footer-menu li a:hover {
    color: #000077
}

.site-footer-menu li.current_page_item a {
    color: #cecfcf
}

.site-footer-text {
    width: 50%;
    float: right;
    position: relative
}

.site-footer-text p {
    font-family: inherit;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #fff;
    text-align: right;
    float: right
}

.site-footer-text p a {
    color: #fff
}

.site-footer-text p a:hover {
    color: #cecfcf
}

/************************************************************************************
*
* 404 - PAGE
*
************************************************************************************/

.wp__template_page_404 {
    width: 100vw;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.site-main__valign {
    width: 100vw;
    max-width: 1200px;
    height: auto;
    margin: 25vh auto;
    padding: 1rem 2rem;
    display: block;
    position: relative;
    box-sizing: border-box
}

.site-text-headline h1 {
    font-family: inherit;
    font-weight: 900;
    font-size: 3.25rem;
    line-height: 3.75rem;
    color: #fff;
    text-transform: uppercase;
    padding: 2rem 0
}

.site-text-headline h1 span {
    display: block
}

.site-text-headline p {
    font-family: inherit;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #fff;
    text-transform: inherit
}

.site-text-headline p a {
    text-transform: uppercase;
    color: #cecfcf
}

/************************************************************************************
*
* MEDIA QUERIES
*
************************************************************************************/

/************************************************************************************
*
* MEDIA QUERIES 80 EM / 1280 PX | iPAD LANDSCAPE
*
************************************************************************************/

@media screen and (max-width:80em) and (min-width:46em) and (orientation:landscape) {

    /************************************************************************************
*
* HEADER FIXED
*
************************************************************************************/
    #topMenu_placeHolder {
        width: 100%;
        max-width: 100%;
        height: 5rem;
        margin: 0 auto;
        padding: 0 1rem;
        box-sizing: border-box
    }

    /************************************************************************************
*
* HTML COPY CONTENT ELEMENTS
*
************************************************************************************/
    .copyContainer__introDiv_1 {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }
    .copyContainer__introDiv_2 {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    .TopSpot_header {
        width: 100%;
        display: block;
        margin: 0 0 3rem 0
    }
    h1.headline_bold {
        font-family: inherit;
        font-size: 2.5rem;
        font-weight: 900
    }
    p.text_left {
        font-family: inherit;
        font-size: 1.75rem;
        line-height: 2.5rem;
        font-weight: 400
    }

    .acf__samplebox {
		width: 100%;
        float: left;
        display: block;
        position: relative;
        overflow: hidden
    }
    .acf__imagebox {
        width: 100%;
        display: block;
        margin: 0;
        overflow: hidden
    }
    img.image-band {
        width: 100%;
        max-width: 565px;
        height: auto;
        display: block
    }

    .wysiwyg_style1 {
        display: block;
        position: relative;
        margin: 0;
        overflow: hidden;
        box-sizing: border-box
    }

    .content-first {
        width: 100%;
        display: block;
        float: left;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        clear: both
    }

    .content-second {
        width: 100%;
        display: block;
        float: left;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        clear: both
    }

    .content-third {
        width: 100%;
        display: block;
        float: left;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        clear: both
    }

    /************************************************************************************
*
* FRONTPAGE-TEMPLATE
*
************************************************************************************/
    .frontpage__template {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .frontpage__full-width {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .teaser__latest-outcome {
        width: 100%;
        margin: 0;
        padding: 5rem 1rem;
        display: table;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    img.section__latest-release_cover {
        width: 100%;
        max-width: 560px;
        height: auto;
        display: block
    }

    .section__purchase-links {
        width: 70%;
        display: block;
        position: relative;
        margin: 0 auto 4rem
    }
    .wysiwyg_style1 {
        width: 70%;
        margin: 0 auto;
        display: block;
        position: relative;
        overflow: hidden;
        box-sizing: border-box
    }

    h2.headline_bold {
        font-family: inherit;
        font-size: 1.125rem;
        font-weight: 900;
        line-height: 2.25rem;
        color: #fff;
        text-transform: inherit;
        white-space: pre-wrap
    }
    p.HTMLtext_block {
        width: 90%;
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        text-align: left;
        white-space: pre-wrap;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }

    /************************************************************************************
*
* FRONTPAGE-VIDEO CONTAINER
*
************************************************************************************/
    .teaser__videoContainer {
        width: 100%;
        margin: 0;
        padding: 5rem 1rem;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .wp_acf_wrapper {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }
    .video-metaSlider-container {
        width: 100%;
        max-width: 1200px;
        height: auto;
        display: block
    }

    #yt_player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
    #yt_player {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 0px;
        height: 0;
        overflow: hidden
    }
    /* Padding-Bottom: Default for 1600x900 videos 16:9 ratio*/
    .video_info_name p strong {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 900;
        line-height: 2rem;
        text-align: left
    }
    .video_info_name p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25rem;
        text-align: left
    }

    /************************************************************************************
*
* FRONTPAGE-LIVE CONTAINER
*
************************************************************************************/
    .teaser__liveContainer {
        width: 100%;
        margin: 0;
        padding: 5rem 1rem;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .contentcentred_holder {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    /************************************************************************************
*
* ACF - Tourtermine
*
************************************************************************************/
    p.text_left {
        font-family: inherit;
        font-size: 1.75rem;
        line-height: 2.5rem;
        font-weight: 400
    }

    ul.acf__tour-dates {
        width: 100%;
        display: block;
        margin: 0;
        font-family: inherit;
        font-size: 1rem;
        color: #fff;
        text-align: left;
        font-weight: 400;
        border-bottom: 1px solid #fff
    }
    ul.acf__tour-dates:last-of-type {
        border-bottom: none
    }

    li.table-cell-01 {
        display: inline-block;
        padding: 1rem;
        margin: 0
    }
    li.table-cell-02 {
        width: 60%;
        display: inline-block;
        padding: 1rem .5rem;
        margin: 0;
        font-weight: 900;
        text-transform: uppercase
    }
    li.table-cell-03 {
        width: 10%;
        display: inline-block;
        padding: 1rem .5rem;
        margin: 0;
        text-align: right
    }
    li.table-cell-04 {
        width: 10%;
        display: inline-block;
        padding: .5rem;
        margin: 0;
        text-align: left
    }


    .view-more__holderPos1 {
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }
    .view-more__left {
        width: 50%;
        margin: 5rem 0;
        padding: 0;
        display: block;
        float: left;
        position: relative
    }
    .view-more__right {
        width: 50%;
        margin: 5rem 0;
        padding: 0;
        display: block;
        float: right;
        position: relative
    }

    /************************************************************************************
*
* FRONTPAGE-BIO CONTAINER
*
************************************************************************************/
    .page-intro-image {
        display: block;
        margin: 5rem 0 0 0
    }

    .teaser__bioContainer {
        width: 100%;
        margin: 0;
        padding: 5rem 1rem;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .wp-editor__HTMLtext p {
        width: 90%;
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
        text-align: left;
        margin: 0 5%;
        white-space: pre-wrap;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }

    .wp-editor__HTMLtext p:nth-of-type(2) {
        margin: .5rem 5%
    }

    .view-more__btn {
        width: 100%;
        max-width: 240px;
        margin: 2rem 0 0 5%;
        padding: 0;
        display: block;
        position: relative
    }

    .view-more__holderPos2 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: inline-block;
        position: relative
    }
    .view-more__center {
        width: 100%;
        max-width: 240px;
        margin: 5rem auto 0;
        padding: 0;
        display: block;
        position: relative
    }

    /************************************************************************************
*
* HEADER / BANNER-TEMPLATE - UNTERSEITEN
*
************************************************************************************/
    .page-intro-image {
        width: 100%;
        margin: 5rem 0 0 0;
        padding: 0;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }
    .post_image img {
        width: 100%;
        max-width: 100%;
        height: 100%;
        background-size: cover
    }

    /************************************************************************************
*
* KONZERTE-TEMPLATE
*
************************************************************************************/
    .wp__template_page_id01 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .view-contentBox h3 {
        font-family: inherit;
        font-size: 2rem;
        font-weight: 900;
        text-transform: uppercase;
        color: #05171e;
        margin: 0 0 1rem 0
    }
    .view-contentBox ul {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        color: #05171e
    }

    .view-contentBox ul:nth-of-type(2) {
        margin: .75rem 0
    }

    .view-contentBox li span {
        font-weight: 900
    }
    .view-contentBox li {
        display: list-item;
        line-height: 1.5rem
    }

    .copyContainer__pageDiv_1 {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    .page-block-sec01 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    h2.page-title {
        font-family: inherit;
        font-size: 2rem;
        line-height: 2.5rem;
        font-weight: 900;
        text-transform: uppercase;
        margin: 0 0 3rem 0
    }

    .page-block-sec02 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    /************************************************************************************
*
* BIOGRAFIE-TEMPLATE
*
************************************************************************************/
    .wp__template_page_id02 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .wrapper-layout-center {
        width: 100%;
        max-width: 1200px;
        height: auto;
        display: block;
        position: relative;
        margin: 0 auto
    }
    .view-contentBox {
        width: 380px;
        height: auto;
        position: absolute;
        right: 0;
        top: 0;
        margin: -200px 0;
        padding: 1rem;
        background: #fff;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }

    .view-contentBox h3 {
        font-family: inherit;
        font-size: 2rem;
        font-weight: 900;
        text-transform: uppercase;
        color: #05171e;
        margin: 0 0 1rem 0
    }
    .view-contentBox ul {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        color: #05171e
    }

    .view-contentBox ul:nth-of-type(2) {
        margin: .75rem 0
    }

    .view-contentBox li span {
        font-weight: 900
    }
    .view-contentBox li {
        display: list-item;
        line-height: 1.5rem
    }

    .copyContainer__pageDiv_1 {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    .acf__page-section {
        width: 100%;
        margin: 0;
        padding: 5rem 1rem;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    h1.page-title {
        font-family: inherit;
        font-size: 2.5rem;
        line-height: 3rem;
        font-weight: 900;
        text-transform: uppercase;
        margin: 3rem 0
    }

    .wp-editor__text-left,
    .wp-editor__text-right {
        width: 50%;
        float: left;
        display: block
    }

    .wp-editor__text-left p strong {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 900;
        line-height: 1.75rem;
        text-align: left
    }

    .wp-editor__text-left p {
        width: 94%;
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        text-align: left;
        margin: 0;
        white-space: pre-wrap;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }

    .wp-editor__text-left p:nth-of-type(2) {
        margin: 1rem 0 1rem 0
    }

    .wp-editor__text-right p {
        width: 94%;
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        text-align: left;
        margin: 0;
        white-space: pre-wrap;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }

    a.simple-link {
        font-family: inherit;
        font-size: 1.125rem;
        line-height: 2.5rem;
        color: #cecfcf;
        padding: 1.5rem 0;
        display: inline-block
    }
    a.simple-link span {
        text-transform: uppercase
    }

    a.simple-link:hover,
    a.simple-link span:hover {
        color: #fff
    }

    .content-second {
        width: 100%;
        display: block;
        float: left;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        clear: both
    }

    .copyContainer__pageDiv_2 {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto 5rem;
        padding: 0;
        display: block;
        position: relative
    }

    .acf__flex-container {
        width: 100%;
        margin: 0;
        padding: 0 1rem;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .acf__section-panel01 {
        width: 100%;
        float: left;
        display: block;
        margin: 0 0 5rem 0
    }

    .flex-itemCover img {
        width: 100%;
        max-width: 360px;
        height: auto;
        display: block
    }

    .flex-itemDesc_uppercase {
        display: block;
        margin: 2rem auto;
        text-transform: uppercase
    }
    .flex-itemDesc_uppercase h3 span {
        display: block;
        font-family: inherit;
        font-size: 1.125rem;
        font-weight: 900;
        line-height: 1.75rem
    }
    .flex-itemDesc_uppercase h3 {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25rem
    }

    .flex-itemDesc_uppercase ul {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        margin: 2rem 0
    }
    .flex-itemDesc_uppercase ul li {
        display: list-item
    }

    .flex-itemDesc_uppercase ul li a {
        color: #cecfcf
    }
    .flex-itemDesc_uppercase ul li a:hover {
        color: #fff
    }

    .flex-itemDesc_uppercase .tracklist h3 {
        font-family: inherit;
        font-size: 1.125rem;
        font-weight: 900;
        line-height: 1.75rem
    }
    .flex-itemDesc_uppercase .tracklist ul {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        margin: .5rem 0
    }
    .flex-itemDesc_uppercase .tracklist ul li {
        display: list-item
    }

    .txt-center {
        text-align: center
    }

    .btn-bottomShop a {
        display: block;
        width: 300px;
        position: absolute;
        bottom: 0;
        font-size: .875rem;
        letter-spacing: .125rem;
        font-weight: 400;
        text-align: center;
        margin: 1rem 10px;
        padding: 1rem 0;
        color: #fff;

        text-transform: uppercase;
        border: solid 2px #fff
    }

    .btn-bottomShop a:focus {
        outline: none
    }

    /************************************************************************************
*
* CSS 3 FLEXBOX
*
************************************************************************************/
    .content-box--wrapper {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        justify-content: flex-start;
        align-content: flex-start;
        -webkit-box-align: start;
        align-items: flex-start
    }

    .flex-item__album:nth-child(1) {
        width: 33.33333333%;
        -webkit-box-ordinal-group: 1;
        order: 0;
        -webkit-box-flex: 0;
        flex: 0 1 auto;
        -webkit-align-self: flex-start;
        align-self: flex-start;
        margin: 0 auto
    }
    .flex-item__album:nth-child(2) {
        width: 33.33333333%;
        -webkit-box-ordinal-group: 3;
        order: 2;
        -webkit-box-flex: 0;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        align-self: auto
    }
    .flex-item__album:nth-child(3) {
        width: 33.33333333%;
        -webkit-box-ordinal-group: 3;
        order: 2;
        -webkit-box-flex: 0;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        align-self: auto
    }

    /************************************************************************************
*
* VIDEO-TEMPLATE
*
************************************************************************************/
    .wp__template_page_id03 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .page-intro-video {
        width: 100%;
        margin: 5rem 0 0 0;
        padding: 0;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .header-video-wrapper {
        position: relative;
        width: 100%;
        overflow: hidden
    }
    #header-video {
        display: block;
        width: 100%;
        height: auto
    }

    #header-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
    #header-video {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 0px;
        height: 0;
        overflow: hidden
    }
    /* Padding-Bottom: Default for 1600x900 videos 16:9 ratio*/
    .header-video-text {
        width: 50%;
        float: left;
        padding: 1rem 3rem
    }
    .header-video-text p strong {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 900;
        line-height: 2rem;
        text-align: left;
        color: #fff
    }
    .header-video-text p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25rem;
        text-align: left;
        color: #fff
    }

    .videoContentwrapper {
        width: 100%;
        display: block;
        float: left;
        margin: 5rem auto;
        padding: 0 1rem;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        clear: both
    }

    .acf__video-box {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative
    }

    .video-squareBox {
        width: 48%;
        float: left;
        position: relative;
        overflow: hidden;
        display: inline-block
    }

    .video-Placeholder {
        width: 100%;
        height: auto;
        display: block;
        margin: 2% 0%;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        clear: both
    }

    .video-desc {
        margin: 0 5% 15% 5%
    }

    .video-desc {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 900;
        line-height: 2rem;
        text-align: center;
        color: #fff
    }
    .video-desc p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        text-align: center;
        color: #fff
    }
    .video-desc p a {
        color: #cecfcf
    }
    .video-desc p a:hover {
        color: #fff;
        text-decoration: underline
    }

    /************************************************************************************
*
* FOTOGALERIE-TEMPLATE
*
************************************************************************************/
    .wp__template_page_id03 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .galleryContentwrapper {
        width: 100%;
        display: block;
        float: left;
        margin: 5rem auto;
        padding: 0 1rem;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        clear: both
    }

    .copyContainer__pageDiv_3 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    .pageHeader {
        width: 100%;
        margin: 0;
        padding: 0;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .box-content__slideshowContainer {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative
    }
    .box-content__slideshowContainer:last-child {
        margin: 5rem 0 0 0
    }

    #layout-imgGallery {
        display: block;
        clear: both
    }

    h2.headline {
        font-family: inherit;
        font-size: 1.125rem;
        font-weight: 900;
        line-height: 2.25rem;
        color: #fff;
        text-transform: inherit;
        white-space: pre-wrap;
        margin: 1rem 0
    }

    /************************************************************************************
*
* FOTOGALERIE-ACF GALLERY
*
************************************************************************************/
    .acf_gallery {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative;
        clear: both
    }

    .acf_gallery h2 {
        font-family: inherit;
        font-size: 3rem;
        font-weight: 900;
        line-height: 3rem;
        color: #fff;
        text-transform: uppercase;
        white-space: pre-wrap;
        margin: 1rem 0;
        padding: 0 .5rem
    }

    .acf_gallery ul {
        display: block
    }
    .acf_gallery li {
        display: inline-block;
        margin: 0 2rem 2rem 0
    }
    .acf_gallery li:nth-child(2),
    .acf_gallery li:nth-child(5) {
        margin: 0 2rem 2rem 0
    }

    .acf_gallery li img {
        width: 100%;
        max-width: 380px;
        height: auto;
        display: block
    }

    .acf_gallery p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        margin: .5rem 0;
        color: #fff
    }

    /************************************************************************************
*
* KONTAKT-TEMPLATE
*
************************************************************************************/
    .wp__template_page_id04 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .contact-contentContainer {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    .widget__cms-content {
        width: 31.66666667%;
        float: left;
        display: block
    }
    .widget__cms-content:nth-child(2) {
        margin: 0 1.666666663%
    }

    .widget_style1 {
        display: block;
        position: relative;
        overflow: hidden;
        text-align: center
    }
    .widget_style1 h2 {
        font-family: inherit;
        font-size: 1.5rem;
        font-weight: 900;
        line-height: 2rem;
        color: #cecfcf;
        text-transform: uppercase
    }
    .widget_style1 h2 span {
        display: block
    }

    .widget_style1 p {
        font-family: inherit;
        font-size: .875rem;
        font-weight: 400;
        line-height: 4rem;
        text-align: center;
        color: #fff
    }

    .widget_style1 ul {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 2rem;
        text-align: center;
        color: #fff
    }
    .widget_style1 ul li {
        display: list-item
    }
    .widget_style1 ul li span {
        font-weight: 900;
        text-transform: uppercase
    }

    .widget_style1 ul li a {
        color: #fff
    }
    .widget_style1 ul li a:hover {
        color: #cecfcf
    }

    .download-contentContainer {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 1rem 25rem 1rem;
        display: block;
        position: relative;
        box-sizing: border-box
    }

    .widget_style2 {
        display: block;
        position: relative;
        overflow: hidden;
        text-align: left
    }
    .widget_style2 h4 {
        font-family: inherit;
        font-size: 1.25rem;
        font-weight: 900;
        line-height: 1.875rem;
        color: #cecfcf;
        text-transform: uppercase;
        margin: 0 0 .75rem 0
    }
    .widget_style2 h4 span {
        display: block
    }

    .widget_style2 p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 4rem;
        text-align: left;
        color: #fff
    }

    .widget_style2 ul {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 2rem;
        text-align: left;
        color: #fff
    }
    .widget_style2 ul:nth-child(2) {
        margin: 0 0 1rem 0
    }
    .widget_style2 ul:nth-child(3) {
        margin: 0 0 1rem 0
    }
    .widget_style2 ul:nth-child(4) {
        margin: 0 0 1rem 0
    }

    .widget_style2 ul li {
        display: list-item
    }
    .widget_style2 ul li span {
        font-weight: 900;
        text-transform: uppercase
    }

    .widget_style2 ul li a {
        color: #fff;
        text-decoration: underline
    }

    /************************************************************************************
*
* IMPRESSUM / DATENSCHUTZ-TEMPLATE
*
************************************************************************************/
    .wp__template_page_id05 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .copy-contentContainer {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    .wp_editor__entryContent {
        width: 100%;
        margin: 0;
        padding: 2rem 1rem;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .wp_editor_HTMLtext {
        width: 78%;
        display: block;
        position: relative;
        overflow: hidden;
        text-align: left
    }
    .wp_editor_HTMLtext h4 {
        font-family: inherit;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.875rem;
        color: #fff;
        text-transform: uppercase;
        margin: 2rem 0 .75rem 0
    }
    .wp_editor_HTMLtext h4 span {
        display: block
    }

    .wp_editor_HTMLtext {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        text-align: left;
        color: #fff;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }
    .wp_editor_HTMLtext p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        text-align: left;
        color: #fff;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }

    .wp_editor_HTMLtext p a {
        color: #cecfcf
    }
    .wp_editor_HTMLtext p a:hover {
        color: #fff;
        text-decoration: underline
    }

    .wp_editor_HTMLtext ul {
        font-family: inherit;
        font-size: 1rem;
        line-height: 2rem;
        font-weight: 400;
        text-align: left;
        color: #fff;
        margin: 0 0 1rem 0
    }

    .wp_editor_HTMLtext ul li {
        display: list-item
    }
    .wp_editor_HTMLtext ul li span {
        font-weight: 900;
        text-transform: uppercase
    }

    .wp_editor_HTMLtext ul li a {
        color: #cecfcf
    }
    .wp_editor_HTMLtext ul li a:hover {
        color: #fff;
        text-decoration: underline
    }

    /************************************************************************************
*
* TEMPLATE-VORLAGE NEUE SEITE
*
************************************************************************************/
    .wp__template_page_template {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .wp__content-wrap {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    .wysiwyg_content {
        width: 100%;
        margin: 0;
        padding: 2rem 1rem;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .cms_wp_textsection {
        width: 54%;
        display: block;
        position: relative;
        overflow: hidden;
        text-align: left
    }
    .cms_wp_textsection h1 {
        font-family: inherit;
        font-size: 2.5rem;
        line-height: 3rem;
        font-weight: 900;
        text-transform: uppercase;
        margin: 0 0 3rem 0
    }
    .cms_wp_textsection h2 {
        font-family: inherit;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.875rem;
        color: #fff;
        text-transform: uppercase;
        margin: 2rem 0 .75rem 0
    }
    .cms_wp_textsection h3 {
        font-family: inherit;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.875rem;
        color: #fff;
        text-transform: uppercase;
        margin: .75rem 0
    }
    .cms_wp_textsection h4 {
        font-family: inherit;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.875rem;
        color: #fff;
        text-transform: uppercase;
        margin: .75rem 0
    }

    .cms_wp_textsection {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
        text-align: left;
        color: #fff;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }
    .wcms_wp_textsection p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
        text-align: left;
        color: #fff;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }

    /************************************************************************************
*
* FOOTER INNER
*
************************************************************************************/
    #site-footer {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0;
        padding: 0 1rem;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
    }

    .footer-inner {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 2rem 0;
        display: block;
        position: relative
    }

    .site-footer-menu {
        width: 100%;
        float: none;
        position: relative;
        margin: 2rem 0
    }
    .site-footer-menu ul {
        font-family: inherit;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.75rem;
        color: #fff;
        text-align: center;
        text-transform: uppercase
    }
    .site-footer-menu li {
        display: inline-block;
        padding: 0 1rem 0 0
    }
 

    .site-footer-text {
        width: 100%;
        float: none;
        position: relative
    }
    .site-footer-text p {
        font-family: inherit;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.75rem;
        color: #fff;
        text-align: center;
        float: none
    }

}

/************************************************************************************
*
* MEDIA QUERIES 80 EM / 1280 PX | Tablet Medion
*
************************************************************************************/

@media screen and (max-width:61.875em) and (min-width:46.625em) and (orientation:landscape) {}

/************************************************************************************
*
* MEDIA QUERIES 80 EM / 1280 PX | iPAD PORTRÄT
*
************************************************************************************/

@media screen and (max-width:80em) and (min-width:46em) and (orientation: portrait) {

    /************************************************************************************
*
* OVERLAY MENU
*
************************************************************************************/
    .overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 900
    }
    .overlay nav {
        text-align: center;
        position: relative;
        top: 50%;
        height: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        height: 100%;
        width: 100%;
        position: relative
    }
    .overlay ul li {
        display: block;
        height: calc(100%/9)
    }
    .overlay ul li a {
        font-weight: 900;
        font-size: 1.75rem;
        line-height: 2.75rem;
        text-transform: uppercase;
        display: block;
        padding: 1%;
        transition: background 800ms ease;
    }
    .overlay ul li a:hover,
    .overlay ul li a:focus {
        transition: background 800ms ease
    }

    /* EFFECT SLIDE DOWN */
    .navigation_overlay {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        transition: visibility 0s .6s, -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out, visibility 0s .6s;
        transition: transform .6s ease-in-out, visibility 0s .6s, -webkit-transform .6s ease-in-out
    }
    .navigation_overlay.open {
        visibility: visible;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
    }

    /************************************************************************************
*
* NAVIGATION SOCIAL
*
************************************************************************************/
    .navigation-block {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        clear: both
    }

    ul.unstyled-listSocial {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
        display: block
    }
    ul.unstyled-listSocial li {
        display: inline-block
    }
    ul.unstyled-listSocial li a {
        float: left;
        padding: 1rem;
        position: relative;
        font-size: 1.5rem;
        line-height: 1.5rem
    }

    ul.menu-link-list {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        text-align: center
    }
    ul.menu-link-list li {
        display: inline-block
    }
    ul.menu-link-list li a {
        float: left;
        padding: 1rem 2rem;
        position: relative;
        font-size: 1rem;
        line-height: 1.5rem
    }

    /************************************************************************************
*
* HEADER FIXED
*
************************************************************************************/
    #topMenu_placeHolder {
        width: 100%;
        max-width: 1500px;
        height: 5rem;
        margin: 0 auto;
        padding: 0 1rem;
        box-sizing: border-box
    }

    .sitelogo {
		width: 50%;
        float: left;
        display: block;
        box-sizing: border-box;
    }

    .logo-index {
        width: 100%;
        height: 80px;
        line-height: normal;
        display: inline-block;
        margin: auto;
        padding: 0;
        background: url(_img/meinezeit.svg)no-repeat center center;
        opacity: 1
    }

    .logo-index:hover {
        opacity: 1;
        background-blend-mode: multiply
    }

    #navbar {
        width: 50%;
        height: 5rem;
        float: right;
        /*display: none;*/
        box-sizing: border-box
    }

    #trigger-overlay {
        float: right;
		/*display: none;*/
    }
    #trigger-overlay small.menu {
        /*display: none*/
    }

    /************************************************************************************
*
* FRONTPAGE SCROLL DOWN
*
************************************************************************************/
    .moduleSection__overflow-animate-wrap {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
        position: relative;
        margin: 0 auto
    }
    .inner-in-scroll {
        display: block;
        position: absolute;
        left: 47.5%;
        bottom: 35px;
        margin: 0 auto;
        padding: 1rem 0;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }

    i.fa.fa-angle-double-down {
        font-size: 2.25rem;
        line-height: 3rem;
        font-weight: 400;
        color: #cecfcf
    }
    i.fa.fa-angle-double-down:hover {
        color: #fff
    }

    /************************************************************************************
*
* HTML COPY CONTENT ELEMENTS
*
************************************************************************************/
    .copyContainer__introDiv_1 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }
    .copyContainer__introDiv_2 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    .TopSpot_header {
        width: 100%;
        display: block;
        margin: 0 0 3rem 0
    }
    h1.headline_bold {
        font-family: inherit;
        font-size: 2rem;
        line-height: 1;
        font-weight: 900
    }
    h1.headline_bold span {
        display: block
    }
    p.text_left {
        font-family: inherit;
        font-size: 1.25rem;
        line-height: 2rem;
        font-weight: 400
    }

    .acf__samplebox {
        width: 100%;
        float: none;
        display: block;
        position: relative;
        overflow: hidden
    }
    .acf__imagebox {
        width: 100%;
        display: block;
        margin: 0 0 2rem 0;
        overflow: hidden
    }
    img.image-band {
        width: 100%;
        max-width: 585px;
        height: auto;
        display: block
    }

    .wysiwyg_style1 {
        display: block;
        position: relative;
        overflow: hidden;
        box-sizing: border-box
    }

    .content-first {
        width: 100%;
        display: block;
        float: none;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        clear: both
    }

    .content-second {
        width: 100%;
        display: block;
        float: none;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        clear: both
    }

    .content-third {
        width: 100%;
        display: block;
        float: none;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        clear: both
    }

    /************************************************************************************
*
* FRONTPAGE-TEMPLATE
*
************************************************************************************/
    .frontpage__template {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .frontpage__full-width {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .bg_full-image {
        max-height: 600px;
    }
    #frontpage-fullscreen {
        height: 600px;
    }

    .teaser__latest-outcome {
        width: 100%;
        margin: 0;
        padding: 5rem 1rem 2rem;
        display: table;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    img.section__latest-release_cover {
        width: 100%;
        max-width: 560px;
        height: auto;
        display: block
    }

    .section__purchase-links {
        width: 100%;
        display: block;
        position: relative;
        margin: 2rem 0
    }

    h2.headline_bold {
        font-family: inherit;
        font-size: 1.125rem;
        font-weight: 900;
        line-height: 2.25rem;
        color: #fff;
        text-transform: inherit;
        white-space: pre-wrap
    }
    p.HTMLtext_block {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        text-align: left;
        white-space: pre-wrap;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }

    /************************************************************************************
*
* FRONTPAGE-VIDEO CONTAINER
*
************************************************************************************/
    .teaser__videoContainer {
        width: 100%;
        margin: 0;
        padding: 2rem 1rem;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .wp_acf_wrapper {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }
    .video-metaSlider-container {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
    }

    #yt_player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
    #yt_player {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 0px;
        height: 0;
        overflow: hidden
    }
    /* Padding-Bottom: Default for 1600x900 videos 16:9 ratio*/
    .video_info_name p strong {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 900;
        line-height: 2rem;
        text-align: left
    }
    .video_info_name p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25rem;
        text-align: left
    }

    /************************************************************************************
*
* FRONTPAGE-LIVE CONTAINER
*
************************************************************************************/
    .teaser__liveContainer {
        width: 100%;
        margin: 0;
        padding: 2rem 1rem;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .contentcentred_holder {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    /************************************************************************************
*
* ACF - Tourtermine
*
************************************************************************************/
    p.text_left {
        font-family: inherit;
        font-size: 1.75rem;
        line-height: 2.5rem;
        font-weight: 400
    }

    ul.acf__tour-dates {
        width: 100%;
        display: block;
        margin: 0;
        font-family: inherit;
        font-size: 1rem;
        color: #fff;
        text-align: left;
        font-weight: 400;
        border-bottom: 1px solid #fff
    }
    ul.acf__tour-dates:last-of-type {
        border-bottom: none
    }

    li.table-cell-01 {
        display: inline-block;
        padding: 1rem;
        margin: 0
    }
    li.table-cell-02 {
        width: 80%;
        display: inline-block;
        padding: 1rem .5rem;
        margin: 0;
        font-weight: 900;
        text-transform: uppercase
    }
    li.table-cell-03 {
        width: 10%;
        display: inline-block;
        padding: 1rem;
        margin: 0;
        text-align: left
    }
    li.table-cell-04 {
        width: 10%;
        display: inline-block;
        padding: .5rem;
        margin: 0;
        text-align: left
    }


    .view-more__holderPos1 {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }
    .view-more__left {
        width: 50%;
        margin: 1rem auto;
        padding: 0;
        display: block;
        float: left;
        position: relative
    }
    .view-more__right {
        width: 50%;
        margin: 1rem auto;
        padding: 0;
        display: block;
        float: left;
        position: relative
    }

    /************************************************************************************
*
* FRONTPAGE-BIO CONTAINER
*
************************************************************************************/
    .teaser__bioContainer {
        width: 100%;
        margin: 0;
        padding: 2rem 1rem;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .acf__samplebox {
        width: 100%;
        float: none;
        display: block;
        position: relative;
        overflow: hidden
    }
    .acf__imagebox {
        width: 100%;
        display: block;
        margin: 0;
        overflow: hidden
    }

    .acf__imagebox img {
        width: 100%;
        max-width: 585px;
        height: auto;
        margin: 0 auto 2rem;
        display: block
    }

    .wp-editor__HTMLtext p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
        text-align: left;
        margin: 0;
        white-space: pre-wrap;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }

    .wp-editor__HTMLtext p:nth-of-type(2) {
        margin: 1rem 0
    }

    .view-more__holderPos2 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: inline-block;
        position: relative
    }
    .view-more__center {
        width: 100%;
        max-width: 240px;
        margin: 2rem auto 0;
        padding: 0;
        display: block;
        position: relative
    }

    .view-more__btn {
        width: 100%;
        max-width: 240px;
        margin: 2rem auto 0;
        padding: 0;
        display: block;
        position: relative
    }

    /************************************************************************************
*
* HEADER / BANNER-TEMPLATE - UNTERSEITEN
*
************************************************************************************/
    .page-intro-image {
        width: 100%;
        margin: 0 0 0 0;
        padding: 0;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }
    .post_image img {
        width: 100%;
        max-width: 100%;
        height: 100%;
        background-size: cover
    }

    /************************************************************************************
*
* KONZERTE-TEMPLATE
*
************************************************************************************/
    .wp__template_page_id01 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .wp__page-section {
        width: 100%;
        margin: 0;
        padding: 2rem 1rem;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .view-contentBox h3 {
        font-family: inherit;
        font-size: 2rem;
        font-weight: 900;
        text-transform: uppercase;
        color: #05171e;
        margin: 0 0 1rem 0
    }
    .view-contentBox ul {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        color: #05171e
    }

    .view-contentBox ul:nth-of-type(2) {
        margin: .75rem 0
    }

    .view-contentBox li span {
        font-weight: 900
    }
    .view-contentBox li {
        display: list-item;
        line-height: 1.5rem
    }

    .copyContainer__pageDiv_1 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 1rem;
        display: block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }

    .page-block-sec01 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    h2.page-title {
        font-family: inherit;
        font-size: 2rem;
        line-height: 2.5rem;
        font-weight: 900;
        text-transform: uppercase;
        margin: 0 0 3rem 0
    }

    .page-block-sec02 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    /************************************************************************************
*
* BIOGRAFIE-TEMPLATE
*
************************************************************************************/
    .wp__template_page_id02 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .wrapper-layout-center {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
        position: relative;
        margin: 2rem auto 0;
        padding: 0 1rem;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }
    .view-contentBox {
        width: 60%;
        height: 300px;
        position: relative;
        right: 0;
        top: 0;
        margin: 0;
        padding: 1rem;
        background: #fff;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }

    .view-contentBox {
        width: 380px;
        height: auto;
        position: absolute;
        right: 0;
        top: 0;
        margin: -200px 0;
        padding: 1rem;
        background: #fff;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }

    .view-contentBox h3 {
        font-family: inherit;
        font-size: 2rem;
        font-weight: 900;
        text-transform: uppercase;
        color: #05171e;
        margin: 0 0 1rem 0
    }
    .view-contentBox ul {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        color: #05171e
    }

    .view-contentBox ul:nth-of-type(2) {
        margin: .75rem 0
    }

    .view-contentBox li span {
        font-weight: 900
    }
    .view-contentBox li {
        display: list-item;
        line-height: 1.5rem
    }

    .copyContainer__pageDiv_1 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    .acf__page-section {
        width: 100%;
        margin: 0;
        padding: 2rem 1rem;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    h1.site_page-title {
        font-family: inherit;
        font-size: 2.5rem;
        line-height: 3rem;
        font-weight: 900;
        text-transform: uppercase;
        margin: 3rem 0
    }
    h1.page-title {
        font-family: inherit;
        font-size: 2.5rem;
        line-height: 3rem;
        font-weight: 900;
        text-transform: uppercase;
        margin: 8rem 0 3rem 0
    }

    .wp-editor__text-left,
    .wp-editor__text-right {
        width: 100%;
        float: none;
        display: block
    }

    .wp-editor__text-left p strong {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 900;
        line-height: 1.75rem;
        text-align: left
    }

    .wp-editor__text-left p {
        width: 100%;
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        text-align: left;
        margin: 0;
        white-space: pre-wrap;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }

    .wp-editor__text-left p:nth-of-type(2) {
        margin: 1rem 0 1rem 0
    }
    .wp-editor__text-left p:last-of-type {
        margin: 1rem 0
    }

    .wp-editor__text-right p {
        width: 100%;
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        text-align: left;
        margin: 0;
        white-space: pre-wrap;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }

    a.simple-link {
        font-family: inherit;
        font-size: 1.125rem;
        line-height: 2.5rem;
        color: #cecfcf;
        padding: 1.5rem 0;
        display: inline-block
    }
    a.simple-link span {
        text-transform: uppercase
    }

    a.simple-link:hover,
    a.simple-link span:hover {
        color: #fff
    }

    .content-second {
        width: 100%;
        display: block;
        float: left;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        clear: both
    }

    .copyContainer__pageDiv_2 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    .acf__flex-container {
        width: 100%;
        margin: 0;
        padding: 0 1rem;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .acf__section-panel01 {
        width: 100%;
        float: left;
        display: block;
        margin: 0 0 5rem 0
    }

    .flex-itemCover img {
        width: 100%;
        max-width: 360px;
        height: auto;
        display: block
    }

    .flex-itemDesc_uppercase {
        display: block;
        margin: 2rem auto;
        text-transform: uppercase
    }
    .flex-itemDesc_uppercase h3 span {
        display: block;
        font-family: inherit;
        font-size: 1.125rem;
        font-weight: 900;
        line-height: 1.75rem
    }
    .flex-itemDesc_uppercase h3 {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25rem
    }

    .flex-itemDesc_uppercase ul {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        margin: 2rem 0
    }
    .flex-itemDesc_uppercase ul li {
        display: list-item
    }

    .flex-itemDesc_uppercase ul li a {
        color: #cecfcf
    }
    .flex-itemDesc_uppercase ul li a:hover {
        color: #fff
    }

    .flex-itemDesc_uppercase .tracklist h3 {
        font-family: inherit;
        font-size: 1.125rem;
        font-weight: 900;
        line-height: 1.75rem
    }
    .flex-itemDesc_uppercase .tracklist ul {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        margin: .5rem 0
    }
    .flex-itemDesc_uppercase .tracklist ul li {
        display: list-item
    }

    .txt-center {
        text-align: center
    }

    .btn-bottomShop a {
        display: block;
        width: 240px;
        position: absolute;
        bottom: 0;
        font-size: .875rem;
        letter-spacing: .125rem;
        font-weight: 400;
        color: #05171e;
        text-align: center;
        margin: 1rem 0;
        padding: 1rem 0;
        background: #fff
    }
    .btn-bottomShop a:focus {
        outline: none
    }

    /************************************************************************************
*
* CSS 3 FLEXBOX
*
************************************************************************************/
    .content-box--wrapper {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        justify-content: flex-start;
        align-content: flex-start;
        -webkit-box-align: start;
        align-items: flex-start
    }

    .flex-item__album:nth-child(1) {
        width: 33.33333333%;
        -webkit-box-ordinal-group: 1;
        order: 0;
        -webkit-box-flex: 0;
        flex: 0 1 auto;
        -webkit-align-self: flex-start;
        align-self: flex-start;
        margin: 0 5% 0 0
    }
    .flex-item__album:nth-child(2) {
        width: 33.33333333%;
        -webkit-box-ordinal-group: 3;
        order: 2;
        -webkit-box-flex: 0;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        align-self: auto;
        margin: 0 5% 0 0
    }
    .flex-item__album:nth-child(3) {
        width: 33.33333333%;
        -webkit-box-ordinal-group: 4;
        order: 3;
        -webkit-box-flex: 0;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        align-self: auto
    }

    /************************************************************************************
*
* VIDEO-TEMPLATE
*
************************************************************************************/
    .wp__template_page_id03 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .page-intro-video {
        width: 100%;
        margin: 5rem 0 0 0;
        padding: 0;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .header-video-wrapper {
        position: relative;
        width: 100%;
        overflow: hidden
    }
    .header-video-wrapper {
        display: block;
        width: 100%;
        height: auto
    }

    .header-video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
    .header-video-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 0px;
        height: 0;
        overflow: hidden
    }
    /* Padding-Bottom: Default for 1600x900 videos 16:9 ratio*/
    .header-video-text {
        width: 50%;
        float: left;
        padding: 1rem 3rem
    }
    .header-video-text p strong {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 900;
        line-height: 2rem;
        text-align: left;
        color: #fff
    }
    .header-video-text p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25rem;
        text-align: left;
        color: #fff
    }

    .videoContentwrapper {
        width: 100%;
        display: block;
        float: none;
        margin: 2rem auto;
        padding: 0 1rem;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        clear: both
    }

    .acf__video-box {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    .video-squareBox {
        width: 100%;
        float: left;
        position: relative;
        overflow: hidden;
        display: inline-block
    }

    .video-Placeholder {
        width: 100%;
        height: auto;
        display: block;
        margin: 2% auto 0;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        clear: both;
        text-align: center
    }

    .video-desc {
        margin: 0 auto 10%
    }

    .video-desc {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 900;
        line-height: 2rem;
        text-align: center;
        color: #fff
    }
    .video-desc p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        text-align: center;
        color: #fff
    }
    .video-desc p a {
        color: #cecfcf
    }
    .video-desc p a:hover {
        color: #fff;
        text-decoration: underline
    }

    /************************************************************************************
*
* KONTAKT-TEMPLATE
*
************************************************************************************/
    .wp__template_page_id04 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .contact-contentContainer {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    .widget__cms-content {
        width: 100%;
        float: none;
        display: block
    }
    .widget__cms-content:nth-child(2) {
        margin: 2rem 0
    }

    .widget_style1 {
        display: block;
        position: relative;
        overflow: hidden;
        text-align: center
    }
    .widget_style1 h2 {
        font-family: inherit;
        font-size: 1.5rem;
        font-weight: 900;
        line-height: 2rem;
        color: #cecfcf;
        text-transform: uppercase;
        margin: 0 0 .75rem 0
    }
    .widget_style1 h2 span {
        display: block
    }

    .widget_style1 p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 2rem;
        text-align: center;
        color: #fff
    }

    .widget_style1 ul {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 2rem;
        text-align: center;
        color: #fff
    }
    .widget_style1 ul li {
        display: list-item
    }
    .widget_style1 ul li span {
        font-weight: 900;
        text-transform: uppercase
    }

    .widget_style1 ul li a {
        color: #fff
    }
    .widget_style1 ul li a:hover {
        color: #cecfcf
    }

    .download-contentContainer {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0 1rem 5rem;
        display: block;
        position: relative;
        box-sizing: border-box
    }

    .widget_style2 {
        display: block;
        position: relative;
        overflow: hidden;
        text-align: center
    }
    .widget_style2 h4 {
        font-family: inherit;
        font-size: 1.25rem;
        font-weight: 900;
        line-height: 1.875rem;
        color: #cecfcf;
        text-transform: uppercase;
        margin: 0 0 .75rem 0
    }
    .widget_style2 h4 span {
        display: block
    }

    .widget_style2 p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 4rem;
        text-align: center;
        color: #fff
    }

    .widget_style2 ul {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 2rem;
        text-align: center;
        color: #fff
    }
    .widget_style2 ul:nth-child(2) {
        margin: 0 0 1rem 0
    }
    .widget_style2 ul:nth-child(3) {
        margin: 0 0 1rem 0
    }
    .widget_style2 ul:nth-child(4) {
        margin: 0 0 1rem 0
    }

    .widget_style2 ul li {
        display: list-item
    }
    .widget_style2 ul li span {
        font-weight: 900;
        text-transform: uppercase
    }

    .widget_style2 ul li a {
        color: #fff;
        text-decoration: underline
    }

    /************************************************************************************
*
* FOTOGALERIE-TEMPLATE
*
************************************************************************************/
    .wp__template_page_id03 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .galleryContentwrapper {
        width: 100%;
        display: block;
        float: left;
        margin: 2rem auto;
        padding: 0 1rem;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        clear: both
    }

    .copyContainer__pageDiv_3 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    .pageHeader {
        width: 100%;
        margin: 0;
        padding: 0;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .box-content__slideshowContainer {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative
    }
    .box-content__slideshowContainer:last-child {
        margin: 5rem 0 0 0
    }

    #layout-imgGallery {
        display: block;
        clear: both
    }

    h2.headline {
        font-family: inherit;
        font-size: 1.125rem;
        font-weight: 900;
        line-height: 2.25rem;
        color: #fff;
        text-transform: inherit;
        white-space: pre-wrap;
        margin: 1rem 0
    }

    /************************************************************************************
*
* FOTOGALERIE-ACF GALLERY
*
************************************************************************************/
    .acf_gallery {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative;
        clear: both
    }

    .acf_gallery h2 {
        font-family: inherit;
        font-size: 3rem;
        font-weight: 900;
        line-height: 3rem;
        color: #fff;
        text-transform: uppercase;
        white-space: pre-wrap;
        margin: 1rem 0;
        padding: 0 .5rem
    }

    .acf_gallery ul {
        display: block
    }
    .acf_gallery li {
        display: inline-block;
        margin: 0 1rem 2rem 0
    }
    .acf_gallery li:nth-child(2),
    .acf_gallery li:nth-child(5) {
        margin: 0 1rem 2rem 0
    }

    .acf_gallery li img {
        width: 100%;
        max-width: 320px;
        height: auto;
        display: block
    }

    .acf_gallery p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        margin: .5rem 0;
        color: #fff
    }

    /************************************************************************************
*
* IMPRESSUM / DATENSCHUTZ-TEMPLATE
*
************************************************************************************/
    .wp__template_page_id05 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .copy-contentContainer {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    .wp_editor__entryContent {
        width: 100%;
        margin: 0;
        padding: 2rem 1rem;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .wp_editor_HTMLtext {
        width: 92%;
        display: block;
        position: relative;
        overflow: hidden;
        text-align: left
    }
    .wp_editor_HTMLtext h4 {
        font-family: inherit;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.875rem;
        color: #fff;
        text-transform: uppercase;
        margin: 2rem 0 .75rem 0
    }
    .wp_editor_HTMLtext h4 span {
        display: block
    }

    .wp_editor_HTMLtext {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        text-align: left;
        color: #fff;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }
    .wp_editor_HTMLtext p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        text-align: left;
        color: #fff;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }

    .wp_editor_HTMLtext p a {
        color: #cecfcf
    }
    .wp_editor_HTMLtext p a:hover {
        color: #fff;
        text-decoration: underline
    }

    .wp_editor_HTMLtext ul {
        font-family: inherit;
        font-size: 1rem;
        line-height: 2rem;
        font-weight: 400;
        text-align: left;
        color: #fff;
        margin: 0 0 1rem 0
    }

    .wp_editor_HTMLtext ul li {
        display: list-item
    }
    .wp_editor_HTMLtext ul li span {
        font-weight: 900;
        text-transform: uppercase
    }

    .wp_editor_HTMLtext ul li a {
        color: #cecfcf
    }
    .wp_editor_HTMLtext ul li a:hover {
        color: #fff;
        text-decoration: underline
    }

    /************************************************************************************
*
* TEMPLATE-VORLAGE NEUE SEITE
*
************************************************************************************/
    .wp__template_page_template {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .wp__content-wrap {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    .wysiwyg_content {
        width: 100%;
        margin: 0;
        padding: 2rem 1rem;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .cms_wp_textsection {
        width: 92%;
        display: block;
        position: relative;
        overflow: hidden;
        text-align: left
    }
    .cms_wp_textsection h1 {
        font-family: inherit;
        font-size: 2.5rem;
        line-height: 3rem;
        font-weight: 900;
        text-transform: uppercase;
        margin: 0 0 3rem 0
    }
    .cms_wp_textsection h2 {
        font-family: inherit;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.875rem;
        color: #fff;
        text-transform: uppercase;
        margin: 2rem 0 .75rem 0
    }
    .cms_wp_textsection h3 {
        font-family: inherit;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.875rem;
        color: #fff;
        text-transform: uppercase;
        margin: .75rem 0
    }
    .cms_wp_textsection h4 {
        font-family: inherit;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.875rem;
        color: #fff;
        text-transform: uppercase;
        margin: .75rem 0
    }

    .cms_wp_textsection {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
        text-align: left;
        color: #fff;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }
    .wcms_wp_textsection p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
        text-align: left;
        color: #fff;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }

    /************************************************************************************
*
* SIDEBAR WIDGETS
*
************************************************************************************/
    .container-fluid {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .section_bg {
        width: 100%;
        position: relative
    }

    .container-links-social {
        width: 100%;
        max-width: 750px;
        margin: 0 auto;
        padding: 1rem 0;
        display: table;
        position: relative
    }

    .container-links-social > h2.widgettitle {
        width: 100%;
        float: none;
        font-family: inherit;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 900;
        text-align: center
    }
    .icon-collection {
        width: 100%;
        float: none;
        line-height: 3.5rem;
        position: relative;
        text-align: center
    }

    .icon-collection ul {
        font-size: 1.5rem;
        color: #fff
    }
    .icon-collection ul li {
        display: inline-block;
        padding: 0 1rem
    }

    .container-widget-instagram {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }
    .widget-instagram {
        display: block
    }

    /* SIDEBAR INSTAGRAM PLUGIN */
    ul.instagram-pics {
        width: 100%;
        display: block;
        clear: both
    }
    ul.instagram-pics.instagram-size-small {
        width: 100%;
        display: table;
        float: left;
        margin: 0
    }
    ul.instagram-pics.instagram-size-small li {
        display: table-cell
    }
    ul.instagram-pics.instagram-size-small li img {
        width: 100%;
        height: auto;
        display: block
    }


    /* SIDEBAR NEWSLETTER PLUGIN */
    .container-widget-newsletter {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 1rem 0;
        display: table;
        position: relative
    }

    .container-widget-newsletter > h2.widgettitle {
        width: 100%;
        float: none;
        font-family: inherit;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 900;
        text-align: center
    }
    .container-widget-newsletter > .textwidget {
        width: 100%;
        float: none;
        margin: 1rem 0;
        position: relative
    }




    /* SIDEBAR CONTACT FORM7 PLUGIN */
    #emailfeld {
        float: none;
        width: 50%;
        height: 3.5rem;
        padding: .5rem;
        margin: 0 25% 1rem;
        font-family: inherit;
        font-weight: 400;
        font-size: .875em;
        text-align: left;
        color: #000;
        background: #fff;
        cursor: pointer;
        box-sizing: border-box;
        -webkit-appearance: none;
        border-radius: 0
    }

    .wpcf7-form-control.mf-submit {
        float: none;
        width: 50%;
        height: 3.5rem;
        padding: .5rem;
        margin: 0 25%;
        font-family: inherit;
        font-weight: 400;
        font-size: .875em;
        letter-spacing: .125rem;
        text-align: center;
        color: #fff;
        background: #05171e;
        cursor: pointer;
        box-sizing: border-box;
        -webkit-appearance: none;
        border-radius: 0
    }

    /* SIDEBAR WIDGET INSTAGRAM PLUGIN */
    .partner-sectionContainer {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 5rem 0 0 0;
    }

    ul.imageList_partner {
        display: block;
        position: relative;
        text-align: center
    }

    .imageList {
        width: 32%;
        display: inline-block
    }

    li.imageList {
        width: 32%;
        display: inline-block;
        margin: 0
    }
    li.imageList img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
        margin: 1rem auto
    }

    /************************************************************************************
*
* FOOTER INNER
*
************************************************************************************/
    #site-footer {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0;
        padding: 0 1rem;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
    }

    .footer-inner {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 2rem 0;
        display: block;
        position: relative
    }

    .site-footer-menu {
        width: 100%;
        float: none;
        position: relative;
        margin: 2rem 0
    }
    .site-footer-menu ul {
        font-family: inherit;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.75rem;
        color: #fff;
        text-align: center;
        text-transform: uppercase
    }
    .site-footer-menu li {
        display: inline-block;
        padding: 0 1rem 0 0
    }


    .site-footer-text {
        width: 100%;
        float: none;
        position: relative
    }
    .site-footer-text p {
        font-family: inherit;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.75rem;
        color: #fff;
        text-align: center;
        float: none
    }
    .site-footer-text p span {
        display: block
    }

    .footer-widget_copy p span {
        display: block
    }

}

/************************************************************************************
*
* MEDIA QUERIES 80 EM / 1280 PX | iPhone Landscape
*
************************************************************************************/

@media screen and (min-width:38em) and (max-width:46em) {}

/************************************************************************************
*
* MEDIA QUERIES 41 EM / 667 PX | Smartphone: iPhone 6 in Landscape
*
************************************************************************************/

@media only screen and (min-device-width:23em) and (max-device-width:41em) and (orientation: landscape) {

    /************************************************************************************
*
* HEADER FIXED
*
************************************************************************************/
    #topMenu_placeHolder {
        width: 100%;
        max-width: 100%;
        height: 5rem;
        margin: 0 auto;
        padding: 0 1rem;
        box-sizing: border-box
    }

    /************************************************************************************
*
* OVERLAY MENU
*
************************************************************************************/
    .overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 900
    }
    .overlay nav {
        text-align: center;
        position: relative;
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%)
    }
    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        height: 100%;
        width: 100%;
        position: relative
    }
    .overlay ul li {
        display: block
    }
    .overlay ul li a {
        width: 50%;
        float: left;
        font-weight: 900;
        font-size: .875rem;
        line-height: 1.75rem;
        text-transform: uppercase;
        display: inline-block;
        color: #fff;
        padding: 0 0;
        transition: background 800ms ease
    }
    .overlay ul li a:hover,
    .overlay ul li a:focus {
        color: #cecfcf;
        transition: background 800ms ease
    }

    .overlay ul li.current_page_item a {
        color: #cecfcf
    }

    /* EFFECT SLIDE DOWN */
    .navigation_overlay {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        transition: visibility 0s .6s, -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out, visibility 0s .6s;
        transition: transform .6s ease-in-out, visibility 0s .6s, -webkit-transform .6s ease-in-out
    }
    .navigation_overlay.open {
        visibility: visible;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
    }

    /************************************************************************************
*
* NAVIGATION SOCIAL
*
************************************************************************************/
    .navigation-block {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        clear: both
    }

    ul.unstyled-listSocial {
        width: 100%;
        max-width: 100%;
        margin: -80px auto 0;
        text-align: center;
        display: block
    }
    ul.unstyled-listSocial li {
        display: inline-block
    }
    ul.unstyled-listSocial li a {
        float: left;
        padding: 1rem;
        position: relative;
        font-size: 1rem;
        line-height: 1.5rem
    }

    ul.menu-link-list {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        text-align: center
    }
    ul.menu-link-list li {
        width: 100%;
    }
    ul.menu-link-list li a {
        display: inline-block;
        padding: 0;
        position: relative;
        font-size: .875rem;
        line-height: 1.5rem
    }

    /************************************************************************************
*
* HTML COPY CONTENT ELEMENTS
*
************************************************************************************/
    .copyContainer__introDiv_1 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }
    .copyContainer__introDiv_2 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    .TopSpot_header {
        width: 100%;
        display: block;
        margin: 0 0 3rem 0
    }
    h1.headline_bold {
        font-family: inherit;
        font-size: 2rem;
        line-height: 1;
        font-weight: 900
    }
    h1.headline_bold span {
        display: block
    }
    p.text_left {
        font-family: inherit;
        font-size: 1.25rem;
        line-height: 2rem;
        font-weight: 400
    }

    .acf__samplebox {
        width: 100%;
        float: none;
        display: block;
        position: relative;
        overflow: hidden
    }
    .acf__imagebox {
        width: 100%;
        display: block;
        margin: 0 0 2rem 0;
        overflow: hidden
    }

    .acf__imagebox img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block
    }
    img.image-band {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block
    }

    .wysiwyg_style1 {
        display: block;
        position: relative;
        overflow: hidden;
        box-sizing: border-box
    }

    .content-first {
        width: 100%;
        display: block;
        float: none;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        clear: both
    }

    .content-second {
        width: 100%;
        display: block;
        float: none;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        clear: both
    }

    .content-third {
        width: 100%;
        display: block;
        float: none;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        clear: both
    }

    /************************************************************************************
*
* FRONTPAGE-TEMPLATE
*
************************************************************************************/
    .frontpage__template {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .frontpage__full-width {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .teaser__latest-outcome {
        width: 100%;
        margin: 0;
        padding: 5rem 1rem 2rem;
        display: block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    img.section__latest-release_cover {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block
    }

    .section__purchase-links {
        width: 100%;
        display: block;
        position: relative;
        margin: 2rem auto
    }

    h2.headline_bold {
        font-family: inherit;
        font-size: 1.125rem;
        font-weight: 900;
        line-height: 2.25rem;
        color: #fff;
        text-transform: inherit;
        white-space: pre-wrap
    }
    p.HTMLtext_block {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        text-align: left;
        white-space: normal;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }

    /************************************************************************************
*
* FRONTPAGE-VIDEO CONTAINER
*
************************************************************************************/
    .teaser__videoContainer {
        width: 100%;
        margin: 0;
        padding: 2rem 1rem;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .wp_acf_wrapper {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }
    .video-metaSlider-container {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
    }

    #yt_player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
    #yt_player {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 0px;
        height: 0;
        overflow: hidden
    }
    /* Padding-Bottom: Default for 1600x900 videos 16:9 ratio*/
    .video_info_name p strong {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 900;
        line-height: 2rem;
        text-align: left
    }
    .video_info_name p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25rem;
        text-align: left
    }

    /************************************************************************************
*
* FRONTPAGE-LIVE CONTAINER
*
************************************************************************************/
    .teaser__liveContainer {
        width: 100%;
        margin: 0;
        padding: 2rem 1rem;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .contentcentred_holder {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    /************************************************************************************
*
* ACF - Tourtermine
*
************************************************************************************/
    p.text_left {
        font-family: inherit;
        font-size: 1.75rem;
        line-height: 2.5rem;
        font-weight: 400
    }

    ul.acf__tour-dates {
        width: 100%;
        display: block;
        margin: 0;
        font-family: inherit;
        font-size: 1rem;
        line-height: 1.75rem;
        color: #fff;
        text-align: left;
        font-weight: 400;
        border-bottom: 1px solid #fff
    }
    ul.acf__tour-dates:last-of-type {
        border-bottom: none
    }

    li.table-cell-01 {
        width: 40%;
        display: inline-block;
        padding: .5rem;
        margin: 0
    }
    li.table-cell-02 {
        width: 95%;
        display: inline-block;
        padding: .5rem;
        margin: 0;
        font-weight: 900;
        text-transform: uppercase
    }
    li.table-cell-03 {
        width: 40%;
        display: inline-block;
        padding: .5rem;
        margin: 0;
        text-align: left
    }
    li.table-cell-04 {
        width: 40%;
        display: inline-block;
        padding: .5rem;
        margin: 0;
        text-align: left
    }

    .view-more__holderPos1 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }
    .view-more__left {
        width: 100%;
        margin: 1rem auto;
        padding: 0;
        display: block;
        float: none;
        position: relative
    }
    .view-more__right {
        width: 100%;
        margin: 1rem auto;
        padding: 0;
        display: block;
        float: none;
        position: relative
    }

    /************************************************************************************
*
* FRONTPAGE-BIO CONTAINER
*
************************************************************************************/
    .teaser__bioContainer {
        width: 100%;
        margin: 0;
        padding: 2rem 1rem;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .wp-editor__HTMLtext p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
        text-align: left;
        margin: 0;
        white-space: pre-wrap;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }

    .wp-editor__HTMLtext p:nth-of-type(2) {
        margin: 1rem 0
    }

    .view-more__holderPos2 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: inline-block;
        position: relative
    }
    .view-more__center {
        width: 100%;
        max-width: 240px;
        margin: 2rem auto 0;
        padding: 0;
        display: block;
        position: relative
    }

    /************************************************************************************
*
* HEADER / BANNER-TEMPLATE - UNTERSEITEN
*
************************************************************************************/
    .page-intro-image {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }
    .post_image img {
        width: 100%;
        max-width: 100%;
        height: 100%;
        background-size: cover
    }

    /************************************************************************************
*
* KONZERTE-TEMPLATE
*
************************************************************************************/
    .wp__template_page_id01 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .view-contentBox h3 {
        font-family: inherit;
        font-size: 2rem;
        font-weight: 900;
        text-transform: uppercase;
        color: #05171e;
        margin: 0 0 1rem 0
    }
    .view-contentBox ul {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        color: #05171e
    }

    .view-contentBox ul:nth-of-type(2) {
        margin: .75rem 0
    }

    .view-contentBox li span {
        font-weight: 900
    }
    .view-contentBox li {
        display: list-item;
        line-height: 1.5rem
    }

    .copyContainer__pageDiv_1 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 1rem;
        display: block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }

    .page-block-sec01 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    h2.page-title {
        font-family: inherit;
        font-size: 2rem;
        line-height: 2.5rem;
        font-weight: 900;
        text-transform: uppercase;
        margin: 0 0 3rem 0
    }

    .page-block-sec02 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    /************************************************************************************
*
* BIOGRAFIE-TEMPLATE
*
************************************************************************************/
    .wp__template_page_id02 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .page-intro-image {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }
    .post_image img {
        width: 100%;
        max-width: 100%;
        height: 100%;
        background-size: cover
    }

    .wrapper-layout-center {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
        position: relative;
        margin: 2rem auto 0;
        padding: 0 1rem;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }
    .view-contentBox {
        width: 100%;
        height: 310px;
        position: relative;
        right: 0;
        top: 0;
        margin: 0;
        padding: 1rem;
        background: #fff;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }

    .view-contentBox h3 {
        font-family: inherit;
        font-size: 2rem;
        font-weight: 900;
        text-transform: uppercase;
        color: #05171e;
        margin: 0 0 1rem 0
    }
    .view-contentBox ul {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        color: #05171e
    }

    .view-contentBox ul:nth-of-type(2) {
        margin: .75rem 0
    }

    .view-contentBox li span {
        font-weight: 900
    }
    .view-contentBox li {
        display: list-item;
        line-height: 1.5rem
    }

    .copyContainer__pageDiv_1 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    .acf__page-section {
        width: 100%;
        margin: 0;
        padding: 2rem 1rem;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    h1.page-title {
        font-family: inherit;
        font-size: 2.5rem;
        line-height: 3rem;
        font-weight: 900;
        text-transform: uppercase;
        margin: 0 0 3rem 0
    }
    h1.page-title span {
        display: block
    }

    .wp-editor__text-left,
    .wp-editor__text-right {
        width: 100%;
        float: none;
        display: block
    }

    .wp-editor__text-left p strong {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 900;
        line-height: 1.75rem;
        text-align: left
    }

    .wp-editor__text-left p {
        width: 100%;
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        text-align: left;
        margin: 0;
        white-space: pre-wrap;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }

    .wp-editor__text-left p:nth-of-type(2) {
        margin: 1rem 0 1rem 0
    }
    .wp-editor__text-left p:last-of-type {
        margin: 1rem 0
    }

    .wp-editor__text-right p {
        width: 100%;
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        text-align: left;
        margin: 0;
        white-space: pre-wrap;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }

    a.simple-link {
        font-family: inherit;
        font-size: 1.125rem;
        line-height: 2.5rem;
        color: #cecfcf;
        padding: 1.5rem 0;
        display: inline-block
    }
    a.simple-link span {
        text-transform: uppercase
    }

    a.simple-link:hover,
    a.simple-link span:hover {
        color: #fff
    }

    .content-second {
        width: 100%;
        display: block;
        float: left;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        clear: both
    }

    .copyContainer__pageDiv_2 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    .acf__flex-container {
        width: 100%;
        margin: 0;
        padding: 0 1rem;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .acf__section-panel01 {
        width: 100%;
        float: left;
        display: block;
        margin: 0 0 2rem 0
    }

    .flex-itemCover img {
        width: 100%;
        max-width: 380px;
        height: auto;
        display: block;
        margin: 0 auto
    }

    .flex-itemDesc_uppercase {
        display: block;
        margin: 2rem auto;
        text-transform: uppercase
    }
    .flex-itemDesc_uppercase h3 span {
        display: block;
        font-family: inherit;
        font-size: 1.125rem;
        font-weight: 900;
        line-height: 1.75rem
    }
    .flex-itemDesc_uppercase h3 {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25rem
    }

    .flex-itemDesc_uppercase ul {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        margin: 2rem 0
    }
    .flex-itemDesc_uppercase ul li {
        display: list-item
    }

    .flex-itemDesc_uppercase ul li a {
        color: #cecfcf
    }
    .flex-itemDesc_uppercase ul li a:hover {
        color: #fff
    }

    .flex-itemDesc_uppercase .tracklist h3 {
        font-family: inherit;
        font-size: 1.125rem;
        font-weight: 900;
        line-height: 1.75rem
    }
    .flex-itemDesc_uppercase .tracklist ul {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        margin: .5rem 0
    }
    .flex-itemDesc_uppercase .tracklist ul li {
        display: list-item
    }

    .txt-center {
        text-align: center
    }

    .btn-bottomShop a {
        display: block;
        width: 300px;
        position: relative;
        bottom: 0;
        font-size: .875rem;
        letter-spacing: .125rem;
        font-weight: 400;
        color: #05171e;
        text-align: center;
        margin: 1rem auto;
        padding: 1rem 0;
        background: #fff
    }
    .btn-bottomShop a:focus {
        outline: none
    }

    /************************************************************************************
*
* CSS 3 FLEXBOX
*
************************************************************************************/
    .content-box--wrapper {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        justify-content: flex-start;
        align-content: flex-start;
        -webkit-box-align: start;
        align-items: flex-start
    }

    .flex-item__album:nth-child(1) {
        width: 100%;
        -webkit-box-ordinal-group: 1;
        order: 0;
        -webkit-box-flex: 0;
        flex: 0 1 auto;
        -webkit-align-self: flex-start;
        align-self: flex-start
    }
    .flex-item__album:nth-child(2) {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        order: 2;
        -webkit-box-flex: 0;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        align-self: auto;
        margin: 1rem 0
    }
    .flex-item__album:nth-child(3) {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        order: 2;
        -webkit-box-flex: 0;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        align-self: auto
    }

    /************************************************************************************
*
* VIDEO-TEMPLATE
*
************************************************************************************/
    .wp__template_page_id03 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .page-intro-video {
        width: 100%;
        margin: 5rem 0 0 0;
        padding: 0;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .header-video-wrapper {
        position: relative;
        width: 100%;
        overflow: hidden
    }

    .header-video-wrapper {
        width: 100%;
        height: auto;
        display: block
    }
    .header-video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
    .header-video-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 0px;
        height: 0;
        overflow: hidden
    }
    /* Padding-Bottom: Default for 1600x900 videos 16:9 ratio*/
    .header-video-text {
        width: 50%;
        float: left;
        padding: 1rem 3rem
    }
    .header-video-text p strong {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 900;
        line-height: 2rem;
        text-align: left;
        color: #fff
    }
    .header-video-text p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25rem;
        text-align: left;
        color: #fff
    }

    .videoContentwrapper {
        width: 100%;
        display: block;
        float: left;
        margin: 2rem auto;
        padding: 0 1rem;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        clear: both
    }

    .acf__video-box {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    .video-squareBox {
        width: 100%;
        float: none;
        position: relative;
        overflow: hidden;
        display: inline-block
    }

    img.video_lightbox_anchor_image {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto
    }

    .video-Placeholder {
        width: 100%;
        height: auto;
        display: block
    }

    .video-desc {
        margin: 2% auto
    }

    .video-desc p strong {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 900;
        line-height: 2rem;
        text-align: center;
        color: #fff
    }
    .video-desc p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25rem;
        text-align: center;
        color: #fff
    }

    /************************************************************************************
*
* SIDEBAR WIDGETS
*
************************************************************************************/
    .container-fluid {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .section_bg {
        width: 100%;
        position: relative
    }

    .container-links-social {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 1rem 0;
        display: table;
        position: relative
    }

    .container-links-social > h2.widgettitle {
        width: 100%;
        float: none;
        font-family: inherit;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 900;
   
    }
    .icon-collection {
        width: 100%;
        float: none;
        line-height: 3.5rem;
        position: relative;
        text-align: center
    }

    .icon-collection ul {
        font-size: 1.5rem;
        color: #fff
    }
    .icon-collection ul li {
        display: inline-block;
        padding: 0 1rem
    }

    .container-widget-instagram {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }
    .widget-instagram {
        display: block
    }

    /* SIDEBAR INSTAGRAM PLUGIN */
    ul.instagram-pics {
        width: 100%;
        display: block;
        clear: both
    }
    ul.instagram-pics.instagram-size-small {
        width: 100%;
        display: table;
        float: left;
        margin: 0
    }
    ul.instagram-pics.instagram-size-small li {
        display: table-cell
    }
    ul.instagram-pics.instagram-size-small li img {
        width: 100%;
        height: auto;
        display: block
    }

    .container-widget-newsletter {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 1rem 0;
        display: table;
        position: relative
    }

    .container-widget-newsletter > h2.widgettitle {
        width: 100%;
        float: none;
        font-family: inherit;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 900;
        text-align: center
    }
    .container-widget-newsletter > .textwidget {
        width: 100%;
        float: none;
        margin: 1rem 0;
        position: relative
    }

    /* SIDEBAR CONTACT FORM7 PLUGIN */
    #emailfeld {
        float: none;
        width: 50%;
        height: 3.5rem;
        padding: .5rem;
        margin: 0 25% 1rem;
        font-family: inherit;
        font-weight: 400;
        font-size: .875em;
        text-align: left;
        color: #000;
        background: #fff;
        cursor: pointer;
        box-sizing: border-box;
        -webkit-appearance: none;
        border-radius: 0
    }

    .wpcf7-form-control.mf-submit {
        float: none;
        width: 50%;
        height: 3.5rem;
        padding: .5rem;
        margin: 0 25%;
        font-family: inherit;
        font-weight: 400;
        font-size: .875em;
        letter-spacing: .125rem;
        text-align: center;
        color: #fff;
        background: #05171e;
        cursor: pointer;
        box-sizing: border-box;
        -webkit-appearance: none;
        border-radius: 0
    }

    /* SIDEBAR IMAGE WIDGET PLUGIN */
    .partner-sectionContainer {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 2rem 0 0 0;
    }

    ul.imageList_partner {
        display: block;
        position: relative;
        text-align: center
    }

    .imageList {
        width: 50%;
        display: inline-block
    }

    li.imageList {
        width: 50%;
        display: inline-block;
        margin: 0
    }
    li.imageList img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
        margin: 1rem auto
    }

    /************************************************************************************
*
* FOOTER INNER
*
************************************************************************************/
    #site-footer {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0;
        padding: 0 1rem;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
        background: none repeat scroll 0 0 #05171e
    }

    .footer-inner {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 2rem 0;
        display: block;
        position: relative
    }

    .site-footer-menu {
        width: 100%;
        float: none;
        position: relative;
        margin: 0 0 2rem 0
    }
    .site-footer-menu ul {
        font-family: inherit;
        font-size: .875rem;
        font-weight: 400;
        line-height: 2.25rem;
        color: #fff;
        text-align: center;
        text-transform: uppercase
    }
    .site-footer-menu li {
        display: list-item;
        padding: 0
    }
  

    .site-footer-text {
        width: 100%;
        float: none;
        position: relative
    }
    .site-footer-text p {
        font-family: inherit;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.75rem;
        color: #fff;
        text-align: center;
        float: none
    }
    .site-footer-text p span {
        display: block
    }

}

/************************************************************************************
*
* MEDIA QUERIES 38 EM / 600 PX | iPHONE UND SMARTPHONES
*
************************************************************************************/

@media screen and (max-width:38em) {

    /************************************************************************************
*
* OVERLAY MENU
*
************************************************************************************/
    .overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 900
    }
    .overlay nav {
        text-align: center;
        position: relative;
        top: 42%;
        height: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        height: 100%;
        width: 100%;
        position: relative
    }
    .overlay ul li {
        display: block;
        height: calc(100%/8)
    }
    .overlay ul li a {
        font-weight: 900;
        font-size: 1.25rem;
        line-height: 2.25rem;
        text-transform: uppercase;
        display: block;
        padding: 1%;
        transition: background 800ms ease
    }
    .overlay ul li a:hover,
    .overlay ul li a:focus {
        transition: background 800ms ease
    }

    /* EFFECT SLIDE DOWN */
    .navigation_overlay {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        transition: visibility 0s .6s, -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out, visibility 0s .6s;
        transition: transform .6s ease-in-out, visibility 0s .6s, -webkit-transform .6s ease-in-out
    }
    .navigation_overlay.open {
        visibility: visible;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
    }

    /************************************************************************************
*
* NAVIGATION SOCIAL
*
************************************************************************************/
    .navigation-block {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        clear: both
    }

    ul.unstyled-listSocial {
        width: 100%;
        max-width: 100%;
        margin: -20px auto 0;
        text-align: center;
        display: block
    }
    ul.unstyled-listSocial li {
        display: inline-block
    }
    ul.unstyled-listSocial li a {
        float: left;
        padding: 1rem;
        position: relative;
        font-size: 1rem;
        line-height: 1.5rem
    }

    ul.menu-link-list {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        text-align: center
    }
    ul.menu-link-list li {
        width: 100%;
        float: none;
        display: inline-block
    }
    ul.menu-link-list li a {
        float: none;
        padding: 0;
        position: relative;
        font-size: 1rem;
        line-height: 2.25rem
    }

    /************************************************************************************
*
* HEADER FIXED
*
************************************************************************************/
    #topMenu_placeHolder {
        width: 100%;
        max-width: 100%;
        height: 5rem;
        margin: 0 auto;
        padding: 0 1rem;
        box-sizing: border-box
    }

    .sitelogo {
		width:100%;
        float: left;
        display: block;
        box-sizing: border-box
    }

    .logo-index {
        width: 100%;
        height: 80px;
        line-height: normal;
        display: inline-block;
        margin: auto;
        padding: 0;
        background: url(_img/meinezeit.svg)no-repeat center center;
        opacity: 1
    }

    .logo-index:hover {
        opacity: 1;
        background-blend-mode: multiply
    }

    #navbar {
        width: 50%;
        height: 5rem;
        float: right;
        display: block;
        box-sizing: border-box
    }

    #trigger-overlay {
        float: right
    }
    #trigger-overlay small.menu {
        /*display: none*/
    }

    /************************************************************************************
*
* FRONTPAGE SCROLL DOWN
*
************************************************************************************/
    .moduleSection__overflow-animate-wrap {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
        position: relative;
        margin: 0 auto
    }
    .inner-in-scroll {
        display: block;
        position: absolute;
        left: 44.5%;
        bottom: 35px;
        margin: 0 auto;
        padding: 1rem 0;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }

    i.fa.fa-angle-double-down {
        font-size: 2.25rem;
        line-height: 3rem;
        font-weight: 400;
        color: #cecfcf
    }
    i.fa.fa-angle-double-down:hover {
        color: #fff
    }

    /************************************************************************************
*
* HTML COPY CONTENT ELEMENTS
*
************************************************************************************/
    .copyContainer__introDiv_1 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }
    .copyContainer__introDiv_2 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    .TopSpot_header {
        width: 100%;
        display: block;
        margin: 0 0 3rem 0
    }
    h1.headline_bold {
        font-family: inherit;
        font-size: 1.5rem;
        line-height: 1;
        font-weight: 900
    }
    h1.headline_bold span {
        display: block
    }

    .text_left p {
        font-family: inherit;
        font-size: 1.25rem;
        line-height: 2rem;
        font-weight: 400
    }
    p.text_left {
        font-family: inherit;
        font-size: 1.25rem;
        line-height: 2rem;
        font-weight: 400
    }

    .acf__samplebox {
        width: 100%;
        float: none;
        display: block;
        position: relative;
        overflow: hidden
    }
    .acf__imagebox {
        width: 100%;
        display: block;
        margin: 0 0 2rem 0;
        overflow: hidden
    }

    .acf__imagebox img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block
    }
    img.image-band {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block
    }

    .wysiwyg_style1 {
        display: block;
        position: relative;
        overflow: hidden;
        box-sizing: border-box
    }

    .content-first {
        width: 100%;
        display: block;
        float: none;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        clear: both
    }

    .content-second {
        width: 100%;
        display: block;
        float: none;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        clear: both
    }

    .content-third {
        width: 100%;
        display: block;
        float: none;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        clear: both
    }

    /************************************************************************************
*
* FRONTPAGE-TEMPLATE
*
************************************************************************************/
    .frontpage__template {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .frontpage__full-width {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .bg_full-image {
        max-height: 365px;
    }
    #frontpage-fullscreen {
        height: 365px;
    }
	
	header[role="banner"] {
		position: relative;
	}

    .teaser__latest-outcome {
        width: 100%;
        margin: 0;
        padding: 5rem 1rem;
        display: block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    img.section__latest-release_cover {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block
    }

    .section__purchase-links {
        width: 100%;
        display: block;
        position: relative;
        margin: 2rem auto
    }

    h2.headline_bold {
        font-family: inherit;
        font-size: 1.125rem;
        font-weight: 900;
        line-height: 2.25rem;
        color: #fff;
        text-transform: inherit;
        white-space: pre-wrap
    }
    p.HTMLtext_block {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        text-align: left;
        white-space: normal;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }

    /************************************************************************************
*
* FRONTPAGE-VIDEO CONTAINER
*
************************************************************************************/
    .teaser__videoContainer {
        width: 100%;
        margin: 0;
        padding: 2rem 1rem;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .wp_acf_wrapper {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }
    .video-metaSlider-container {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
    }

    #yt_player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
    #yt_player {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 0px;
        height: 0;
        overflow: hidden
    }
    /* Padding-Bottom: Default for 1600x900 videos 16:9 ratio*/
    .video_info_name p strong {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 900;
        line-height: 2rem;
        text-align: left
    }
    .video_info_name p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25rem;
        text-align: left
    }

    /************************************************************************************
*
* FRONTPAGE-LIVE CONTAINER
*
************************************************************************************/
    .teaser__liveContainer {
        width: 100%;
        margin: 0;
        padding: 2rem 1rem;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .contentcentred_holder {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    /************************************************************************************
*
* ACF - Tourtermine
*
************************************************************************************/
    ul.acf__tour-dates {
        width: 100%;
        display: block;
        margin: 0;
        font-family: inherit;
        font-size: 1rem;
        line-height: 1.5rem;
        color: #fff;
        text-align: left;
        font-weight: 400;
        border-bottom: 1px solid #fff
    }

    li.table-cell-01 {
        width: 40%;
        display: inline-block;
        padding: .5rem .5rem .25rem .5rem;
        margin: 0
    }
    li.table-cell-02 {
        width: 95%;
        display: inline-block;
        padding: .25rem .5rem;
        margin: 0;
        font-weight: 900;
        text-transform: uppercase
    }
    li.table-cell-03 {
        width: 40%;
        display: inline-block;
        padding: .25rem .5rem .5rem .5rem;
        margin: 0;
        text-align: left
    }

    li.table-cell-03 a,
    li.table-cell-04 a {
        color: #cecfcf
    }
    li.table-cell-03 a:hover,
    li.table-cell-04 a:hover {
        color: #cecfcf
    }

    .view-more__holderPos1 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }
    .view-more__left {
        width: 100%;
        margin: 1rem auto;
        padding: 0;
        display: block;
        float: none;
        position: relative
    }
    .view-more__right {
        width: 100%;
        margin: 1rem auto;
        padding: 0;
        display: block;
        float: none;
        position: relative
    }

    /************************************************************************************
*
* FRONTPAGE-BIO CONTAINER
*
************************************************************************************/
    .teaser__bioContainer {
        width: 100%;
        margin: 0;
        padding: 2rem 1rem;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .wp-editor__HTMLtext p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
        text-align: left;
        margin: 0;
        white-space: pre-wrap;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }
	
	.teaser__bioContainer.acf__samplebox {width: 100%}

    .wp-editor__HTMLtext p:nth-of-type(2) {
        margin: 1rem 0
    }

    .view-more__holderPos2 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }
    .view-more__center {
        width: 100%;
        max-width: 240px;
        margin: 2rem auto 0;
        padding: 0;
        display: block;
        position: relative
    }

    .view-more__btn {
        width: 100%;
        max-width: 240px;
        margin: 2rem auto 0;
        padding: 0;
        display: block;
        position: relative
    }

    /************************************************************************************
*
* IMAGE BANNER - TEMPLATE UNTERSEITEN
*
************************************************************************************/
    .page-intro-image {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }
    .post_image img {
        width: 100%;
        max-width: 100%;
        height: 100%;
        background-size: cover
    }

    /************************************************************************************
*
* KONZERTE-TEMPLATE
*
************************************************************************************/
    .wp__template_page_id01 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .view-contentBox h3 {
        font-family: inherit;
        font-size: 2rem;
        font-weight: 900;
        text-transform: uppercase;
        color: #05171e;
        margin: 0 0 1rem 0
    }
    .view-contentBox ul {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        color: #05171e
    }

    .view-contentBox ul:nth-of-type(2) {
        margin: .75rem 0
    }

    .view-contentBox li span {
        font-weight: 900
    }
    .view-contentBox li {
        display: list-item;
        line-height: 1.5rem
    }

    .copyContainer__pageDiv_1 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 1rem;
        display: block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }

    .page-block-sec01 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    h2.page-title {
        font-family: inherit;
        font-size: 2rem;
        line-height: 2.5rem;
        font-weight: 900;
        text-transform: uppercase;
        margin: 0 0 3rem 0
    }

    .page-block-sec02 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    /************************************************************************************
*
* BIOGRAFIE-TEMPLATE
*
************************************************************************************/
    .wp__template_page_id02 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .wrapper-layout-center {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
        position: relative;
        margin: 2rem auto 0;
        padding: 0 1rem;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }
    .view-contentBox {
        width: 100%;
        height: 310px;
        position: relative;
        right: 0;
        top: 0;
        margin: 0;
        padding: 1rem;
        background: #fff;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }

    .view-contentBox h3 {
        font-family: inherit;
        font-size: 2rem;
        font-weight: 900;
        text-transform: uppercase;
        color: #05171e;
        margin: 0 0 1rem 0
    }
    .view-contentBox ul {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        color: #05171e
    }

    .view-contentBox ul:nth-of-type(2) {
        margin: .75rem 0
    }

    .view-contentBox li span {
        font-weight: 900
    }
    .view-contentBox li {
        display: list-item;
        line-height: 1.5rem
    }

    .copyContainer__pageDiv_1 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    .acf__page-section {
        width: 100%;
        margin: 0;
        padding: 2rem 1rem;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }
    .wp__page-section {
        width: 100%;
        margin: 0;
        padding: 2rem 1rem;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .wp-editor__text-left,
    .wp-editor__text-right {
        width: 100%;
        float: none;
        display: block
    }

    .wp-editor__text-left p strong {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 900;
        line-height: 1.75rem;
        text-align: left
    }

    .wp-editor__text-left p {
        width: 100%;
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        text-align: left;
        margin: 0;
        white-space: pre-wrap;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }

    .wp-editor__text-left p:nth-of-type(2) {
        margin: 1rem 0 1rem 0
    }
    .wp-editor__text-left p:last-of-type {
        margin: 1rem 0
    }

    .wp-editor__text-right p {
        width: 100%;
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        text-align: left;
        margin: 0;
        white-space: pre-wrap;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }

    a.simple-link {
        font-family: inherit;
        font-size: 1.125rem;
        line-height: 2.5rem;
        color: #cecfcf;
        padding: 1.5rem 0;
        display: inline-block
    }
    a.simple-link span {
        text-transform: uppercase
    }

    a.simple-link:hover,
    a.simple-link span:hover {
        color: #fff
    }

    .content-second {
        width: 100%;
        display: block;
        float: left;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        clear: both
    }

    .copyContainer__pageDiv_2 {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    .acf__flex-container {
        width: 100%;
        margin: 0;
        padding: 0 1rem;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .acf__section-panel01 {
        width: 100%;
        float: left;
        display: block;
        margin: 0 0 2rem 0
    }

    .flex-itemCover img {
        width: 100%;
        max-width: 380px;
        height: auto;
        display: block;
        margin: 0 auto
    }

    .flex-itemDesc_uppercase {
        display: block;
        margin: 2rem auto;
        text-transform: uppercase
    }
    .flex-itemDesc_uppercase h3 span {
        display: block;
        font-family: inherit;
        font-size: 1.125rem;
        font-weight: 900;
        line-height: 1.75rem
    }
    .flex-itemDesc_uppercase h3 {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25rem
    }

    .flex-itemDesc_uppercase ul {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        margin: 2rem 0
    }
    .flex-itemDesc_uppercase ul li {
        display: list-item
    }

    .flex-itemDesc_uppercase ul li a {
        color: #cecfcf
    }
    .flex-itemDesc_uppercase ul li a:hover {
        color: #fff
    }

    .flex-itemDesc_uppercase .tracklist h3 {
        font-family: inherit;
        font-size: 1.125rem;
        font-weight: 900;
        line-height: 1.75rem
    }
    .flex-itemDesc_uppercase .tracklist ul {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        margin: .5rem 0
    }
    .flex-itemDesc_uppercase .tracklist ul li {
        display: list-item
    }

    .txt-center {
        text-align: center
    }

    .btn-bottomShop a {
        display: block;
        width: 300px;
        position: relative;
        bottom: 0;
        font-size: .875rem;
        letter-spacing: .125rem;
        font-weight: 400;
        color: #05171e;
        text-align: center;
        margin: 1rem auto;
        padding: 1rem 0;
        background: #fff
    }
    .btn-bottomShop a:focus {
        outline: none
    }

    /************************************************************************************
*
* CSS 3 FLEXBOX
*
************************************************************************************/
    .content-box--wrapper {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        justify-content: flex-start;
        align-content: flex-start;
        -webkit-box-align: start;
        align-items: flex-start
    }

    .flex-item__album:nth-child(1) {
        width: 100%;
        -webkit-box-ordinal-group: 1;
        order: 0;
        -webkit-box-flex: 0;
        flex: 0 1 auto;
        -webkit-align-self: flex-start;
        align-self: flex-start
    }
    .flex-item__album:nth-child(2) {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        order: 2;
        -webkit-box-flex: 0;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        align-self: auto;
        margin: 1rem 0
    }
    .flex-item__album:nth-child(3) {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        order: 2;
        -webkit-box-flex: 0;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        align-self: auto
    }

    /************************************************************************************
*
* VIDEO-TEMPLATE
*
************************************************************************************/
    .wp__template_page_id03 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .page-intro-video {
        width: 100%;
        margin: 5rem 0 0 0;
        padding: 0;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .header-video-wrapper {
        position: relative;
        width: 100%;
        overflow: hidden
    }

    .header-video-wrapper {
        width: 100%;
        height: auto;
        display: block
    }
    .header-video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
    .header-video-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 0px;
        height: 0;
        overflow: hidden
    }
    /* Padding-Bottom: Default for 1600x900 videos 16:9 ratio*/
    .header-video-text {
        width: 90%;
        float: left;
        padding: .5rem 1rem
    }
    .header-video-text p strong {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 900;
        line-height: 2rem;
        text-align: left;
        color: #fff
    }
    .header-video-text p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25rem;
        text-align: left;
        color: #fff
    }

    .videoContentwrapper {
        width: 100%;
        display: block;
        float: left;
        margin: 2rem auto;
        padding: 0 1rem;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        clear: both
    }

    .acf__video-box {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    .video-squareBox {
        width: 100%;
        float: left;
        position: relative;
        overflow: hidden;
        display: inline-block
    }

    .video-Placeholder {
        width: 100%;
        display: block;
        margin: 0
    }

    .video-Placeholder {
        width: 100%;
        height: auto;
        display: block
    }

    .video-Placeholder iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
    .video-Placeholder {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 0px;
        height: 0;
        overflow: hidden
    }
    /* Padding-Bottom: Default for 1600x900 videos 16:9 ratio*/
    img.video_lightbox_anchor_image {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        display: block
    }

    .video-desc {
        margin: 2% auto 10% auto
    }

    .video-desc {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 900;
        line-height: 2rem;
        text-align: center;
        color: #fff
    }

    .video-desc p strong {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 900;
        line-height: 2rem;
        text-align: center;
        color: #fff
    }
    .video-desc p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25rem;
        text-align: center;
        color: #fff
    }

    /************************************************************************************
*
* FOTOGALERIE-TEMPLATE
*
************************************************************************************/
    .wp__template_page_id03 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .galleryContentwrapper {
        width: 100%;
        display: block;
        float: left;
        margin: 5rem auto 0;
        padding: 0 1rem;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        clear: both
    }

    .copyContainer__pageDiv_3 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    .pageHeader {
        width: 100%;
        margin: 0;
        padding: 0;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .box-content__slideshowContainer {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative
    }
    .box-content__slideshowContainer:last-child {
        margin: 5rem 0 0 0
    }

    .box-content__photoContainer {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative
    }

    #layout-imgGallery {
        display: block;
        clear: both
    }

    h2.headline {
        font-family: inherit;
        font-size: 1.125rem;
        font-weight: 900;
        line-height: 2.25rem;
        color: #fff;
        text-transform: inherit;
        white-space: pre-wrap;
        margin: 1rem 0
    }

    /************************************************************************************
*
* FOTOGALERIE-ACF GALLERY
*
************************************************************************************/
    .acf_gallery {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative;
        clear: both
    }

    .acf_gallery h2 {
        font-family: inherit;
        font-size: 2.5rem;
        font-weight: 900;
        line-height: 3rem;
        color: #fff;
        text-transform: uppercase;
        white-space: pre-wrap;
        margin: 1rem 0
    }

    .acf_gallery ul {
        display: block
    }
    .acf_gallery li {
        float: none;
        margin: 0 auto 2rem
    }
    .acf_gallery li:nth-child(2),
    .acf_gallery li:nth-child(5) {
        margin: 0 0
    }

    .acf_gallery li img {
        width: 100%;
        max-width: 380px;
        height: auto;
        display: block;
        text-align: center
    }

    .acf_gallery p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        margin: .5rem 0;
        color: #fff
    }

    /************************************************************************************
*
* KONTAKT-TEMPLATE
*
************************************************************************************/
    .wp__template_page_id04 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .contact-contentContainer {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    h1.page-title {
        font-family: inherit;
        font-size: 2.5rem;
        line-height: 3rem;
        font-weight: 900;
        text-transform: uppercase;
        margin: 8rem 0 3rem 0
    }
    h1.page-title span {
        display: block
    }

    h1.page-title_02 {
        font-family: inherit;
        font-size: 2.5rem;
        line-height: 3rem;
        font-weight: 900;
        text-transform: uppercase;
        margin: 5rem 0 0 0
    }
    h1.page-title_02 span {
        display: block
    }

    .widget__cms-content {
        width: 100%;
        float: none;
        display: block
    }
    .widget__cms-content:nth-child(2) {
        margin: 2rem 0
    }

    .widget_style1 {
        display: block;
        position: relative;
        overflow: hidden;
        text-align: center
    }
    .widget_style1 h2 {
        font-family: inherit;
        font-size: 1.5rem;
        font-weight: 900;
        line-height: 2rem;
        color: #cecfcf;
        text-transform: uppercase;
        margin: 0 0 .75rem 0
    }
    .widget_style1 h2 span {
        display: block
    }

    .widget_style1 p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 2rem;
        text-align: center;
        color: #fff
    }

    .widget_style1 ul {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 2rem;
        text-align: center;
        color: #fff
    }
    .widget_style1 ul li {
        display: list-item
    }
    .widget_style1 ul li span {
        font-weight: 900;
        text-transform: uppercase
    }

    .widget_style1 ul li a {
        color: #fff
    }
    .widget_style1 ul li a:hover {
        color: #cecfcf
    }

    .download-contentContainer {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0 1rem 5rem;
        display: block;
        position: relative;
        box-sizing: border-box
    }

    .widget_style2 {
        display: block;
        position: relative;
        overflow: hidden;
        text-align: center
    }
    .widget_style2 h4 {
        font-family: inherit;
        font-size: 1.25rem;
        font-weight: 900;
        line-height: 1.875rem;
        color: #cecfcf;
        text-transform: uppercase;
        margin: 0 0 .75rem 0
    }
    .widget_style2 h4 span {
        display: block
    }

    .widget_style2 p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 4rem;
        text-align: center;
        color: #fff
    }

    .widget_style2 ul {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 2rem;
        text-align: center;
        color: #fff
    }
    .widget_style2 ul:nth-child(2) {
        margin: 0 0 1rem 0
    }
    .widget_style2 ul:nth-child(3) {
        margin: 0 0 1rem 0
    }
    .widget_style2 ul:nth-child(4) {
        margin: 0 0 1rem 0
    }

    .widget_style2 ul li {
        display: list-item
    }
    .widget_style2 ul li span {
        font-weight: 900;
        text-transform: uppercase
    }

    .widget_style2 ul li a {
        color: #fff;
        text-decoration: underline
    }

    /************************************************************************************
*
* IMPRESSUM / DATENSCHUTZ-TEMPLATE
*
************************************************************************************/
    .wp__template_page_id05 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .copy-contentContainer {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    .wp_editor__entryContent {
        width: 100%;
        margin: 0;
        padding: 2rem 1rem;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .wp_editor_HTMLtext {
        width: 100%;
        display: block;
        position: relative;
        overflow: hidden;
        text-align: left
    }
    .wp_editor_HTMLtext h4 {
        font-family: inherit;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.875rem;
        color: #fff;
        text-transform: uppercase;
        margin: 2rem 0 .75rem 0
    }
    .wp_editor_HTMLtext h4 span {
        display: block
    }

    .wp_editor_HTMLtext {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        text-align: left;
        color: #fff;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }
    .wp_editor_HTMLtext p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        text-align: left;
        color: #fff;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }

    .wp_editor_HTMLtext p a {
        color: #cecfcf
    }
    .wp_editor_HTMLtext p a:hover {
        color: #fff;
        text-decoration: underline
    }

    .wp_editor_HTMLtext ul {
        font-family: inherit;
        font-size: 1rem;
        line-height: 2rem;
        font-weight: 400;
        text-align: left;
        color: #fff;
        margin: 0 0 1rem 0
    }

    .wp_editor_HTMLtext ul li {
        display: list-item
    }
    .wp_editor_HTMLtext ul li span {
        font-weight: 900;
        text-transform: uppercase
    }

    .wp_editor_HTMLtext ul li a {
        color: #cecfcf
    }
    .wp_editor_HTMLtext ul li a:hover {
        color: #fff;
        text-decoration: underline
    }

    /************************************************************************************
*
* TEMPLATE-VORLAGE NEUE SEITE
*
************************************************************************************/
    .wp__template_page_template {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box
    }

    .wp__content-wrap {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: relative
    }

    .wysiwyg_content {
        width: 100%;
        margin: 0;
        padding: 2rem 1rem;
        display: inline-block;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .cms_wp_textsection {
        width: 100%;
        display: block;
        position: relative;
        overflow: hidden;
        text-align: left
    }
    .cms_wp_textsection h1 {
        font-family: inherit;
        font-size: 2.5rem;
        line-height: 3rem;
        font-weight: 900;
        text-transform: uppercase;
        margin: 0 0 3rem 0
    }
    .cms_wp_textsection h2 {
        font-family: inherit;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.875rem;
        color: #fff;
        text-transform: uppercase;
        margin: 2rem 0 .75rem 0
    }
    .cms_wp_textsection h3 {
        font-family: inherit;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.875rem;
        color: #fff;
        text-transform: uppercase;
        margin: .75rem 0
    }
    .cms_wp_textsection h4 {
        font-family: inherit;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.875rem;
        color: #fff;
        text-transform: uppercase;
        margin: .75rem 0
    }

    .cms_wp_textsection {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
        text-align: left;
        color: #fff;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }
    .wcms_wp_textsection p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
        text-align: left;
        color: #fff;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }

    /************************************************************************************
*
* SIDEBAR WIDGETS
*
************************************************************************************/
    .container-fluid {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .section_bg {
        width: 100%;
        position: relative
    }

    .container-links-social {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 1rem 0;
        display: table;
        position: relative
    }

    .container-links-social > h2.widgettitle {
        width: 100%;
        float: none;
        font-family: inherit;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 900;
        text-align: center
    }
    .icon-collection {
        width: 100%;
        float: none;
        line-height: 3.5rem;
        position: relative;
        text-align: center
    }

    .icon-collection ul {
        font-size: 1.5rem;
        color: #fff
    }
    .icon-collection ul li {
        display: inline-block;
        padding: 0 1rem
    }

    .container-widget-instagram {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }
    .widget-instagram {
        display: block
    }

    /* SIDEBAR INSTAGRAM PLUGIN */
    ul.instagram-pics {
        width: 100%;
        display: block;
        clear: both
    }
    ul.instagram-pics.instagram-size-small {
        width: 100%;
        display: table;
        float: left;
        margin: 0
    }
    ul.instagram-pics.instagram-size-small li {
        display: table-cell
    }
    ul.instagram-pics.instagram-size-small li img {
        width: 100%;
        height: auto;
        display: block
    }

    .container-widget-newsletter {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 1rem 0;
        display: table;
        position: relative
    }

    .container-widget-newsletter > h2.widgettitle {
        width: 96%;
        margin: 0 2%;
        float: none;
        font-family: inherit;
        font-size: 1rem;
        line-height: 1.175rem;
        font-weight: 900;
        text-align: center;
    }
    .container-widget-newsletter > .textwidget {
        width: 100%;
        float: none;
        margin: 1rem 0;
        position: relative
    }

    /* SIDEBAR CONTACT FORM7 PLUGIN */
    #emailfeld {
        float: none;
        width: 90%;
        height: 3.5rem;
        padding: .5rem;
        margin: 0 5% 1rem;
        font-family: inherit;
        font-weight: 400;
        font-size: .875em;
        text-align: left;
        color: #000;
        background: #fff;
        cursor: pointer;
        box-sizing: border-box;
        -webkit-appearance: none;
        border-radius: 0
    }

    .wpcf7-form-control.mf-submit {
        float: none;
        width: 90%;
        height: 3.5rem;
        padding: .5rem;
        margin: 0 5%;
        font-family: inherit;
        font-weight: 400;
        font-size: .875em;
        letter-spacing: .125rem;
        text-align: center;
        color: #fff;
        background: #05171e;
        cursor: pointer;
        box-sizing: border-box;
        -webkit-appearance: none;
        border-radius: 0
    }

    /* SIDEBAR IMAGE WIDGET PLUGIN */
    .partner-sectionContainer {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 2rem 0 0 0;
    }

    ul.imageList_partner {
        display: block;
        position: relative;
        text-align: center
    }

    .imageList {
        width: 50%;
        display: inline-block
    }

    li.imageList {
        width: 50%;
        display: inline-block;
        margin: 0
    }
    li.imageList img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
        margin: 3rem auto
    }

    /* SIDEBAR NEWSLETTER - NEWSLETTER2GO - PlugIn */
    .nl2go-widget {
        width: 100%;
        max-width: 100%;
        margin: 3rem auto!important;
        padding: 1rem 0!important;
        display: block;
        position: relative
    }

    .nl2go-widget td {
        width: 100%!important;
        float: left
    }
    .nl2go-widget td label {
        width: 90%;
        margin: 0 5%;
        display: block;
        font-family: inherit;
        font-size: 1rem;
        line-height: 1.25rem;
        font-weight: 900;
        color: #cecfcf;
        text-transform: uppercase
    }

    .nl2go-widget td input {
        width: 90%;
        display: block;
        height: 3.5rem;
        padding: .5rem;
        margin: 0 5%;
        cursor: pointer;
        box-sizing: border-box;
        -webkit-appearance: none;
        border-radius: 0!important
    }

    .nl2go-widget td button {
        width: 90%;
        height: 3.5rem;
        padding: .5rem;
        margin: 0 5% 1rem;
        font-family: inherit;
        font-weight: 400;
        font-size: .875em;
        letter-spacing: .125rem;
        text-align: center;
        color: #05171e!important;
        background: #cecfcf!important;
        cursor: pointer;
        box-sizing: border-box;
        -webkit-appearance: none;
        border-radius: 0!important;
        position: relative;
        top: 0;
        right: auto
    }

    /* Fehlermeldung - NEWSLETTER2GO - PlugIn*/
    .nl2go-widget h2 {
        font-family: inherit;
        font-size: .8rem;
        line-height: 1rem;
        color: #cecfcf;
        position: absolute;
        left: 0;
        bottom: -36px;
        text-align: center;
        margin: auto;
        padding: 1rem;
    }

    /************************************************************************************
*
* FOOTER INNER
*
************************************************************************************/
    #site-footer {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0;
        padding: 0 1rem;
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
        background: none repeat scroll 0 0 #05171e
    }

    .footer-inner {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 2rem 0;
        display: block;
        position: relative
    }

    .site-footer-menu {
        width: 100%;
        float: none;
        position: relative;
        margin: 0 0 2rem 0
    }
    .site-footer-menu ul {
        font-family: inherit;
        font-size: .875rem;
        font-weight: 400;
        line-height: 2.25rem;
        color: #fff;
        text-align: center;
        text-transform: uppercase
    }
    .site-footer-menu li {
        display: list-item;
        padding: 0
    }


    .site-footer-text {
        width: 100%;
        float: none;
        position: relative
    }
    .site-footer-text p {
        font-family: inherit;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.75rem;
        color: #fff;
        text-align: center;
        float: none
    }
    .site-footer-text p span {
        display: block
    }

    .footer-widget_copy p span {
        display: block
    }

}

/************************************************************************************
*
* MEDIA QUERIES 20 EM / 320px | iPhone 5
*
************************************************************************************/

@media screen and (max-width:20em) {

    /************************************************************************************
*
* OVERLAY MENU
*
************************************************************************************/
    .overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 900
    }
    .overlay nav {
        text-align: center;
        position: relative;
        top: 40%;
        height: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        height: 100%;
        width: 100%;
        position: relative
    }
    .overlay ul li {
        display: block;
        height: calc(100%/8)
    }
    .overlay ul li a {
        font-family: inherit;
        font-weight: 900;
        font-size: 1.25rem;
        line-height: 2.25rem;
        text-transform: uppercase;
        display: block;
        padding: 1%;
        transition: background 800ms ease
    }
    .overlay ul li a:hover,
    .overlay ul li a:focus {
        transition: background 800ms ease
    }

    /* EFFECT SLIDE DOWN */
    .navigation_overlay {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        transition: visibility 0s .6s, -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out, visibility 0s .6s;
        transition: transform .6s ease-in-out, visibility 0s .6s, -webkit-transform .6s ease-in-out
    }
    .navigation_overlay.open {
        visibility: visible;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
    }

    /************************************************************************************
*
* NAVIGATION SOCIAL
*
************************************************************************************/
    .navigation-block {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        clear: both
    }

    ul.unstyled-listSocial {
        width: 100%;
        max-width: 100%;
        margin: 0px auto 0;
        text-align: center;
        display: block
    }
    ul.unstyled-listSocial li {
        display: inline-block
    }
    ul.unstyled-listSocial li a {
        float: left;
        padding: 1rem;
        position: relative;
        font-size: 1rem;
        line-height: 1.5rem
    }

    ul.menu-link-list {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        text-align: center
    }
    ul.menu-link-list li {
        width: 100%;
        float: none;
        display: inline-block
    }
    ul.menu-link-list li a {
        float: none;
        padding: 0;
        position: relative;
        font-size: .825rem;
        line-height: 2rem
    }

    /************************************************************************************
*
* HEADLINE
*
************************************************************************************/
    h1.page-title {
        font-family: inherit;
        font-size: 2rem;
        line-height: 2.5rem;
        font-weight: 900;
        text-transform: uppercase;
        margin: 5rem 0 2rem 0
    }

    /************************************************************************************
*
* BIOGRAFIE-TEMPLATE
*
************************************************************************************/
    .view-contentBox {
        width: 100%;
        height: 320px;
        position: relative;
        right: 0;
        top: 0;
        margin: 0;
        padding: 1rem;
        background: #fff;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }

    .view-contentBox ul {
        font-family: inherit;
        font-size: .875rem;
        font-weight: 400;
        color: #05171e
    }

    .btn-bottomShop a {
        display: block;
        width: 290px;
        position: relative;
        font-size: .875rem;
        letter-spacing: .125rem;
        font-weight: 400;
        color: #05171e;
        text-align: center;
        margin: 1rem auto;
        padding: 1rem 0;
        background: #fff
    }

    /************************************************************************************
*
* SIDEBAR WIDGETS
*
************************************************************************************/
    .container-fluid {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

    .section_bg {
        width: 100%;
        position: relative
    }

    .container-links-social {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 1rem 0;
        display: table;
        position: relative
    }

    .container-links-social > h2.widgettitle {
        width: 100%;
        float: none;
        font-family: inherit;
        font-size: .875rem;
        line-height: 1.25rem;
        font-weight: 900;
        color: #fff;
        text-transform: uppercase;
        text-align: center
    }
    .icon-collection {
        width: 100%;
        float: none;
        line-height: 3.5rem;
        position: relative;
        text-align: center
    }

    .icon-collection ul {
        font-size: 1rem;
        color: #fff
    }
    .icon-collection ul li {
        display: inline-block;
        padding: 0 1rem
    }

    .container-widget-instagram {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }
    .widget-instagram {
        display: block
    }

    /* SIDEBAR INSTAGRAM PLUGIN */
    ul.instagram-pics {
        width: 100%;
        display: block;
        clear: both
    }
    ul.instagram-pics.instagram-size-small {
        width: 100%;
        display: table;
        float: left;
        margin: 0
    }
    ul.instagram-pics.instagram-size-small li {
        display: table-cell
    }
    ul.instagram-pics.instagram-size-small li img {
        width: 100%;
        height: auto;
        display: block
    }

    .container-widget-newsletter {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 1rem 0;
        display: table;
        position: relative
    }

    .container-widget-newsletter > h2.widgettitle {
        width: 100%;
        float: none;
        font-family: inherit;
        font-size: .875rem;
        line-height: 1.25rem;
        font-weight: 900;
      
        text-transform: uppercase;
        text-align: center
    }
    .container-widget-newsletter > .textwidget {
        width: 100%;
        float: none;
        margin: 1rem 0;
        position: relative
    }

}