/*
**********************************************
***      created by Boris Schmakowski      ***
***          www.schmakowski.de            ***
**********************************************
*/

/*----------- normalize -------*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, form, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video { background: transparent; vertical-align: baseline; border: 0; outline: 0; margin: 0; padding: 0; }

html { 
	background: #ffffff; /* rgba(190,132,88,0.5); */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
}
aside { display: inline-block; }


/*----------- some basics -----------*/

object, img, a { outline:none; border:0; }
strong, b { font-weight: bold; }
small { font-size: .875em; }
strike, del { text-decoration: line-through; }
sub, sup { font-size: .75em; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
mark { background: #ff6; padding: 1px 3px; }
dl {  }
dt { font-weight: bold; }
dd { display: block; margin-left: 2em; }
hr { display: block; height: 0; border: 0 none; border-top: 1px solid #880000; margin: 2.5em 0; }
ul { 
	list-style: disc outside;
	margin: 0 0 0 1.5em;
	padding: 0 0 1em 0;
}
ol { 
	list-style: decimal outside; 
	margin: 0 0 0 1.5em;
	padding: 0 0 1em 0; 
}
ol li > ol,
ol li > ul,
ul li > ol,
ul li > ul
{ padding: 0; margin: 0 0 0 1.5em;}


.clr 	{ clear:both; }
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.pull-right {
    float: right;
}
.pull-left {
    float: left;
}


/*---- lets go ----*/

#wrapper-a,
#wrapper-b,
#wrapper-c,
#wrapper-d,
#foot_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

section#content {
	padding: 5% 0 5% 0;
	text-align: left;
}


/*--- Content Aufteilung ---*/


div#container {
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
div#container > div {
	flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
}
div#leftcolumn {
	width: 25%;
	font-size: 0.85em;
	order: 1;
}
div#rightcolumn {
    width: 25%;
    font-size: 0.85em;
    order: 3;
}
div#content_out {
	width: 100%;
	order: 1;
}
div#content_outleft {
	width: 72.5%;
	order: 2;
}
div#content_outmiddle {
	width: 45%;
	order: 2;
}
div#content_outright {
	width: 72.5%;
	order: 1;
}
@media all and (max-width: 800px)
{
	div#content_outleft, div#content_outmiddle, div#content_outright {
		width: 100%;
		order: 1 !important;
	}
	div#leftcolumn {
		width: 100%;
		order: 2 !important;
	}
	
	div#rightcolumn {
		width: 100%;
		order: 3 !important;
	}
}


/*---- Spalten für Articles ----*/

.cols-1	{
	display: block;
	float: none;
	margin: 0;
}

.cols-2, .cols-3, .cols-4 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	margin: 0;
}

.cols-2 > div {
    width:50%;
    flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
}
.cols-2 .column-1 {
	margin-right: 30px;
}
.cols-2 .column-2 {
	margin-left: 30px;
}

.cols-3 > div {
	width:33.33%;
	flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
}
.cols-3 .column-1 {
	margin-right: 30px;
}
.cols-3 .column-2 {
	margin-left: 15px;
	margin-right: 15px;
}
.cols-3 .column-3 {
	margin-left: 30px;
}

.cols-4 > div {
	width: 25%;
	flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
}
.cols-4 .column-1 {
	margin-right: 20px;
}
.cols-4 .column-2,
.cols-4 .column-3 {
	margin-left: 10px;
	margin-right: 10px;
}
.cols-4 .column-4 {
	margin-left: 20px;
}


.items-leading, .items-row {
        overflow:hidden;
}
.items-row, .leading-0, .leading-1, .leading-2, .leading-3, .leading-4, .leading-5 {
        margin-bottom: 5%;
}

.items-more {
        padding: 5px;
}
.category-desc {
    margin: 0 0 2em 0;
}


/*----pagenav ----*/

ul.pagenav {
	list-style-type: none;
	margin: 1em 0 1em 0;
	padding: 0;
	width: 100%;
}
ul.pagenav li {
	padding: 0;
	margin:	0;
	display: inline-block;
}
ul.pagenav li.previous {
}
ul.pagenav li.next {
	float: right;
}
ul.pagenav li a {
	text-decoration: none;
	border: none;
}
ul.pagenav li span {
	display: inline-block;
    height: auto;
    line-height: auto;
    width: auto;
}
ul.pagenav::before {
	visibility: hidden;
	display: block;
	font-size: 0;
	height: 0;
	content: '';;
	clear: both;	
}

/*---- pagination ----*/

div.pagination {
}
div.pagination ul {
    list-style-type: none;
    margin: 1em 0 1em 0;
    padding: 0;
    text-align:left;
}
div.pagination li {
    display: inline-block;
    padding: 0 0.5em 0 0.5em;
    margin:	0;
    font-size: 1.3em;
}
div.pagination li.disabled a {
	color: #bbbbbb;
}
div.pagination li.active a {
	text-decoration: none;
	font-weight: bold;
	color: #bf8458;
/* 	border-bottom: 1px solid #bf8458; */
}
div.pagination li.active a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #bf8458;
}
div.pagination a {
	font-size: 0.95em;
	border: none;
}
div.pagination [class^="icon-"] {

}
div.pagination [class^="icon-"]::before {
	vertical-align: bottom;
	width: 20px;
}

p.counter {
	font-weight:bold;
	text-align:right;
	clear:both;
}

/*
p.readmore:before {
    content: '';
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
    font-size: 0;
}
*/

/*---- Header ----*/


div#headtop123 {
	padding: 3% 0 4% 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
div#headtop123 > div {
	order: 1;
	flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
	width: 49%;
}
div#headtop123 a {
	border: none;
}



div#headtop#1 {
	width: 75%;
}

div#headtop3 {
	width: 25%;
	text-align: right;
	font-size: 0;
	line-height: 0;
}
div#headtop3 > div {
	display: inline-block;
}


@media all and (max-width: 650px)
{
	div#headtop123 > div#headtop1 {
		width: 100%;
		order: 2;
	}
	div#headtop123 > div#headtop3 {
		width: 100%;
		order: 1;
		padding-bottom: 20px;
	}

}

@media all and (max-width: 550px)
{
	div#headtop1 img {
		width: 100%;
		height: auto;
	}
}




/*---- Social Links ----*/

div.custom.SocialLinks {
	font-size: 33px;
	margin-right: 25px;	
}
div.custom.SocialLinks a 			{ color: #bf8458; }
div.custom.SocialLinks a:visited 	{ color: #bf8458; }
div.custom.SocialLinks a:hover 		{ color: #7e052f; }
div.custom.SocialLinks a:active 	{ color: #7e052f; }

@media all and (max-width: 560px)
{
	div.custom.SocialLinks {
		font-size: 28px;
		margin-right: 25px;
	}
}

/*---- Language ----*/

div.mod-languages {

}
div.mod-languages ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
div.mod-languages ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
div.mod-languages ul li img {
	width: 41px;
	height: auto;
	border-radius: 5px;
	margin-bottom: -1px;
}
@media all and (max-width: 560px)
{
	div.mod-languages ul li img {
		width: 37px;
	}
}


/*---- Hintergrund ----*/

div#BG-Verlauf, div#BG-Wasserzeichen {
}

div#BG-Verlauf {
/*
	background-image: url('../images/Voerst-Class-Verlauf.svg');
	background-size: cover;
*/
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 20%, rgba(190,132,88,0.5) 110%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 20%,rgba(190,132,88,0.5) 110%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 20%,rgba(190,132,88,0.5) 110%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80be8458',GradientType=0 );

	z-index: -20;
	
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
div#BG-Wasserzeichen {
	background-image: url('../images/Voerst-Class-Signet-Wasserzeichen.svg');
	background-repeat: no-repeat;
	background-size: auto 80%;
	background-position: 90% 160%;
	opacity: 0.075;
	z-index: -10;
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}


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

footer {
	background-image: url('../images/Voerst-Class-Welle-3.svg');
	background-repeat: repeat-x;
	background-position: center top;
	padding: 80px 0 30px 0;
	font-size: 0.9em;
	line-height: 1.6em;
	letter-spacing: 0.01em;
	color: #ffffff;
}

@media all and (max-width: 800px)
{
	footer {
		font-size: 18px;
		line-height: 1.6em;
	}
}
@media all and (max-width: 600px)
{
	footer {
		font-size: 16px;
		line-height: 1.6em;
	}
}


footer a 			{ color: #ffffff; text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, 0.0); }
footer a:visited 	{ color: #ffffff; text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, 0.0); }
footer a:hover 		{ color: #ffffff; text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
footera:active 		{ color: #ffffff; text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, 0.7); }


div#foot123 {
	padding: 3% 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
div#foot123 > div {
	order: 1;
	flex-grow: 0;
	flex-basis: auto;
	align-self:  flex-end;
	width: 49%;
}

footer #foot1 i {
	margin-right: 15px;
}

footer #foot3 {
	text-align: right;
	line-height: 2.1em;
}
@media all and (max-width: 500px)
{
	footer {
		padding: 110px 0 30px 0;
	}
	div#foot123 > div {
		width: 100%;
	}
	footer #foot3 {
		padding-top: 20px;}
}


/*---- system ----*/

div#system-message {
	font-weight:bold;
}
div#system-message .alert {
	color: red;
	background-color: #fff;
	border: 1px solid;
	padding: 5px 30px;
	margin: 0 0 10px 0;
}

#mailto-window{
	width:950px;
	margin:0 auto;
	padding:20px;
}

/*---- breadcrumb ----*/

ul.breadcrumb {
	font-size: 0.8em;
    margin: 0;
    overflow: hidden;
    padding: 0.5em 0;
}
ul.breadcrumb li {
	display:inline;
	list-style:none;
}
ul.breadcrumb li span.divider {
	margin: 0 4px;
}

/*---- Teaser 3 ----*/

div.Teaser3 {
	padding: 0 0 0 2%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: space-around;
}
@media all and (max-width: 560px)
{
	div.Teaser3 {
		padding: 0 0 0 15%;
	}
}
div.Teaser3 > div {
	order: 1;
	flex-grow: 0;
	flex-basis: auto;
	align-self:  stretch;
	width: 33.3333%;
	min-width: 250px;
	position: relative;
	margin-bottom: 3em;
}
div.Teaser3img {
	border-radius: 600px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	width: 78%;
	
		-ms-transform: scale(1);
	-webkit-transform: scale(1);
			transform: scale(1);
	-ms-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: -webkit-transform 0.75s ease-in-out;
	   -moz-transition: -moz-transform 0.75s ease-in-out;
		-ms-transition: -ms-transform 0.75s ease-in-out;
		 -o-transition: -o-transform 0.75s ease-in-out;
		    transition: transform 0.75s ease-in-out;
}
div.Teaser3img img {
	width: 100%;
	height: auto;
}

div.Teaser3 > div::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 5;
	width: 70%;
	padding: 0 0 85% 0;
	top: 0;
	left:20%;
	background-image: url('../images/Voerst-Class-Haken.svg');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100% auto;
}
/*
div.Teaser3Haken {
	position: absolute;
	z-index: 5;
	width: 70%;
	padding: 0 0 85% 0;
	top: 0%;
	left:20%;
	background-image: url('../images/Voerst-Class-Haken.svg');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100% auto;
}
*/

div.Teaser3 h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	letter-spacing: 0.01em;
	text-align: center;
	width: 78%;
	margin: 0;
	padding: 15% 0 0 0;
	color: #7e052f;
}

div.Teaser3Link {
	font-size: 0;
	line-height: 0;
	color: transparent;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 12%;
	width: 78%;
	height: 100%;
	z-index: 10;
	border: none;
	border-radius: 600px 600px 0 0;
	overflow: hidden;
	cursor: pointer;
}
div.Teaser3Link a {
	border: none;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div.Teaser3Link:hover + div.Teaser3img {
		-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: -webkit-transform 1.25s ease-in-out;
	   -moz-transition: -moz-transform 1.25s ease-in-out;
		-ms-transition: -ms-transform 1.25s ease-in-out;
		 -o-transition: -o-transform 1.25s ease-in-out;
		    transition: transform 1.25s ease-in-out;
}

div.Teaser3 p {

	font-size: 0.85em;
	line-height: 1.4em;
	letter-spacing: 0em;
	text-align: justify;
	width: 78%;
	margin: 0;
	padding: 5% 0 0 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

/*---- Teaser X ----*/

div.TeaserX {
	padding: 0 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:  center;
	align-content: center;
}
@media all and (max-width: 560px)
{
	div.TeaserX {
		padding: 0;
	}
}
div.TeaserX > div {
	order: 1;
	flex-grow: 0;
	flex-basis: auto;
	align-self:  stretch;
	width: 80%;
	position: relative;
	margin-bottom: 3em;
	margin-right: 5%;
}
div.TeaserXimg {
	border-radius: 100px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	width: 100%;
		-ms-transform: scale(1);
	-webkit-transform: scale(1);
			transform: scale(1);
	-ms-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: -webkit-transform 0.75s ease-in-out;
	   -moz-transition: -moz-transform 0.75s ease-in-out;
		-ms-transition: -ms-transform 0.75s ease-in-out;
		 -o-transition: -o-transform 0.75s ease-in-out;
		    transition: transform 0.75s ease-in-out;
}
div.TeaserXimg img {
	width: 100%;
	height: auto;
}

div.TeaserX > div::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 5;
	width: 30%;
	padding: 0 0 30% 0;
	bottom: 0.4em;
	right:-4%;
	background-image: url('../images/Voerst-Class-Haken.svg');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100% auto;
}

div.TeaserX h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	letter-spacing: 0.01em;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 4% 0 0 0;
	color: #7e052f;
}

div.TeaserXLink {
	font-size: 0;
	line-height: 0;
	color: transparent;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	border: none;
	border-radius: 100px 100px 0 0;
	overflow: hidden;
	cursor: pointer;
}
div.TeaserXLink a {
	border: none;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div.TeaserXLink:hover + div.TeaserXimg {
		-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: -webkit-transform 1.25s ease-in-out;
	   -moz-transition: -moz-transform 1.25s ease-in-out;
		-ms-transition: -ms-transform 1.25s ease-in-out;
		 -o-transition: -o-transform 1.25s ease-in-out;
		    transition: transform 1.25s ease-in-out;
}

div.TeaserX p {

	font-size: 0.85em;
	line-height: 1.4em;
	letter-spacing: 0em;
	text-align: justify;
	width: 78%;
	margin: 0;
	padding: 5% 0 0 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}



/*---- Gallerien ----*/

div.Gallerie {
	padding: 1em 0 1em 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
div.Gallerie > div {
	order: 1;
	flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
	min-width: 150px;
}
div.Gallerie.Pic6 > div {
	width: 14.66%;
	margin: 0 0 1.5% 0;
}
div.Gallerie.Pic5 > div {
	width: 18%;
	margin: 0 0 1.5% 0;
}
div.Gallerie.Pic4 > div {
	width: 23%;
	margin: 0 0 1.5% 0;
}
div.Gallerie.Pic3 > div {
	width: 31.33%;
	margin: 0 0 1.5% 0;
}

div.Gallerie a {
	border: none;
	text-decoration: none;
}
div.Gallerie > div img {
	width: 100%;
	height: auto;
	border-radius: 600px;
		-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-ms-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: -webkit-transform 0.75s ease-in-out;
	   -moz-transition: -moz-transform 0.75s ease-in-out;
		-ms-transition: -ms-transform 0.75s ease-in-out;
		 -o-transition: -o-transform 0.75s ease-in-out;
		    transition: transform 0.75s ease-in-out;
}
div.Gallerie > div img:hover {
		-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: -webkit-transform 1.25s ease-in-out;
	   -moz-transition: -moz-transform 1.25s ease-in-out;
		-ms-transition: -ms-transform 1.25s ease-in-out;
		 -o-transition: -o-transform 1.25s ease-in-out;
		    transition: transform 1.25s ease-in-out;
}



/*---- j-tooltipp wech ----*/

body div.easy-tooltip-wrapper { display: none !important; }
body div.tooltip.fade.top { display: none !important; }
