@charset "utf-8";
/*  ################################ --------- Browser-Reset -------------------- #############################################
################################################################################################################## */

  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, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100.01%;
	vertical-align:top;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
  :focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
  ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
  table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	outline:0;
}

a {
	-webkit-transition: all 300ms ease 0s;
  	-moz-transition: all 300ms ease 0s;
  	-ms-transition: all 300ms ease 0s;
  	-o-transition: all 300ms ease 0s;
  	transition: all 300ms ease 0s;
	text-decoration:none;
}

/*  ################################ --------- Basic -------------------- #############################################
################################################################################################################## */

html {
	min-height:100%;
}
body {
	background: #222;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100.01%;
	color:#72767e;
}
.clear {
	clear:both; visibility:hidden;
}
/* ################################################################################################################### */
/* ################################ --------- Struktur -------------------- ######################################### */

#MainWrapperBG {
	width:400px;
	position:relative;
	margin:0 auto;
}
@media only screen and (max-width: 700px){
	#MainWrapperBG {
		width:90%;
		display: block;
}
}
/* ################################################################################################################## */
/* ################################ --------- Content -------------------- ######################################### */

.content {
	border: 5px solid #2f3137;
	padding:15px 20px 0 20px;
	background: #b1a9a9;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	font-size:13px;
	line-height:20px;
	text-align:justify;
}
.content ul{
	list-style:none;
	padding:10px 0 6px 18px;
}
.content ul li{
	list-style:square;
	color:#222222;
}
div.simBG {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: right;
}
div.simBG img {
    width: 100px;
    height: auto;
    margin-right: -9px;
    margin-bottom: 6px;
}
div.gform_footer {
    position: relative;
    z-index: 10;
}
form.post-password-form {
    position: relative;
    z-index: 10;
}
h1 {
	font-size:20px;
	font-weight:bold;
	color:#f6f6f7;
	line-height:20px;
	padding-top: 16px;
	padding-left: 35px;
	padding-bottom: 10px;
	background-image: url("../img/icon/icon.svg");
	background-size: 30px auto;
    background-repeat: no-repeat;
	background-position: 0 15px;
}
h2 {
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	color:#f6f6f7;
	line-height:20px;
	padding-bottom: 10px;
}

h3 {
	font-size:15px;
	font-weight:bold;
	color:#f6f6f7;
	line-height:20px;
	padding-bottom: 10px;
}
.gform_wrapper h3.gform_title
    {display: none}
h4 {
	color: #f6f6f7;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
	padding-bottom: 10px;
}
h5 {
	font-size:13px;
	font-weight:bold;
	color:#f6f6f7;
	line-height:20px;
	padding-bottom: 10px;
}
p {
	font-size:13px;
	line-height:20px;
	padding:0 0 15px 0;
	text-align:justify;
}

/* ################################ --------- Footer -------------------- ########################################## */


/* ------------------------ Verweise ---------------------------------------------------------- */

a:link {
	color: #72767e;
	font-weight:normal;
	text-decoration:none;
}
a:visited {
	color: #72767e;
	text-decoration:none;
}
a:hover {
	color:#f6f6f7;
	text-decoration:underline;
}
a:active {
	color:#72767e;
}
.content a.BTNe:link {
	padding: 8px 30px;
	display: inline-block;
	background: #222;
	color: #c3c4c5;
	border: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius:6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	color: #f6f6f7;
	text-decoration: none;
}
.content a.BTNe:visited {
	color: #f6f6f7;
}
.content a.BTNe:hover {
	color: #222222;
}
.content a.BTNe:active {
	color: #f6f6f7;
}
a#cn-accept-cookie.cn-set-cookie.button:link {
	color: #f6f6f7;
	text-decoration: underline;
}
a#cn-accept-cookie.cn-set-cookie.button:visited {
	color: #f6f6f7;
	text-decoration: underline;
}
a#cn-accept-cookie.cn-set-cookie.button:hover {
	color: #72767e;
	text-decoration: none;
}
a#cn-accept-cookie.cn-set-cookie.button:active {
	color: #72767e;
	text-decoration: none;
}
input#choice_1_56_1 {
	vertical-align: top;
	margin-top: 2px;
}
/* ------------------------------ Gravity Form --------------------------- */

.gform_wrapper.gravitycss_wrapper {
	margin: 5px 0;
}
.gravitycss li.gfield input {
    border: 1px solid #36393e;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius:6px;
	-o-border-radius: 6px;
    border-radius: 6px;
	background:#44474d;
    padding: 6px;
	height:35px;
	color:#c3c4c5;
}
.gravitycss li.gfield input[type="checkbox"], .gravitycss li.gfield input[type="radio"] {
	height:auto !important;
}
.gravitycss textarea {
    border: 1px solid #36393e;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius:6px;
	-o-border-radius: 6px;
    border-radius: 6px;
	background:#44474d;
    padding: 6px 6px 6px 6px !important;
	color:#c3c4c5;
}
.gravitycss select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #36393e;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background: #44474d;
	padding: 6px;
	height: 35px;
	color: #c3c4c5;
}
.gform_confirmation_wrapper {
	padding:10px 0 20px 0;
    font-size: 22px;
    color: #000000;
}
.gravitycss .gfield_html {
	padding-right:10px;
}
.gravitycss img {
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-khtml-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-text-shadow:none;
	-khtml-text-shadow:none;
	box-shadow:none;
}
.gravitycss .gform_title {
	display: none;
}
.gform_wrapper .field_description_below .gfield_description {
	padding-top: 5px !important;
}
body .gform_wrapper.gravitycss_wrapper ul li.field_description_below div.ginput_container_radio, body .gform_wrapper.gravitycss_wrapper ul li.field_description_below div.ginput_container_checkbox {
	margin-top: 2px;
}
.gform_wrapper.gravitycss_wrapper ul.gfield_radio, .gform_wrapper.gravitycss_wrapper ul.gfield_checkbox, {
	margin-top: 0;
}
.gform_wrapper.gravitycss_wrapper .gfield_required {
	color: #ff0000;
}
.gform_wrapper.gravitycss_wrapper .chosen-container-multi .chosen-choices {
	border: 1px solid #36393e;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius:6px;
	-o-border-radius: 6px;
    border-radius: 6px;
	background:#44474d;
    padding: 3px;
	height:35px;
	color:#c3c4c5;
}
.gform_wrapper.gravitycss_wrapper .chosen-container .chosen-drop {
	border: 1px solid #36393e;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius:6px;
	-o-border-radius: 6px;
    border-radius: 6px;
	background:#44474d;
    padding: 3px;
	color:#c3c4c5;
}
.gform_wrapper.gravitycss_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	width: 100px;
	height: 40px;
	background: #222;
	color: #c3c4c5;
	border: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius:6px;
	-o-border-radius: 6px;
    border-radius: 6px;
}
.gform_wrapper.gravitycss_wrapper div.validation_error {
	color: #ff0000;
	border-top: 2px solid #ff0000;
	border-bottom: 2px solid #ff0000;
}
.gform_wrapper.gravitycss_wrapper li.gfield.gfield_error {
	background: none;
	border-top: none;
	border-bottom: none;
}
.gform_wrapper.gravitycss_wrapper .gfield_error .gfield_label, .gform_wrapper.gravitycss_wrapper .validation_message {
	color: #ff0000;
}
.gform_wrapper.gravitycss_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border: 1px solid #ff0000;
}
::-webkit-input-placeholder {
	opacity: 0.5;
}
::-moz-placeholder {
	opacity: 0.5;
}
:-ms-input-placeholder {
	opacity: 0.5;
}
:-moz-placeholder {
	opacity: 0.5;
}
.gform_wrapper.gravitycss_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #c3c4c5;
	opacity: 0.5;
	
}
.gform_wrapper.gravitycss_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}
.gform_wrapper.gravitycss_wrapper .gsection {
	margin: 0 0 28px 0;
}
body .gform_wrapper.gravitycss_wrapper .top_label div.ginput_container {
	margin-top: 2px;
}

/* ------------------------------ Wordpress --------------------------- */

.alignleft {
	float:left !important;
	margin:0 15px 0 0;
}
.alignright {
	float:right;
	margin:0 0 0 15px;
}