@font-face {
	font-family: 'Montserrat SemiBold';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/Montserrat-SemiBold.woff') format('woff');
}
@font-face {
	font-family: 'Montserrat Bold';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/Montserrat-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Montserrat ExtraBold';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/Montserrat-ExtraBold.woff') format('woff');
}
@font-face {
    font-family: 'elephantoutline';
    src: url('../Fonts/elephant-outline-webfont.woff2') format('woff2'),
         url('../Fonts/elephant-outline-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'paperclip';
	src:url('../Fonts/paperclip.eot?h5o1ey');
	src:url('../Fonts/paperclip.eot?h5o1ey#iefix') format('embedded-opentype'),
		url('../Fonts/paperclip.ttf?h5o1ey') format('truetype'),
		url('../Fonts/paperclip.woff?h5o1ey') format('woff'),
		url('../Fonts/paperclip.svg?h5o1ey#paperclip') format('svg');
	font-weight: normal;
	font-style: normal;
}

i {
	font-family: 'paperclip';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.spotify-icon:before {
	content: "\e800";
}
.facebook-icon:before {
	content: "\e602";
}
.gplus-icon:before {
	content: "\e604";
}
.instagram-icon:before {
	content: "\e60d";
}
.youtube-icon:before {
	content: "\e60f";
}
.alben-icon:before {
	content: "\e600";
}
.datum-icon:before {
	content: "\e601";
}
.fotos-icon:before {
	content: "\e603";
}
.lupe-icon:before {
	content: "\e605";
}
.mail-icon:before {
	content: "\e606";
}
.ort-icon:before {
	content: "\e607";
}
.person-icon:before {
	content: "\e608";
}
.pfeil-icon:before {
	content: "\e609";
}
.pfeilback-icon:before {
	content: "\e60a";
}
.phone-icon:before {
	content: "\e60b";
}
.play-icon:before {
	content: "\e60c";
}
.website-icon:before {
	content: "\e60e";
}

html {
 font-size:62.5%;
}

body {
	font-family: 'Montserrat SemiBold';
	background: #000;
}
.cd-section > div > header, .cd-section > div > header {
	width: 100%;
}
header > h1, header > h2, .hero-video-bg h2, .cta h2 {
	font-family: 'Montserrat ExtraBold';
	color: #fff;
  font-size: 3.2rem;
  line-height: 3.4rem;
	text-align: center;
	margin: 0 auto;
	padding: 5% 0;
}
header > h3 {
	color: #fff;
  font-size: 1.8rem;
  line-height: 2.0rem;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 5%;
}
.frame-type-textpic header > h1, .frame-type-textpic header > h2 {
	text-align: left;
}
.cd-section p {
  /*margin: 1em auto 0;
  line-height: 1.6;
  max-width: 680px;*/
}

.text-component h2,
.text-component h3,
.text-component h4 {
  margin-top: 0;
}

/* Datenschutz */
#c122 h4 {
  margin: 30px 0 10px;
}
#c122 ul li ul {
  list-style: circle;
  margin-left: 20px;
}
#c122 ul li ul li {
  font-size: 1.8rem;
  margin-bottom: 20px;
  line-height: 2.2rem;
}

a:link, a:visited {
	color: #d93434;
	text-decoration: none;
	outline: none !important;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

em {
	font-style: italic;
}
.elephant {
	font-family: 'elephantoutline',Arial;
}
.farbig {
  color: #d93434;
}
p {
	font-size: 1.8rem;
	line-height: 2.5rem;
}
.content-wrapper ul {
  list-style-position: inherit;
}
.content-wrapper ul {
  padding-left: 20px;
  list-style-type: disc;
}
.content-wrapper ul li {
  font-size: 1.8rem;
  line-height: calc(var(--body-line-height) * var(--line-height-multiplier, 1));
}
.contenttable tr {
  display: block;
  margin-bottom: 5px;
  font-size: 1.5rem;
  line-height: 2.0rem;
}
.contenttable tr td:first-child {
  width: 100px;
}
@media only screen and (min-width: 1000px) {
  .contenttable tr {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .contenttable tr td:first-child {
    width: 125px;
  }
}




/*--- Header ---*/
.cd-vertical-nav img {
	display: none;
}



.cd-scroll-down2 {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  /*bottom: 20px;*/
  width: 44px;
  height: 44px;
  background: url(../Images/cd-arrow-bottom.svg) no-repeat center center;
}

.cd-section {
	position: relative;
	background: #fff;
	color: #444;
}
.cd-section > div {
	position: relative;
	z-index: 2;
}

.mid-wrapper {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	padding: 5% 0;
}


.content-wrapper {
	width: 100%;
	padding: 20px 25px;
	text-align: left;
	background: rgba(255,255,255,0.8);
	z-index: 5;
}

/*--- Backgrounds ---*/
.backImage {
	position: absolute !important;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1 !important;
}
.backImage img {
	position: absolute;
	top: 0;
	width: 300%;
	height: auto;
	margin-left: -95%;
}

/*--- Bilder ---*/
.image-wrapper {
	position: relative;
	left: 0;
	bottom: 0;
	margin-top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 3;
}
img {
	position: relative;
	bottom: -5px;
	width: 100%;
	height: auto;
	max-width: inherit;
}
.mid-wrapper-right {
	flex-direction: row;
}
.image-wrapper-right {
	left: inherit;
	right: 0;
}
.image-wrapper-right img {
	float: right;
}

/*--- Videos ---*/
.videoBox {
	display: inline-block;
	width: 27%;
	margin: 0 3% 30px;
}
.videoBox .lazyYT-container {
	position: relative;
	width: 100% !important;
	height: 0 !important;
	padding-bottom: 56.25% !important;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
.cd-section .videoBox h2 {
	font-size: 2.3rem;
	line-height: 3.0rem;
	text-align: center;
	padding-top: 10px;
}


.btn {
	/*display: inline-block;*/
	padding: 5px 30px;
	margin-top: 35px;
	font-family: 'Montserrat Bold';
	font-size: 2rem;
	line-height: 3rem;
	color: #fff;
	background: #b3b3b3;
	cursor: pointer;
}



/* Colors */
/* C1 = Rot */
.c1 {
	color: #fff;
	background: #a62121;
}
.c1 h2, .c1 p {
	color: #fff;
}
.c1 .content-wrapper {
	background: rgba(166,33,33,0.8);
}
.c1 .btn {
	color: #fff;
	background: #8c1c1c;
}
.c1 .linkDSE {
  color: #EF8F8F;
  font-family: 'Montserrat ExtraBold', Arial, Helvetica, sans-serif;
}

/* C2 = Grau */
.c2 {
	color: #444;
	background: #e3e3e3;
}
.c2 h2, .c2 h3, .c2 p {
	color: #444;
}
.c2 .content-wrapper {
	background: rgba(227,227,227,0.8);
}
.c2 .btn {
	color: #444;
	background: #c9c9c9;
}
.c2 .linkDSE {
  color: #d93434;
}

/* C2 = Schwarz */
.c3 {
	color: #fff;
	background: #000;
}
.c3 h2, .c3 p {
	color: #fff;
}
.c3 .content-wrapper {
	background: rgba(227,227,227,0.8);
}
.c3 .btn {
	color: #fff;
	background: #d93434;
}
.c3 .linkDSE {
  color: #d93434;
}


/*+-----------------------------------------------+*/
/*|                Startseite                     |*/
/*+-----------------------------------------------+*/
#section21 {
	margin-bottom: -3px;
}

#section21 .backImage {
	position: relative !important;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1 !important;
}
#section21 .backImage img {
	position: relative;
	top: 0;
	width: 200%;
	height: auto;
	margin-left: -47%;
}
#section21 #socialLinks {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	bottom: 20px;
	right: 5%;
	z-index: 3;
}
#section21 #socialLinks a {
	text-align: center;
	font-size: 9px;
	line-height: 12px;
	color: #fff;
	width: 65px;
	border: 2px solid #fff;
	border-radius: 50px;
	padding: 5px 8px 13px;
	margin-left: 15px;
	font-family: 'Montserrat SemiBold', Arial, Helvetica, sans-serif;
	background: rgba(220,220,220,0.2);
}
#section21 #socialLinks a:last-child {
	padding: 5px 6px 13px;
}
#section21 #socialLinks i {
	display: block;
	font-size: 30px;
}
#section21 #socialLinks a:hover {
	background: #d93434;
	border: 2px solid transparent;
}
/*+-----------------------------------------------+*/
/*|                   Single                      |*/
/*+-----------------------------------------------+*/
#section35 h2 {
	padding: 20px 0 15px;
	font-family: 'elephantoutline';
	font-weight: normal !important;
}
#section35 .videoBox {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 40px 0 50px;
}
#section35 .videoBox .btn {
	margin: 0;
	display: block;
	text-align: center;
}
#section35 .singleBox .btn {
	margin-top: 20px;
}
/*+-----------------------------------------------+*/
/*|                 Termine                       |*/
/*+-----------------------------------------------+*/
#section22 #c88 {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	background: rgba(50,50,50,0.6);
}

#section22 h1 {
	color: #fff;
}
.calendarize {
	position: relative;
	width: 94%;
  margin: 0 auto;
	padding-bottom: 70px;
}

.calendarize .accSmall > li {
	padding: 15px 0;
	border-bottom: 1px solid #4c4c4c;
	color: #ccc;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.calendarize .accSmall > li:hover {
	cursor: pointer;
  border-bottom: 1px solid #f63c3c;
}
.calendarize .accSmall > li h2, #main .eventStart > li h2 {
	height: auto;
	margin-bottom: 0;
	font-family: 'Montserrat SemiBold', Arial, Helvetica, sans-serif;
	font-size: 1.5rem;
	line-height: 2.0rem;
	color: #ccc;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.calendarize .accSmall > li:hover h2 {
	color: #fff;
}
.calendarize .accSmall > li h2 .eventDate, .eventStart > li h2 .eventDate {
	display: block;
	float: left;
	width: 80px;
	margin-right: 15px;
	text-align: left;
}
.calendarize .accSmall > li h2 .eventTitle, .eventStart > li h2 .eventTitle {
	display: block;
	float: left;
	width: auto;
	margin-right: 0;
}
.calendarize .accSmall > li h2 .eventLocation, .eventStart > li h2 .eventLocation {
	display: block;
	clear: left;
	width: 250px;
	margin-left: 95px;
}
.calendarize .accSmall > li:hover {
	cursor: default;
}
.calendarize .accSmall > li h2:hover {
	cursor: pointer;
}
.calendarize .accContent {
	padding-left: 10px;
}
.calendarize .accContent > span {
  display: block;
  padding-top: 20px;
}
.calendarize .accContent p {
	padding: 0;
  margin: 0;
	max-width: 100%;
	font-size: 1.6rem;
	line-height: 2.3rem;
	overflow-wrap: break-word;
}
.calendarize .accContent .facts {
	padding: 10px 0 0 !important;
	margin: 10px 0 15px 0;
	border-top: 1px dashed #4c4c4c;
}
.calendarize .accContent .facts > li {
	list-style: none;
	padding-bottom: 5px;
	margin: 0;
	font-family: 'Montserrat SemiBold', Arial, Helvetica, sans-serif;
	font-size: 1.3rem;
	line-height: 1.8rem;
	color: #fff;
}
.calendarize .accContent .facts > li i {
	padding-right: 5px;
	font-size: 14px;
	line-height: 20px;
	color: #f0f0f0;
}
.calendarize .accContent .facts > li i.wochentag-icon {
	padding: 0 12px 0 3px;
	font-size: 18px;
	line-height: 20px;
}
.calendarize .accContent .facts > li i.uhrzeit-icon {
	padding-right: 16px;
	font-size: 24px;
	line-height: 20px;
}
.calendarize .accContent .facts .linkRoute {
	line-height: 20px;
}

/*+-----------------------------------------------+*/
/*|               Social Media                    |*/
/*+-----------------------------------------------+*/
#section24 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}
#section24 .videoBox {
	text-align: center;
	width: 90%;
	margin: 0 5% 1%;
	padding: 15px 0 15px;
}
#section24 #c107 {
	display: block;
	width: 100%;
	text-align: center;
}
/*+-----------------------------------------------+*/
/*|                   Buch                        |*/
/*+-----------------------------------------------+*/
#section25 img {
	width: 300px;
	margin: 0 15px 15px 0;
}

/*+-----------------------------------------------+*/
/*|                   Band                        |*/
/*+-----------------------------------------------+*/
#section39 #c135 {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 95%;
	padding: 2%;
	margin: 0 auto;
	padding-top: 20px;
	background: rgba(50,50,50,0.6);
}
#section39 h2 {
	color: #fff;
}
#section39 p {
	margin: 1em 0 0;
	max-width: 100%;
	color: #fff;
}
.cd-section > .mid-wrapper {
	padding: 2% 0;
}
.mid-wrapper > .btn {
	margin:  10px auto 35px;
}

/*+-----------------------------------------------+*/
/*|                 Formulare                     |*/
/*+-----------------------------------------------+*/

#section27 #c105 {
	width: 80%;
	margin: 0 auto;
	padding-top: 30px;
}
form {
	padding-bottom: 50px;
}
legend {
	width: 100%;
	margin: 40px 0 20px;
	font-family: 'Montserrat Bold', Arial, Helvetica, sans-serif;
	font-size: 2.5rem;
	line-height: 3rem;
	color: #444;
	border-bottom: 2px solid #d93434;
}
#c105 label {
	display: none;
}
input, select, textarea, .form-control {
	width: 100%;
	padding: 1.2rem 2.0rem;
	margin-bottom: 50px;
	font-family: 'Montserrat SemiBold', Arial, Helvetica, sans-serif;
	font-size: 1.8rem;
	line-height: 2.5rem;
	color: #444;
	background: rgba(255,255,255,0.7);
	border: none;
	border-radius: 0;
}
textarea {
	height: 200px;
}
.cd-section form p {
	max-width: 100%;
	margin: 0;
}
.cd-section form button {
	border: none;
	display: block;
	padding: 5px 10%;
	margin: 40px auto 0;
}
/*-- Produkt --*/
#bestellungSamu-108 .btn {
	color: #fff;
	background: #d93434;
}
#section26 #c108 {
	width: 88%;
	margin: 0 auto;
	padding: 5%;
	background: rgba(227,227,227,0.6);
}
#bestellungSamu-108-singleselect-1 {
	width: 80px;
}
/*-- Ich bestelle --*/
#bestellungSamu-108-fieldset-2 .form-group {
	position: absolute;
	top: 320px;
	margin: 0;
}
#bestellungSamu-108-fieldset-2 #c109 img {
	margin-left: 25%;
}
#bestellungSamu-108-fieldset-2 #c109 p {
	float: left;
	padding: 10px 0 0 100px;
}
.bestellungProduktbild {
	position: relative;
	width: 120px;
}

/*-- Liefern an --*/
#bestellungSamu-108-singleselect-2 {
	width: 100%;
}

/*-- Bestellinfos --*/
#c118 p {
	font-size: 1.2rem;
	line-height: 1.6rem;
}

/*+-----------------------------------------------+*/
/*|                  Footer                       |*/
/*+-----------------------------------------------+*/
footer {
	width: 100%;
	margin: 50px auto 30px;
	padding-top: 50px;
}
footer ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer ul li {
	text-align: center;
	width: 100%;
	margin: 0 0 10px;
}
footer ul li a {
	color: #fff !important;
  font-size: 1.8rem;
}
footer ul li a:hover {
	color: #d93434 !important;
}
footer div {
	margin-top: 30px;
	text-align: center;
	line-height: 2.5rem;
}
footer div span {
	font-size: 12px;
}

/*+-----------------------------------------------+*/
/*|               Content-Seiten                  |*/
/*+-----------------------------------------------+*/
.backLink {
	position: fixed;
	left: 0;
	top: 0;
	padding: 10px 20px;
	font-size: 1rem;
	background: #fff;
	border: 3px solid transparent;
	z-index: 15;
}
.backLink:hover {
  border: 3px solid #d93434;
}

.contentTrue body {
	background: #e3e3e3;
	color: #444;
	font-size: 1.6rem;
	line-height: 2.3rem;
}
.contentTrue body > div {
	position: relative;
	width: 90%;
	margin: 80px 5% 50px;
	z-index: 2;
}
.contentTrue h1, .contentTrue h2 {
	color: #444;
}
.contentTrue p {
	margin-bottom: 30px;
}
.contentTrue h2 {
	font-size: 2.4rem;
	line-height: 2.7rem;
}
.contentTrue h4 {
	font-family: 'Montserrat Bold',Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 1.8rem;
	line-height: 2.2rem;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.contentTrue ul, .contentTrue ol {
	margin: 0 20px 0 23px;
	padding: 0;
	overflow: inherit !important;
}
.contentTrue li {
	padding-left: 1px;
	margin: 0 0 12px;
}
.contentTrue ul li ul li {
	list-style: disc;
}
.contentTrue .backImage {
	width: 100%;
	margin: 0;
}

/*+-----------------------------------------------+*/
/*|                  Bandseite                    |*/
/*+-----------------------------------------------+*/
#c134 h2 {
	font-family: 'Montserrat ExtraBold';
	color: #a62121;
	font-size: 3.2rem;
	line-height: 3.4rem;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 3%;
}
#contentBand {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: -50px auto;
	background: #e3e3e3;
	z-index: 2;
}
#c12 .ce-textpic .ce-gallery {
  margin-top: 60px;
}
.cd-tabs {
  position: relative;
	margin: 0;
}
.cd-tabs nav {
	margin-bottom: 30px;
  	z-index: 3;
}
.cd-tabs nav ul {
	margin: 0;
}
.cd-tabs-navigation li {
	display: inline-block;
	width: 25%;
	min-width: 130px;
	height: 80px;
	padding: 0 2%;
	margin-bottom: 20px;
}

.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}

.cd-tabs-navigation a {
	display: block;
	position: relative;
	width: 100%;
	min-width: 130px;
	height: 90px;
	padding: 5px;
	text-align: left;
	font-family: 'Montserrat Bold',Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #656565;
	background: rgba(0,0,0,0.2);
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.cd-tabs-navigation a h4 {
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin: 0 0 0 -60px;
	width: 120px;
	font-size: 20px;
	line-height: 22px;
	color: #fff !important;
	text-align: center;
	text-transform: inherit;
	text-shadow: 2px 2px rgba(0,0,0,0.6);
	z-index: 2;
}
.cd-tabs-navigation a .tabNavImg {
	display: block;
	width: 100%;
	height: 80px;
	overflow: hidden;
}
.cd-tabs-navigation a img {
	position: relative;
	width: 100%;
	min-width: 130px;
	height: auto;
	bottom: 20px;
}
.cd-tabs-navigation a:hover {
  color: #f38423 !important;
}
.no-touch .cd-tabs-navigation a:hover {
  color: #f38423 !important;
}
.cd-tabs-navigation li a.selected {
  background: rgba(246,60,60,0.7);
}

.contentTrue .cd-tabs-content {
	float: left;
	width: 100%;
	height: auto !important;
	padding: 0;
	margin: 0;
}
.cd-tabs-content li {
  display: none;
}
.cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}
.cd-tabs-content li h3 {
	text-align: center;
	font-family: 'Montserrat ExtraBold',Arial,Helvetica,sans-serif;
	font-size: 3.2rem;
	line-height: 3.2rem;
}
.cd-tabs-content li h4 {
	clear: left;
	padding: 20px 0 5px;
	font-family: 'Montserrat Bold',Arial,Helvetica,sans-serif;
	font-size: 2.2rem;
	line-height: 2.6rem;
	text-transform: inherit;
}
.cd-tabs-content li .bandImg {
	width: 80%;
	margin: 0 auto 15px;
}
.cd-tabs-content li img {
	position: relative;
	height: auto;
	margin: 0;
	border: 10px solid rgba(0,0,0,0.2);
}
.cd-tabs-content dl {
	float: left;
}
.cd-tabs-content dt {
	float: left;
	clear: left;
	width: 45%;
	margin-bottom: 3px;
}
.cd-tabs-content dd {
	float: left;
	width: 55%;
}
.cd-tabs-content dd p {
	margin: 0;
}

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

	.cd-tabs-navigation li {
		margin: 0 5px 20px;
	}
}



@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*-----------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1000px) {

	header > h1, header > h2 {
		font-size: 5rem;
 	  line-height: 5.4rem;
		margin: 0 auto;
		padding: 5% 0 3%;
	}
  header > h3 {
		font-size: 3rem;
 	  line-height: 3.4rem;
		margin: 0 auto;
		padding: 0 0 5%;
	}
  .cd-section p {
    font-size: 1.8rem;
		line-height: 2.5rem;
  }

	/*--- Header ---*/
	.cd-vertical-nav img {
		display: block;
		width: 174px;
		height: auto;
		top: 15px;
		left: 50px;
	}
	.cd-vertical-nav ul {
		width: 85%;
		margin-left: 15%;
	}



	.mid-wrapper {
		display: flex;
		flex-direction: row-reverse;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		width: 1000px;
		margin: 0 auto;
		padding: 5% 0;
	}
	.content-wrapper {
		width: 70%;
		max-width: 640px;
		padding: 20px 25px;
		text-align: left;
		background: rgba(255,255,255,0.8);
		z-index: 5;
	}

  /* VC Facts */
  #c216 .mid-wrapper {
      width: 1200px;
  }
  #c216 .mid-wrapper-right {
    flex-direction: column;
  }
  #c216 .content-wrapper {
      max-width: 900px;
  }
	.image-wrapper {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 50%;
		height: 100%;
		overflow: hidden;
		z-index: 3;
	}


	.mid-wrapper-right {
		flex-direction: row;
	}
	.image-wrapper-right {
		left: inherit;
		right: 0;
	}
	.image-wrapper-right img {
		float: right;
    margin-top: -5px;
	}


	/*--- Backgrounds ---*/
	.backImage img {
		width: 100%;
		margin-left: 0;
	}
	/*+-----------------------------------------------+*/
	/*|                Startseite                     |*/
	/*+-----------------------------------------------+*/
	#section21 {
		margin: 55px 0 -3px;
	}
	#section21 .backImage img {
		position: relative;
		top: 0;
		width: 100%;
		height: auto;
		margin-left: 0;
	}
	#section21 #socialLinks {
		right: 10%;
	}
	#section21 #socialLinks a {
		font-size: 15px;
		line-height: 19px;
		border: 3px solid #fff;
		border-radius: 60px;
		width: 120px;
		padding: 15px 20px 25px;
		margin-left: 40px;
	}
	#section21 #socialLinks a:last-child {
		padding: 15px 18px 25px;
	}
	#section21 #socialLinks i {
		font-size: 54px;
	}
	#section21 #socialLinks a:hover {
		border: 3px solid transparent;
	}

	/*+-----------------------------------------------+*/
	/*|                   Single                      |*/
	/*+-----------------------------------------------+*/
	#section35 h1 {
		font-size: 6rem;
		line-height: 6.4rem;
	}
	#section35 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	#section35 .videoBox {
		text-align: center;
		width: 34%;
		margin: 25px 5% 1%;
		padding: 15px 0 15px;
	}
	#section35 .videoBox .btn {
		margin: 0;
		display: block;
		text-align: center;
		font-size: 2rem;
		line-height: 3rem;
	}

	/*+-----------------------------------------------+*/
	/*|                 Termine                       |*/
	/*+-----------------------------------------------+*/
	#section22 #c88 {
		width: 1050px;
	}
	.calendarize {
		width: 1000px;
	}
	.calendarize .accSmall > li h2, .eventStart > li h2 {
		height: 25px;
		font-size: 2.1rem;
		line-height: 2.5rem;
	}
	.calendarize .accSmall > li h2 .eventDate {
		width: 100px;
		margin-right: 30px;
		text-align: right;
	}
	.calendarize .accSmall > li h2 .eventTitle {
		width: 350px;
		margin-right: 40px;
	}
  .calendarize .accSmall > li h2 .eventLocation {
		float: left;
		clear: none;
		width: 480px;
		margin-left: 0;
	}
	.calendarize .accContent .facts {
		height: 30px;
	}
	.calendarize .accContent .facts > li {
		float: left;
		clear: none;
		margin: 0 40px 0 0;
		font-size: 1.6rem;
		line-height: 2.3rem;
	}

	/*+-----------------------------------------------+*/
	/*|               Social Media                    |*/
	/*+-----------------------------------------------+*/
	#section24 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#section24 .videoBox {
		text-align: center;
		width: 23%;
		margin: 0 5% 1%;
		padding: 15px 0 15px;
	}
	/*+-----------------------------------------------+*/
	/*|                   Buch                        |*/
	/*+-----------------------------------------------+*/
	#section25 img {
		bottom: 50px;
		margin-left: 150px;
	}
	/*+-----------------------------------------------+*/
	/*|                   Band                        |*/
	/*+-----------------------------------------------+*/
	#section39 #c135 {
		width: 1050px;
	}
	/*+-----------------------------------------------+*/
	/*|                 Formulare                     |*/
	/*+-----------------------------------------------+*/
	#section27 #c105 {
		width: 50%;
	}
	#section26 #c108 {
		width: 50%;
		padding: 3%;
	}
	/*-- Ich bestelle --*/
	#bestellungSamu-108-fieldset-2 {
		padding-top: 80px;
	}
	#bestellungSamu-108-fieldset-2 .form-group {
		position: relative;
		top: 0;
		float: left;
		width: 20%;
		padding-right: 3%;
	}
	#bestellungSamu-108-fieldset-2 .form-group select {
		float: right;
	}
	#bestellungSamu-108-fieldset-2 .clearfix {
		position: relative;
		width: 80%;
		float: right;
	}
	#bestellungSamu-108-fieldset-2 #c109 img {
		float: right;
		width: 40%;
		max-width: 120px;
		margin: -60px 20px 0 0;
	}
	#bestellungSamu-108-fieldset-2 #c109 p {
		float: none;
		width: 60%;
		padding: 0;
	}
	/*-- Liefern an --*/
	#bestellungSamu-108-text-4 {
		float: left;
		width: 30%;
		margin-right: 5%;
	}
	#bestellungSamu-108-text-5 {
		float: left;
		width: 65%;
	}
	/*-- Bestellinfos --*/
	#c118 p {
		font-size: 1.6rem;
		line-height: 2.0rem;
	}

	/*+-----------------------------------------------+*/
	/*|                  Footer                       |*/
	/*+-----------------------------------------------+*/
	footer {
		width: 60%;
		margin: 50px auto 30px;
	}
	footer ul {
		flex-direction: row;
	}
	footer ul li {
		width: 23%;
		margin: 0 5% 1%;
	}
	footer div span {
		float: none;
		clear: none;
	}


	/*+-----------------------------------------------+*/
	/*|               Content-Seiten                  |*/
	/*+-----------------------------------------------+*/
	.backLink {
		left: 3%;
		top: 5%;
		font-size: 1.6rem;
	}
	.contentTrue body > div {
		position: relative;
		width: 100%;
		margin: 80px auto 50px;
	}
	.contentTrue h2 {
		font-size: 3.2rem;
		line-height: 3.4rem;
	}
	.contentTrue h4 {
		font-size: 2.0rem;
		line-height: 2.5rem;
	}
	.contentTrue footer {
		display: none;
	}
	#c117, #c122 {
		width: 80%;
	}

	/*+-----------------------------------------------+*/
	/*|                  Bandseite                    |*/
	/*+-----------------------------------------------+*/
	#c134 h2 {
		font-size: 5.2rem;
		line-height: 5.4rem;
	}
	#contentBand {
		width: 96%;
		padding: 2% 0;
	}
	.cd-tabs nav {
		float: left;
	}
	.cd-tabs-navigation li {
		clear: left;
		display: block;
		width: 150px;
		height: 150px;
		padding: 0;
		margin-bottom: 20px;

	}
	.cd-tabs-navigation a {
		width: 150px;
		height: 150px;
		padding: 10px;
		font-size: 18px;
		line-height: 22px;
	}
	.cd-tabs-navigation a .tabNavImg {
		width: 130px;
		height: 130px;
	}
	.cd-tabs-navigation a img {
		width: 130px;
		bottom: 0;
	}
	.cd-tabs-navigation a h4 {
		bottom: 15px;
		font-size: 24px;
		line-height: 26px;
	}

	.contentTrue .cd-tabs-content {
		width: 870px;
		margin-left: 50px;
	}
	.cd-tabs-content li h3 {
		text-align: left;
		font-size: 4.2rem;
		line-height: 4.2rem;
	}
	.cd-tabs-content li h4 {
		clear: left;
		padding: 20px 0 5px;
		font-family: 'Montserrat Bold',Arial,Helvetica,sans-serif;
		font-size: 2.2rem;
		line-height: 2.6rem;
		text-transform: inherit;
	}
	.cd-tabs-content li .bandImg {
		width: 100%;
		margin: 0;
	}
	.cd-tabs-content li img {
	  float: right;
		width: 340px;
		margin: 0;

	}
	.cd-tabs-content dt {
		width: 230px;
	}
	.cd-tabs-content dd {
		width: 260px;
	}




/* END */
}



/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 800px) {

  .cd-vertical-nav a:link {
  	font-size: 1.8rem;
  }

/* END */
}


@media only screen and (min-width: 1000px) and (max-width: 1350px) {

  .cd-vertical-nav ul {
  	width: 80%;
  	margin-left: 20%;
  }
  .cd-vertical-nav a:link {
  	margin: 20px auto;
  	font-size: 1.6rem;
  }
  .cd-vertical-nav img {
	width: 150px;
	top: 14px;
	left: 15px;
  }
  #section21 {
	margin: 50px 0 -3px;
  }

/* END */
}





/*+-----------------------------------------------+*/
/*|                 Modal-Popup                   |*/
/*+-----------------------------------------------+*/
.cd-modal {
  position: fixed !important;
  z-index: 5 !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  -moz-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
}
.cd-modal svg {
  position: absolute;
  top: 0;
  left: 0;
}
.cd-modal svg > path {
  fill: #a62121;
}
.cd-modal .modal-close {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 5%;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3) url(../Images/cd-icon-close.svg) no-repeat center center;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
.no-touch .cd-modal .modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.cd-modal.modal-is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.cd-modal.modal-is-visible .modal-close {
	top: 50px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.cd-modal-content {
  position: relative;
  height: 100vh;
  overflow-y: auto;
  padding: 3em 5% 4em;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, transform 0.3s 0s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-modal-content p {
  color: #f2f2f2;
  line-height: 1.6;
  margin: 2em 0;
}
.modal-is-visible .cd-modal-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, -moz-transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
}
@media only screen and (min-width: 768px) {
  .cd-modal-content {
    padding: 100px 10% 4em;
  }
  .cd-modal-content p {
    font-size: 2.4rem;
  }
}

/* Cover Layer - hide main content when modal is fired */
.cd-cover-layer {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f2f2f2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s, visibility 0s 0.6s;
  -moz-transition: opacity 0.3s 0.3s, visibility 0s 0.6s;
  transition: opacity 0.3s 0.3s, visibility 0s 0.6s;
}
.cd-cover-layer.modal-is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}


/* Video Modal */
.cd-modal-content .video-container {
	position: relative;
	width: 100% !important;
	max-width: 1200px;
	margin: 0 auto;
	height: 0 !important;
	padding-bottom: 56.25% !important;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
.cd-modal-content .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ccc;
	max-width: 1200px;
	max-height: 675px;
}

.cd-modal-content .btn {
	display: block;
	position: relative;
	width: 100%;
	margin: 20px auto;
	text-align: center;
	color: #fff;
	background: #8c1c1c;
}


.modalPlay {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.modalPlay img {
	display: block;
	position: relative;
	width: 110px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 5px;
}
.modalPlay p {
	margin: 0;
	font-family: 'elephantoutline',sans-serif;
	font-size: 2.5rem;
	line-height: 2.9rem;
	color: #fff;
	text-align: center;
	width: 100%;
	max-width: 100%;
	padding-bottom: 15px;
}
.modalPlay p span {
	font-size: 9rem;
	line-height: 5.4rem;
}

.cd-modal-content .bild-container {
	position: relative;
	width: 100% !important;
	max-width: 1400px;
	margin: 0 auto;
	height: 0 !important;
	padding-bottom: 56.25% !important;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

/* --------------------------------

Slider

-------------------------------- */
.cd-slider-wrapper {
  position: relative;
  width: 90%;
  max-width: 1024px;
  margin: 2em auto;
  /* hide horizontal scrollbar on IE11 */
  overflow-x: hidden;
}

.cd-slider > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  /* hide vertical scrollbar on IE11 */
  overflow: hidden;
}
.cd-slider > li.visible {
  position: relative;
  z-index: 2;
  opacity: 1;
}
.cd-slider > li.is-animating {
  z-index: 3;
  opacity: 1;
}

.cd-slider .cd-svg-wrapper {
  /* using padding Hack to fix bug on IE - svg height not properly calculated */
  height: 0;
  padding-bottom: 57.15%;
}

.cd-slider-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --------------------------------

Slider navigation

-------------------------------- */
.cd-slider-navigation li {
  position: absolute;
  z-index: 3;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  height: 48px;
  width: 48px;
}
.cd-slider-navigation li a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  background: url(../img/cd-icon-arrows.svg) no-repeat 0 0;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.no-touch .cd-slider-navigation li a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.cd-slider-navigation li:last-of-type {
  left: 10px;
  right: auto;
}
.cd-slider-navigation li:last-of-type a {
  background-position: -48px 0;
}

/* --------------------------------

Slider dots/controls

-------------------------------- */
.cd-slider-controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
  width: 90%;
}
.cd-slider-controls::after {
  clear: both;
  content: "";
  display: table;
}
.cd-slider-controls li {
  display: inline-block;
  margin-right: 10px;
}
.cd-slider-controls li:last-of-type {
  margin-right: 0;
}
.cd-slider-controls li.selected a {
  background-color: #ffffff;
}
.cd-slider-controls a {
  display: block;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.no-touch .cd-slider-controls a:hover {
  background-color: #ffffff;
}



/*-----------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1000px) {

	.cd-modal-content .btn {
		width: 400px;
		margin: -140px auto 0;
	}

	.modalPlay {
		padding: 20px 0;
		height: 240px;
		width: 600px;
	}
	.modalPlay img {
		width: 200px;
		margin: 0 auto 10px;
		padding: 0;
		float: left;
	}
	.modalPlay p {
		font-size: 5rem;
		line-height: 5.4rem;
	}
	.modalPlay p span {
		font-size: 17rem;
		line-height: 11.4rem;
	}
}


@media only screen and (min-width: 1000px) and (max-width: 1150px) {

	.contentTrue .cd-tabs-content {
		width: 770px;
		margin-left: 20px;
	}
	.cd-tabs-content li img {
		width: 260px;
	}
}

/*+-----------------------------------------------+*/
/*|                Cookie Banner                  |*/
/*+-----------------------------------------------+*/
/*
#CookieBox, #CookieBox p, #CookieBox, #CookieBox a, #CookieBox .cookie-legal a {
	font-family: 'Montserrat SemiBold', Arial, Helvetica, sans-serif;
	font-size: 1.7rem;
	line-height: 1.9rem;
}
@media all and (min-width: 801px) {
	#CookieBox {
		top: 10%;
		left: 30%;
		width: 40%;
		padding: 70px 20px 20px;
	}
}
#CookieBox .box-cookie-management-in > p {
	width: 90%;
}
#CookieBox .category {
	margin: 25px 15px;
}
#CookieBox .cookie-btn {
	font-size: 1.7rem;
	background: #d93434;
}
#CookieBox .cookie-refuse:hover {
	background-color: #d93434;
}
#CookieBox .cookie-refuse:hover a, #CookieBox .cookie-refuse:hover {
	color: #fff;
}
#CookieBox h2 {
  width: auto;
  padding: 0 0 5px;
  margin: 0 0 20px;
  font-family: 'Montserrat Bold', Arial, Helvetica, sans-serif;
  font-size: 2.7rem;
  color: #d93434;
	font-weight: normal;
  border-bottom: 2px solid #d93434;
}
#CookieBox .category h3 {
  font-family: 'Montserrat Bold', Arial, Helvetica, sans-serif;
  font-size: 2.0rem;
	padding-bottom: 5px;
}
#CookieBox .category p {
  color: #555;
}
#CookieBox .cookie-info td {
	font-size: 1.2rem;
	color: #333;
  word-break: break-all;
} */

.cc_container {
	border-top: none !important;
}
.cc_container .cc_message {
  	font-family: 'Montserrat SemiBold', Arial, Helvetica, sans-serif;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
	font-family: 'Montserrat SemiBold', Arial, Helvetica, sans-serif !important;
	color: #fff !important;
	background-color: #d93434 !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0;
}

.testdiv {
	position:relative;
	margin: 50px auto;
	width:1000px;
	height:500px;
}
.testdiv img {
	position: relative;
	bottom: inherit;
	width: 500px;
}


/* MagnificPopup */
img.mfp-img {
	position: relative;
	bottom: inherit;
}
.mfp-content figcaption {
	display: none;
}


/* Konzertarten */
.feature-v9 h2 {
	font-family: 'Montserrat ExtraBold';
	font-weight: normal;
	text-shadow: 0 0 10px rgba(0,0,0,1);
}
.feature-v9 p {
	text-shadow: 0 0 10px rgba(0,0,0,1);
}
.feature-v9 .image-popup-container a {
	display: none;
}
.feature-v9 .image-popup-container a:first-child {
	display: block;
	width: 190px;
	margin: 40px auto 0;
}
.btn {
	border-radius: 0 !important;
}
.sliderLink .btn {
	opacity: 0.5;
}

@media only screen and (min-width: 1000px) {
	.cd-hero__content--bg-video video {
		margin-top: 125px;
	}
	.sliderLink .btn {
		opacity: 1;
	}
}


.cd-vertical-nav li a {
	font-size: 1.6em;
	line-height: 1.6em;
}


/*+-----------------------------------------------+*/
/*|                  Linktree                     |*/
/*+-----------------------------------------------+*/
.linktree img {
	display: block;
	position: relative;
	width: 80%;
	height: auto;
	margin: 0 auto;
	padding: 50px 0;
}

.linktree a, .linktree a:link, .linktree a:visited {
	width: 100%;
	padding: 15px;
	margin: 0 0 15px;
	color: #fff;
	background: #a62121;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	overflow-wrap: break-word;
	word-break: break-word;
	hyphens: auto;
	white-space: normal;
}
.linktree a:hover {
	background: #8c1c1c;
}
.linktreeTrue body > div {
	margin: 0 !important;
}

.frame-type-uploads img {
  position: relative;
  max-width: 200px;
  margin: 0 auto;
}
.frame-type-uploads a {
	color: #fff;
}


.footerSponsor {
	display: block;
	position: relative;
	margin: 20px auto;
	width: 230px;
}

/*+-----------------------------------------------+*/
/*|                 Landingpage                   |*/
/*+-----------------------------------------------+*/
#landingpage .frame-type-uploads {
	font-size: var(--text-xl,1.728em);
}
#landingpage .landingHeader.videoBox {
	text-align: center;
	width: 94%;
	margin: 0 3% 1%;
	padding: 15px 0 15px;
}
#landingpage .videoBox {
	width: 90%;
	margin: 0 5% 1%;
}
.ce-headline-left {
	text-align: left;
	margin-left: 6%;
}

/* Pricing */
.p-table__title {
  font-family: 'Montserrat ExtraBold' !important;
  color: #d93434;
}
.vocalLogo {
  position: relative;
  margin: 0 auto;
  padding-top: 5%;
  width: 80%;
  z-index: 3;
}
.frame-type-image img {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  padding: 200px 0;
}

#lp_vocal .header-v2__nav {
  width: 50%;
}
.header-v2__nav-item--divider {
  background-color: #aaa;
  padding: 0;
}
.header-v2__nav-item--main:nth-child(5) {
  padding: 1em;
  border-bottom: none;
}

@media only screen and (min-width: 1000px) {
  .vocalLogo {
    width: 50%;
  }
  #lp_vocal .header-v2__nav {
    width: 80%;
  }
  .header-v2__nav-item--main.header-v2__nav-item--divider {
    height: 1.5em;
  }
}
#c212 {
  padding-top:40px;
}
#lp_vocal .content-wrapper {
  background: rgba(0, 0, 0, 0.3);
}
#lp_vocal .content-wrapper h2, #lp_vocal .content-wrapper p, #lp_vocal .content-wrapper li, #lp_vocal tr {
  color: white;
}

.hero-video-bg {
  height: 300px;
  margin-top: var(--header-v2-height);
}
.hero-video-bg h2 {
  font-size: 2rem;
  line-height: 2.4rem;
}
.hero-video-bg .hero-logo {
  width: 60%;
  margin: 0 auto;
  z-index: 2;
}
.hero-video-bg .hero-link {
  font-family: 'Montserrat Bold', Arial, Helvetica, sans-serif;
  font-size: 2rem;
}

.meinungen .icon {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #000;
  opacity: 0.1;
  z-index: 1;
}
.cta {
  background: #a62121;
}
.cta h2, .cta p  {
  text-align: left;
  color: white;
}
.cta .btn {
  color: #fff;
  background: #8c1c1c;
}
.cta .icon {
  font-size: var(--icon-xs);
}

#buchungVocalcoaching-248 .form-group {
  width: 80%;
  margin: 0 auto;
}
#buchungVocalcoaching-248 .form-group:nth-child(2) {
  width: 90%;
}
#buchungVocalcoaching-248 label{
  display: none;
}
.choice-btns {
  max-width: 86%;
  margin: 0 auto 40px;
}
.choice-btn {
  background-color: #fff;
}
.choice-btn h4 {
  font-family: 'Montserrat ExtraBold' !important;
  color: #a62121;
  color: #d93434;
}
.choice-btn .choice-btn-info span, .choice-btn .choice-btn-info p {
  color: #444 !important;
}
.choice-btn .choice-btn-info span {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 2.6rem;
}

.unterschrift {
  width: 200px;
  height: auto;
  margin: 0 !important;
}

@media only screen and (min-width: 64rem) {
  .hero-video-bg {
    height: 800px;

  }
  .hero-video-bg h2 {
    font-size: 5rem;
    line-height: 5.4rem;
  }
  .hero-video-bg .hero-logo {
    width: 40%;
  }
  .hero-video-bg .hero-link {
    font-family: 'Montserrat Bold', Arial, Helvetica, sans-serif;
    font-size: 3rem;
  }
  .cta h2 {
    font-size: 4rem;
    line-height: 4.2rem;
  }
  .cta .icon {
    font-size: var(--icon-sm);
  }
  .choice-btn .choice-btn-info span {
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 3.0rem;
  }
  #buchungVocalcoaching-248 .form-group {
    width: 50%;
  }
}
/*+-----------------------------------------------+*/
/*|              Interner Bereich                 |*/
/*+-----------------------------------------------+*/
.frame-type-felogin_login h3 {
  display: none;
}
.frame-type-felogin_login form {
  margin: 30px 0;
}
#c230 input[type=submit] {
  cursor: pointer;
  background: #d93434;
  color: #fff;
}
.ce-headline-left {
  text-align: left !important;
}
.ce-headline-center {
  text-align: center !important;
}
.ce-headline-right {
  text-align: right !important;
}

/*+-----------------------------------------------+*/
/*|              Interner Bereich                 |*/
/*+-----------------------------------------------+*/
#section58 {
  
}
.instaProfile h4 {
  font-family: 'Montserrat Bold';
  color: white;
}
.instaProfile img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.instaProfile img, .instaFeed img {
  bottom: 0 !important;
}