
/*
MEDIA QUERIES ---------------------------------------
http://colly.com/ */


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

body {
background-color: #e6e0a5;
}

  div.content {
    width: 20em;
    margin-right: 0px;
    margin-left: 0px;
    margin-top:0px;
    top:0px;
  }
  h2 {
  	font-size: 25px;
  	display:block !important;
  }
  
  .news-wrapper {
  	display:none;
  }
  #flash {
	width: 480px;
	background-color:red;
	}
  div.content-min-width {
  	width:150px;
  }
  div.tta-logo-small {
  	background-image: url('../img/TTA_small_response.png');
  	width: 143px;
	height: 151px;
	margin-left: auto;
	margin-right: auto;
	top: 60px;
	right: 0px;
	left:0px;
	position: fixed;
  }
  
  
  div.content {
  	top: 50px;
  }
  
  #section-content {
  	width:auto;
    max-width:480px;
    margin:0px auto 150px auto;
    padding:0px 0px 45px 0px;
    margin-top: -50px !important;
  }
  
    #BT-logo {
	left: 95px;
	top: 380px;
}

.subtitle {
	top: 500px !important;
}

.content-body {
	top: 720px;
}

  .container {
	width: auto;
	/*margin-left: 5px;*/
}
  
  
  
  header {
        position:relative;
        width:auto;
        max-width:900px;
        margin: 0 auto 0px auto;
  }
  div.navigation {
  	background-color: #000;
  	top:0px;
  	width: 100%;
  	z-index:300;
  	right:0px;
  }
	a.artist-list h2, a.artist-list:hover h2 {
		font-size:28px;
	}
	
  h2.content-title {
  }
  
	div.content-min-width {
		height:0px;
	}
  
  div.artist-detail img {
  	margin-left: -15px;
  	margin-right: -15px;
  	width:20em;
  }
  
  div.content img {

  	/*width: 20em;*/
  }
  
  div.content img.gessner {
  	width: auto;
  }
  
  div.css-slideshow {
  	padding: 0px;
  	width:320px;
  	height:241px;
  }
  
  .css-slideshow figure {
  	width:320px;
  	height:221px;
  }
  
  div.css-slideshow img {
  	width:320px;
  	height:221px;
  }
  
  div.marquee, div.marquee2 {
  	width: 20em !important;
  }
  
  div.video-border {
  	width: 320px;
  	height: 186px;
  	padding-left: 0px;
  	padding-right: 0px;
  }
  
  video {
  	width: 320px;
  	height: 186px;
  }
  

  
  div.tlImageContainer img {
  	width: 320px;
  	height: 303px;
  }
  
  iframe {
  	width: 320px;
  	height: 180px;
  	/*margin-left: -15px;*/
  }
  
  iframe#twitter-widget-0 {
  	margin-left: 0px;
  }
  
  
  h2.content-title {
  	width:320px;
  }
  
  img.media {
  	width: auto !important;
  }
 
  
  img.media-2 {
  	width: auto !important;
  	margin-top: 10px;
  }
  
  a.fancybox img {
  	width: 157px !important;
  	height: 157px !important;
  }
  
 /* a.fancybox-prev {
  	left:0px !important;
  }
  
  a.fancybox-next {
  	right:0px !important;
  }
  
  .fancybox-wrap {
  	margin-left:auto !important;
  	margin-right:auto !important;
  	left: 0px !important;
  	right: 0px !important;
  	width:320px !important;
  	padding: 0px !important;
  }
  

  
  
  .fancybox-inner {
  	margin-left:0px !important;
  	margin-top:0px !important;
  	margin:0px !important;
  	border: 0px !important;
  	top: 0px !important;
	left: 0px !important;
	right: 0px !important;
	bottom: 0px !important;
  }
  
img.fancybox-image {
  }
  
  .fancybox-default-skin-open {
  	box-shadow: 0px !important;
  }
  
  .fancybox-title {
  	left:-35px !important;
  }*/
  

  
/*
Button Back to TOP ---------------------------------------
 */
 
 #section-footer {
 	display:block;
 }

div.footer-nav {
	background-color: #000;
	width: 100%;
	height:43px;
	margin-left: auto;
	margin-bottom:auto;
	bottom:0px;
	right:0px;
	position:fixed;
	z-index:300;
	border-top: 5px solid #fff;
}

#toTop {
	display: block;
	position: fixed;
	float: right;
	bottom: 0px;
	width: 100%;
	z-index: 300;
	right: 0px;
	/*background-image: url('../img/TTA_top_480.gif');
	background-repeat: no-repeat;*/
	/*text-indent: -9999px;*/
	text-align:center;
	width: 70px;
	height: 43px;
	font-size: 25px;
	text-decoration:none;
	line-height:43px;
	}
		
#toTop:hover {
text-decoration:underline;
	}
		
.arrow_box {
	position: relative;
	background: #000000;
	/*border: 4px solid #ffffff;*/
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_box:before {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: transparent;
	border-width: 36px;
	margin-left: -36px;
}  
  

}








/*
MEDIA QUERIES ---------------------------------------
Bigger */


@media screen and (max-width: 48em) {
  div.content {
    /*width: 20em;*/
    margin-right: 0px;
    margin-left: 0px;
    margin-top:230px;
    top:0px;
    position: inherit;
    width:auto;
    padding: 0px;
  }
  h2 {
  	font-size: 25px;
  	display:block !important;
  }
  
  .news-wrapper {
  	display:none;
  }
  #flash {
	/*width: 480px;*/
	background-color:red;
	}
  div.content-min-width {
  	width:150px;
  }
  div.tta-logo-small {
  	background-image: url('../img/TTA_small_response.png');
  	width: 143px;
	height: 151px;
	margin-left: auto;
	margin-right: auto;
	top: 60px;
	right: 0px;
	left:0px;
	position: fixed;
  }
  
  #BT-logo {
  	background-image: url('../img/derkoerpererzaehlt_logo_small.png');
  	/*width: 300px;
	height: 190px;
	margin-top: 25px;*/
	left: 10px;
	position: absolute;
	top: 10px;
	height: 240px;
	width: 365px;
  }
  
  svg {
  	width: 206px ;
  	height: auto ;
  	margin-left: 49px;
  	margin-top: -13px;
  }
  
  #BT-character {
  	position: inherit;
  	-moz-transform:scale(0.75);
	-webkit-transform:scale(0.75);
	transform:scale(0.75);
	height:427px;
	margin-left: 33px;
	overflow: hidden;
  }
  
  .title {
  	/*padding-left: 65px;*/
  	font-size: 2rem;
  	line-height: 2.2rem;
  	/*padding-left: 10px;*/
  	padding-left: 5px;
  	padding-right: 5px;
  }
  
  #fb-bt {
  	position: inherit;
  }
  
  #fb-bt iframe {
  	display: none;
  }
  
  iframe.fb {
	height: 300px;
}
  
  a.logos-partners {
  	padding-right: 20px;
	margin-bottom: 0px;
	}

li img {
	padding-right: 0px;
	padding-left: 5px;
}

img.logo {
	width: auto !important;
}
  
 div.content-body {
 	top: auto;
 }
  
  
  div.content {
  	/*background-color: transparent !important;*/
  	
  }
  
  #section-content {
  	width:auto;
    max-width:480px;
    margin:0px auto 150px auto;
    padding:0px 0px 45px 0px;
  }
  

  
  .date {
  	font-size: 1.6rem;
	line-height: 2.2rem;
	top: 265px;
  }
  
  .subtitle {
  	font-size: 1.5rem;
	line-height: 2.2rem;
	padding-left: 10px;
	padding-right: 10px;
  }
  
  .subtitle-small {
  	font-size: 1.2rem;
	line-height: 2rem;
	padding-left: 10px;
	padding-top: 50px;
  }
  
    .subtitle-2 {
  	font-size: 2rem;
	line-height: 2.6rem;
	top: 475px;
	padding-left: 5px;
  }
  
  #toggle_nav > li > a {
  	font-size: 2rem;
	line-height: 2.6rem;
	padding-left: 5px;
  }
  
  .regular {
  	padding-left: 5px;
  }
  
  .footer-notice {
	margin-top: 150px;
	width: auto;
}
  
  header {
        position:relative;
        width:auto;
        max-width:900px;
        margin: 0 auto 0px auto;
  }
  div.navigation {
  	background-color: #000;
  	top:0px;
  	width: 100%;
  	z-index:300;
  	right:0px;
  }
	a.artist-list h2, a.artist-list:hover h2 {
		font-size:28px;
	}
	
  h2.content-title {
  }
  
	div.content-min-width {
		height:0px;
	}
  
  div.artist-detail img {
  	margin-left: -15px;
  	margin-right: -15px;
  	width:20em;
  }
  
  div.content img {

  	/*width: 20em;*/
  	width: 335px;
  	/*padding-right: 20px;*/
  }
  
  div.content img.social-icon {
	width: 50px;
}
  
  div.content img.gessner {
  	width: auto;
  }
  
  div.css-slideshow {
  	padding: 0px;
  	width:320px;
  	height:241px;
  }
  
  .css-slideshow figure {
  	width:320px;
  	height:221px;
  }
  
  div.css-slideshow img {
  	width:320px;
  	height:221px;
  }
  
  div.marquee, div.marquee2 {
  	width: 20em !important;
  }
  
  div.video-border {
  	width: 320px;
  	height: 186px;
  	padding-left: 0px;
  	padding-right: 0px;
  }
  
  video {
  	width: 320px;
  	height: 186px;
  }
  

  
  div.tlImageContainer img {
  	width: 320px;
  	height: 303px;
  }
  
  iframe {
  	width: 375px;
  	height: 211px;
  	margin-left: -15px;
  }
  
  iframe#twitter-widget-0 {
  	margin-left: 0px;
  }
  
  
  h2.content-title {
  	width:320px;
  }
  
  img.media {
  	width: auto !important;
  }
 
  
  img.media-2 {
  	width: auto !important;
  	margin-top: 10px;
  }
  
  a.fancybox img {
  	width: 157px !important;
  	height: 157px !important;
  }
  
 /* a.fancybox-prev {
  	left:0px !important;
  }
  
  a.fancybox-next {
  	right:0px !important;
  }
  
  .fancybox-wrap {
  	margin-left:auto !important;
  	margin-right:auto !important;
  	left: 0px !important;
  	right: 0px !important;
  	width:320px !important;
  	padding: 0px !important;
  }
  

  
  
  .fancybox-inner {
  	margin-left:0px !important;
  	margin-top:0px !important;
  	margin:0px !important;
  	border: 0px !important;
  	top: 0px !important;
	left: 0px !important;
	right: 0px !important;
	bottom: 0px !important;
  }
  
img.fancybox-image {
  }
  
  .fancybox-default-skin-open {
  	box-shadow: 0px !important;
  }
  
  .fancybox-title {
  	left:-35px !important;
  }*/
  

  
/*
Button Back to TOP ---------------------------------------
 */
 
 #section-footer {
 	display:block;
 }

div.footer-nav {
	background-color: #000;
	width: 100%;
	height:43px;
	margin-left: auto;
	margin-bottom:auto;
	bottom:0px;
	right:0px;
	position:fixed;
	z-index:300;
	border-top: 5px solid #fff;
}

#toTop {
	display: block;
	position: fixed;
	float: right;
	bottom: 0px;
	width: 100%;
	z-index: 300;
	right: 0px;
	/*background-image: url('../img/TTA_top_480.gif');
	background-repeat: no-repeat;*/
	/*text-indent: -9999px;*/
	text-align:center;
	width: 70px;
	height: 43px;
	font-size: 25px;
	text-decoration:none;
	line-height:43px;
	}
		
#toTop:hover {
text-decoration:underline;
	}
		
.arrow_box {
	position: relative;
	background: #000000;
	/*border: 4px solid #ffffff;*/
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_box:before {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: transparent;
	border-width: 36px;
	margin-left: -36px;
}  
  

}







