﻿@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
}
html {
	width:100%;
	height:100%;
	background: #EAF5B5;
}
body {
	margin:0 auto;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:100%;
	color:#004;
	line-height:1.45em;
	width:100%;
	max-width:1200px; /* In BODY for SAFARI! */ 
}
#page-wrapper {
	display:table; /* For fast mobile scroll, but SAFARI does not understand max-width for table! */
	position:relative;
	min-height:100%;
	width:100%;
	min-width:320px;
	overflow:auto;
	margin:0 auto 5px;
	box-shadow:0 0 35px #bbb;
	border:solid 2px #A4C7A7;
	border-radius:0.5em;
	padding: 0 5px 130px; /*130px for footer */
	background:#f7f7f7;
	/* background: url(/img/snow.png), linear-gradient(to bottom, #78abda 0,#d8ecfc 5%); */
}
#content, #content_center {
	margin:220px auto 0;
	padding:5px 5px 20px 5px;
}
#content {
	float:right;
	width:72.5%;
}
#content_center {
	float:none;
	width:65%;
	}
header {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:220px;
	border-top-right-radius:0.3em;
	border-top-left-radius:0.3em;
	background-color: #78ACDA;
	background: linear-gradient(to bottom, #78ACDA 0%,#d8ecfc 95%);
}
.logo_com {
	position:relative;
	margin-left:3%;
	margin-top:-63px;
	height:50px;
	width:18%;
	min-width:200px;
	text-align:center;
}
@font-face {
    font-family: Acme;
    src: url(https://audio-class.ru/files/FONT/Acme-Regular.ttf);
}
@font-face {
    font-family: Bad Script;
    src: url(https://audio-class.ru/files/FONT/BadScript-Regular.ttf);
}
.logo_main {
	font-size:1.4em;
	font-family: 'Acme', sans-serif;
	-moz-transform: scale(1, 2.3);
	-webkit-transform: scale(1, 2.3);
	-o-transform: scale(1, 2.3);
	-ms-transform: scale(1, 2.3);
	transform: scale(1, 2.3);
	padding-top:0;
	text-shadow:-1px -1px 0 #ccc;
}
.logo_main a:link{
	text-decoration:none;
	color:#2751E0;
}
.logo_main a:visited{
	color:#2751E0;
}
.logo_main a:hover{
	color:#03c;
}
.logo_aux {
	font-size:1.3em;
	font-family: 'Bad Script', cursive;
	margin-top:14px;
	color:#50d;
	border-bottom:1px solid #d33;
	border-radius:9px;
}
footer {
	position:absolute;
	bottom:2px;
	left:0.17%;
	width:99.7%;
	height: 130px;
	min-width:320px;
	border-top:1px solid #FB0;
	background:#eee;
	border-bottom-left-radius:0.3em;
	border-bottom-right-radius:0.3em;
	font-size:0.9em;
}
.bottom-menu {
	text-align:center;
	background-color:#cccccc;
	padding: 5px;
}
.bottom-menu a {
	padding:0 15px;
	display:inline-block;
}
.copyright {
	position: relative;
	left: 8px;
	width:65%;
}
footer ul li a:link{
	font-weight:normal;
}
.copyright ul li{
	line-height:15px;
}
.counters {
	position:absolute;
	top:50px;
	right:1%;
}
.smiley{
	width:16px;
	height:16px;
	vertical-align: middle;
}
.counters div{
	display:inline-block;
}
label {
 cursor: pointer;
}
#select label {
	min-width:145px;
	background:#ddd;
	padding:3px 10px 3px 5px;
	border-radius:5px;
	display:inline-block; 
	text-decoration:underline;
	text-align:center;
	margin-bottom:6px;
}
@font-face {
	font-family:PhoneticTM;
	src:local("PhoneticTM"),url(https://audio-class.ru/files/FONT/PhoneticTM.TTF);
}
@font-face {
	font-family:Alexander;
	src:local("Alexander"),url(https://audio-class.ru/files/FONT/Alexander.otf);
}
.phonetic {
	font-family:PhoneticTM;
	text-align:center;
	padding-right:3px;
	font-size:1.1em;
}
.right-block{
	display:block;
	float:right;
	margin-left:5px;
	padding-right:5px;
}
.right-text{
	text-align:right;
	padding-right:15px;
}
.left {
	display:block;
	float:left;
	padding:5px;
	margin-right:8px;
}
.clear{
	clear:both;
}
.red {
	color:#c21;
}
.blue {
	color:#23d;
}
.green {
	color:#0A5;
}
.bold {
	font-weight:700;
}
.center {
	clear:both;
	text-align:center;
	margin:10px auto;
	/*overflow:auto; /* for pictionary ++? */
}
.hide{
	display:none;
}
.big {
	font-size:1.2em;
}
img{
	max-width:100%;
	height:auto;
}
a img{
	border:none;
}
figure {
  display:block;
  max-width:800px;
  text-align:center;
  margin:0 auto;
}
figure img {
  vertical-align: top;
}
figure figcaption {
  text-align: center;
  color: #8F6800;
  font-size:0.9em;
}
.lehrbuch figure{
	border: thin silver solid;
	display:block;
	width:45%;
	min-width:250px;
	margin: 0 auto;
}	
sup {
	font-size:0.7em;
	font-size-adjust: 0.5;/*old firefox */
	vertical-align:super;
}
sub {
	font-size:0.7em;
	font-size-adjust: 0.5;/*old firefox */
	vertical-align:sub;
}
pre {
	font-size:1.1em;
}
a:link {
color:#003EEF;
}
a:visited {
	color:#5185FF;
}
a:hover {
	color:#00d;
}
table {
	width:100%;
	box-shadow: 0 0 9px 0 #bbb;
	overflow:auto;
	border-collapse:collapse;
	border:#bbb solid 1px
}
table thead:first-child td {
	background:#426B9D;
	text-align:center;
	color:#fff;
	text-shadow:0 1px 0 #111;
}
table td{
	vertical-align:middle;
	border:#bbb solid 1px;
	text-align:left;
	padding:7px 1px 7px 5px;
}
table th{
	text-align:center;
	vertical-align:middle;
	border:#bbb solid 1px;
	background: #ddd;
}
tr:nth-child(odd) {
	background-color:#fff;
}
tr:nth-child(even) {
	background-color:#fafafa;
}
h1, h2, h3, h4 {
	width:95%;
	line-height:1.45em;
	color:#04b;
	margin:12px 3% 5px;
}
h1 {
	font-size:1.4em;
}
h2 {
	font-size:1.3em;
}
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1.1em;
}
ul, ol {
	margin-left: 1em;
}
ol li {
	padding: 0.25em;
}
ul li {
	padding: 0.25em;
	list-style:none;
}
ul li::before {
	content: "\1F539"; 
	color: #333;
	display: inline-block; 
	width: 1.3em;
	margin-left: -0.5em;
	padding-right:8px;
	vertical-align:top;
	font-size:0.7em;
}
ul li a:link{
	text-decoration:none;
}
ul li a:hover{
	text-decoration:underline;
} 
p {
	margin:0.8em 0;
}
hr {
	max-width:98%;
	margin:.7em 0;
	border:none;
	height:1px;
	background:#aaa;
 }
.logo-right a {
	position:absolute;
	top:-2px;
	right:3%;
	width:55px;
}
.search {
	position:absolute;
	width:22%;
	min-width:175px;
	max-width: 250px;
	right:2%;
	bottom:78px;
	
}
.search table{
	box-shadow:none;
}
.search table td{
	padding:0;
}
.slogan {
	position:relative;
	border: 1px solid #888;
	background:#fff;	
	border-radius: 7px;
	font-family:Alexander;
	font-size:1.2em;
	margin:30px auto 0;
	height: 85px;
	width:45%;
	max-width:500px;
	box-shadow: inset  0 0 30px 8px rgba(163,122,0,0.4);	
}
.slogan p{
	margin-top: 4px;
	margin-bottom: 0;
	padding: 5px;
	text-align:center;
	color:#05c;
}
.slogan a{
	color:#555;
	text-shadow: 1px 1px 1px #fff;
	display:block;
	text-decoration:none;
}
.slogan i{
	position:absolute;
	bottom:5px;
	right:13px;
}
.slogan img{
	width:60px;
	height:70px;
	float:right; 
	margin: 9px;
}
.en-de {
	max-width:399px;
	margin:-5px auto;
	text-align:center;
}
.en-de a{
	color:#555;
	width:185px;
	display:inline-block;
	text-decoration:none;
	padding:8px 5px 3px 5px;
	margin-left:2px;
	border-bottom:solid 1px #f33;
	border-radius:5px;
	box-shadow: inset 0 0 5px 3px rgba(20,50,150,0.38);
	text-shadow: 1px 1px 0 #fff,
               1px -1px 0 #fff,
               -1px 1px 0 #fff,
              -1px -1px 0 #fff;
	transition: all .3s ease-in-out;
}
.en-de a:hover {
	background:#ddd;
}
.en-de a img{
	vertical-align:middle;
	margin-right:3px;
	opacity:0.7;
}
.button a {
	color:#fff;	
	background:#5CA1C1; 
	box-shadow: inset 0 15px 9px 3px rgba(68,137,169,0.7);
	text-shadow:1px 1px 0 #333; 
	padding:7px 18px;
	text-decoration:none;
	display:block;
	max-width:390px;
	text-align:center;
	margin:0 auto;
	border:1px solid #ccc;
	border-radius:.3em;
	transition: all .3s ease-in-out;	
}
.button a:hover {
	background:#10B2CE;
}
.small-button a {
	min-width:110px;
	margin:2px 5px;
	padding:5px;
	text-decoration:none;
	display:inline-block;
	text-align:center;
	border:1px solid #ccc;
	border-radius:.3em;
	background:#eee;
	color:#34e;
	box-shadow: 2px 2px 5px #aaa;
}
.topmenu {
	display:table;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:#fff;
	box-shadow: inset 0 0 18px 8px rgba(50,50,50,0.5);
}
.topmenu a {
	display:table-cell;
	transition: all .3s ease-in-out;
	min-width:78px;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	text-align:center;
	color:#000;
	text-shadow:1px 1px 0 #fff;
	text-decoration:none;
	padding:6px 3px;
}
.topmenu a:first-child{
	border-left: none;
}
.topmenu a:last-child {
	display:none;
}
.topmenu a:hover, .topmenu .this-page{
	box-shadow: inset 0 0 18px 8px rgba(50,50,50,0.3);
}
.ad_block {
	width:336px;
	height:280px;
	float:right;
	margin-bottom:8px;
	/* float:left; */
	/* margin:0 15px 15px 0; */
}
.ad-intext {
	max-width:340px;
	max-height:300px;
	margin:8px auto;
}
.horiz-block {
	margin:7px auto;
}
.sidebar {
	border-radius:5px;
	margin:235px 0 12px;
	float:left;
	width:25%;
	min-width:130px;
	}	
.sidebar-mail {	
	margin:0 0 12px 0;
	border:solid 2px #f35;
	border-radius:3px;
	font-size:1.1em;
	}
.sidebar-mail a{
	display:block;
	border-radius:1px;
	box-shadow:inset 0 0 8px 5px rgba(135,165,217, 0.9);
	background:#DBF0FF; 
	padding:11px;	
	color:#000;
	text-align:center;
	text-decoration:none;
	}
.sidebar-mail a:hover{
	background:#75A0E1;
	color:#fff;
	text-shadow:1px 1px 0 #000;
	box-shadow:inset 0 0 8px 5px rgba(0,58,195, 0.9);	
	}
.vert-menu {
	width:99%;
	border-top: solid 1px #bbb;
	border-right:solid 1px #bbb;
	border-radius:7px;
	margin:0 auto 7px;
	background-image: url(https://audio-class.ru/img/notepad-bg.png);
	background-repeat: repeat-y;		
}
.vert-menu a:link{
	display:block;
	border-radius:7px;
	text-decoration:none;
	padding: 8px 7px 0;
	margin:0 2px 0 22px;
}
.vert-menu a:hover {
	background: #e5e5e5;
}
.currentpage {
	background: #e5e5e5;
}
.vert-menu a::after {
	display:block;
	content: "";
	height: 1px;
	margin-top:8px;
	border-bottom: solid 1px #ccc;
}
.vert-menu a, .sidebar-mail a {
	transition: all .2s ease-in-out;
}
.sidebar p {
	display:block;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	background:#598CA4;
	text-align:center;
	margin:0;
	color:#FFF;
	text-shadow:1px 1px 0 #000;
	padding:3px;
}	
.under_sidebar {
	width:99%;
	margin-top:15px;
	display: block;
	}
.under_sidebar img{
	display: block;
	margin:0 auto;
}	
/* Sticky sidebar */
.sticky {
 position: fixed;
 z-index: 101;
}
.stop-sticky {
 position: relative;
 z-index: 101;
}
.bottom_line{
 margin-top:22px;
}	
.base {
	margin-top:-7px;
 	float:right;
	width:72%;
	padding:5px;
}
.under_base{
	/* position:relative; */
	display:block;
	width:310px;
	max-height:255px;
	margin:10px auto;
	background:#fcfcfc;
}
.middot{
	line-height:1.3em;
	font-size:0.95em;
}
.middot a{
	display:inline-block;
	text-decoration:none;
}
.middot a:hover {
	text-decoration:underline;
}
.middot span::after, .middot a::after{
	margin:-2px 1px 2px 5px;
	display:inline-block;
	font-size:1em;
	border: 2px solid #777;
	content: "";
}
.base-thumbs {
	width:100%;
	text-align:center;
	line-height:1.2em;
}
.base-thumbs figure {
	display:inline-block;
	width:140px;
	height:150px;
	vertical-align:middle;
	padding:0.45em;
	border:solid 1px transparent;
	border-radius: 8px;
	border:2px solid #bbb;
	background:#eaeaea;
}
.base-thumbs a {
	display:inline-block;	
	margin:.25em;
	text-align:center;	
	text-decoration:none;
	color:#55c;
}
.base-thumbs img {
	transition: all .3s ease-in-out;
	margin:0 auto;
	height:100px;
	display:block;
	overflow:hidden;
}
.base-thumbs figure:hover {
	color:#05f;
	border-color:#e51;
	background:#ddd;
}
#lyrics {
	clear:both;
	text-align:center;
}
.rhymes{
	clear:both;
	max-width:360px;
	min-width:280px;
 	background: #FDF0CF;
 	padding: 5px 15px;
 	margin:0 auto 15px;
 	border-radius:18px;
}
.rhymes h2{
	text-align:center;
}
.rhymes img{
	max-width:250px;
	display:block;
	margin:5px auto;
}
.rhymes p{
	min-width:280px;
	text-align:center;
	max-width:380px;
	margin:5px auto;
}
.rhymes p::after{
	content:"***";
}
.two-cols {
	clear:both;
}
.two-cols p {
	border-radius:10px;
	width: 46.5%;
	display:inline-block;
	margin:5px 0;
	padding: 5px;
	vertical-align:top;
 	border: 1px dashed #E9B675;
}
.two-cols p:nth-child(odd) {
	background: #FFEBCF;
}
.two-cols p:nth-child(even){
	background:#cee;;
}
.two-lang {
	clear:both;
	width: 101%;
}
.two-lang p {
	border-radius:10px;
	width: 47.5%;
	display:inline-block;
	margin:5px 0;
	background: #f5f5ee;
	padding: 5px;
	vertical-align:top;
 	border: 1px dashed #E9B675;
}
.note {
	display:table;
	margin:10px 2%;
	padding:5px 15px;
	box-shadow: 0 0 9px #bbb;
 	border-left: 5px double #EDCF69;
	color:#456;
	font-style:italic;
	background: #FFF8DE;
}
#sales-wrapper {
	background:#fff;
	width:69%;
	margin:0 auto;
	padding:30px;
	border:#ffcc55 double 3px;
	border-radius:8px;
	text-align:left;
}
#sales-callendar {
	position:relative;
	text-align:right;
	top:-28px;
}
.voc_top {
	width:98%;
	/* background:#eee; */
	clear:both;
	margin:8px auto;
}
.section_search {
	max-width:350px;
	display:inline-block;
	padding:16px 12px;
	border:#ccc solid 1px;
	border-radius:5px;
	background-color:#F5F1E8;
	vertical-align: middle;
	margin-left:1%;
	margin-top:8px;
}
.sr-wrap {
	max-width:350px;
	display:inline-block;
	padding:12px;
	border:orange dashed 2px;
	border-radius:5px;
	background-color:#F5F1E8;
	vertical-align: middle;
	margin-left:1%;
	margin-top:8px;
}
.sr-jokes {
	max-width:550px;
	min-width:310px;
	padding:15px;
	border:orange dashed 2px;
	border-radius:5px;
	background-color:#F5F1E8;
	height:65px; 
	margin:8px auto;
	text-align: center;
}
.jokes_back {
	max-width:650px; 
	margin:0 auto; 
	padding:8px; 
	background:#e5e5e5; 
	border-top-right-radius:20px; 
	border-top-left-radius:20px;
}	
.index-link{
	clear:both;
}
.index-link a{
	font-size:1.1em;
}
.sr-form {
	max-width:400px; 
	margin:0 auto;
	border:orange dashed 2px;
	border-radius:5px;
	background:#eee;
	padding:15px;
}
.popup{
	position: absolute; 
	display: none;
}
.popup-in {
	background:#ddd; 
	border:3px solid #f95; 
	border-radius:5px; 
	z-index:999; 
	text-align:center;
}
.popup-in a {
	display:block;
	text-decoration:none;
	color:#33d;
	padding:5px;
	transition: all .5s ease-in-out;	
}
.popup-in a:hover{
background:#eee;
color:#33f;	
}
.popup-top{ 
	background:#46A6D2;
	border:1px solid #fff;
	border-radius:3px;
	color:#fff;
	font-weight:bold;
}
.popup-top span{
	float:right;
	font-weight:normal;
	background:#f54;
	color:#fff;
	padding:0 3px;
} 
form, input  {
	font-size:1.05em;
}
input[type ="submit"], [type ="reset"] {
	background:#5bc2ea;
	background:linear-gradient(to bottom,#5bc2ea 0%,#3089ba 46%,#007abc 46%,#007abc 50%,#5bc2ea 100%);
	border:solid #2696ED;
	border-width:1px;
	color:#fff;
	text-shadow:0 1px 0 #111;
	padding:3px 15px; 
	margin-left:7px;
	max-width:220px;
	min-width:90px;
	border-radius:5px;
}
input[type ="submit"]:hover, [type ="reset"]:hover {
	background:#0070FF;
	box-shadow:2px 2px 5px #888;
}
.thumbnail {
	width:100%;
	text-align:center;
	border:solid 5px #ccc;
	border-radius:15px;
	max-width:95%;
	margin:11px auto;
	background:#f3f3f9;
	padding:0.3em;
	line-height:1.1em;
}
.thumbnail figure {
	display:inline-block;
	width:140px;
	height:150px;
	vertical-align:middle;
	padding:0.2em;
	border:solid 1px transparent;
	border-radius: 8px;
	border:1px solid #bbb;
}
.thumbnail a {
	display:inline-block;	
	margin:.2em;
	text-align:center;	
	text-decoration:none;
	color:#55c;
}
.thumbnail img {
	transition: all .3s ease-in-out;
	margin:0 auto;
	height:100px;
	display:block;
	overflow:hidden;
}
.thumbnail figure:hover {
	color:#05f;
	border:1px solid #e51;
	background:#eaeaea;
}
.table4play {
	margin:0 auto;
	clear:both;
}
.table4play table {
	width:99%;
}
.table4play td:nth-child(even){
	width:31%;
	}
.table4play td:nth-child(odd){
	width:31%;
	}
.table4play td:first-child {
	width:2%;
}	
.table5play td:nth-child(even){
	width:23.5%;
	}
.table5play td:nth-child(odd){
	width:23.5%;
	}
.table5play td:first-child {
	width:2%;
}
.table6play td:nth-child(even){
	width:19%;
	}
.table6play td:nth-child(odd){
	width:19%;
	}
.table6play td:first-child {
	width:2%;
}
.bg-green td {
	background-color:#EAF5B5;
}
.table3 td {
	width:33.3%;
}
.table4 td:nth-child(even){
	width:25%;
	}
.table4 td:nth-child(odd){
	width:25%;
	}
.table4 td a{
	text-decoration:none;
}
.sortable thead:first-child td {
	cursor: pointer;
}
.sortable thead:first-child td::before {
	content: "⇵ ";
}
.table2 {
	max-width:800px;
	margin:0 auto;
	clear:both;
}
.table2 h3 {
	text-align:center;
}
.table2 table {
	background:#F7F7F7;
	border-collapse:collapse;
	width:100%;
	border:#FFDD99 solid 1px;
}
.table2 td {
	padding:8px 10px;
	width:50%;
	vertical-align:top;
}
.vkontakte{
	display:block; 
	border:solid 1px #ccc; 
	max-width:150px; 
	padding: 5px 5px 0 5px;
}
.vkontakte span{
	position:relative; 
	top:-10px; 
	left:5px;
}
/** BREADCRUMBS **/
.breadcrumbs{	
	margin: 5px 0;		
} 
.breadcrumbs a{
	display:inline-block;
	max-width: 350px;
	color:#555;
}
.breadcrumbs img{
	width:24px;
	height:13px;
}
.breadcrumbs a::after {
	color:#a33;
	height:1.2em;
	padding-left:5px;
	display: inline-block;
	text-decoration:none;
	content: "›";
}
/**TENSE TABLE **/
.tense-table {
	clear:both;
	overflow:auto;
}
.tense-table td {
	padding:7px 1px 7px 9px;
	vertical-align:top;	
}

.tense-table thead th {
	padding:2px 5px;
	font-weight:normal;
	vertical-align:middle;
	text-align:left;
	color:#fff;
	text-shadow:0 1px 0 #111;
	background:#7B7667;
}
.tense-table table tr td:first-child {
	transform: skewY(-21deg);
	-webkit-transform: skewY(-21deg);
	-moz-transform: skewY(-21deg);	
	color: #13393A;
	vertical-align:middle;
	width:12%;
}
.tense-table tr td {
	width:21%;
}
.tense-table tr:last-child {
	background:#7B7667;
	color:#fff;
	text-shadow:0 1px 0 #111;
}
.tense-table tr:last-child td:first-child {
	/* background:#5B8977; */
	color:#fff;
	text-shadow:0 1px 0 #111;
	transform: skewY(0deg);
	-webkit-transform: skewY(0deg);
	-moz-transform: skewY(0deg);
}
header input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.video-wrapper{
	clear:both;
	max-width:720px;
	margin:0 auto;
}
.video-wrapper560{
	clear:both;
	max-width:560px;
	width:100%;
	margin:0 auto;
}
.video { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow:hidden;
	margin:0 auto;
} 
.video iframe, 
.video object, 
.video embed {
	position: absolute; 
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%; 
}
.scrollup {
  width: 36px;
  height: 36px;
  position: fixed;
  bottom: 70px;
  right: 15px;
  display: none;
}
.scrolldown {
  width: 36px;
  height: 36px;
  position: fixed;
  bottom: 32px;
  right: 15px;
  display: none;
}
@media (max-width:840px) {
body {
	font-size:115%;
}
.sidebar-mail a{ 
	padding:10px 5px;	
	}
.scrollup {
  bottom: 105px;
}	
.scrollmiddle{
	display:block;
  position: fixed;
  bottom: 69px;
  right: 14.5px;
	display: none;
	width: 34px;
  height: 25px;
	border:solid 2px #ccc;
	border-radius:50%;
	padding-top:5px;
}
.scrollmiddle span{
	display:block;
	margin:0.22em auto;
	width:25px;
	height:0;
	background-clip: border-box; /* for rgba border */
	border-bottom:solid 3px #777;
	opacity:0.5;
}
.sticky, .stop-sticky {
 position: static;
}	
.mob_menu {
	position:absolute;
	top:77px;
	left:7px;
	padding:5px;
	border-left:solid 1px #f33;
	border-radius:8px;
	}
.mob_menu span {
	display:block;
	width:49px;
	height:8px;
	background:#999;
	margin:4px;
	border-radius:8px;
	}
/* Toggled State for topmenu */
header input[type=checkbox]:checked + div {
 	overflow:auto;
	left:135px;
	width:79%;
}	
#page-wrapper {
	padding-bottom:180px; /* for footer */
}
.logo-right {
	display:none;
}	
.two-lang p {
	width: 45%;
}
.two-cols p {
	width: 43%;
}
.en-de {
	padding-left:1%;
	width:100%;
	max-width: 520px;
	}
.en-de a{
	width:47%;
	min-width: 163px;
	padding:7px 2px;
	font-size:85%;
	}
header {
	height:225px;
	width:100%;
	border-bottom:solid 5px #ecc;
}	
#content, #content_center  {
	float:none;
	width:97%;
	padding:5px;
	margin: 230px auto -30px;
	}
.base {
	margin: 0 auto;
	padding:4px;
	margin-top:8px;
	width:97%;
}
footer {
	height:180px;
}
.counters {
	top:70px;
}
.counters div{
	display:block;
}
.logo_com {
	margin:40px auto 0;
	width:35%;
	width:22%;
	min-width:240px;
}
.sidebar {
	margin: 45px auto 0;
	float:none;
	width:97%;
	clear:both;
	}
.vert-menu a:link{
	font-size:1.2em;
	padding: 18px 7px 0;
}
.vert-menu a::after {
	margin-top:18px;
}
.slogan {
	display:none;
}
.search {
	position:relative;
	right:0;
	bottom:40px;
	margin:80px auto 0;
	width:90%;
	max-width:100%;
	}	
.ad_block {
	float:none;
	width:99%;
	margin:15px auto;
	height:auto;
}	
.sr-form input[type ="submit"] {
	padding:8px 5px;
}
.topmenu {
	display:block;
	position:relative;
	top: -205px;
	left:-1450px;
	z-index:990;
	box-shadow:none;
	background-color:#ddd;
	width:220px;
	border-radius:6px;
	}
.topmenu a {
	display:block;
	text-align:justify;
	margin:0;
	border:solid #fff 1px;
	padding:13px 0 13px 30px;
	border-radius:5px;
	font-size:1.3em;
	}
.topmenu a:last-child {
	display:block;
}
}
@media (max-width:520px) {
h1,h2,h3,h4 {
	clear:both;
}	
.right-block {
	float:none;
	margin:0 auto;
}
.left {
	float:none;
	margin:0 auto;
}
img{
	text-align:center;
}		
}