/* ---------------------------------------
	Standard styles formatting
	created with Template Creator
        on http://www.template-creator.com
-----------------------------------------*/


html {
	height: 101/100%;
}

body {
	margin: 0;
	padding: 0;
}

* {
	padding: 0;
	margin: 0;
}

.flexiblecolumn {
	min-height: 0.1px; /* needed to keep the area of the column */
	box-sizing: border-box;
}

.clr {
	clear : both;
}

audio, canvas, img, svg, video {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}

table img {
	max-width: none;
}


.column.column1 {
	width: 25%;
}

.column.column2 {
	width: 33.3333333333%;
}

.column.main {
	width: 75%;
}

.column.center {
	width: 66.6666666667%;
}

.noleft .center.column  {
	width: 75%;
}

.noleft .column2 {
	width: 25%;
}

.noleft .main {
	width: 100%;
}

.noright .column.center {
	width: 100%;
}

.flexiblemodule, .column, .logobloc, .flexiblecolumn {
	float: left;
}

.rtl .flexiblemodule, .rtl .column, .rtl .logobloc, .rtl .flexiblecolumn {
	float: right;
}

/* for equalheights */
section > .inner > .clr,
.flexiblemodule > .inner > .clr,
.equalheights > .inner > .clr,
section > .inner:before,
.flexiblemodule > .inner:before,
.equalheights > .inner:before,
section > .inner:after,
.flexiblemodule > .inner:after,
.equalheights > .inner:after {
	display: none;
}

section > .inner,
.equalheights > .inner,
.equalheights .maincenter > .inner {
	display: flex;
	justify-content: space-between;
}

.flexiblemodule {
	display: flex;
}

.flexiblemodule > .inner {
	max-width:100%;
	width: 100%;
	box-sizing: border-box;
}

.videobackground { 
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	object-fit: cover;
}

.videobackground + * { 
	position: relative;
	z-index: 1;
}

.hasvideobackground {
	position: relative;
	overflow: hidden;
}

#finder-search .in.collapse {
	overflow: visible;
}

.valign-top {
	align-self: flex-start;
}

.valign-center {
	align-self: center;
}

.valign-bottom {
	align-self: flex-end;
}

.tck-logo-img {
	display: block;
}

.tck-logo-center img {
	margin-left: auto;
	margin-right: auto;
}

.tck-logo-right img {
	margin-left: auto;
}

.tck-article {
	clear: both;
}

/* ---------------------------------------
	CSS grid for content alignement
-----------------------------------------*/
[class*="tck-cols"] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}

[class*="tck-cols"] > * {
	flex: 1 1 auto;
	box-sizing: border-box;
}

[class*="tck-gutter"] > * {
	flex: 0 1 auto;
}

/* no gutter */
.tck-cols-2 > * {
	width: 50%;
}

.tck-cols-3 > * {
	width: 33.333%;
}

.tck-cols-4 > * {
	width: 25%;
}
.tck-cols-8 > * {
	width: 12.5%;
}

/* gutter 10px */
.tck-cols-2.tck-gutter-10 > * {
	width: calc((100% - 10px) / 2);
}

.tck-cols-3.tck-gutter-10 > * {
	width: calc((100% - 2 * 10px) / 3);
}

.tck-cols-4.tck-gutter-10 > * {
	width: calc((100% - 3 * 10px) / 4);
}

.tck-cols-8.tck-gutter-10 > * {
	width: calc((100% - 7 * 10px) / 8);
}


	/* ---------------------------------------
		Error404
	-----------------------------------------*/



	/* ---------------------------------------
		Article
	-----------------------------------------*/


.tck-article-details-align-h > dd {
	display: inline-block;
	margin-right: 10px; 
}

.tck-article-tools-right {
	float: right;
}

.tck-article-tools ul:not(.dropdown-menu) li {
	display: inline-block;
}

.tck-article-pagination-prev {
	float: left;
}

.tck-article-pagination-next {
	float: right;
}

	/* ---------------------------------------
		Blog
	-----------------------------------------*/



	/* ---------------------------------------
		Search
	-----------------------------------------*/



	/* ---------------------------------------
	Custom styling
-----------------------------------------*/

.container, .container-fluid,
.tck-container, .tck-container-fluid {
	margin: 0 auto;
	box-sizing: border-box;
}

.container, .tck-container {
	width: 1000px;
}

.container-fluid, .tck-container-fluid {
	max-width: 1000px;
}

body {
	color: #363636;
	text-align: left;
	font-weight: normal;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 24px;
	font-size: 16px;
	font-family: Dosis;
}

a {
	color: #878787;
}


a:hover,  a:focus {
	color: #ff8c00;
}

h1, div.componentheading {
	font-weight: normal;
	font-size: 34px;
	font-family: Dosis;
}

h2, div.contentheading {
	font-weight: normal;
	font-size: 24px;
	font-family: Dosis;
}

h3 {
	font-weight: normal;
	font-size: 16px;
	font-family: Dosis;
}

.button, button, button.btn, input.btn, .btn, .btn-group > .btn.active {
    border: none;
	background: #fa7d2a;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-o-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	color: #ffffff;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

.button:hover, button:hover, button.btn:hover, input.btn:hover, .btn:hover,
.button:focus, button:focus, button.btn:focus, input.btn:focus, .btn:focus {
	background: #c2c2c2;
	color: #2e2e2e;
}

.readmore a, .readmore .btn {
	font-weight: normal;
	font-family: Dosis;
}

.invalid {border: red;}
                
input.inputbox, .registration input, .login input, .contact input, .contact textarea,  select,
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: none;
	height: auto;
	border: #bebebe 1px solid;
	color: #bebebe;
	padding: 4px;
	text-align: left;
}

input:focus, input.inputbox:focus, .registration input:focus, .login input:focus, .contact input:focus, .contact textarea:focus,  select:focus,
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border: #000000 1px solid;
}

ul:not(.nav) li {
list-style-image:url(../images/kreis.gif);
	line-height: 24px;
}

#wrapper_navi_oben {
	background: #000000;

                    }

#block2 > .inner {
	text-align: right;
}

#wrapper_header {
	background: #000000;
	border-bottom: #fa7d2a 2px solid;

                    }

#wrapper_header > .inner {
	background: #000000;
}

#block3 > .inner {
	margin: 5px;
}

#block4 > .inner {
	margin: 5px;
}

#block5 > .inner {
	margin: 5px;
}
#blocks1 .n1 > .flexiblemodule { width: 100%; }
#blocks1 .n2 > .flexiblemodule { width: 50%; }
#blocks1 .n2 > .flexiblemodule + div { width: 50%; }
#blocks1 .n3 > .flexiblemodule { width: 33.3333333333%; }
#blocks1 .n3 > .flexiblemodule + div { width: 33.3333333333%; }
#blocks1 .n3 > .flexiblemodule + div + div { width: 33.3333333333%; }
#modulestop .n1 > .flexiblemodule { width: 100%; }
#modulestop .n2 > .flexiblemodule { width: 50%; }
#modulestop .n2 > .flexiblemodule + div { width: 50%; }
#modulestop .n3 > .flexiblemodule { width: 33.3333333333%; }
#modulestop .n3 > .flexiblemodule + div { width: 33.3333333333%; }
#modulestop .n3 > .flexiblemodule + div + div { width: 33.3333333333%; }
#modulestop .n4 > .flexiblemodule { width: 25%; }
#modulestop .n4 > .flexiblemodule + div { width: 25%; }
#modulestop .n4 > .flexiblemodule + div + div { width: 25%; }
#modulestop .n4 > .flexiblemodule + div + div + div { width: 25%; }
#modulestop .n5 > .flexiblemodule { width: 20%; }
#modulestop .n5 > .flexiblemodule + div { width: 20%; }
#modulestop .n5 > .flexiblemodule + div + div { width: 20%; }
#modulestop .n5 > .flexiblemodule + div + div + div { width: 20%; }
#modulestop .n5 > .flexiblemodule + div + div + div + div { width: 20%; }

#modulestopmod1 > .inner {
	padding: 10px;
}

#modulestopmod2 > .inner {
	padding: 10px;
}

#modulestopmod3 > .inner {
	padding: 10px;
}

#modulestopmod4 > .inner {
	padding: 10px;
}

#modulestopmod5 > .inner {
	padding: 10px;
}
#modulesbottom .n1 > .flexiblemodule { width: 100%; }
#modulesbottom .n2 > .flexiblemodule { width: 50%; }
#modulesbottom .n2 > .flexiblemodule + div { width: 50%; }
#modulesbottom .n3 > .flexiblemodule { width: 33.3333333333%; }
#modulesbottom .n3 > .flexiblemodule + div { width: 33.3333333333%; }
#modulesbottom .n3 > .flexiblemodule + div + div { width: 33.3333333333%; }
#modulesbottom .n4 > .flexiblemodule { width: 25%; }
#modulesbottom .n4 > .flexiblemodule + div { width: 25%; }
#modulesbottom .n4 > .flexiblemodule + div + div { width: 25%; }
#modulesbottom .n4 > .flexiblemodule + div + div + div { width: 25%; }
#modulesbottom .n5 > .flexiblemodule { width: 20%; }
#modulesbottom .n5 > .flexiblemodule + div { width: 20%; }
#modulesbottom .n5 > .flexiblemodule + div + div { width: 20%; }
#modulesbottom .n5 > .flexiblemodule + div + div + div { width: 20%; }
#modulesbottom .n5 > .flexiblemodule + div + div + div + div { width: 20%; }

#modulesbottommod1 > .inner {
	padding: 10px;
}

#modulesbottommod2 > .inner {
	padding: 10px;
}

#modulesbottommod3 > .inner {
	padding: 10px;
}

#modulesbottommod4 > .inner {
	padding: 10px;
}

#modulesbottommod5 > .inner {
	padding: 10px;
}

#maincontent > .inner {
	margin-top: 10px;
}

#left > .inner {
	margin-right: 10px;
	padding: 10px;
}

#left div.moduletable, #left div.module, #left .widget, #left .tck-module,
#left div.moduletable_menu, #left div.module_menu {
	margin-bottom: 15px;
}

#maintopmodule > .inner {
	padding: 10px;
}

#center > .inner {
	padding: 10px;
}

#centertopmodule > .inner {
	padding: 10px;
}

#centerbottommodule > .inner {
	padding: 10px;
}

#right > .inner {
	margin-left: 10px;
	padding: 10px;
}

#right div.moduletable, #right div.module, #right .widget, #right .tck-module,
#right div.moduletable_menu, #right div.module_menu {
	margin-bottom: 15px;
}

#mainbottommodule > .inner {
	padding: 10px;
}
#footerblocks .n1 > .flexiblemodule { width: 100%; }
#footerblocks .n2 > .flexiblemodule { width: 50%; }
#footerblocks .n2 > .flexiblemodule + div { width: 50%; }
#footerblocks .n3 > .flexiblemodule { width: 33.3333333333%; }
#footerblocks .n3 > .flexiblemodule + div { width: 33.3333333333%; }
#footerblocks .n3 > .flexiblemodule + div + div { width: 33.3333333333%; }
#footerblocks .n4 > .flexiblemodule { width: 25%; }
#footerblocks .n4 > .flexiblemodule + div { width: 25%; }
#footerblocks .n4 > .flexiblemodule + div + div { width: 25%; }
#footerblocks .n4 > .flexiblemodule + div + div + div { width: 25%; }
#footerblocks .n5 > .flexiblemodule { width: 20%; }
#footerblocks .n5 > .flexiblemodule + div { width: 20%; }
#footerblocks .n5 > .flexiblemodule + div + div { width: 20%; }
#footerblocks .n5 > .flexiblemodule + div + div + div { width: 20%; }
#footerblocks .n5 > .flexiblemodule + div + div + div + div { width: 20%; }

#wrapper_footer {
	background: #000000;
	border-top: #ff8c00 2px solid;

                    }

#footer > .inner {
	padding: 10px;
}
