/*-----------------------------------------------------------------------------
Project:    TrafficNews.info
Author:     Smello
Date:       20.09.2013
-----------------------------------------------------------------------------*/

/* MEDIA SIZE 1 - 679px (e.g. Mobile Phone)
-----------------------------------------------------------------------------*/
@media (max-width: 679px) { 


/* BASICS
-----------------------------------------------------------------------------*/
.clear { clear: both;}
.clearfix:before,
.clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

fieldset,img { border: 0; }
fieldset { margin: 0; padding: 0; }
.left { float: left;}
.right { float: right;}
.hide { display: none;}

a { color: #999; cursor: pointer; text-decoration: none;}
a:hover { text-decoration: underline;}
a img { border: 0;}

h1, form, fieldset, input, textarea {
    margin: 0; padding: 0; border: 0; outline: none;
}


/* CUSTOM FONTS
-----------------------------------------------------------------------------*/
@font-face {
    font-family: 'alte_din_1451_mittelschriftRg';
    src: url('../fonts/din1451alt_g-webfont.eot');
    src: url('../fonts/din1451alt_g-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din1451alt_g-webfont.woff') format('woff'),
         url('../fonts/din1451alt_g-webfont.ttf') format('truetype'),
         url('../fonts/din1451alt_g-webfont.svg#alte_din_1451_mittelschriftRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* MAIN
-----------------------------------------------------------------------------*/
body {
	overflow-y: scroll;
	background: url("../img/bg_pattern.png") repeat scroll 0 0 #1D1D1D;
}

.wrap {
	margin: 0 auto;
	min-width: 75%;
}

.logo {
	text-align:center;
}

.logo img {
	border: 5px solid #aaa;
	border-radius: 5px;
	margin-bottom: -10px;
}

header {

	margin-top:30px;
	margin-bottom:30px;
	
	text-align: center;
	
	box-shadow: 0 0 0 14px #F5B201;
	-moz-box-shadow:0 0 0 14px #F5B201;
	-webkit-box-shadow:0 0 0 14px #F5B201;
	
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	
}

header h1 {
	padding: 10px 5px;

	background-color: #f5b201;

	box-shadow: 0 0 0 9px #171715;
	-moz-box-shadow:0 0 0 9px #171715;
	-webkit-box-shadow:0 0 0 9px #171715;
	
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;

	font-family: 'alte_din_1451_mittelschriftRg';
}

header h1 a {
	color: #171715;
}
header h1 a:hover {
	text-decoration: none
}

header p {
	font-size:10px;
	margin: 3px;
	padding-bottom: 10px;
}

/* ACCORDION
-----------------------------------------------------------------------------*/
.trigger {
	border:1px solid #ddd;
	color:#888;
	cursor:pointer;
	margin-bottom:5px;
	padding:5px;
	
	text-shadow:0 1px 0 #fff;
	-moz-box-shadow:0 1px 1px #fff inset;
	-webkit-box-shadow:0 1px 1px #fff inset;
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	box-shadow:0 1px 1px #fff inset;

	background: #f4f4f4;
	background: -moz-linear-gradient(top, #f4f4f4 0%, #f2f2f2 50%, #d6d6d6 51%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(50%,#f2f2f2), color-stop(51%,#d6d6d6), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#f2f2f2 50%,#d6d6d6 51%,#dddddd 100%);
	background: -o-linear-gradient(top, #f4f4f4 0%,#f2f2f2 50%,#d6d6d6 51%,#dddddd 100%);
	background: -ms-linear-gradient(top, #f4f4f4 0%,#f2f2f2 50%,#d6d6d6 51%,#dddddd 100%);
	background: linear-gradient(to bottom, #f4f4f4 0%,#f2f2f2 50%,#d6d6d6 51%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dddddd',GradientType=0 );	

}
.trigger_active {
	color:#333;
}
.toggle_container {
	padding:5px 10px;
	font-size: 12px;
	background-color: #ddd;
	border-radius: 5px;
}

h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h3.trigger {
	position: relative;
	overflow: hidden;
}

div.blitzer_melden h2 {
	color: #666;
}

div.blitzer_melden h3.trigger {
	margin-top: 20px;
	padding: 0;
	color: #ccc;
	text-align: center;
	text-shadow:0 1px 0 #222;
	
	background: #707070;
	background: -moz-linear-gradient(top, #707070 0%, #7a7a7a 12%, #858585 25%, #6c6c6c 39%, #565656 50%, #333333 51%, #414141 60%, #555555 76%, #494949 91%, #424242 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707070), color-stop(12%,#7a7a7a), color-stop(25%,#858585), color-stop(39%,#6c6c6c), color-stop(50%,#565656), color-stop(51%,#333333), color-stop(60%,#414141), color-stop(76%,#555555), color-stop(91%,#494949), color-stop(100%,#424242));
	background: -webkit-linear-gradient(top, #707070 0%,#7a7a7a 12%,#858585 25%,#6c6c6c 39%,#565656 50%,#333333 51%,#414141 60%,#555555 76%,#494949 91%,#424242 100%);
	background: -o-linear-gradient(top, #707070 0%,#7a7a7a 12%,#858585 25%,#6c6c6c 39%,#565656 50%,#333333 51%,#414141 60%,#555555 76%,#494949 91%,#424242 100%);
	background: -ms-linear-gradient(top, #707070 0%,#7a7a7a 12%,#858585 25%,#6c6c6c 39%,#565656 50%,#333333 51%,#414141 60%,#555555 76%,#494949 91%,#424242 100%);
	background: linear-gradient(to bottom, #707070 0%,#7a7a7a 12%,#858585 25%,#6c6c6c 39%,#565656 50%,#333333 51%,#414141 60%,#555555 76%,#494949 91%,#424242 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#424242',GradientType=0 );
}

div.blitzer_melden div.output p.telnr {
	text-align:center;
	border:1px solid #fff;

	background: #d2ff52;
	background: -moz-linear-gradient(top,  #d2ff52 0%, #91e842 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2ff52), color-stop(100%,#91e842));
	background: -webkit-linear-gradient(top,  #d2ff52 0%,#91e842 100%);
	background: -o-linear-gradient(top,  #d2ff52 0%,#91e842 100%);
	background: -ms-linear-gradient(top,  #d2ff52 0%,#91e842 100%);
	background: linear-gradient(to bottom,  #d2ff52 0%,#91e842 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 );

}

div.blitzer_melden div.output p.telnr a {
	color: #fff;
	font-size: 32px;	
	text-shadow:0 1px 0 #ccc;
}

div.blitzer_melden div.output p.center {
	margin-top: -3px;
	font-size: 10px;
	color: #666;
	font-style: italic;
	text-align: center;
}

img.blitzer_right
{
	position: absolute;
	right: 15px;
	top: 3px;
}
img.blitzer_left
 {
	position: absolute;
	left: 15px;
	top: 3px;
}

img.pink,
img.green,
img.yellow,
img.orange,
img.red,
img.blue
 {
	position: absolute;
	right: -1px;
	top: -1px;
}


/* FOOTER
-----------------------------------------------------------------------------*/
footer {
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	width: 255px;
	background-color: #bbb;
	text-align: center;
	font-size: 9px;
	border:1px solid #ddd;
	color:#333;
	text-shadow:0 1px 0 #fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

footer .download img {
	position: absolute;
	right:15px;
	bottom:13px;
}

/* END MEDIA SIZE
-----------------------------------------------------------------------------*/
}