@charset "utf-8";

/*********
Allgemein
*********/
* {
	font-family: 'KlavikaWebBasic', Helvetica, Arial, sans-serif
}

html {
	height: 100%;
}

a:link,
a:visited,
a:hover,
a:active {
	outline: 0;
}

/*********
Allgemeine Responsive Klassen fÌr GerÀte
*********/
/* Desktop */
@media 
only screen and (min-device-width : 880px), 
only screen and (min-width : 880px) {
.desktop-off, 
.tablet-on,
.phone-on {
	display: none;
}
.desktop-on, 
.tablet-off, 
.phone-off {
	display: block;
}
}
/* Tablets */
@media 
only screen and (min-device-width : 600px) and (max-device-width : 879px), 
only screen and (min-width : 600px) and (max-width : 879px) {
.tablet-off,
.desktop-on, 
.phone-on {
	display: none;
}
.tablet-on,
.desktop-off, 
.phone-off {
	display: block;
}
}
/* Mobile */
@media 
only screen and (min-device-width : 220px) and (max-device-width : 599px), 
only screen and (min-width : 220px) and (max-width : 599px) {
.phone-off,
.desktop-on, 
.tablet-on
 {
	display: none;
}
.phone-on, 
.desktop-off, 
.tablet-off {
	display: block;
}
}

/*********
Allgemeine Content Styles
*********/
h1, h2, h3, p {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2.5rem; /* 40px 40/16 = 2.5 */
	font-weight: normal;
	margin-bottom: 30px;
}

h2 {
	font-size: 1.5rem; /* 30px 32/16 = 2 */
	font-weight: normal;
	margin-bottom: 8px;
}

h2 img {
	display: inline-block;
	height: 1.5rem;
	margin-right: 5px;
}

h3 {
	font-size: 1.25rem; /* 20px 20/16 = 1.25 */
	margin-bottom: 3px;
	font-weight: normal;
}

p {
	font-size: 0.875rem; /* 12px 12/16 = 0.75 */
	padding-bottom: 15px;
}

p.date {
	font-size: 0.75rem;
}

.lead {
	font-weight: bold;
}

@media 
only screen and (min-device-width : 220px) and (max-device-width : 879px), 
only screen and (min-width : 220px) and (max-width : 879px) {
h1 {
	font-size: 2rem;
	margin-bottom: 10px;
}
}
@media 
only screen and (min-device-width : 220px) and (max-device-width : 599px), 
only screen and (min-width : 220px) and (max-width : 599px) {
h2 {
	font-size: 1.25rem;
}
h3 {
	font-size: 1.1rem; /* 20px 20/16 = 1.25 */
}
}

img {
	border: 0;
}

img.full {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 15px;
}

.img-right {
	float: right;
	width: 50%;
	margin-left: 15px;
	margin-bottom: 15px;
}

.img-left {
	float: left;
	width: 50%;
	margin-right: 15px;
	margin-bottom: 15px;
}

@media 
only screen and (min-device-width : 220px) and (max-device-width : 599px), 
only screen and (min-width : 220px) and (max-width : 599px) {
.img-right {
	float: none;
	display: block;
	width: 100%;
	margin-left: 0px;
}
.img-left {
	float: none;
	display: block;
	width: 100%;
	margin-right: 0px;
}
}

ul, ol {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
} 

li {
	padding-bottom: 10px;
	padding-left: 8px;
	margin-left: 15px;
	list-style-type: disc;
	font-size: 1rem; /* 12px 12/16 = 0.75 */
}

.datenschutz-site li {
	font-size: 0.875rem;
}

ol li {
	list-style-type: decimal;
}

#console li {
    font-size: 1rem;
}


/*Links*/
a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a.dokument {
	background: url(../img/layout/icon-dokument.svg) left top no-repeat;
	background-size: 12px auto;
	padding-left: 20px;	 
}

/* Team */
.teamlist, 
.teamdetail {
	margin: 0;
	padding: 0;
}

.teamlist li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
}

.teamlist li a {
	display: inline-block;
	padding: 5px;
	background: #004666;
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
}

.teamdetail li {
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
	list-style-type: none;
	overflow: hidden;
}

.teamdetail img.portrait {
	width: 100%;
	height: auto;
}

.teamdetail h2 {
	margin-bottom: 3px;
	color: #004666;
	font-weight: 700;
	
}

.teamdetail .funktion {
	font-style: italic;
}

.teamdetail .spezial {
	padding: 8px;
	background: #004666;
	color: #fff;
}

ul.mitglied {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.mitglied li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

.mitglied li a {
	display: block;
}

.mitglied li a img {
}

/*********
Raster-Styles
*********/
body {
	font-size: 100%; /* 16px = 1em */
	height: 100%;
	width: 100%;
	background-image: url(../img/background/reisen-4.jpg);
	background-size: cover;
	background-color: #9da7a7;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.news-site body { background-image: url(../img/background/reisen-6.jpg); }
.firma-site body { background-image: url(../img/background/engelreisen-1.jpg); }
.angebote-site body { background-image: url(../img/background/reisen-7.jpg); }
.buecher-site body { background-image: url(../img/background/engelreisen-4.jpg); }
.reiseberichte-site body { background-image: url(../img/background/reisen-8.jpg); }

body, img, p, tr, td {
	color: #000;
}

header {
	width: 345px;
	margin-right: 186px;
	padding-top: 52px;
	float: left;
}

#logo img {
	display: block;
}

nav.main-nav {
	padding-left: 55px;
	padding-top: 52px;
}

#content {
	max-width: 870px;
	padding-left: 531px;
	padding-right: 20px;
	padding-top: 212px;
	padding-bottom: 120px;
}

#content .ct-block,
fieldset.berater {
	background-image: url(../img/layout/bg-trans-75.png);
	padding: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}

footer {
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
	background: #9da7a7;
	border-top: 5px solid #004666;
	text-align: center;
	z-index: 5;
}

footer .slogan {
	color: #fff;
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: 2px;
}

@media 
only screen and (min-device-width : 220px) and (max-device-width : 879px), 
only screen and (min-width : 220px) and (max-width : 879px) {
header {
	display: block;
	float: none;
	width: 100%;
	padding-top: 42px;
	padding-bottom: 42px;
}
#logo img {
	width: 50%;
	max-width: 345px;
}
footer {
	position: inherit;
	display: block;
	margin-top: 40px;
}
}

@media 
only screen and (min-device-width : 880px) and (max-device-width : 1315px), 
only screen and (min-width : 880px) and (max-width : 1315px) {
header {
	width: 345px;
	margin-right: 55px;
	padding-top: 52px;
	float: left;
}
#content {
	padding-left: 400px;
}
}

@media 
only screen and (min-device-width : 600px) and (max-device-width : 879px), 
only screen and (min-width : 600px) and (max-width : 879px) {
#content {
	padding-left: 47px;
	padding-right: 47px;
	padding-top: 0px;
	padding-bottom: 0px;
}
}

@media 
only screen and (min-device-width : 220px) and (max-device-width : 599px), 
only screen and (min-width : 220px) and (max-width : 599px) {
body {
	font-size: 90%; 
}
header {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
}

#content {
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
body {
	background-position: top left;
}

#logo img {
	width: 345px;
	height: auto;
}

header {
	width: 345px;
	margin-right: 186px;
	padding-top: 52px;
	float: left;
}
#content {
	max-width: 870px;
	padding-left: 531px;
	padding-right: 20px;
	padding-top: 212px;
	padding-bottom: 120px;
}
}

/*********
MINI-GRID
*********/
.col-1, 
.col-2 {
	width: 47%;
	float: left;
	margin-right: 6%;
}

.col-2 {
	margin-right: 0;
	float: right;
}
@media 
only screen and (min-device-width : 220px) and (max-device-width : 599px), 
only screen and (min-width : 220px) and (max-width : 599px) {
.col-1, 
.col-2 {
	width: 100%;
	float: none;
	display: block;
	margin-right: 0;
	margin-bottom: 25px;
}
}

/*********
Boxliste
*********/
ul.box-list {
	margin: 0;
	padding: 0;
	overflow: hidden;/**/ /*mit adventskalender hidden*/
}

.box-list li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	list-style-type: none;
	background: #9DA7A7;
}

.box-list li:nth-child(even) {
	margin-right: 0;
}

.box-list li a {
	display: block; 
	text-decoration: none;
}

.box-list li img {
	width: 100%;
}

.box-list li p {
	padding: 0;
	margin: 10px;
	padding-left: 45px;
	height: 40px;
	overflow: hidden;
	
	display: inline-block;
}

.box-list li p.news { background: url(../img/layout/icon-news.svg) no-repeat left top; background-size: 40px 40px;}
.box-list li p.angebot { background: url(../img/layout/icon-angebote.svg) no-repeat left top; background-size: 40px 40px;}
.box-list li p.tipp { background: url(../img/layout/icon-tipps.svg) no-repeat left top; background-size: 40px 40px;}

/*.adventskalender {
	margin-right: 2%;
	margin-bottom: 2%;
	background: #9DA7A7;
	display: inline-block;
}

.adventskalender img {
	width: 100%;
}

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

.adventskalender p.kurztext { 
	padding: 0;
	margin: 10px;
	padding-left: 45px;
	height: 40px;
	overflow: hidden;
	background: url(../img/layout/icon-adventskalender.svg) no-repeat left top; background-size: 40px 40px;
}
*/

@media 
only screen and (min-device-width : 220px) and (max-device-width : 599px), 
only screen and (min-width : 220px) and (max-width : 599px) {
.box-list li {
	float: none;
	display: block;
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
}
	/*.adventskalender {
    margin-right: 0%;
	margin-bottom: 30px;
	margin-top: 15px;
}*/
}

/*********
Tools
*********/
.angebot-details .big-img {
	position: relative;
	margin-bottom: 25px;
}

.angebot-details .teaser {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 25px;
}

.angebot-details .preis span {
	display: inline-block;
	padding: 5px;
	background: #004666;
	color: #fff;
	font-size: 1.375rem;
}

.angebot-details .anfrage a {
	display: inline-block;
	padding: 5px;
	background: #004666;
	color: #fff;
	font-size: 1.125rem;
	text-decoration: none;
}
#map {
	width: 100%;
	height: 500px;
}

.reisebericht-details .autor {
	font-style: italic;
}

/*********
Online-Berater
ausgelagert in onlineberater.css
*********/
#control-wrapper li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.berater {
	margin-bottom: 80px; /*mit adventskalender 4% abstand*/
	width: 100%;
}

@media 
only screen and (min-device-width : 220px) and (max-device-width : 599px), 
only screen and (min-width : 220px) and (max-width : 599px) {
div.berater {
	margin-bottom: 80px; /*mit adventskalender 30px abstand*/
}
}
	
fieldset.berater h2 {
	background-color: rgb(157,167,168);
	color: rgb(255,255,255);
	margin: -20px -20px 20px -20px;
  padding: 10px 20px;
}
fieldset.berater h3 {
	clear: left;
	font-size: 1em;
}
fieldset.berater h2 span {
	color: rgba(255,255,255,0.65);
	font-size: 1.1rem;
}
fieldset.berater > p,
fieldset.berater > div {
	width: calc(50% - 30px);
	float: left;
}
fieldset.berater > p.left,
fieldset.berater > div.left {
	margin-right: 60px;
	clear: left;
}
fieldset.berater ul li {
	font-size: 0.875rem;
	padding-bottom: 0px;
}
@media 
only screen and (min-device-width : 880px) and (max-device-width : 1179px), 
only screen and (min-width : 880px) and (max-width : 1179px),
only screen and (min-device-width : 220px) and (max-device-width : 765px), 
only screen and (min-width : 220px) and (max-width : 765px) {
fieldset.berater > p,
fieldset.berater > div {
	width: 100%;
}
fieldset.berater > p.left,
fieldset.berater > div.left {
	margin-right: 0px;
}
}
label[for=anrede],
label[for=geburtsdatum-tag],
label[for=captchaimage] {
	padding-top: 6px;
}
#anrede-wheel.selectwheel {
	width: 60%;
}
.geburtsdatum-tag-wheel.selectwheel {
	width: calc(10% - 3px);
	text-align: right;
}
.geburtsdatum-monat-wheel.selectwheel {
	width: calc(30% - 3px);
	text-align: center;
}
.geburtsdatum-jahr-wheel.selectwheel {
	width: 20%;
	text-align: right;
}
#anrede-wheel.selectwheel,
.geburtsdatum-tag-wheel.selectwheel,
.geburtsdatum-monat-wheel.selectwheel,
.geburtsdatum-jahr-wheel.selectwheel {
	display: inline-block;
	height: 50px;
}
#anrede-wheel.selectwheel li,
.geburtsdatum-tag-wheel.selectwheel li,
.geburtsdatum-monat-wheel.selectwheel li,
.geburtsdatum-jahr-wheel.selectwheel li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding: 2px 10px;
}
.selectwheel {
	overflow: hidden;
	background: -moz-linear-gradient(top,  rgba(157,167,168,0) 0%, rgba(157,167,168,1) 40%, rgba(157,167,168,1) 60%, rgba(157,167,168,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,167,168,1)), color-stop(45%,rgba(157,167,168,1)), color-stop(55%,rgba(157,167,168,1)), color-stop(100%,rgba(157,167,168,0))); 
	background: -webkit-linear-gradient(top,  rgba(157,167,168,0) 0%,rgba(157,167,168,1) 45%,rgba(157,167,168,1) 55%,rgba(157,167,168,0) 100%); 
	background: -o-linear-gradient(top,  rgba(157,167,168,0) 0%,rgba(157,167,168,1) 45%,rgba(157,167,168,1) 55%,rgba(157,167,168,0) 100%);
	background: -ms-linear-gradient(top,  rgba(157,167,168,0) 0%,rgba(157,167,168,1) 45%,rgba(157,167,168,1) 55%,rgba(157,167,168,0) 100%); 
	background: linear-gradient(to bottom,  rgba(157,167,168,0) 0%,rgba(157,167,168,1) 40%,rgba(157,167,168,1) 60%,rgba(157,167,168,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9da7a8', endColorstr='#9da7a8',GradientType=0 ); 
}
.selectwheel ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.selectwheel li {
	padding: 5px 10px;
	position: relative;
	z-index: 1;
}

.selectwheel li:not(.ui-state-active) {
	opacity: 0.5;
}
/*
.selectwheel li.ui-state-active {
	position: relative;
	z-index: 3;
}
*/
.selectwheel a,
.selectwheel a:hover,
.selectwheel a:active		{
	color: #000000;
	text-decoration: none;
}
.selectwheel-frame {
	position: relative;
	z-index: 2;
}

/*********
DatePicker
*********/
.picker .picker__frame {
	max-width: 350px;
}

.picker .picker__table {
	font-size: 1rem;
}

.picker .picker__select--month, 
.picker .picker__select--year {
	padding: 0;
	height: 2rem;
}

.picker .picker__box {
	font-size: 1.2rem;
}

.picker .picker__weekday {
	color: #fff;
}

.picker .picker__weekday, 
.picker .picker__table td {
	text-align: center;
}

.picker .picker--focused .picker__day--highlighted, 
.picker .picker__day--highlighted:hover, 
.picker .picker__day--infocus:hover, 
.picker .picker__day--outfocus:hover {
	background-color: #b2c7d1;
}

.picker .picker__nav--next:hover, 
.picker .picker__nav--prev:hover, 
.picker .picker__button--clear:hover, 
.picker .picker__button--close:hover, 
.picker .picker__button--today:hover, 
.picker tr:hover {
	background-color: transparent;
}


/*********
Navigation
*********/
.main-nav ul, 
.mean-nav ul {
	margin: 0;
	padding: 15px 25px;
	background-color: #004666;
}

.main-nav ul li, 
.mean-nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: url(../img/layout/icon-berater.svg) no-repeat left center;
	background-size: 32px 32px;
}

.main-nav ul li.news, .mean-nav ul li.news {background: url(../img/layout/icon-news.svg) no-repeat left center; background-size: 32px 32px;}
.main-nav ul li.firma, .mean-nav u li.firma {background: url(../img/layout/icon-firma.svg) no-repeat left center; background-size: 32px 32px;}
.main-nav ul li.angebote, .mean-nav ul li.angebote {background: url(../img/layout/icon-angebote.svg) no-repeat left center; background-size: 32px 32px;}
.main-nav ul li.buecher, .mean-nav ul li.buecher {background: url(../img/layout/icon-buecher.svg) no-repeat left center; background-size: 32px 32px;}
.main-nav ul li.tipps, .mean-nav ul li.tipps {background: url(../img/layout/icon-tipps.svg) no-repeat left center; background-size: 32px 32px;}

.main-nav ul li a, 
.mean-nav ul li a {
	font-size: 1.375rem;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 2px solid #fff;
	text-decoration: none;
	display: block;
	padding-left: 50px;
	height: 47px;
	line-height: 47px;
}

.main-nav ul li a.last, 
.mean-nav ul li a.last {
	border-bottom: 0;
}

@media 
only screen and (min-device-width : 600px) and (max-device-width : 879px), 
only screen and (min-width : 600px) and (max-width : 879px) {
.main-nav ul {
	display: none;
}
.mean-nav ul li a {
	font-size: 0.9rem;
	padding-left: 35px;
}
.main-nav ul li, 
.mean-nav ul li, 
.mean-nav ul li.news, 
.mean-nav ul li.firma, 
.mean-nav ul li.angebote, 
.mean-nav ul li.buecher, 
.mean-nav ul li.tipps {
	background-size: 25px 25px;
}
}

@media 
only screen and (min-device-width : 220px) and (max-device-width : 599px), 
only screen and (min-width : 220px) and (max-width : 599px) {
.main-nav ul {
	display: none;
}
.mean-nav ul {
	margin: 0;
	padding: 5px 10px;
}
.mean-nav ul li, .mean-nav ul li.tipps, .mean-nav ul li.buecher, .mean-nav ul li.angebote, .mean-nav ul li.firma, .mean-nav ul li.news {
	background: none;
}
.mean-nav ul li a {
	font-size: 0.875rem;
	padding-left: 0px;
	height: 35px;
	line-height: 35px;
}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.main-nav ul {
	display: block;
}
}

/*** Service/Footer ***/
.service-nav ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}

.service-nav ul li {
	padding: 0;
	list-style-type: none;
	display: inline-block;
	margin: 0px 10px;
}

.service-nav li a {
	color: #004666;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

footer p a {
	color: #004666;
	text-decoration: none;
	font-weight: normal;
}

.service-nav li img {
	width: 30px;
	height: 30px;
	margin-right: 8px;
	margin-left: 0px;
}

.service-nav span {
	margin-right: 0px;
}

.lang-nav {
	position: absolute;
	right: 15px;
	top: 0px;
}

.lang-nav ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.lang-nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	margin-left: 10px;
}

.lang-nav a {
	display: block;
	background: #774b0d;
	color: #fff;
	padding: 5px;
	text-decoration: none;
}

.lang-nav a.active, 
.lang-nav a:hover {
	background: #BA7301;
}

@media 
only screen and (min-device-width : 220px) and (max-device-width : 599px), 
only screen and (min-width : 220px) and (max-width : 599px) {
.service-nav span {
	display: none;
}
}

/*********
Tabellen
*********/
table, tbody, thead {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0px;
	margin-bottom: 10px;
}

tr, td, th {
	border: 0px;
}

/*tr:nth-child(even) {
	background-image:url(../img/layout/bg_weiss60.png);
}*/

tr {
	padding: 0px;
	margin: 0px;
}

tr:hover {
	background-color: #9da7a7;
}

th {
	padding: 2px;
	border-bottom: 1px solid #333;
	vertical-align: top;
	text-align: left;
	color: #fff;
	font-weight: bold;
	background-color: #004666;
}

th:hover {
	cursor: pointer;
}

td {
	margin: 0;
	padding: 2px;
	border-bottom: 1px dotted #333;
	vertical-align: top;
	text-align: left;
}

tr .right {
	text-align: right;
}

/* Sortierung in Tabelle */
th.sortable.active.DESC::after {
    content: url(../img/layout/icon-sort-asc.svg);
	padding-left: 5px;
}
th.sortable.active.ASC::after {
	content: url(../img/layout/icon-sort-desc.svg);
	padding-left: 5px;
}

@media 
only screen and (min-device-width : 220px) and (max-device-width : 599px), 
only screen and (min-width : 220px) and (max-width : 599px) {
td {
	font-size: 0.8rem;
}

tr .right {
	min-width: 50px;
}
}

/*********
Formulare
*********/
form p {
	overflow: hidden;
}

fieldset {
	border: 0;
	margin: 0;
}

legend {
	padding: 0;
	margin: 0;
	margin-bottom: 7px;
	font-size: 1rem; /* 16px 16/16 = 1 */
	color: #000;	
	text-transform: uppercase;
}

label {
	float: left;	
	font-size: 1rem;
	width: 40%;
}

.input-desc {
	font-size: 0.8rem;
	display: block;
	margin-top: -10px;
	margin-bottom: 15px;
}

input, 
select, 
textarea {
	background-color: rgba(255,255,255,0);
	border: 1px solid rgb(0,0,0);
	padding: 1px 3px;
	width: calc(60% - 8px);
	font-size: 0.8rem;
}

textarea {
	height: 120px;
}

input.error,
button.error {
	border: 1px solid #DC0D2B;
}
p.error, span.error {
	color: #DC0D2B;
	font-size: 0.875rem;
}

input[type="checkbox"].error {
	color: red;
}

input[type="checkbox"].error + label span.checkbox {
	background: url(../img/layout/checkbox-red.png) left top no-repeat;
}

input:focus,
textarea:focus {
	border-color: #004666;
	background-color: rgba(255,255,255,1);
}

input.checkbox, input.radio {
	width: auto;
	margin-right: 5px;
	border: 0;
}

input[type="submit"],
button {
	background-color: rgb(157,167,168);
	border: 0;
	padding: 2px 5px;
}

input[type="submit"],
button[type="submit"] {
	height: 50px;
	font-size: 1.5rem;
	margin: 0px;
	width: 100%;
}

input[type="submit"]:hover,
button:hover {
	background-color: rgba(157,167,168,0.5);
}

.button {
	margin: 20px -20px -35px;
}

.filter input[type="submit"] {
	width: inherit;
}

input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label {
	padding-left: 24px;
	width: calc(100% - 20px);
}
input[type="checkbox"] + label span.checkbox {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: -3px 4px 0 -24px;
	vertical-align: middle;
	background: url(../img/layout/checkbox-black.png) left top no-repeat;
	cursor: pointer;
}
input[type="checkbox"]:checked + label span.checkbox {
	background: url(../img/layout/checkbox-black.png) -16px top no-repeat;
}
input[type="checkbox"] + label.inline {
	width: calc(60% - 24px);
}

.g-recaptcha {
	display: inline-block;
}

input.pflicht {
}

div.halb input.text {
	width: 90%;
}

@media 
only screen and (min-device-width : 220px) and (max-device-width : 599px), 
only screen and (min-width : 220px) and (max-width : 599px) {
input[type="submit"],
button[type="submit"] {
	font-size: 1rem;
}
}

/*********
Transparenzen
*********/
.opac70 {
	/* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	  /* IE 5-7 */
	  filter: alpha(opacity=70);
	  /* Netscape/FireFox */
	  -moz-opacity: 0.7;
	  /* Safari 1.x */
	  -khtml-opacity: 0.7;
	  /* aktuelle Browser */
	  opacity: 0.7;
}

.opac100 {
	/* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	  /* IE 5-7 */
	  filter: alpha(opacity=100);
	  /* Netscape/FireFox */
	  -moz-opacity: 1.0;
	  /* Safari 1.x */
	  -khtml-opacity: 1.0;
	  /* aktuelle Browser */
	  opacity: 1.0;
}