﻿/************************************************
 Form classes
*************************************************/

form.form.contact > .control-group:first-of-type {
	display: none;
}

form.form {
	width: 100%;
	padding: 0;
	margin: 0 0 12px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

p.memberzone-loginheader {
	margin-top: 0px;
	margin-bottom: 12px;
}

form.contact {
	padding: 25px 0 0 0;
}

form.memberzone {
	padding: 0;
}

p.memberzone-loginheader {
	margin-top: 0px;
	margin-bottom: 12px;
}

.form p.form-comment {
	margin-top: 5px;
	margin-bottom: 8px;
}

.form hr.delimiterline {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.15), rgba(0,0,0,0.15), rgba(0,0,0,0.15)); 
	background-image:	-moz-linear-gradient(left, rgba(0,0,0,0.15), rgba(0,0,0,0.15), rgba(0,0,0,0.15)); 
	background-image:	 -ms-linear-gradient(left, rgba(0,0,0,0.15), rgba(0,0,0,0.15), rgba(0,0,0,0.15)); 
	background-image:	  -o-linear-gradient(left, rgba(0,0,0,0.15), rgba(0,0,0,0.15), rgba(0,0,0,0.15));
	margin:26px 0 26px 0;
}

/************************************************
 Buttons
*************************************************/

input.formbutton {
	background-color: #fff;
	border: 2px solid #2068b9;
	border-radius: 0;
	box-sizing: initial !important;
	color: #2068b9;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	height: 37px;
	letter-spacing: 1px;
	line-height: 35px;
	margin: 10px 0 0 0;
	outline: 0 none;
	padding: 0 22px;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s;
	white-space: nowrap;
	width: auto;
}

input.formbutton:hover {
	background-color:#2068b9;
	color:#fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

input.submit {
	margin-right: 6px;
}

input.reset {
}

/************************************************
 Form fields classes
*************************************************/

.control-group {
	overflow: hidden;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;	  
}

.checkboxes {
	padding-top: 1px;
	padding-bottom: 2px;	  
}

.controls {
	float: left;
	width: 100%;
	max-width:600px;
}

.control-group .required {
	margin-left: 4px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #d55;
	font-style: normal;
}

.control-group .required:after {
	content: "*";
}

/************************************************
 Form Fields Types
*************************************************/

.controls .font {
	font-family: "Raleway",sans-serif;
	font-size: 13px;
	color: #646464;
	font-weight:400;
}

.controls .border {
	border: 1px solid #bfbfbf;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}

.controls .textbox {
	background-color: #fff;
	color: #646464;
	font-family: inherit;
	font-size: inherit;
	line-height: 18px;
	margin: 0 0 10px;
	outline: 0 none;
	padding: 10px 17px;
	position: relative;
	resize: none;
	width: 100%;
}

.controls .password {
	background-color: #fff;
	color: #646464;
	font-family: inherit;
	font-size: inherit;
	line-height: 18px;
	margin: 0 0 10px;
	outline: 0 none;
	padding: 10px 17px;
	position: relative;
	resize: none;
	width: 100%;
}

.controls .textarea {
	display: block;
	background-color: #fff;
	color: #646464;
	font-family: inherit;
	font-size: inherit;
	line-height: 18px;
	margin: 0 0 10px;
	outline: 0 none;
	padding: 10px 17px;
	position: relative;
	width: 100%;
	min-height:150px;
	resize: vertical;
}

.controls .datetime {
	background-color: #fff;
	color: #646464;
	font-family: inherit;
	font-size: inherit;
	line-height: 18px;
	margin: 0 0 10px;
	outline: 0 none;
	padding: 10px 17px;
	position: relative;
	resize: none;
	width: 56%;
}

.controls .date {
	background-color: #fff;
	color: #646464;
	font-family: inherit;
	font-size: inherit;
	line-height: 18px;
	margin: 0 0 10px;
	outline: 0 none;
	padding: 10px 17px;
	position: relative;
	resize: none;
	width: 50%;
}

.controls .dropdown {
	background-color: #fff;
	color: #646464;
	font-family: inherit;
	font-size: inherit;
	line-height: 18px;
	margin: 0 0 10px;
	outline: 0 none;
	padding: 10px 17px;
	position: relative;
	resize: none;
	max-width: 600px;
	min-width: 95px;
}

.controls input.formfield-invalid:invalid,
.controls textarea.formfield-invalid:invalid {
	background-color: rgba(255,0,0,.05);
}

/************************************************
 Checkboxes & Radiobuttons
*************************************************/

.controls .checkbox {
	margin-left: 0;
}

.controls .checkbox-left {
	margin-left: 1px;
}

.radiobutton-group {
	padding-bottom: 12px;
}

.radiobuttons-label {
	float: none;
	margin-top: 1px;
	margin-bottom: 20px;
}

.radiobuttons-left {
	float: none;
}

.controls label.checkbox-label,
.controls label.radiobutton-label {
	margin-bottom: -1px;
	position: relative;
	top: -2px;		
}

.controls input[type=checkbox]:not(old),
.controls input[type=radio]:not(old) {
	width: 1px;
	margin: 0;
	padding: 0;
	opacity: 0;
	min-height: 0 !important;
	position: relative;
	top: 20px;
	left: 12px;
}

.controls input[type=checkbox]:not(old) + label,
.controls input[type=radio]:not(old) + label {
	display: inline-block;
	margin-left: 0px;
	padding-left: 27px;
	background: url('/pic/checks.png') no-repeat 0 0;
	line-height: 22px;
	height: 20px; /* auto !important */
}

/* CSS hack for firefox! */
@-moz-document url-prefix() { 
	.controls input[type=checkbox]:not(old) {
		margin-left: -13px;
	}
	.controls input[type=radio]:not(old) + label {
		margin-left: -13px;
	}
}

.controls input[type=checkbox]:not(old):checked + label{
	background-position : 0 -24px;
}

.controls input[type=radio]:not(old):checked + label{
	background-position : 0 -48px;
}

/************************************************
 New Form fields classes / Overrides
*************************************************/

.controls .border {
	background-color: #fff;			/* adapt from above row 154: .controls .textbox -> { background-color } */
	position: relative;
	margin-bottom: 10px;
}

.controls .dropdown.newstyle {
	width: 100%;
	padding-left: 13px;				/* adapt if needed */
}

/* Reset and setup new input fields */
.controls .newstyle {
	margin: 0;
	border: none;
	background-color: transparent;
	transition: all 0.3s ease;
}

.controls label {
	position: absolute;
	top: 7px;
	margin-left: 17px;				/* adapt if needed */
	cursor: default;
	font-weight: 400;
	-webkit-user-select: none;  
	-moz-user-select: none;	
	-ms-user-select: none;	  
	user-select: none;
	transition: all 0.3s ease;		
}

.controls.expanded label {
	top: 5px;
	opacity: 0.6;
	font-size: 11px;
	transition: all 0.3s ease;
}

.controls.expanded .pleasechoose {
	display: none;
}

.controls.expanded .newstyle {
	padding-top: 30px;
	transition: all 0.3s ease;
}

/* Disable auto fill background colors for Chrome */
@-webkit-keyframes autofill {
	to { background: transparent; }
}

input:-webkit-autofill {
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both;
}

/************************************************
 Search form & results
*************************************************/

form.search {
	padding: 0;
}

p.search-header {
	margin-top: 0px;
	margin-bottom: 12px;
}

p.searchresults {
	margin-top: 0px;
	margin-bottom: 12px;
}

ul.searchresults {
	margin: 0;
	padding: 0;
	list-style: none;
}

li.searchresult, li.searchresult h4 {
	padding: 4px 0;
	margin-bottom: 6px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	  
}

li.searchresult:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;		
}

li.searchresult:hover h4 {
	color:#646464;
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;		
}

li.searchresult a.search-title {
	text-decoration: none !important;
}

li.searchresult h4.search-title {
	margin: 2px 0 5px 0;
	padding: 0;
}

li.searchresult p.search-content {
	margin: 0 0 6px 0;
	padding: 0;
}

li.searchresult p.search-moddates {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

i.markedterm {
	background-color: #FFFBAA;
	font-style: normal;
	font-weight: bold;
	animation: blinkermarkedterm 0.7s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
	-webkit-animation: blinkermarkedterm 0.7s cubic-bezier(.5, 0, 1, 1) infinite alternate;	  
}

@keyframes blinkermarkedterm {  
  0% { opacity: 1; }
  100% { opacity: 0.6; }
}

@-webkit-keyframes blinkermarkedterm {  
  0% { opacity: 1; }
  100% { opacity: 0.6; }
}

/************************************************
 Page Navigator
*************************************************/

nav.page-navigator {
	overflow: hidden;
	margin: 8px 0 0 0;
	padding: 0;
}

nav.page-navigator a {
	text-decoration: none;
	color: #333;
}

div.pg-nav-box {
	background-color: #f8f8f8;
	float: left;
	margin-right:5px;	
	border: 1px solid #ddd;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;	   
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}

div.pg-nav-box:hover {
	background-color: #ddd;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}

div.pg-nav-page {
	float: left;
	border: 1px solid #ddd;
	padding: 1px 6px;
}

div.pg-nav-active {
	background-color: #ddd !important;
}

div.pg-nav-back,
div.pg-nav-forward {
	padding: 1px 6px;
	font-size:11px;
}

/************************************************
 Container Layers
*************************************************/

hr.layer_spacer {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	clear: both;
}

.layer_wysiwyg {
	display: inline-block;
}

/************************************************
 Google Maps
*************************************************/

p.route-planer {
	margin-bottom: 0;
}

div.googlemaps-map {
	height: 550px;
}

/************************************************
 Cookie data protection
*************************************************/

.keks-message h3 {
	margin-bottom: 0.5em;
}

.keks-bg-layer {
	background-color: rgba(240,240,240,.85);
	backdrop-filter: blur(3px);
	position:fixed;
	z-index: 32766;
	top:0;
	left:0;
	bottom:0;
	right:0;
}

.keks-bg-layer button {
	background-color: #959595;
	color: white;
	margin-top: 10px;
	padding: 5px 20px;
	line-height: 26px;
	border: none;
	text-transform: uppercase;
	transition: all 0.3s;
}

.keks-bg-layer button:hover {
	background-color: #656565;
	transition: all 0.3s;
}

.keks-dataprotection-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 800px;
	min-width: 360px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	z-index: 32767;
	box-shadow: 0px 0 10px rgba(0, 0, 0, 0.4);
}

.keks-dataprotection-container .keks-message {
	cursor: pointer;
	position: relative;
	padding: 35px 55px 35px 35px;
	margin: 0;
	background-color: #f9f9f9;
	color: #6f6f6f;
	/* font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.42857143; */
}

.keks-dataprotection-container a {
	color: #333745;
}

.keks-dataprotection-container .keks-close {
	font-size: 13px;
	color: #6f6f6f;
	position: absolute;
	top: 17px;
	right: 12px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}

.keks-dataprotection-container .keks-close:hover {
	color: #009db4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}

.keks-dataprotection-container .keks-close .fa-times {
	position: absolute;
	top: -2px;
}

/************************************************
 Animations
*************************************************/

@-webkit-keyframes fa-spin {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg); }
  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg); }
}

@keyframes fa-spin {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg); }
  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg); }
}

/************************************************
 WEITERLESEN-Element
*************************************************/

.readmore-style {
	cursor:pointer;
	-webkit-transition: all 0.3s cubic-bezier(0.3, 1, 0.3, 1);
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s cubic-bezier(0.3, 1, 0.3, 1);
	transition: all 0.3s cubic-bezier(0.3, 1, 0.3, 1);
}

.readmore-style:hover {
	color: #000; /* Akzent */
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

blockquote:empty {
	display: none;
}
