/*
Theme Name: IDC Klaassen
Author: Feinkost Lehmann Entertainment
Version: 1.2
Author URI: http://www.FeinkostLehmann.de/
Description: Dieses responsive Theme und alle enthaltenen Templates sind exklusiv für die Website von IDC Klassen | International Distribution & Consulting.
Tags: IDC Klaassen, QED, Q Acoustics, IsoTek, AVID Hifi, BlueHorizon, Audionet, Fink Team, Plattenspieler, Laufwerke, Analoglaufwerk, Lautsprecher, Boxen, Center, Sub, Subwoofer, Soundbar, Bluetooth, wireless, Netzfilter, Stromfilter, Stromverteiler, Netzkabel, Netzstecker, Lünen, Unterhaltungselektronik, Surround, Martin Klaassen, Audio, Stereo, Heimkino, Mehrkanal, Verstärker, Vorverstärker, Phonostufe, Phono Vorverstärker, Endstufe, HiFi, High-End, International Distribution & Consulting, kompakte Musiksysteme, Vertrieb, Bluetooth-Lautsprecher, Schallwandler
*/

/*----------------------------------Fonts----------------------------------*/
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('fonts/source-sans-pro-v18-latin-300.woff2') format('woff2'), 
       url('fonts/source-sans-pro-v18-latin-300.woff') format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/source-sans-pro-v18-latin-regular.woff2') format('woff2'), 
       url('fonts/source-sans-pro-v18-latin-regular.woff') format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/source-sans-pro-v18-latin-700.woff2') format('woff2'), 
       url('fonts/source-sans-pro-v18-latin-700.woff') format('woff');
}

/*----------------------------------Main----------------------------------*/
* {
	outline-width: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	color: #3A3A3A;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}
.clearfix {
	float: none;
	clear: both;
}
.wrapper {
	max-width: 1224px;
	padding: 0 25px;
	margin: 0 auto;
}
h1 {
	max-width: 80%;
	margin: 0 0 12px 0;
	font-size: 32px;
	line-height: 38px;
	font-weight: 300;
	color: #3a3a3a;
}
.TwoColumns h1 {
	max-width: 90%;
	margin: 30px 0 22px 0;
}
.brands h1 {
	max-width: 80%;
	margin: 30px 0 22px 0;
}
h2 {
	display: block;
	margin: 20px 0 12px 0;
	font-size: 26px;
	line-height: 32px;
	font-weight: 400;
	color: #001f48;
}
h3 {
	margin: 0 0 8px 0;
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	color: #717171;
}
h4 {
	margin: 0 0 12px 0;
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	color: #717171;
}
h5 {
	margin: 0 0 8px 0;
	font-size: 20px;
	line-height: 23px;
	font-weight: 300;
	color: #717171;
	text-transform: uppercase;
}
.registration h5 {
	margin: 0 0 15px 0;
}
a {
	text-decoration: none;
	color: #074392;
}
a:hover {
	color: #000;
}
hr {
	display: block;
	width: 100%;
	height: 1px;
	margin: 0 0 50px 0;
	border: none;
	background-color: #074392;
	box-shadow: none;
}
.content ul li {
    margin: 0 0 0 20px;
}
#cookie-law-button-ok {
	background: #fff !important;
	color: #001f48 !important;
}
#cookie-law-button-ok:hover {
	background: #001f48 !important;
	color: #fff !important;
}
#cookie-law-button-more {
	background: #000 !important;
	color: #fff !important;
}
#cookie-law-button-more:hover {
	background: #fff !important;
	color: #001f48 !important;
}
blockquote {
    padding: 0 14px;
    border-left: 4px solid #001f48;
    font-size: 16px;
    line-height: 20px;
    color: #2e5589;
    font-style: italic;
    max-width: 400px;
}
.wp-caption {
    max-width: 100% !important;
}
.wp-caption-text {
    color: #777;
    font-size: 13px;
}


/*----------------------------------Header----------------------------------*/
header {
	position: fixed;
	width: 100%;
	height: 62px;
	background-color: rgba(255,255,255,0.9);
	border-bottom: 1px solid #b3b3b3;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	z-index: 1001;
}
header.closed {
	height: 34px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#headerlogo {
	position: absolute;
	width: 214px;
	height: 83px;
	display: block;
	border: 1px solid #b3b3b3;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	z-index: 999;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.2);
}
header.closed #headerlogo {
	width: 158px;
	height: 62px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#headerspace {
	width: 100%;
	height: 63px;
}

/*----------Mainmenu----------*/
#mainmenu {
	margin: 22px 0 0 0;
	float: right;
}
header.closed #mainmenu {
	margin: 8px 0 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mainmenu ul li {
	padding: 0 0 18px 24px;
	list-style: none;
	display: table-cell;
}
#mainmenu ul li a {
	font-weight: 700;
	font-size: 17px;
	border-bottom: 3px solid #fff;
	-webkit-font-smoothing: antialiased;
	color: #001f48;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mainmenu ul li:hover a, #mainmenu ul li.current-menu-item a , #mainmenu ul li.current_page_ancestor a {
	border-bottom: 3px solid #001f48;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*----------Submenu----------*/
#mainmenu ul.sub-menu {
	display: none;
	position: absolute;
	top: 62px;
	margin: 0 0 0 -15px;
	border: 1px solid #b3b3b3;
	background-color: rgba(255,255,255,0.9);
}
header.closed #mainmenu ul.sub-menu {
	top: 34px;
}
#mainmenu ul.sub-menu li {
	display: block;
	padding: 0;
}
.menu-item a.menu-image-title-after.menu-image-not-hovered img {
	padding: 0 !important;
    width: 36px !important;
    height: 36px !important;
    background-color: #fff;
}
#mainmenu ul.sub-menu li img {
	border: 1px solid #b3b3b3;
	margin: 0 10px 0 0 !important;
}
#mainmenu ul.sub-menu a {
	display: block;
	border: 0;
	padding: 8px 20px;
	margin: 0;
}
#mainmenu ul li ul.sub-menu a {
	border: 0;
}
#mainmenu ul.sub-menu li:hover {
	background-color: #d3ddea;
	margin: 0;
}
.bigsub a {
	padding: 15px 20px 15px 20px !important;
}
.dealercontent {
	width: 100%;
	padding: 0;
	float: none;
}
.dealercontent:nth-child(2) {
	margin: 0 3.5%;
}
#dealerframe {
	display: none;
	position: relative;
	max-width: 1224px;
	padding: 0 25px;
	margin: 0 -40px 0 0;
	overflow: hidden;
}
header.closed #dealerframe {
	margin: -15px -40px 0 0;
}
#dealersearch {
	width: 157px;
	padding: 15px 22px 15px 22px;
	font-size: 13px;
	line-height: 16px;
	border: 1px solid #b3b3b3;
	background-color: rgba(255,255,255,0.9);
	z-index: 1008;
	float: right;
}
.wpsl-search-widget {
	position: relative;
	z-index: 1009;
}
#wpsl-widget-search {
	position: relative;
	z-index: 1010;
}
#dealerframe.open {
	display: block;
}
#dealerframe .closebutton {
	width: 106%;
	height: 17px;
	margin: -8px 0 5px 0;
	background-image: url(images/Close.png);
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}
#dealerframe .closebutton:hover {
	opacity: 0.7;
}
#dealerframe .searchintro {
	margin: 0 0 6px 0;
	color: #777;
	font-size: 12px;
	line-height: 12px;
}
.dealersubmit {
	display: none;
}
#dealerframe #choosedealer, #dealerframe #choosecountry {
	width: 100%;
	margin: 5px 0;
	text-transform: uppercase;
}
#dealerframe #choosedealer.error {
	border: 2px solid #f00;
}
#dealerframe #plz {
	width: 74%;
	height: 18px;
	padding: 0 3%;
	margin: 5px 0 0 0;
	border-radius: 3px;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
}
#dealerframe #submitbutton {
	width: 19px;
	height: 19px;
	margin: 6px 0 0 0;
	padding: 0;
	border: none;
	background-image: url(images/SearchIcon.png);
	background-repeat: no-repeat;
	float: right;
}
#dealerframe #submitbutton:hover {
	background-image: url(images/SearchIcon.png);
	background-repeat: no-repeat;
	background-color: #fff;
}
#dealer_99999999 {
	display: none;
}
#menu-item-23837 a img {
    margin: -3px 0 0 0;
}

/*----------Dealer-Menu----------*/
.pll-parent-menu-item a, .lang-item a {
    font-weight: 400 !important;
}

/*----------Smartmenu----------*/
#smarttrigger {
	display: none;
	width: 32px;
	height: 25px;
	margin: 19px 0 0 0;
	background-repeat: no-repeat;
	background-position: top;
	float: right;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header.closed #smarttrigger {
	margin: 5px 0 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#smarttrigger.open {
	background-position: bottom;
}
#smartmenu {
	display: none;
	position: fixed;
	top: 63px; right: 0; bottom: 0; left: 0;
	overflow: auto;
	background-color: rgba(255,255,255,0.95);
}
header.closed #smartmenu {
	top: 35px;
}
#smartmenu ul li {
	list-style: none;
	border-bottom: 1px solid #b3b3b3;
}
#smartmenu ul li:first-child {
	margin: 40px 0 0 0;
}
#smartmenu ul li a {
	display: block;
	padding: 15px 25px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 17px;
}
#smartmenu ul li ul li a {
	padding: 5px 25px 5px 50px;
}
#smartmenu ul li ul li:first-child {
	margin: 0;
}
#smartmenu .menu-item-has-children, #smartmenu .hassub {
	background-image: url(images/MenuArrow.png);
	background-position: 97% 22px;
	background-repeat: no-repeat;
}
#smartmenu .sub-menu {
	display: none;
}
#smartmenu ul.sub-menu li img {
	border: 1px solid #b3b3b3;
	margin: 0 10px 0 0 !important;
}
#smartmenu .pll-parent-menu-item .lang-item a {
    padding: 15px 25px 15px 50px !important;
}

/*----------------------------------Content----------------------------------*/
img.alignright {float: right; margin: 0 0 0.8em 1em;}
img.alignleft {float: left; margin: 5px 12px 10px 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.alignright {float: right; }
.alignleft {float: left; margin-right: 15px;}
.aligncenter {display: block; margin-left: auto; margin-right: auto;}

/*----------Global----------*/
.grecaptcha-badge {
    display: none;
}
.box {
	padding: 52px 0;
	overflow: hidden;
}
.box.white, .box.change:nth-child(odd) {
	background-color: #fff;
}
.box.grey, .box.change:nth-child(even) {
	background-color: #f1f3f8;
}
.content {
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
	hyphens: auto;
}
.content p {
	margin: 0 0 15px 0;
}
.content.single {
	margin: 0 0 30px 0;
}
.button {
	margin-right: 10px;
	display: inline-block;
	padding: 5px 30px !important;
	text-transform: uppercase;
	color: #3A3A3A;
	font-size: 16px;
	border: 1px solid #b3b3b3 !important;
	border-radius: 4px;
	font-weight: 300;
	text-shadow: 0px -1px 0px #FFFFFF;
	background-color: #f2f2f2;
	background: -webkit-linear-gradient(#ffffff, #e6e6e6);
	background: -o-linear-gradient(#ffffff, #e6e6e6);
	background: -moz-linear-gradient(#ffffff, #e6e6e6);
	background: linear-gradient(#ffffff, #e6e6e6);
	cursor: pointer;
}
.button::after {
	content: " »"
}
.button a {
	color: #3A3A3A;
}
.button:hover a {
	color: #fff;
}
.button:hover {
	color: #fff;
	border: 1px solid #001f48 !important;
	background: -webkit-linear-gradient(#ffffff, #e6e6e6);
	background: -o-linear-gradient(#ffffff, #e6e6e6);
	background: -moz-linear-gradient(#ffffff, #e6e6e6);
	background: linear-gradient(#ffffff, #e6e6e6);
	background: #001f48;
	text-shadow: none;
}
.button.red {
	background-color: #f00;
	background: -webkit-linear-gradient(#f03b3b, #900000);
	background: -o-linear-gradient(#f03b3b, #900000);
	background: -moz-linear-gradient(#f03b3b, #900000);
	background: linear-gradient(#f03b3b, #900000);
	color: #fff;
	text-shadow: none;
}
.button.red:hover {
	background-color: #f00;
	background: -webkit-linear-gradient(#900000, #f03b3b);
	background: -o-linear-gradient(#900000, #f03b3b);
	background: -moz-linear-gradient(#900000, #f03b3b);
	background: linear-gradient(#900000, #f03b3b);
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
td {
	padding: 8px 10px;
	border: 1px solid #eee;
}
.registration, .events, .downloadpage, .testpage, .singletestpage, .statspage {
	margin: 30px 0 0 0;
}

.OneColumn {
	font-size: 16px !important;
	line-height: 20px !important;
}
.OneColumn img {
	max-width: 100%;
	height: auto;
}

/*----------Home----------*/
.deskslider {
	border-bottom: 1px solid #ddd;
}
.smartslider {
	display: none;
	border-bottom: 1px solid #ddd;
}
.sliderbutton {
	padding: 10px 30px 10px 30px !important;
    font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
    font-weight: 700;
	border: 1px solid #fff !important;
	border-radius: 4px;
    font-size: 15px !important;
    color: #ddd !important;
    background-color: #011f49;
	cursor: pointer;
}
.sliderbutton:hover {
	background-color: #000 !important;
}
.ls-layer-link:hover {
	background-color: #000 !important;
}
.intro {
	max-width: 980px;
	padding: 62px 0 52px 0;
	margin: 0 auto;
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
}

.newsbox {
	width: 31.333%;
	min-height: 120px;
	margin: 30px 3% 0 0;
	float: left;
}
.newsbox:nth-child(3n) {
	margin: 30px 0 0 0;
}
.newsimage {
	width: 78px;
	height: 78px;
	margin: 0 16px 14px 0;
	border: 1px solid #c0c0c0;
	-moz-box-shadow: inset 0 0 0 3px #fff;
   -webkit-box-shadow: inset 0 0 0 3px #fff;
   box-shadow: inset 0 0 0 3px #fff;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
.newsdate {
	margin: 0 0 1px 0;
	font-size: 13px;
	color: #9a9a9a;
}
.newshead {
	margin: 0 0 1px 0;
	font-size: 17px;
	line-height: 19px;
	color: #7a7a7a;
	z-index: 1005;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
	hyphens: auto;
}
.newsbutton {
	font-size: 13px;
	color: #074392;
}
.newsbox:hover .newsimage {
	border: 1px solid #074392;
}
.newsbox:hover .newshead {
	color: #074392;
}
.newsletterbox {
	width: 100%;
	margin: 50px 0 0 0;
	text-align: center;
}
#newsletter {
	display: none;
	margin: 60px 0 10px 0;
}
#newsletter-intro {
	width: 48.5%;
	float: left;
}
#newsletter-form {
	width: 48.5%;
	margin: 44px 0 0 0;
	float: right;
}
#captcha {
	margin: 20px 0 0 0;
	float: left;
}

.teaser {
	padding: 80px 0 52px 0;
}
.teaserbox {
	display: block;
	width: 29.333%;
	height: 282px;
	padding: 0 0.5%;
	margin: 0 3% 3% 0;
	background-color: #f1f3f8;
	-moz-box-shadow: inset 0 0 0 1px #c0c0c0;
   -webkit-box-shadow: inset 0 0 0 1px #c0c0c0;
   box-shadow: inset 0 0 0 1px #c0c0c0;
	float: left;
}
.teaserbox:nth-child(3n) {
	margin: 0 0 3% 0;
}
.teaserlogo {
	width: 150px;
	height: 45px;
	margin: 5px 0 2px 4px;
	background-repeat: no-repeat;
	background-position: left center;
    background-size: contain;
}
.teaserslide {
	position: relative;
	width: 100%;
	height: 224px;
	overflow: hidden;
}
.royalSlider {
	max-width: 100% !important;
	height: 224px !important
}
.teaserinfo {
	position: absolute;
	top: 0; right: 0; left: 0;
	padding: 15px;
	margin: -300px 0 0 0;
	background-color: rgba(241,243,248,0.9);
	z-index: 1005;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
	hyphens: auto;
	-webkit-transition: margin 0.3s ease-in-out;
	-moz-transition: margin 0.3s ease-in-out;
	transition: margin 0.3s ease-in-out;
}
.teaserbox:hover .teaserinfo {
	margin: 0;
	-webkit-transition: margin 0.3s ease-in-out;
	-moz-transition: margin 0.3s ease-in-out;
	transition: margin 0.3s ease-in-out;
}

/*----------Tabelle, 1-Spalter----------*/
.OneColumn, .OneColumn.box, .OneColumn table, .tableview {
	max-width: 100%;
	/*font-size: 13px !important;*/
	overflow: auto;
}
table.cf7-db-table tbody td {
	font-size: 12px !important;
}

/*----------Standardseiten/2-Spalter----------*/
.content.left, .form.left {
	width: 48%;
	float: left;
}
.content.right, .form.right {
	width: 48%;
	float: right;
    margin: 0 2px 0 0;
}
.content img {
	max-width: 100%;
	height: auto;
}
.registration .content.right img {
	border: 1px solid #c0c0c0;
}
.video-block { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden;
}
.video-block iframe, .video-block object, .video-block embed, .video-block video { 
    position: absolute; 
    top: 0; left: 0; 
    width: 100%; 
    height: 100%;
}

/*----------Markenübersicht----------*/
.brandcontainer {
	width: 100%;
	height: 202px;
}
.brandleft {
	display: block;
	width: 20%;
	height: 202px;
	margin: 0 3% 0 0;
	float: left;
}
.brandcenter {
	width: 30%;
	height: 202px;
	display: block;
	margin: 0 3% 0 0;
	float: left;
}
.brandright {
	width: 40%;
	height: 202px;
	display: block;
	float: left;
}
.brandlogo {
	width: 200px;
	height: 200px;
	border: 1px solid #c0c0c0;
	background-repeat: no-repeat;
	background-position: center center;
    background-size: contain;
    background-color: #fff;
}
.brandlogo:hover {
	border: 1px solid #001f48;
}
.teaserbox2 {
	width: 316px;
	height: 200px;
	border: 1px solid #c0c0c0;
}
.teaserbox2:hover {
	border: 1px solid #001f48;
}
.teaserslide2 {
	max-height: 316px !important;
}
.teaserslide2 .rsOverflow {
	max-height: 200px !important;
}
.brandtext {
	margin: 0 0 15px 0;
	color: #3a3a3a;
}
.brandcontainer .button {
	color: #3a3a3a;
}
.brandcontainer .button:hover {
	color: #fff;
	border: 1px solid #001f48;
	background: #001f48;
}

/*----------Marke----------*/
.brandslider {
	border-bottom: 1px solid #ddd;
}
.scrollnavigation {
	margin-top: 15px;
}
.scrollnavigation ul li {
	display: inline-block;
	list-style: none;
	margin: 0 20px 0 0;
}
.scrollnavigation ul li a {
	text-transform: uppercase;
	font-size: 15px;
}
.productwrapper {
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 25px;
}
.productbox {
	width: 31.333%;
	margin: 0 1% 40px 1%;
	float: left;
}
.productname {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
}
.productdescription {
	margin: 0 0 8px 0;
}
.productlink {
	margin: 7px 0 0 0;
	text-transform: uppercase;
}
.productimage {
	width: 100%;
	height: 192px;
	margin: 0 0 10px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.mediacontainer {
	width: 47%;
	margin: 0 4% 2% 0;
	float: left;
}
.mediacontainer:nth-child(odd) {
	margin: 0 0 4% 0;
}
.mediabox {
	padding: 1%;
	background-color: #fff;
	-moz-box-shadow: inset 0 0 0 1px #c0c0c0;
   -webkit-box-shadow: inset 0 0 0 1px #c0c0c0;
   box-shadow: inset 0 0 0 1px #c0c0c0;
}
.mediaimage {
	height: 315px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.mediavideo {
	height: 315px;
}
.mediacaption {
	width: 96%;
	padding: 5px 2% 0 2%;
	font-size: 14px;
	line-height: 16px;
}
.mediabox iframe {
	width: 99.7%;
	height: 315px;
}
.downloadbox {
	width: 23%;
	margin: 0 2% 16px 0;
	float: left;
}
.downloadimage {
	width: 61px;
	height: 72px;
	margin: 0 15px 10px 0;
	border: 1px solid #c0c0c0;
	-moz-box-shadow: inset 0 0 0 3px #fff;
   -webkit-box-shadow: inset 0 0 0 3px #fff;
   box-shadow: inset 0 0 0 3px #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	float: left;
}
.downloadtitle {
	margin: 0 0 4px 0;
	font-size: 16px;
	line-height: 18px;
	color: #7a7a7a;
	z-index: 1005;
}
.downloadsize {
	margin: 0 0 0 0;
	font-size: 13px;
	line-height: 15px;
	color: #9a9a9a;
}
.downloadlink {
	font-size: 13px;
	line-height: 15px;
	color: #074392;
}
.downloadbox:hover .downloadimage {
	border: 1px solid #074392;
}
.downloadbox:hover .downloadtitle {
	color: #074392;
}

.dealertext {
	width: 97%;
	padding: 2% 1.5%;
	margin: 0 0 2% 0;
	box-shadow: inset 0 0 0 1px #c0c0c0;
	border-radius: 3px;
	background-color: #fff;
}
.dealertext img {
	max-height: 260px;
	width: auto;
	max-width: 100%;
}
.dealertext .wp-caption {
	max-width: 100%;
	height: auto;
}
.dealertext .wp-caption-text {
	font-size: 14px;
	font-style: italic;
}
.dealertext .row1_3, .dealertext .row2_3, .dealertext .row3_3 {
	width: 32%;
	margin: 0 2% 0 0;
	float: left;
}
.dealertext .row3_3 {
	margin: 0 0 0 0;
}
.dealertext .row1_2, .dealertext .row2_2 {
	width: 48%;
	margin: 0 2% 0 0;
	float: left;
}
.dealertext .row1_1 {
	width: 100%;
	margin: 0;
	float: none;
}


/*----------Termine----------*/
.eventlogo {
	max-width: 80%;
	height: auto;
	margin: 20px 0 0 0;
}
.brandshead {
	margin: 30px 0 10px 0;
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
}
.eventbrand {
	width: 78px;
	height: 78px;
	margin: 0 16px 14px 0;
	border: 1px solid #c0c0c0;
	-moz-box-shadow: inset 0 0 0 3px #fff;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff;
	background-repeat: no-repeat;
	background-position: center center;
    background-size: contain;
	float: left;
}

/*----------Downloads----------*/
.downleft {
	width: 20%;
	margin: 0 5% 0 0;
	float: left;
}
.downright {
	width: 75%;
	margin: 0;
	float: left;
}
.downloadbox2 {
	width: 31.333%;
	margin: 0 2% 16px 0;
	float: left;
}
.downloadbox2:hover .downloadimage {
	border: 1px solid #074392;
}
.downsegment {
	margin: 0 0 30px 0;
}

/*----------Tests----------*/
.testbox {
	width: 31.333%;
	min-height: 250px;
	margin: 0 3% 30px 0;
	float: left;
}
.testbox:nth-child(3n) {
	margin: 0 0 70px 0;
}
.testpage h1 {
	float: left;
}
#choosenews {
	padding: 15px 0 0 0;
	font-size: 15px;
	line-height: 17px;
	float: right;
	color: #074392
}
.testtable {
	display: table;
	width: 100%;
}
.testleft {
	display: table-cell;
	padding: 0 20px 0 0;
	text-align: center;
	vertical-align: top;
}
.testimage, .brandimage {
	width: 78px;
	height: 78px;
	margin: 0 0 10px 0;
	border: 1px solid #c0c0c0;
	-moz-box-shadow: inset 0 0 0 3px #fff;
   -webkit-box-shadow: inset 0 0 0 3px #fff;
   box-shadow: inset 0 0 0 3px #fff;
	background-repeat: no-repeat;
	background-position: center center;
    background-size: contain;
}
.testbox:hover .testimage, .testbox:hover .brandimage {
	border: 1px solid #074392;
}
.testdate {
	margin: -5px 0 0 0;
	font-size: 15px;
	color: #3a3a3a !important;
}
.testright {
	display: table-cell;
	vertical-align: top;
}
.testhead {
	margin: -5px 0 5px 0;
	font-size: 17px;
	line-height: 22px;
	color: #3a3a3a;
}
.testbox:hover .testhead {
	color: #074392;
}
.testtext {
	margin: 0 0 5px 0;
	font-size: 13px;
	line-height: 19px;
	color: #3a3a3a;
}
.testtext img {
	display: none;
}
.testbox:hover .newsbutton {
	color: #000;
}

/*----------Tests Singlepage----------*/
.singletestpage .singletesthead {
	display: block;
	width: 100%;
	overflow: hidden;
}
.singletestpage .singledate {
	font-size: 15px;
	color: #9a9a9a;
}
.singletestpage h1 {
	width: 65%;
	margin-bottom: 30px;
	float: left;
}
.singletestpage .singlelogos {
	min-width: 200px;
	margin: -15px 0 30px 0;
	text-align: right;
	float: right;
}
.singletestpage .testimage, .singletestpage .brandimage {
	display: inline-block;
	width: 78px;
	height: 78px;
	margin: 0 0 0 10px;
	border: 1px solid #c0c0c0;
	-moz-box-shadow: inset 0 0 0 3px #fff;
   -webkit-box-shadow: inset 0 0 0 3px #fff;
   box-shadow: inset 0 0 0 3px #fff;
	background-repeat: no-repeat;
	background-position: center center;
}
.singletestpage .button {
	margin-top: 15px;
}
.pagination {
	display: table;
	width: 100%;
	margin: 30px 0 0 0;
	font-size: 14px;
	line-height: 17px;
}
.pagination .prevtest {
	display: table-cell;
	text-align: left;
	width: 25%;
}
.pagination .alltests {
	display: table-cell;
	text-align: center;
	width: 50%;
}
.pagination .nexttest {
	display: table-cell;
	text-align: right;
	width: 25%;
}


/*------------------Dealersearch + SRP-----------------*/
.dealerpage h1 {
	width: 100%;
	margin: 60px 0 30px 0;
}
/*-----Map-----*/
.dealerpage .box.white {
	padding: 0 0 60px 0;
}
.dealerpage #map-canvas {
   height: 520px;
	width: 100% !important;
	border: 0 solid #ffffff;
}
.dealerpage #mapBox {
	width: 100% !important;
   float: none;
	border-bottom: 1px solid #ddd;
}

/*-----Products-----*/
.dealerpage .box.grey {
	padding: 40px 0 40px 0;
}
.dealerpage #productBox {
	display: block;
	width: auto;
}
.dealerpage #productText {
	font-size: 15px;
	margin: 0 0 10px 2px;
	color: #DA0000;
}
.dealerpage .productAnchor {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 3px 3px 4px 20px;
	font-size: 16px;
	color: #3a3a3a;
}
.dealerpage .productHighlight {
	background-image: url(images/CheckboxActive.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	background-color: none;
}
.dealerpage .productHighlight a {
}
.dealerpage .productNoHighlight {
	background-image: url(images/CheckboxInactive.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	background-color: none;
}
.dealerpage #legals {
	margin: 8px 0 0 0;
	font-size: 12px;
	line-height: 15px;
	color: #888;
	float: none;
	clear: both;
}


/*----------Videos----------*/
.tc_videos .box:nth-child(odd){
	background-color: #f1f3f8;
}


/*----------Dealersearch OLD----------*/
.dealerpage #dealerBox {
	margin: 0 0 0 0;
}
.dealerpage .dealer {
	width: 30%;
	min-height: 200px;
	margin: 0 2% 20px 0;
	padding: 1% 10px 1% 5px;
	font-size: 12px;
	float: left;
}
.dealerpage .dealer:nth-child(3n) {
	margin: 0 0 20px 0;
}
.dealerpage .dealer a {
	color: #033371;
}
.dealerpage .dealer .left {
	width: 20%;
	margin-right: 5%;
	float: left;
	text-align: center;
}
.dealerpage .dealer .right {
	width: 75%;
	float: left;
}
.dealerpage .dealer .letter {
	font-size: 50px;
	font-weight: 700;
	color: #033371;
	margin: 12px 0 12px 0;
}
.dealerpage .dealer .distance {
	font-size: 15px;
	font-weight: bold;
	color: #c80000;
	margin-bottom: 10px;
	/*opacity: 1 !important;*/
}
.dealerpage .dealer .route {
	font-size: 14px;
	line-height: 16px;
	color: #074392;
}
.dealerpage .dealer .route:hover {
	color: #000;
}
.dealerpage .dealer .name {
	margin: 0 0 8px 0;
	font-size: 18px;
	line-height: 23px;
	font-weight: 400;
	text-transform: uppercase;
}
.dealerpage .dealer .products {
	font-size: 11px;
	line-height: 13px;
	margin: -3px 0 8px 0;
	color: #777;
}
.dealerpage .dealer .street {
	font-size: 14px;
	line-height: 16px;
}
.dealerpage .dealer .postal {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
}
.dealerpage .dealer .location {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
}
.dealerpage .dealer .tel {
	margin: 3px 0 0 0;
	font-size: 14px;
	line-height: 16px;
}
.dealerpage .dealer .www {
	display: block;
	margin: 5px 0 0 0;
	font-size: 14px;
	line-height: 16px;
	color: #074392;
}
.dealerpage .dealer .www:hover {
	color: #000;
}
.dealerpage .dealerHighlight {
   background-color: #f1f3f8;
}
.dealerpage .dealerHighlight .letter {
	color: #DA0000;
}
.dealerpage .box.white.short {
	padding-bottom: 0;
	margin-bottom: -30px;
}

/*-----Stats-----*/
.statspage h1 {
	margin-bottom: 60px;
}
.statspage .box {
	padding: 52px 0 70px 0;
}
.bignumber {
	display: inline-block;
	font-size: 60px;
	font-weight: 700;
}
.bignumber.fixed {
	min-width: 100px; 
	margin: 0 10px 20px 0;
	text-align: right;
}
.smallnumber {
	display: inline-block;
	min-width: 100px; 
	margin: 0 12px 0 0;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	text-align: right;
}
.statspage iframe {
	overflow: auto;
	min-height: 300px;
}

/*----------Modul RS-Slider----------*/
.slidecaption {
	position: absolute;
	max-width: 420px;
	bottom: 0;
	left: 9%;
    border-radius: 5px;
	padding: 38px 40px 30px 40px;
	background-color: rgba(255,255,255,0.85);
	z-index: 999999;
}
.captionhead {
	margin: 0 0 15px 0;
	font-size: 28px;
	font-weight: 700;
	color: var(--maincolor);
}
.captioncopy {
	padding: 0 0 20px 0;
	font-size: 15px;
	line-height: 17px;
	color: #000;
}
.captioncta {
	padding: 10px 25px;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	font-weight: 700;
	background-color: var(--secondcolor);
	text-transform: uppercase;
	transition: all 0.2s;
}
.captioncta:hover {
	color: #fff;
	background-color: var(--maincolor);
}

/*----------Blog----------*/
.blogwrapper {
    margin: 10px auto;
}
.singleblog h2 {
    margin: 0 0 20px 0;
}
.singleblog .slider {
    display: block;
    height: auto;
}
.singleblog .slideshow {
	display: block;
	position: relative;
	direction: ltr;
}
.singleblog .rsImg {
    margin: 0 !important;
    padding: 0 !important;
}
.singleblog p {
    margin: 0 0 10px 0;
}
.module {
    padding: 50px 0;
    background-color: #fff;
    float: none;
    clear: both;
}
.module:nth-child(odd) {
    background-color: #f1f3f8;
}
.video-block {
    margin: 0 0 10px 0;
    max-width: 100% !important;
}
.blogheader {
    display: block;
    background-color: #001f48;
    padding: 12px 0;
    margin: -5px 0 0 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.brand_logo {
    width: 80px;
    height: 80px;
    margin: 0 20px 0 0;
    border: 1px solid #000;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #fff;
    float: left;
}
.bloghead {
    margin: 0;
    padding: 10px 0 0 0;
    color: #fff;
    font-weight: 700;
}
.blogdate {
    color: rgba(255,255,255,0.5);
}

.singleblog .col1 {
    width: 100%;
}
.singleblog .col2_left30 {
    width: 28%;
    float: left;
}
.singleblog .col2_left50 {
    width: 48%;
    float: left;
}
.singleblog .col2_left70 {
    width: 68%;
    float: left;
}
.singleblog .col2_right30 {
    width: 28%;
    float: right;
}
.singleblog .col2_right50 {
    width: 48%;
    float: right;
}
.singleblog .col2_right70 {
    width: 68%;
    float: right;
}
.singleblog .col3_left {
    width: 31%;
    margin: 0 3.5% 0 0;
    float: left;
}
.singleblog .col3_mid {
    width: 31%;
    margin: 0 3.5% 0 0;
    float: left;
}
.singleblog .col3_right {
    width: 31%;
    float: right;
}
.col1 img, .col2_left30 img, .col2_left50 img, .col2_left70 img, .col2_right30 img, .col2_right50 img, .col2_right70 img, .col3_left img, .col3_mid img, .col3_right img {
    max-width: 100%;
    height: auto;
}
.bl_slider {
    margin: 60px 0 0 0;
}
.bl_slider .rsImg {
    margin: 0 !important;
    padding: 0 !important;
}
.blog_wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}
.blog_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 32%;
    margin: 0 2% 2% 0;
    box-shadow: inset 0 0 0 1px #ccc;
    float: left;
}
.blog_box:hover {
    box-shadow: inset 0 0 0 1px #ccc;
    box-shadow: 8px 8px 15px rgba(0,0,0,0.3);
}
.blog_box:nth-child(3n) {
    margin: 0;
}
.blog_image {
    width: 100%;
    height: 0;
    padding-bottom: 54%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: inset 0 0 0 1px #ccc;
}
.blog_title {
    display: block;
    width: 90%;
    padding: 5% 5% 1% 5%;
    font-size: 22px;
    font-weight: 700;
    color: #000;
}
.blog_intro {
    padding: 1% 5% 5% 5%;
    color: #3a3a3a;
}
.blog_footer {
    padding-bottom: 10px;
    width: 96%;
    padding: 2%;
    /*height: 43px;*/
    box-shadow: inset 0 0 0 1px #ccc;
    background-color: #efefef;
}
.blog_icon {
    width: 40px;
    height: 40px;
    margin: 0 8px 0 0;
    border: 1px solid #999;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
}
.blog_brand {
    padding: 11px 0 0 0;
    color: #999;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    float: left;
}
.blog_date {
    padding: 12px 0 0 0;
    float: right;
    color: #999;
    font-size: 13px;
}

.paginationbox {
    display: table;
    width: 100%;
    padding: 20px 0;
    margin: 15px 0 0 0;
    background-color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 800;
    text-transform: uppercase;
}
#blogprevlink {
    display: table-cell;
    width: 40%;
    vertical-align: middle;
    text-align: left;
}
#blogbacklink {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
    text-align: center;
}
#blognextlink {
    display: table-cell;
    width: 40%;
    vertical-align: middle;
    text-align: right;
}
#blogprevlink a, #blogbacklink a, #blognextlink a {
    color: #919191;
}
#blogprevlink:hover a, #blogbacklink:hover a, #blognextlink:hover a {
    color: #001f48;
}

/*----------Formulare----------*/
.formleft, .formright {
	overflow: hidden;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}
input {
	width: 96%;
	padding: 0 2%;
	height: 25px;
	margin: 0 0 12px 0;
	border-radius: 8px;
	border: 1px solid #b3b3b3;
	font-size: 14px;
	-webkit-appearance: none;
}
textarea {
	width: 96%;
	padding: 0 2%;
	margin: 0 0 12px 0;
	border-radius: 8px;
	border: 1px solid #b3b3b3;
	font-size: 14px;
	-webkit-appearance: none;
}
.acceptance {
	width: 100%;
	font-size: 15px;
}
.acceptance .wpcf7-list-item {
	margin: 0;
	padding: 0;
}
.acceptance label, .acceptance .wpcf7-list-item-label, .acceptance .wpcf7-list-item {
	width: 100%;
}
input[type="checkbox"] {
	display: inline-block;
	width: 18px;
	height: 18px;
	padding: 0;
	margin: 0px 5px -3px 0;
	border: 1px solid #b3b3b3;
	border-radius: 3px;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="checkbox"]:checked {
	background-color: #001f48;
	-moz-box-shadow: inset 0 0 0 3px #fff;
   -webkit-box-shadow: inset 0 0 0 3px #fff;
   box-shadow: inset 0 0 0 3px #fff;
}
input[type="submit"] {
	width: auto;
	height: 32px;
	padding: 5px 30px 10px 30px;
	margin: 15px 0 0 0;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
	color: #3a3a3a;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	background-color: #f2f2f2;
	background: -webkit-linear-gradient(#ffffff, #e6e6e6);
	background: -o-linear-gradient(#ffffff, #e6e6e6);
	background: -moz-linear-gradient(#ffffff, #e6e6e6);
	background: linear-gradient(#ffffff, #e6e6e6);
	cursor: pointer;
	float: right;
}
input[type="submit"]:disabled {
	opacity: 0.5;
	cursor: default;
}
input[type="submit"]:hover {
	color: #fff;
	background-color: #f2f2f2;
	background: #001f48;
	border: 1px solid #001f48;
}
input[type="submit"]:disabled:hover {
	color: #3a3a3a;
	border: 1px solid #b3b3b3;
	background-color: #f2f2f2;
	background: -webkit-linear-gradient(#ffffff, #e6e6e6);
	background: -o-linear-gradient(#ffffff, #e6e6e6);
	background: -moz-linear-gradient(#ffffff, #e6e6e6);
	background: linear-gradient(#ffffff, #e6e6e6);
}
input[type="file"] {
	margin: 0 0 15px 0;
	padding: 0;
}
.brandselbox {
	margin: -10px 0 0 0;
}
.brands .brandselbox {
	display: none;
}
.brandlabel {
	display: inline-block;
	padding: 0 0 10px 0;
}
.Marke select {
	width: auto;
	padding: 0 2%;
	margin: 10px 0 15px 4px;
	font-size: 16px;
	line-height: 22px;
	vertical-align: middle;
}
.prename {
	width: 45%;
	float: left;
}
.lastname {
	width: 45%;
	float: right;
}
.wpcf7-form-control-wrap.PLZ {
	width: 32%;
	float: left;
}
.PLZ input {
	width: 95%;
	padding: 0 5%;
}
.wpcf7-form-control-wrap.Ort {
	width: 64%;
	float: right;
}
.Ort input {
	width: 96%;
}
.Nachricht textarea {
	height: 132      px;
	padding: 5px 2%;
}
.legals {
	margin: 10px 0 0 0;
	font-size: 12px;
	line-height: 13px;
	float: left;
}
.wpcf7-response-output, .wpcf7-not-valid-tip {
	/*display: none !important;*/
}
input.wpcf7-not-valid {
	border: 1px solid #f00 !important;
}
.wpcf7-mail-sent-ok {
	width: 100%;
	margin: 40px 0 0 0;
	color: #0b7313;
	font-weight: 700;
	display: block !important;
	border: none !important;
	float: none;
	clear: both;
}
.smartsearch {
	padding: 20px 0 0 0;
}
.smartsearch select {
	width: 100%;
	height: 26px;
	margin: 0 0 15px 0;
	border: 1px solid #ccc;
	font-size: 14px;
}
.smartsearch input {
	border-radius: 5px;
}
input[type="file"] {
	width: auto;
	border: none;
	font-size: 13px;
}
.SmallerText {
	font-size: 13px;
}
.receiptionupload .text {
	font-size: 15px !important;
}
#drop_uploader_0 {
	min-height: 50px !important;
}
.wpcf7-quiz-label {
	display: inline-block;
	font-size: 15px;
	white-space: nowrap;
}
.wpcf7-form-control.wpcf7-quiz.quiz {
	width: 50px;
	text-align: center;
	margin: 0 0 20px 8px;
	display: inline-block !important;
}

/*-----Dealersearch-----*/
.series {
	margin: -15px 0 0 0 !important;
	font-size: 12px;
	line-height: 14px;
}
.wpsl-directions {
	float: right;
}
.wpsl-search {
	background-color: #132e6c !important;
}
.wpsl-dropdown .wpsl-selected-item, .wpsl-dropdown li, .wpsl-selected-item {
	padding: 0 12px !important;
	height: 14px;
	margin-right: 10px !important;
}
#wpsl-search-wrap div label {
	margin-right: 0px !important;
}
#wpsl-search-btn, #wpsl-search-wrap div {
	/*margin-right: 0px !important;*/
}
.wpsl-input label, #wpsl-category label {
	color: #fff !important;
}
#wpsl-search-input {
	margin-right: 10px !important;
}
#wpsl-search-btn {
	margin: 0 8px 0 10px !important;
	display: inline-block !important;
	padding: 5px 30px !important;
	text-transform: uppercase !important;
	color: #3A3A3A !important;
	font-size: 16px !important;
	border: 1px solid #b3b3b3 !important;
	border-radius: 4px !important;
	font-weight: 300 !important;
	text-shadow: 0px -1px 0px #FFFFFF !important;
	background-color: #f2f2f2 !important;
	background: -webkit-linear-gradient(#ffffff, #e6e6e6) !important;
	background: -o-linear-gradient(#ffffff, #e6e6e6) !important;
	background: -moz-linear-gradient(#ffffff, #e6e6e6) !important;
	background: linear-gradient(#ffffff, #e6e6e6) !important;
	cursor: pointer !important;
}
#wpsl-search-btn a {
	color: #3A3A3A !important;
}
#wpsl-search-btn:hover a {
	color: #fff !important;
}
#wpsl-search-btn:hover {
	color: #fff !important;
	border: 1px solid #001f48 !important;
	background: -webkit-linear-gradient(#ffffff, #e6e6e6) !important;
	background: -o-linear-gradient(#ffffff, #e6e6e6) !important;
	background: -moz-linear-gradient(#ffffff, #e6e6e6) !important;
	background: linear-gradient(#ffffff, #e6e6e6) !important;
	background: #001f48 !important;
	text-shadow: none !important;
}
#wpsl-stores {
	border-right: 1px solid #ccc;
}
#wpsl-search-wrap .wpsl-input, 
#wpsl-search-wrap, .wpsl-input, .wpsl-select-wrap, #wpsl-category, .wpsl-search-btn-wrap {
	display: inline-block !important;
	float: left !important;
	clear: none !important;
}
.wpsl-select-wrap {
	display: none !important;
}
label, #wpsl-search-wrap div label {
	width: auto !important;
	margin-right: 7px !important;
}
.wpsl-widget-search {
	z-index: 999999;
}
#wpsl-search-input {
	max-width: 90% !important;
}
.wpsl-dropdown .wpsl-selected-item, .wpsl-dropdown li, .wpsl-selected-item {
    padding: 6px 12px 12px 12px !important;
}

/*----------Feedbackformular----------*/
.feedbackform label, .feedbackform #wpsl-search-wrap div label {
    display: block;
    width: 75% !important;
    margin: 0 0 10px 0 !important;
    float: left;
}
.feedbackform .yesno {
    width: 25%;
    float: right;
}
.feedbackform input[type="radio"] {
    text-align: right;
	display: inline-block;
	width: 18px;
	height: 18px;
	padding: 0;
	margin: 0px 5px -3px 0;
	border: 1px solid #b3b3b3;
	border-radius: 50%;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.feedbackform input[type="radio"]:checked {
	background-color: #074392;
	-moz-box-shadow: inset 0 0 0 3px #fff;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff;
}
.feedbackform .yesno label, .feedbackform .yesno span {
	display: inline-block !important;
    width: auto !important;
}
.feedbackform .formdivider {
    width: 100%;
    margin: 15px 0;
    border-bottom: 1px solid #ccc;
}
.feedbackform .formhead {
    padding: 0 0 10px 0;
}
.feedbackform textarea {
    margin-top: 5px;
    padding-top: 8px;
}
.feedbackform input[type="text"], .feedbackform input[type="email"], .feedbackform input[type="tel"] {
    margin-top: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.feedbackform .acceptance {
    margin-top: 15px;
}

/*----------------------------------Footer----------------------------------*/
footer {
	width: 100%;
	margin: 50px 0 0 0;
}
#footer1, #footer2 {
	width: 100%;
	height: 42px;
}
.footerleft {
	width: 33.33%;
	float: left;
	text-align: left;
	padding: 15px 0 0 0;
	color: #565656;
	font-size: 12px;
	line-height: 13px;
}
#footer1 {
    background-color: #fafafa;
}
#footer1 .footerleft {
	width: 15%;
}
#members {
	display: table;
	width: 70%;
	text-align: center;
	float: left;
}
#members .memberlogo {
	display: table-cell;
	height: 42px;
	vertical-align: middle;
}
#members .memberlogo:hover {
	opacity: 0.6;
}
#members img {
	margin: 0 15px;
	max-height: 32px;
	width: auto;
	vertical-align: middle;
}
footer .menu li {
	display: inline-block;
	list-style: none;
	border-left: 1px solid #565656;
}
footer .menu li:first-child {
	border-left: none;
}
footer .menu li a {
	margin: 0 10px;
	text-transform: uppercase;
	color: #074392;
}
footer .menu li:first-child a {
	margin: 0 10px 0 0;
}
footer .menu li a:hover {
	color: #000;
}
#social_media {
	padding: 8px 0 0 0;
	width: 33.33%;
	float: left;
	text-align: center;
}
a.somelogo {
	display: inline-block;
	width: 27px;
	height: 27px;
	margin: 0 5px;
	background-repeat: no-repeat;
	background-size: contain;
}
a.somelogo:hover {
	opacity: 0.6;
}
.copyright {
	width: 33.33%;
	margin: 15px 0 0 0;
	float: right;
	text-align: right;
	color: #565656;
	font-size: 12px;
	line-height: 13px;
}