
/* Alle Aussen- (Margins) und Innenabstände (Paddings) auf 0 setzen, wegen verschiedene darstellung Browser */
* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	text-align: center;
	background-color: #e6e0a5;
	/*background-image: url('../img/background_2025.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: cover;*/
}

.noborder {
	border: none !important;
}

/* *******************
-- start accessibility --
   ******************* */


/* accessibility divs are hidden by default text, screenreaders and such will show these */

.accessibility, hr {

   position: absolute;
   top: -999em;
   left: -999em;
}


/* definition tags are also hidden these are also used for menu links */

dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}


/* *******************
-- schriftformatierung --
   ******************* */
   
/*@font-face {
  font-family: myTitleFont;
  src: url(Yakin.otf);
}

div {
  font-family: myTitleFont;
}*/
   
   
   
* {
	font-family: Arial, Verdana, "Tahoma", sans-serif;
	font-size: 1em;
}  

a {
	text-decoration: none;
	color: #fffff;
}

a:hover {
	text-decoration: underline;
	color: #fffff;
}

a.text-link, a.programm-link, a.text-link-anmelden {
	color: #169890;
	background-color: transparent;
	border-top: none;
	/*border-bottom: 3px #2e456b solid;*/
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: 'Nunito Sans' , sans-serif;
	font-weight: 400;
  	font-size: 1rem;
	line-height: 1.1rem;
	text-align: left;
	/*position: absolute;*/
	top: 0px;
	/*padding-left: 150px;*/
	text-transform: none;
}

a.footer-link {
	display: inline-block;
	color: #182b49;;
	background-color: transparent;
	border-top: none;
	font-weight: 400;
  	font-size: 1rem;
	line-height: 1.1rem;
	font-family: 'Nunito Sans' , sans-serif;
	text-transform: none;
}

a.footer-link:hover {
	text-decoration: underline;
	color: #fffff;
}

a.programm-link {
	background-color: #fff;
	display: inline-block;
}

a.text-link-anmelden {
	padding-left: 20px;
	padding-bottom: 20px;
	background-color: #fff;
}

a.programm-link:hover, a.text-link-anmelden:hover {
	text-decoration: underline;
	color: #e37eb7;
}

a.text-link:hover, a.programm-link:hover {
	text-decoration: underline;
}

#lang-switch {
	/*position: fixed;
	right: 40px;*/
	float: right;
	margin-right: 20px;
	top: 0px;
	background-color: #e0cdc6;
	z-index: 2;
	display: block;
}

#lang-switch a {
	background-color: transparent;
	font-size: 1em;
	border-top: none;
	display: inline;
	padding: 6px;
}

#lang-switch a.active-lang,  #lang-switch a:hover {
	text-decoration: underline;
	color: #d13d41;
}

.logo {
  /*width: 10em;
  height: 10em;*/
  animation: bounceIn 0.6s;
  transform: rotate(0deg) scale(1) translateZ(0);
  transition: all 0.4s cubic-bezier(.8,1.8,.75,.75);
  cursor: pointer;
}

.logo:hover {
  /*transform: rotate(30deg) scale(1.1);*/
  fill: #fff;
  transition: none;
}

@keyframes bounceIn {
  0% {
    opacity: 1;
    transform: scale(.3);
  } 

  50% {
    opacity: 1;
    transform: scale(1.05);
  } 

  70% {
    opacity: 1;
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.white {
	color: #ffffff !important;
}

.yellow {
	color: #ffb414 !important;
}

.orange {
	color: #f3860c !important;
}

.lightred {
	color: #d53d41 !important;
}

.darkred {
	color: #922828 !important;
}

.lightblue {
	color: #aab6c3 !important;
}

.darkblue {
	color: #182b49 !important;
}

.darkestblue {
	color: #141c2c !important;
}

.green {
	color: #86aa92 !important;
}

.beige {
	color: #eedfcb !important;
}

p {
	color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Nunito Sans' , sans-serif;
	font-weight: 400;
}

p.footer {
	font-family: "Tahoma", Verdana, Arial, sans-serif;
	font-size: 11px;
}

h1 {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 60px;
}

h2 {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 60px;
}

h3 {
	font-size: 26px;
}

h2.small {
	font-size: 35px;
}

a img {
	border: none;
}

a.nostyle {
	border: none;
	background-color: transparent;
	margin-top: 0px;
	padding-top: 0px;
}

a.link-bt-logo {
	
}

a.logos-partners {
	display: inline-block;
	padding-right: 40px;
	margin-bottom: 20px;
}

a.yellowtextlink {
	text-decoration: none;
	display: inline-block;
}

a.yellowtextlink:hover {
	text-decoration: underline;
	color: #fff400;
}

h2.content-title {
	font-size: 37px;
	margin-top: 25px;
	color: #fff400;
}

a.artist-list h2 strong{
	color: #f13379;
}

a.artist-list h2{
	font-size: 37px;
	margin-top: 25px;
	color: #fff400;
	background-color: #000000;
}

a.artist-list:hover{
	text-decoration: none;
}

a.artist-list:hover h2{
	font-size: 37px;
	margin-top: 25px;
	color: #fff400;
	background-color: #14ACDC;
}

h3.content-title {
	font-size: 1em;
	color: #ffffff;
	font-weight: normal;
}

h3.content-title.red{
	color: #ff0000;
}

p.italic {
	font-style: italic;
}

p.tracklisting {
	font-size: 13px;
}

.side-col-text {
	font-size: 13px;
}

.red-text-bg {
	background-color:red;
}

.yellow-text-bg {
	background-color:yellow;
	color: black;
}

.alignright {
	text-align: right;
}

.floatright {
	float: right;
}

.clearfix {
	clear: both;
}

svg.rotate {
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}



.delimiter {
	background-color: #000000;
	height: 7px;
	width: 100%;
	margin-bottom: 35px;
	overflow:hidden;
}

.delimiter-mini {
	background-color: #fff;
	height: 3px;
	width: 100%;
	overflow:hidden;
}

.delimiter-yellow {
	background-color: #ffb414;
	height: 4px;
	width: 100%;
	margin-bottom: 35px;
	margin-top: 35px;
	overflow:hidden;
}


div.content-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align:left;
	/*background-color: red;
	opacity: 0.5;*/
	z-index: 100;
	overflow:auto;
}

div.content-min-width {
    float: right;
    height: 200px;
    width: 255px;
}

div.content {
	/*top:25%;*/
	position: absolute;

	width: 740px; /* 100% */
	/*min-width:674px;*/
	margin-left:30px;
	/*margin-right:auto;
	margin-top:auto;*/
	z-index:-200;
	text-align:left;
	margin-top: 300px;
	background-color: #ffffff !important;
	padding:15px;
	/*border:1px dashed #333;
	background-color:#eee;*/
	
}

div.container {
	padding: 20px;
}

div.content-folge {
	position: relative;
	top:0px;
	
	width:400px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	text-align:left;
	/*padding:15px;
	border:1px dashed #333;
	background-color:#eee;*/
}

div.content-folge.intro {
	position: absolute;
	top: 50px;
	right: 257px;
	width: 400px;
	text-align: right;
}

div.content-folge-wide {
	position: relative;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	text-align:left;
}

div.content-folge-wide.intro {
	position: absolute;
	top: 50px;
	right: 257px;
	text-align: right;
}

/* ALT
div.content-folge.intro {
	position: relative;
	top:0px;
	
	width:400px;
	margin-left:auto;
	margin-right:35px;
	margin-top:25px;
	text-align:right;
	
}*/


div.video-border {
	background-color: #000000;
	padding: 7px;
	width: 500px;
	height: 291px;
	margin-bottom: 35px;
	color: #fff;
}

div.video-border p{
	padding: 20px;
}




/*
NAVIGATION ---------------------------------------
*/

div.navigation {
	position: fixed;
	top: 278px;
	width: 215px;
	margin-left: auto;
	margin-top: auto;
	right: 15px;
	text-align: left;
	
}

div.navigation ul {
border-bottom: 2px solid #fff;

}

div.navigation ul li {
	list-style: none;
	border-top: 2px solid #fff;
	
	padding-top: 2px;
}

div.navigation ul li a {
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-left: 35px;
}

div.navigation ul li a:hover, .navigation ul li a.selected {
	color: #fffff;
}

/*
SUB-NAVIGATION ---------------------------------------
*/

div.navigation ul li ul.sub-navigation{
	padding-left: 35px;
}

div.navigation ul li ul.sub-navigation li{
	list-style: none;
	font-size: 13px;
	padding-top: 2px;
	border-top: 2px dotted #FFFFFF;
}

div.navigation ul li ul.sub-navigation li a{
	padding-left: 0px;
}

div.navigation ul li ul.sub-navigation li a span.sub-navigation-middle{
	font-size: 13px;
}

div.navigation ul li ul.sub-navigation li a span.sub-navigation-small{
	font-size: 13px;
}

#BT-logo {
	background-image: url('../img/derkoerpererzaehlt_logo.png');
	background-repeat: no-repeat;
	background-position: 0 40px;
	width: 600px;
	height: 317px;
	top: 0px;
	position: fixed;
	/*margin-left: auto;*/
	left: 30px;
	z-index: -300;
}


#BT-character {
	background-image: url('../img/breakthrough_2025_character.png');
	background-repeat: no-repeat;
	background-position: 0 36px;
	width: 300px;
	height: 427px;
	/*-moz-transform:scale(0.90);
	-webkit-transform:scale(0.90);
	transform:scale(0.90);*/
	/*-webkit-transform: rotate(125deg);
    -moz-transform: rotate(-125deg);
    -o-transform: rotate(-125deg);
    -ms-transform: rotate(-125deg);
    transform: rotate(-125deg);*/
    padding-top: 0px;
    top:0px;
	/*left: 860px;*/
	left: 670px;
	position: absolute; 

    z-index: 20;
}

@keyframes fadein {
            from { opacity: 0; background-position:0 0; }
            to   { opacity: 1; background-position:0 36px; }
        }

        /* Firefox */
        @-moz-keyframes fadein {
            from { opacity: 0; background-position:0 0; }
            to   { opacity: 1; background-position:0 36px; }
        }

        /* Safari and Chrome */
        @-webkit-keyframes fadein {
            from { opacity: 0; background-position:0 0; }
            to   { opacity: 1; background-position:0 36px; }
        }

        /* Internet Explorer */
        @-ms-keyframes fadein {
            from { opacity: 0; background-position:0 0; }
            to   { opacity: 1; background-position:0 36px; }
        }​

        /* Opera */
        @-o-keyframes fadein {
            from { opacity: 0; background-position:0 0; }
            to   { opacity: 1; background-position:0 36px; }
        }​



.date {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
  	font-size: 2.9rem;
	line-height: 3.4rem;
	text-align: left;
	position: absolute;
	top: 227px;
	left: 220px;
}

.title {
	color: #000000;
	font-family: Arial, Verdana, "Tahoma", sans-serif;
	font-weight: 500;
  	font-size: 2.3rem;
	line-height: 2.7rem;
	text-align: left;
	/*position: absolute;*/
	top: 300px;
	/*padding-left: 150px;*/
	
}

.cattitleX {
	color: #fff;
	background-color: #93282b;
	border-top: 3px #182b49 solid;
	border-bottom: 3px #182b49 solid;
	padding-top: 4px;
	padding-bottom: 3px;
	font-family: 'Nunito Sans' , sans-serif;
	font-weight: 900;
  	font-size: 2rem;
	line-height: 2.1rem;
	text-align: center;
	/*position: absolute;*/
	top: 300px;
	/*padding-left: 150px;*/
	text-transform: uppercase;
}

.locationtitle {
	color: #000000;
	border-top: 3px #000000 solid;
	border-bottom: 3px #000000 solid;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: 'Nunito Sans' , sans-serif;
	font-weight: 900;
  	font-size: 1.3rem;
	line-height: 1.4rem;
	text-align: center;
	/*position: absolute;*/
	top: 300px;
	/*padding-left: 150px;*/
	text-transform: uppercase;
}

.locationtitle-sm {
	color: #000000;
	border-top: 3px #000000 solid;
	border-bottom: 3px #182b49 solid;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: 'Nunito Sans' , sans-serif;
	font-weight: 900;
  	font-size: 1.1rem;
	line-height: 1.2rem;
	text-align: center;
	/*position: absolute;*/
	top: 300px;
	/*padding-left: 150px;*/
	text-transform: uppercase;
}

.subtitle-container {
	text-align: center;
	background-color: #fff;
}

li p {
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}

li img {
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	display: inherit;
}

img.logo {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
}

.subtitle {
	color: #182b49;
	border-bottom: 3px #f0b42f solid;
	font-family: 'Nunito Sans' , sans-serif;
	font-weight: 900;
  	font-size: 1.6rem;
	line-height: 1.7rem;
	text-align: center;
	/*position: absolute;*/
	top: 300px;
	text-transform: uppercase;
	display: inline-block;
}

.subtitle-small {
	color: #fff;
	font-family: Arial, 'Oswald', sans-serif;
	font-weight: 300;
  	font-size: 1.4rem;
	line-height: 1.7rem;
	text-align: left;
	/*position: absolute;*/
	padding-top: 70px;
	padding-left: 150px;
}

.subtitle-2 {
	color: #52e7fd;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
  	font-size: 2.5rem;
	line-height: 3.2rem;
	text-align: left;
}

.regular {
  	color: #ffffff;
  }
  
p.accordeon {
/*color: #38ACFF;*/
color: #cf9ffc;
font-family: 'Oswald', sans-serif;
font-weight: 300;
font-size: 1rem;
line-height: 1.2rem;
text-align: left;
padding-left: 5px;
}

.footer-notice {
	/*position: absolute;
	top: 2700px;*/
	margin-top: 150px;
	width: 400px;
}

.content-body {
	/*position: absolute;*/
	top: 570px;
}

#fb-bt {
	position: absolute;
	left: 870px;
	top: 476px;
}

iframe.fb {
	height: 537px;
}

div#insta a, div#insta a:hover {
	font-size: 1em;
	text-decoration: none;
	text-align: left;
}



/*
FOOTER ---------------------------------------
*/

div.footer {
	padding-bottom: 35px;
}

div.footer p {
	color: #fff;
	font-size: 11px;
	font-family: "Tahoma", Verdana, Arial, sans-serif;
	text-align: center;
}




/*
Flash ANIMATION ---------------------------------------
*/

#flash {
  /*position: relative;*/
  height: 70px;
  width: 420px;
  /*margin: 0px auto;*/
}

#flash h2 {
  position: absolute;
  left: 0px;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}



@keyframes flashFadeInOut {
  	0% {
  	opacity: 1;
  	}
	45% {
	opacity: 1;
	}
	55% {
	opacity: 0;
	}
	100% {
	opacity: 0;
	}
}

@-webkit-keyframes flashFadeInOut {
  	0% {
  	opacity: 1;
  	}
	45% {
	opacity: 1;
	}
	55% {
	opacity: 0;
	}
	100% {
	opacity: 0;
	}
}

#flash h2.top {
	animation-name: flashFadeInOut;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 1s;
	animation-direction: alternate;
	/* Safari & Chrome */
	-webkit-animation-name: flashFadeInOut;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 1s;
	-webkit-animation-direction: alternate;
}

#flash h2.top {
	width: 420px;
}

#flash h2.bottom {
	width: 420px;
}

#section-footer {
	display:none;
}




a.anchor-jump {
	border: 0px;
	padding: 0px;
}




/*
Special Button Link ---------------------------------------
*/

a.specialbutton:link, a.specialbutton:visited {
  background-color: #f0b42f;
  color: #000000;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-top: 0px;
  margin-left: 20px;
}

a.specialbutton:hover, a.specialbutton:active {
  color: #ffffff;
}


