* { margin: 0px; padding: 0px; font-size: 18px; color:#000; line-height: 22px; 	font-family: 'Source Sans Pro', sans-serif; font-weight: 300; -webkit-tap-highlight-color: rgb(0, 0, 0, 0); -webkit-tap-highlight-color: transparent;  -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
* { -moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
::selection  { background-color: #000; color: #fff; }
::-moz-selection { background-color: #000; color: #fff; }
body { height: 100%;} 
html { height: 100%; -webkit-text-size-adjust: none; }

:focus, :active {
  outline: 0;
}

.weiss	{ color: #FFF;}
.white	{ color: #FFF;}
a.weiss	{ color: #FFF;}

.bold	{
	font-family: 'Source Sans Pro', sans-serif;
}

.nodesk {
	visibility: hidden;
}

.rot {
	color: rgba(179,18,24,1) !important;
	font-weight: 600;
}

.info-box {
    border: 1px solid rgba(102,102,102,1);
    padding: 20px;
}

.info-box-rot {
    border: 1px solid rgba(179,18,24,1);
    padding: 20px;
	background: rgba(179,18,24,1.00)
}

.info-box-rot * {
	color: rgba(255,255,255,1.00) !important;
}

.info-box-rot a:before {
	position: relative;
	display: inline-block;
	width: 100%;
	content: "Interessiert?";
	font-style: italic;
	font-weight: 600;
	transform: skewX(8deg);
}

.info-box-rot a {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border-left: 1px solid rgba(255,255,255,1.00) !important;
	border-radius: 0.0em;
	color: rgba(255,255,255,1.00);
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	flex-direction: column;
	margin: 20px 0px 0px 0px;
	padding: 10px 50px 10px 10px;
	text-decoration: none !important;
	text-align: left;
	font-weight: 300;
	text-transform: uppercase;

	border-color: #ffffff !important;
	background-image: -webkit-linear-gradient(-8deg, #ffffff 50%, transparent 50%) !important;
	background-image: linear-gradient(-72deg, transparent 50%, #ffffff 50%) !important;
	background-position: 100%;
	background-size: 400%;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transform: skewX(-0deg);
}

.info-box-rot a:hover {
	color: rgba(179,18,24,1.00) !important;
	outline: 0;
	background-position: 0;
	transition: all 0.5s ease-in-out;
}

.info-box-rot a:after {
	position: absolute;
	right: 20px !important;
	top: 50%;
	margin-top: -9px;
	content: "\f054";
	font-family: FontAwesome;
	font-size: 18px;
	color: rgba(255,255,255,1.00) !important;
  display: inline-block;
}

.info-box-rot a:hover:after {
	color: rgba(179,18,24,1.00) !important;
	transition: all 0.5s ease-in-out;
}








.oberzeile {
	display: inline-block;
	color: rgba(179,18,24,1) !important;
	font-weight: 600;
	font-style: italic;
	padding-bottom: 20px;
}

h2	{
	font-size: 42px;
	line-height: 52px;
	-moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto;
	color: rgba(102,102,102,1);
	-moz-column-span: all;
	-webkit-column-span: all;
	font-weight: 300;
	column-span: all;	
}

h1, .titel	{
	font-size: 42px;
	line-height: 52px;
	-moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto;
	-moz-column-span: all;
	-webkit-column-span: all;
	column-span: all;
	font-weight: 300;
}

.kleiner-titel {
	display: inline-block;
	font-size: 30px;
	line-height: 38px;	
	font-weight: 300;
	padding-bottom: 20px;
}

.lead {
	font-size: 24px;
	line-height: 31px;	
	font-weight: 400;
}

h1 + p, h2 + p, h1 + div, h2 + div, h1 + ul, h2 + ul, p + p, .titel + p {
	margin-top: 20px;
}

h3	{
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	-moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto;
}


#accordion h3 {
	width: 100%;
	padding: 5px 10px;
	background-color: rgba(102,102,102,1);
	margin-bottom: 1px;
	font-weight: 100;
}

#accordion h3:after {
	position: absolute;
	right: 30px;
	content: "\f196";
	font-family: FontAwesome;
	font-size: 18px;
	color: rgba(255,255,255,1.00);
}

#accordion h3:hover {
	background-color: rgba(179,18,24,1);
}

#accordion h3.active {
	background-color: rgba(179,18,24,1);
}

#accordion h3.active:after {
	position: absolute;
	right: 30px;
	content: "\f147";
	font-family: FontAwesome;
	font-size: 18px;
	color: rgba(255,255,255,1.00);
}

#accordion h3 a {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}

a {
   outline: 0;
}

.clearfix { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.hidden{
     opacity:0;
}

.visible{
     opacity:1;
}

a:link		{
	color: rgba(179,18,24,1);
	text-decoration: none;
}
	
a:hover		{
	color: rgba(179,18,24,1);
	text-decoration: underline;
}

a:active		{
	color: rgba(179,18,24,1);
	text-decoration: none;
}

a:visited		{
	color: rgba(179,18,24,1);
	text-decoration: none;
}

#topfixed	{
	position:fixed;
	width: 100%;
	top: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 10000;
	background-color: rgba(255,255,255,1.0);
	clear: both;
	border-bottom: 18px solid rgba(179,18,24,1);
}

#topfixed2	{
	position: relative;
	width: 100%;
	z-index: 49000;
}

#maxhead	{
	position: relative;
	max-width: 1320px;
	margin-left:auto;
	margin-right: auto;
	padding: 0px 20px 0px 20px;
	z-index: 15;
	border: 0px solid #000000;
}

#maxli	{
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin-left:auto;
	margin-right: auto;
	padding: 0px 20px 0px 20px;
	z-index: 15;
	border: 0px solid #000000;

	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.shadow {
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

#logo	{
	position: relative;
	display: inline-block;
	float: right;
	text-align: right;
	padding: 25px 0px 25px 0px;
	width: 25%;
}

#logo img {
	display: inline-block;
	max-width: 90%;
	height: auto;
}

#logo a {
	text-decoration: none;
}

#welcome	{
	position: relative;
	background-color: rgba(255, 255, 255, 1.0);
	width: 100%;
	padding: 40px 0px 40px 0px;
	z-index: 40;
}

#starttext {
	width: 70%;
}

#folgetext {
	width: 100%;
}

#folgetextspalte {
	width: calc((100% / 3) * 2 - 20px / 2);
	float: left;
	margin-right: 20px;

/*	column-count: 2; 
	column-gap: 40px;
	column-rule-style:dotted; 
	column-rule-width:1px; 
	column-rule-color: #25654f;

	-webkit-column-count: 2; 
	-webkit-column-gap: 40px;
	-webkit-column-rule-style:dotted; 
	-webkit-column-rule-width:1px; 
	-webkit-column-rule-color: #25654f;	
*/
}

#folgetextspalterechts {
	width: calc((100% / 3) * 1 - 20px / 2);
	padding-left: 20px;
	border-left: 1px solid rgba(200,200,200,1.00);
}

#folgetext1 p, #folgetextspalte1 p, #folgetextspalterechts p {
	padding-bottom: 20px;
}

.bild, #folgetext img.bild, #folgetextspalte img.bild, #folgetextspalterechts img.bild {
	max-width: 100%;
	height: auto;
	clear: both;
}

#folgetext ul, #folgetextspalte ul {
	margin-left: 29px;	
}

#folgetext ul li, #folgetextspalte ul li {
	padding-left: 15px;
}

.bggrau {
	background-color: rgba(237,237,237,1) !important;
}

#aktuell	{
	position: relative;
	background-color: rgba(237,237,237,1);
	width: 100%;
	padding: 40px 0px 0px 0px;
	z-index: 21;	
}

.startprojekte {
	display: none;
}

.tabs {
	position: relative;
	background: rgba(255,255,255,1.00);
	padding: 0px 0px 0px 0px;
	z-index: 40;
}

.tab_cont {
	position: relative;
	width: 100%;
	background-color: rgba(237,237,237,1);	
	z-index: 40;		
}

.noskew {
	transform: skew(8deg, 0deg);
	color: rgba(255,255,255,1.00);
	font-weight: 600 !important;
}

.tab_aktuelles, .tab_laufend {
	background: rgba(205,205,205,1.00);
	color: rgba(255,255,255,1.00);
	display: block;
	margin-right: 5px;
	padding: 10px 20px 10px 20px;
	transform: skew(-8deg, 0deg);
}

.tab_aktuelles:hover, .tab_laufend:hover {
	background-color: rgba(179,18,24,1);
	transition: all 0.3s ease-in-out;
	cursor: pointer;	
}

.tab_active {
	background-color: rgba(179,18,24,1);
}

#slider_r	{
	position: relative;
	background-color: rgba(255,255,255,1);
	width: 100%;
	padding: 40px 0px 0px 0px;
	z-index: 40;	
}

.folgeref {
	padding-top: 0px !important;
	padding-bottom: 40px !important;
	border-bottom: 4px solid rgba(0,0,0,1.00);
	margin-bottom: 40px;
}

.ohnelinie {
	border-bottom: 0px solid rgba(0,0,0,1.00);
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

#slider_r .titel, #inlay .titel {
	border-bottom: 4px solid rgba(0,0,0,1.00);
	width: 100%;
	padding-bottom: 40px;
	display: block;
}

#slider_r .item-ref {
    position: relative;
    display: block;
    z-index: 10000;
    width: 100%;
    border: 0px solid rgba(255,221,0,1.00);
    margin: auto auto;
    padding: 40px 0px 40px 0px;
	padding-left: 25%;
	padding-right: 25%;
}

#slider_r .ref-text:before {
    display: inline-block;
    content: "";
    background-image: url("/w_resp/allgemein/images/layout/quote.jpg");
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

#slider_r .ref-text {
    display: inline-block;
    border: 0px solid rgba(0,76,255,1.00);
    padding-left: 20px;
    width: calc(50% - 20px) !important;
}

#slider_r .ref-text h3 + p {
	margin-top: 20px;
}

#slider_r div.imgdiv {
	position: relative;
	text-align: center;
    display: inline-block;
    width: calc(80% - 20px);
    padding: calc(40% - 10px);
    float: left;
	margin-left: calc(10% + 10px);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 0px solid rgba(255,255,255,1.00);
    object-fit: fill;
}

#slider_r .img-cont{
	text-align: center;
	border: 0px solid rgba(0,0,0,1.00);
	position: relative;
	width: calc(50% - 20px);
	float: left;
}

.newsbox {
    position: absolute;
	bottom: 35%;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 101;
    height: auto;
    clear: inherit;
}

.bildbox {
    position: relative;
    width: 100% !important;
    height: 70vh;
    min-height: 70vh !important;
    background-size: cover;
    z-index: 100;
    background-position: center center;
    background-repeat: no-repeat;
}

#bgbild	{
	position: relative;
	margin-top: 0px;
	width: 100%;
	height: 60%;
	background-size: cover;	
	background-position: center center;	
	background-repeat: no-repeat;	
}

#bgbildfolge-100	{
	position: relative;
	width: 100%;
	height: auto;
}

#bgbildfolge-100 img {
	width: 100%;
	height: auto;
}

.t-logo {
	position: absolute !important;
	height: 100%;
	width: 100%;
	z-index: 800;
	top: 0px;
	left: 0px;
}

.t-logo img {
	position: absolute !important;
	left: 3% !important;
	height: 95% !important;
	width: auto !important;
	z-index: 800 !important;
}

#bgbildfolge	{
	position: relative;
	width: 100%;
	height: 40%;
	background-size: cover;	
	background-position: center center;	
	background-repeat: no-repeat;
}

#bgbildfolge-neu	{
	position: relative;
	width: 100%;
	height: 60%;
	background-size: cover;	
	background-position: center center;	
	background-repeat: no-repeat;
}

#spacerohnebild	{
	position: relative;
	width: 100%;
	height: 1px;
}

#bgmap	{
	position: relative;
	width: 100%;
	height: 70%;
	min-height: 200px;
	background-size: cover;	
	background-position: center center;	
	background-repeat: no-repeat;	
}

#bgbildfolge img {
	position: absolute;
	left: 3%;
	height: 95%;
	width: auto;
	z-index: 800;
}

#bresta {
	position: relative;
	margin-top: -140px;
	left: -20px;
	width: calc(30% + 40px);
	height: auto !important;
	z-index: 800;
	padding: 20px 10px 20px 20px;
	background-color: rgba(255,255,255,1.00);
}

#bresta > img {
	position: relative;
	width: 100%;
	height: auto;
}

#bereiche {
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 40;
	padding: 40px 0px 40px 0px;	
	background-color: rgba(255,255,255,1);
}

#redt {
	position: relative;
	text-align: center;
	width: 100%;
	height: 80px;
	z-index: 25;
	padding: 15px 0px 20px 0px;	
	background-color: rgba(179,18,24,1);
}

#startslider	{
	position: relative;
	width: 100%;
	margin-top: 175px;
    height: 70vh;
	z-index: 41;
	border: 0px solid rgba(48,164,61,1.00);
}

#startsliderbg	{
	position: fixed;
	width: 100%;
	height: 90%;
	z-index: 17;
	overflow: hidden;
	background-position: center center;
	background-size: 12%;
	background-repeat: no-repeat;
	display: none;
}

#owl-nested {
	max-width: 100%;
	margin-left:auto;
    z-index: 1;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
    margin-top: 0px;
}

.itemtext {
    margin-top: 0px;
    position: relative;
	width: 50%;
    padding: 30px;
    border-radius: 10px;
}

.itemtext * {
    color: rgba(255,255,255,1.00);
}

.itemtext h1 {
    color: rgba(247,217,25,1.00);
    font-size: 36px;
    line-height: 40px;
    text-transform: none;
}


.owl-holder {
	position: absolute;
	bottom: 250px;
	width: 100%;
}

.item {
	width: 50%;
}

.iteminner {
	width: 100%;
	padding: 0px;
	background: rgba(0,0,0,0.0);	
}

.iteminner h1, .iteminner p {
	color: rgba(255,255,255,1.00);	
}

.headline {
	color: rgba(255,255,255,1.00);
	font-family: 'Source Sans Pro', sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 50px;
	line-height: 63px;
}

.abschnitt_klein	{
	display: inline-block;
	font-size: 30px;
	line-height: 38px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;	
	text-transform: none;
	border-bottom: 4px solid rgba(0,0,0,1.00);
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.abschnitt	{
	display: inline-block;
	font-size: 42px;
	line-height: 52px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;	
	text-transform: uppercase;
	border-bottom: 4px solid rgba(0,0,0,1.00);
	width: 100%;
	padding-bottom: 40px;
}

#startsliderr	{
	position: relative;
	width: 100%;
	height: 80%;
	z-index: 30;
	overflow: hidden;
}

.buttheme3, .buttheme2, .buttheme1 {
	position: relative;
	width: calc(100% / 3 - 40px / 2);
	background-color: rgba(179,18,24,0.9);
	float: left;
	display: inline-block;
	margin-right: 20px;
	transform: skew(-8deg, 0deg);
	padding: 30px;
}

.buttheme1:hover, .buttheme2:hover, .buttheme3:hover {
	transform: scale(1.08) skew(-8deg, 0deg);
	transition: all 0.2s ease-in-out;	
	background-color: rgba(179,18,24,1.00);	
}

.buttheme3 {
	margin-right: 0px;
	background: rgba(179,18,24,0.9);
	background-position: center 40%;
	background-size: 250%;
	background-repeat: no-repeat;	
}

.buttheme3:before {
	content: "";
	transform: skew(8deg, 0deg);
 	position: absolute;
    transform-origin: top left;
    width: 100%; /* something ridiculously big */
    height: 100%; /* something ridiculously big */
}

.but-cont {
	width: 100%;
	position: absolute !important;
	bottom: 0px;
}

.but-mob {
	display: none;
}

.butber {
	font-size: 38px;
	line-height: 45px;
	text-transform: uppercase;
	transform: skew(8deg, 0deg);
	color: rgba(255,255,255,1.00);
	font-weight: 400 !important;
}

.but-link:before {
	position: relative;
	display: inline-block;
	width: 100%;
	content: "Interessiert?";
	font-style: italic;
	font-weight: 600;
	transform: skewX(8deg);	
}

.buttheme1 .but-link:before, .buttheme2 .but-link:before, .buttheme3 .but-link:before {
	content: "" !important;
}

.buttheme1 strong, .buttheme2 strong, .buttheme3 strong {
	font-style: italic;
	font-weight: 600;
	color: rgba(255,255,255,1.00);
}

.but-link {
	position: relative;
	width: 100%;
	color: rgba(255,255,255,1.00) !important;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	flex-direction: column;
	margin: 20px 0px 0px 0px;
	padding: 0px 50px 10px 10px;
	text-decoration: none !important;
	text-align: left;
	font-weight: 300;

	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.but-link:hover {
	color: #fff;
	outline: 0;
	background-position: 0;
	transition: all 0.5s ease-in-out;
}

a.but-link:after {
	position: absolute;
	right: 20px !important;
	top: 50%;
	margin-top: -9px;
	content: "\f054";
	font-family: FontAwesome;
	font-size: 18px;
	color: rgba(255,255,255,1.00);
  display: inline-block;
}

.but-bibty {
	width: 18%;	
	position: absolute;
	right: 20px;
	top: 30px;
	transform: skew(8deg, 0deg);	
}

.but-bibty img {
	width: 100%;
	height: auto;
}


#startslider img {
	position: absolute;
	left: 3%;
	height: 100%;
	width: auto;
	z-index: 1;
}

#video-container {
	position: absolute;
	margin: 0 auto;
	min-height:100%;
	min-width:100%;
	overflow: hidden;
}

video {
	position: absolute;
	z-index:0;
	cursor: pointer;
	left: 50%;
	transform: translateX(-50%);	
}

video.fillWidth {
	min-width: 100%;
	min-height: 100%;
}

#contentmap	{
	width: 100%;
    min-height:100% !important; /* browser fill */
    height:auto;                /*content fill */
	z-index: 10;
	margin-bottom: 100px;
	text-align:left;
}

#content	{
	width: 100%;
    min-height:100% !important; /* browser fill */
    height:auto;                /*content fill */
	z-index: 20;
	text-align:center;
}

#notab	{
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	background-color: rgba(255, 255, 255, 0.97);
	z-index: 18;
	color: #FFF;
	padding: 30px 0px 0px 0px;
	margin-bottom: 0px;
	display: none;
}

#sitemap	{
	position: relative;
	padding: 40px 0px 40px 0px;
	z-index: 20;
	width:100%;
	background-color: rgba(102,102,102,1);
	z-index: 21;	
}

#smcenter	{
	position:relative;
	width: 100%;
	margin-left: auto;
	float: left;
	margin-right: auto;	
	padding: 0px 0px 0px 0px;
	height: auto !important;
    display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	z-index: 21;
}

#smcenter ul {
	float:left;
	width: calc(16.5%);
	list-style: none;
	margin: 0px 0px 30px 0px;
}

#smcenter li {
	padding-left: 0px;
}

#smcenter li.indent {
	padding-left: 15px;
}

#smcenter ul > li > a:before {
	content: "";
	vertical-align: middle;
	font-size: 15px;
	font-family: FontAwesome;
	position:absolute;
    margin-left:-20px;
}

#smcenter ul > li:first-child {
	text-align: left;
	color:#fff;
	border-bottom: 4px solid #fff;
	padding-bottom: 12px;
	margin-bottom: 15px;
}

#smcenter li:first-child a {
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 18px;
	display: block; 
	color:#fff; 
	padding-left: 0px;
	text-decoration:none;	
}

#smcenter li a {
	display: block; 
	color:#fff; 
	padding-left: 0px;
	text-decoration:none;	
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 14px;
}

#smcenter li a:hover{
	color: rgba(179,18,24,1);
	padding-left: 0px;
}

#smcenter li a.active{
	color: rgba(179,18,24,1);
}

#footer	{
	position: relative;
	width: 100%;
	padding: 20px 0px 20px 0px;
	z-index: 21;
	clear:both;
	background-color: rgba(102,102,102,1);
}

#footer #maxli p, #footer #maxli p a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

#footer #maxli p a:hover{
	color: rgba(179,18,24,1);
}

#footer #maxli .fleft { 
	width: 80%;
	text-align: left !important;
}

#footer #maxli .fright { 
	width: 20%;
	text-align: right !important;
}

#socialmedia	{
	position: relative;
	width: 100%;
	padding: 20px 0px 20px 0px;
	z-index: 18;
	clear:both;
	background-color: rgba(230,230,230,1);
}

#smicons {
	text-align: center;
	width: 100%;
}

#smicons i {
	font-size: 20px;
	color: rgba(102,102,102,0.8);
	padding: 0px 10px 0px 10px;
}

#smicons i:hover {
	color: rgba(102,102,102,1);
}

#godown	{
	position: absolute;
	left:50%;
	bottom: 20px;
	margin-left: -22px;
	margin-bottom: 20px;
	z-index: 500;
}

#scrolltop	{
	position:fixed !important;
	bottom:40px;
	right:20px;
	display: none;
	z-index: 500;
	opacity: 0.8;	
}

#goright_r	{
	position:absolute;
	right: 20px;
	top: calc(50% + 40px);
	z-index: 19;
	opacity: 0.8;		
}

#goleft_r	{
	position:absolute;
	left: 20px;
	top: calc(50% + 40px);
	z-index: 19;
	opacity: 0.8;	
}

#goright	{
	position:absolute;
	right: 20px;
	top: 50%;
	z-index: 30;
	opacity: 0.8;		
}

#goleft	{
	position:absolute;
	left: 20px;
	top: 50%;
	z-index: 30;
	opacity: 0.8;	
}

.disabled	{
	opacity: 0.3 !important;
	cursor: auto !important;
}

#goleft.disabled:hover, #goright.disabled:hover, #goleft_r.disabled:hover, #goright_r.disabled:hover{
	opacity: 0.3 !important;
	cursor: auto !important;
}

#scrolltop:hover, #goleft:hover, #goright:hover, #goleft_r:hover, #goright_r:hover	{
	opacity: 1.0;
}


#dcont:before{
	content: "\f019";
	padding-left: 10px;
	margin-bottom: 20px;
	font-family: FontAwesome;
	padding-right: 10px;
}

#dcont	{
	padding-top: 10px;
	padding-bottom: 30px;
	position: relative;
	-moz-column-span: all;
	-webkit-column-span: all;
	column-span: all;
	width: 100%;

    display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

#dcont > ul > li	{
	list-style: none;
	display: inline;
}

#dcont > ul > li:after	{
	content: '';
	padding-right: 20px;
}

#dcont > ul > li:last-child:after	{
	content: '';
	padding-right: 5px;
}


#dcont > ul	{
	width: 100%;
	margin-left: 0px;
	display: block;
	padding: 5px 0px 5px 10px;
	border-bottom: 0px dotted rgba(179,18,24,1);
	background-color: #f2f2f2;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 2px;
}

#dcont > ul:hover	{
	background-color:rgba(179,18,24,1);
	transition: all 0.3s ease-in-out;
}

#dcont > ul > li:first-child	{
	width: 10%;
}

#dcont > ul > li:nth-child(2)	{
	width: 65%;
}

#dcont > ul > li:last-child	{
	width: 25%;
	text-align: right;
}

#dcont > ul:hover > li, #dcont ul:hover > li > a, #dcont ul:hover > li > i 	{
	color: #fff;
	text-decoration: none;
}

#dcont > ul > li	{
	display: inline-block;
	float: left;
	margin-left: 0px;
	vertical-align: middle;
}

#dcont > ul > li:before	{
    content: '';
	left: 0px;
}

#dcont > ul > li:last-child	{
	float: right;
}

.downloadlinie	{
	border-bottom: 1px solid rgba(179,18,24,1);
}

.linie	{
	border-bottom: 1px solid rgba(255,255,255,1);
	display: block;
	height: 1px;
	width: calc(100% - 20px);
	position: relative;
	margin: 10px 0px 10px 0px;
}

.buttonpf {
	padding-top: 0px;
	display: inline-block;
	width:45px;
	height:45px;
	line-height:45px;
	font-size:24px;
    text-align: center;
    vertical-align: bottom;
	background-color:#000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-radius: 100%;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
}

.button_telefon {
	position: relative;
	padding-left: 30px;
	position: relative;
}

.button_telefon:before {
	position: absolute;
	content: "\f095";
	left: 10px;
	font-family: 'FontAwesome';
	top: 4px;
	display: inline-block;
}

.button_telefon:hover:before {
	transform: rotate(360deg) scale(1);
	transition: all 0.3s ease-in-out !important;	
}

.button_telefon:hover {
	transition: all 0.3s ease-in-out !important;	
}



.button {
	padding-top: 1px;
	display: inline-block;
	width:45px;
	height:45px;
	line-height:45px;
	font-size:24px;
    text-align: center;
    vertical-align: bottom;
	background-color:#000;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	filter: alpha(opacity=80);
	opacity: 0.5;
}

.button:hover, .buttonpf:hover {
	opacity: 1;
	transition: all 0.3s ease-in-out;
}

.button > i, .buttonpf > i {
	color: #fff;
}

#menumobil	 {
	display: none;
}

#hamburger	{
	display: none;
}




.galleryitem > a {
	display: block;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.galleryitem:hover > a {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url('/w_resp/allgemein/images/layout/t_icon_red.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(255,255,255,0.72);
	transition: all 0.3s ease-in-out;
}

.galleryitem:hover {
	transform: scale(1.05, 1.05);
	transition: all 0.3s ease-in-out;
}



#folgetext .galleryitem 	{
	width: calc(20% - 20px);
	height: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	color: rgba(179,18,24,1);
	border: 0px solid rgba(179,18,24,1);
}

#folgetext .galleryitem:nth-child(5n)	{
	width: calc(20%);
	margin-right: 0px;
}

#folgetext .galleryitem img 	{
	width: 100%;
	height: auto;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 5px;
}





#folgetextspalte .galleryitem 	{
	width: calc(20% - 20px);
	height: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	color: rgba(179,18,24,1);
	border: 0px solid rgba(179,18,24,1);
}

#folgetextspalte .galleryitem:nth-child(5n)	{
	width: calc(20%);
	margin-right: 0px;
}

#folgetextspalte .galleryitem img 	{
	width: 100%;
	height: auto;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 5px;
}





#folgetextspalterechts .galleryitem 	{
	width: calc(50% - 10px);
	height: 180px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	color: rgba(179,18,24,1);
	border: 0px solid rgba(179,18,24,1);
}


#folgetextspalterechts .galleryitem:nth-child(2n)	{
	width: calc(50% - 10px);
	margin-right: 0px;
}

#folgetextspalterechts .galleryitem img 	{
	width: 100%;
	height: auto;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 5px;
}





#startboxen {
	width: 100%;
}

.wen-abstand {
	margin-top: -60px !important;
}

ul#overview > li:before {
    content: '';
    position: absolute;
	font-size: 15px;
    left: 0px;
	color: rgba(179,18,24,1);
    font-family: 'FontAwesome';
}

ul#overview {
	width: 100% !important;
	list-style: none;
	margin: 40px 0px 0px 0px;
    display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

#folgetextspalterechts ul#overview > li {
    position: relative;
	list-style: none;
	float:left;
	width: calc(100%) !important;
	margin: 0px 0px 50px 0px;
	border: 0px solid #ccc;
}

ul#overview > li {
    position: relative;
	list-style: none;
	float:left;
	overflow: hidden;
	padding-left: 0px;
	width: calc(100% / 3 - 41px / 3);
	margin: 0px 20px 50px 0px;
	border: 0px solid #ccc;
}

ul#overview > li:nth-child(3n) {
	margin: 0px 0px 50px 0px;
	width: calc(100% / 3 - 41px / 3);
}

ul#overview > li > div.imgdiv {
	position: relative;
	width: 100%;
	padding-top: 80%;
	margin-bottom: 20px;
	text-decoration: none;
	opacity: 1;
	background-size: cover;	
	background-position: center center;	
	background-repeat: no-repeat;
}

ul#overview div.contdiv {
    position: absolute;
    top: -100%;
    left: 0px;
    width: 100%;
	height: 102%;
    background: rgba(255,255,255,0.95);
    margin: 0px;
	overflow: scroll;
	overflow-x: hidden;
	transform: rotateY(0deg);
	opacity: 0;
}

ul#overview > li:hover div.contdiv {
	transform: rotateY(0deg) translateY(98%);
	opacity: 1;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.0);
	transition: all 0.7s ease-in-out;
}

ul#overview > li > div.imgdiv > a {
	display: none;
}

ul#overview > li > div.imgdiv a:first-child {
	display: block;
	width: 100%;
	height: 100%;
}

ul#overview > li > div.imgdiv a i {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: rgba(255,255,255,1);
	font-size: 28px;
}

ul#overview > li > div.imgdiv a:hover > i {
	color: rgba(179,18,24,1);
	transform: scale(1.00, 1.00);	
}


ul#overview > li > div.selfheight {
	position: relative;
	margin-bottom: 20px;
	text-decoration: none;
	border-top: 4px solid #000;
	padding-top: 10px;
}

ul#overview > li:hover > div.selfheight {
	border-top: 4px solid rgba(179,18,24,1);
}

ul#overview > li:hover > div.selfheight h3.titow {
	color:rgba(179,18,24,1.00);
}

h3.titow {
	text-transform: uppercase;
}

ul#overview > li:hover > .imgdiv {
	transition: all 0.3s ease-in-out;
	transform: scale(1.00, 1.00);
}

.newsbild, .newsbild li, .newsbild li .imgdiv {
    position: relative;
    display: block !important;
	margin-bottom: 30px;
	margin-left: 0px !important;
	padding-left: 0px !important;
    background-position: center center;
    background-size: cover !important;    
}
    
.newsbild li .imgdiv {
	padding-top: 60%;
}

.newsbild i {
    position: absolute;
    bottom: 20px;
    right: 20px;
}    

ul#overview > li:hover > ul.newsbild > li > .imgdiv {
	transition: all 0.3s ease-in-out;
	transform: scale(1.05, 1.05);
}


#bereichbuttonscont {
	width: 100%;
	border-top: 4px solid rgba(0,0,0,1.00);	
	padding-top: 40px;
}

ul#bereichbuttons {
	width: 100% !important;
	list-style: none;
    display: flex;
	display: -webkit-flex;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

ul#bereichbuttons > li {
    position: relative;
	list-style: none;
	text-align: center;
	float:left;
	height: 264px;
	width: calc(25% - 20px);
	margin: 0px 20px 40px 0px;
	border: 0px solid #ccc;
	background-size: cover;	
	background-position: center center;	
	background-repeat: no-repeat;
}

ul#bereichbuttons > li:nth-child(4n) {
	margin: 0px 0px 0px 0px;
	width: calc(25%);
}

ul#bereichbuttons h3 {
	position: absolute;
	color: rgba(0,0,0,1.00);
	width: calc(100% - 40px);
	display: block;
	padding: 10px;
	top: 20px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0px 20px 0px 20px;
	background-color: rgba(255,255,255,1.00);
}

ul#bereichbuttons > li:hover > a > h3 {
	color:rgba(255,255,255,1.00);
	background-color: rgba(179,18,24,1.00);
	transition: all 0.3s ease-in-out;
	transform: skew(-8deg, 0deg);	
}

ul#bereichbuttons > li:hover > a {
	display: block;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.72);
	text-decoration: none;
}

ul#bereichbuttons > li:hover {
	transition: all 0.3s ease-in-out;
	transform: scale(1.05, 1.05);
}

ul#bereichbuttons > li:hover > a {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url('/w_resp/allgemein/images/layout/t_icon_red.png');
	background-repeat: no-repeat;
	background-position: center center;
}








ul#contentboxen {
	width: 100% !important;
	list-style: none;
    display: flex;
	display: -webkit-flex;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

#folgetextspalterechts ul#contentboxen > li {
    position: relative;
	list-style: none;
	text-align: center;
	float:left;
	height: 264px;
	width: calc(100%);
	margin: 0px 0px 40px 0px;
	border: 0px solid #ccc;
	background-size: cover;
	background-position: center center;	
	background-repeat: no-repeat;
}

#folgetextspalte ul#contentboxen > li {
    position: relative;
	list-style: none;
	text-align: center;
	float:left;
	height: 264px;
	width: calc(100% / 3 - 40px / 2);
	margin: 0px 20px 40px 0px;
	border: 0px solid #ccc;
	background-size: cover;
	background-position: center center;	
	background-repeat: no-repeat;
}

ul#contentboxen > li {
    position: relative;
	list-style: none;
	text-align: center;
	float:left;
	height: 264px;
	width: calc(25% - 60px / 4);
	margin: 0px 20px 40px 0px;
	border: 0px solid #ccc;
	background-size: cover;
	background-position: center center;	
	background-repeat: no-repeat;
}

ul#contentboxen > li:hover > a {
    position: absolute;
	display: block;
    left: 0px;
	height: 100%;
	width: 100%;
	background-image: url('/w_resp/allgemein/images/layout/t_icon_red.png');
	background-repeat: no-repeat;
	background-position: center center;
}

ul#contentboxen > li:nth-child(4n) {
	margin: 0px 0px 0px 0px;
}

#folgetextspalte ul#contentboxen > li:nth-child(3n) {
	margin: 0px 0px 0px 0px;
	width: calc(100% / 3);
}

#folgetextspalterechts ul#contentboxen > li:nth-child(3n) {
	margin: 0px 0px 40px 0px;
	width: calc(100%);
}

ul#contentboxen h3 {
	position: absolute;
	color: rgba(0,0,0,1.00);
	width: calc(100% - 40px);
	display: block;
	padding: 10px;
	top: 20px;
    left: 0px;
	text-transform: uppercase;
	margin: 0px 20px 0px 20px !important;
	background-color: rgba(255,255,255,1.00);
}

ul#contentboxen > li:hover > a > h3 {
	color:rgba(255,255,255,1.00);
	background-color: rgba(179,18,24,1.00);
	transition: all 0.3s ease-in-out;		
	transform: skew(-8deg, 0deg);
}

ul#contentboxen > li:hover > a {
	display: block;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.72);
	text-decoration: none;
}

ul#contentboxen > li:hover {
	transition: all 0.3s ease-in-out;
	transform: scale(1.05, 1.05);
}











.morejobs:before {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	content: "";
	height: 1px;
	width: 80%;
	background: rgba(0,0,0,0.30);
	display: block;
}

.morejobs {
	position: relative;
	display: block;
	text-align: center;
	margin: auto auto;
}

.morejobs a {
	font-style: italic;
	font-weight: 600;
}

.morejobs a:hover {
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}

ul#karriereboxen {
	width: 100% !important;
	list-style: none;
    display: flex;
	display: -webkit-flex;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

ul#karriereboxen > li {
    position: relative;
	list-style: none;
	text-align: center;
	float:left;
	padding-top: 33%;
	width: calc(100% / 2 - 20px / 2);
	margin: 0px 20px 40px 0px;
	border: 0px solid #ccc;
	background-size: cover;
	background-position: center center;	
	background-repeat: no-repeat;
}

ul#karriereboxen > li:nth-child(-n+3) {
	margin: 0px 20px 40px 0px;
	width: calc(100% / 3 - 41px / 3);
}

ul#karriereboxen > li a {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

ul#karriereboxen > li:hover > a {
    position: absolute;
	display: block;
    left: 0px;
	height: 100%;
	width: 100%;
	background-image: url('/w_resp/allgemein/images/layout/t_icon_red.png');
	background-repeat: no-repeat;
	background-position: center center;
}

ul#karriereboxen > li:nth-child(3) {
	margin: 0px 0px 40px 0px !important;
}

ul#karriereboxen > li:nth-child(odd) {
	margin: 0px 0px 40px 0px !important;
}

ul#karriereboxen > li:first-child {
	margin: 0px 20px 40px 0px !important;
}

ul#karriereboxen h3 {
	position: absolute;
	font-size: 30px;
	line-height: 38px;
	color: rgba(255,255,255,1.00);
	width: calc(80%);
	display: block;
	text-align: left;
	padding: 20px;
	bottom: 0px;
    left: 0px;
	margin: 0px 20px 0px 0px !important;
	background-color: rgba(179,18,24,1.00);
}

ul#karriereboxen h3:after {
	content: "";
	position: absolute;
	right: -20px;
	top: 0px;
	width: 40px;
	display: inline-block;
	height: 100%;
	background-color: rgba(179,18,24,1.0);
	transform: skewX(-8deg);	
}


ul#karriereboxen > li:hover > a > h3 {
	color:rgba(255,255,255,1.00);
	background-color: rgba(179,18,24,1.00);
	transition: all 0.3s ease-in-out;		
}

ul#karriereboxen > li:hover > a {
	display: block;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.72);
	text-decoration: none;
}

ul#karriereboxen > li:hover {
	transition: all 0.3s ease-in-out;
	transform: scale(1.05, 1.05);
}




















#history ul {
	width: 100% !important;
	list-style: none;
	margin-left: 0px;
}

#history ul > li:nth-child(odd) {
    position: relative;
	list-style: none;
	text-align: left;
	float:left;
	width: 10%;
	padding-left: 0px;
}

#history ul > li:nth-child(even) {
    position: relative;
	list-style: none;
	text-align: left;
	float:left;
	width: calc(90% - 30px);
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(134,134,134,1.00);
	margin-bottom: 10px;
	padding-left: 0px;
}









#further {
	border-top: 1px solid rgba(179,18,24,1);
	margin-top: 30px;
	padding-top: 30px;
	display: none;
	width:100%;
	margin-right: 20px;
	margin-bottom: 30px;
}

#gallery 	{
	width: 100%;
    display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

#bild 	{
	width: 100%;
	height: 350px;
}

#bild > div{
	width: 100%;
	height: 100%;
}

#gallerysub 	{
	width: 100%;
	padding-top: 0px;
    display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

.flip {
	width: calc(50% - 20px);
	height: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #fff;
}

.flip:nth-child(2n) 	{
	margin-right: 0%;
}

.flip img {
    width: 100%;
    height: auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.flip .back *{
    color: #fff;
    text-align: left;
}

.back	{
	padding: 20px 10px 10px 20px;
	color:#FFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.flip .back i {
	font-size: 28px;
	cursor: pointer;
	margin-top: 10px;
	vertical-align: absmiddle;
	margin-right: 5px;
}

.back1 {
    background: rgba(179,18,24,1);
}

.flip img:hover {
    animation: zooming 0.5s ease-in-out;
	-webkit-animation: zooming 0.5s ease-in-out;
	-moz-animation: zooming 0.5s ease-in-out;
	-o-animation: zooming 0.5s ease-in-out;
	cursor: pointer;
}

@keyframes zooming {
0% { transform:scale(1) rotate(0deg); }
50% { transform:scale(1.05) rotate(0deg);}
100% { transform:scale(1) rotate(0deg);}
}

@-webkit-keyframes zooming {
0% { -webkit-transform:scale(1) rotate(0deg); }
50% { -webkit-transform:scale(1.05) rotate(0deg); }
100% {-webkit-transform:scale(1) rotate(0deg); }
}

.kasten {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 20px;
	background-color:#fff;
	border: 10px dashed #eee;
	padding: 50px;
}

.kasten > i {
	display:block;
	float: none;
	font-size: 64px;
	color: rgba(179,18,24,1);
	text-align:center;
	margin-bottom: 20px;
}

.kasten h2 {
	color:#000;
}

.kasten > p {
	color: #000;
	padding-bottom: 18px;
}

.kasten:hover { 
	background-color: rgba(179,18,24,1);
	transition: all 0.3s ease-in-out;
	border: 10px dashed rgba(179,18,24,1);
	color: #FFF;
} 

.kasten:hover > i {
	transition: all 0.3s ease-in-out;
	color:#fff;
	margin-bottom: 40px;

	-ms-transform: scale(1.5) rotate(9deg); /* IE 9 */
	-webkit-transform: scale(1.5) rotate(9deg); /* Chrome, Safari, Opera */
	transform: scale(1.5) rotate(9deg);

}

.kasten:hover i {
	transition: all 0.3s ease-in-out;
	color:#fff;
}

.kasten:hover a {
	transition: all 0.3s ease-in-out;
	color:#fff;
	text-decoration:underline;
}

.kasten:hover a:hover {
	transition: all 0.3s ease-in-out;
	color:#fff;
	text-decoration:none;
}

.kasten hr {
	margin: 10px 0px 10px 0px;
}

.kasten:hover > h2, .kasten:hover > p, .kasten:hover > i {
	transition: all 0.3s ease-in-out;
	color:#fff;
}

hr.line {
    border: 0;
    height: 0;
	margin: 20px 0px 0px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.msover {
	cursor: pointer;
}

.meldung {
	padding: 20px;
	background-color: #eee;
	color: #000;
	display: inline-block;
	margin-bottom: 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
}

span.meldung > h3 {
	color: #000;
	border: 0px;
}

#camholder {
	position: absolute;
	width: 750px;
	left: 50%;
	margin-top: 40px;
	margin-left: -375px;
	z-index: 1111111111;
}

#newsholder {
	margin-top: 40px;
	max-width: 750px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 40;
	display: none;
}

#newsholder > #camcont strong {
	color: #FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

#newsholder > #camcont a {
	color: #FFFFFF;
	text-decoration: underline;
}

#newsholder > #camcont a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#newsholder > #camcont > img {
	max-width: 100%;
	height: auto;
	margin: 30px 0px 30px 0px !important;
}

#camcont {
	margin: 0px;
	padding: 10px 30px 30px 30px;
	width: 100%;
	background-color: rgba(179,18,24,0.9);
	z-index: 1111111111;
	font-size: 18px;
	color: #FFFFFF;
	float: left;
}

#camcont h1, #camcont p {
	color: rgba(255,255,255,1.00)
}


#einblenden {	
	width: 50px;
	height: 50px;
	background-color: rgba(179,18,24,1);
	z-index: 11000;
	float: right;
	margin-top: 245px;
	cursor: pointer;
	border-radius: 0px 5px 5px 0px;
}

#einblenden i {
	font-size: 25px;
	line-height: 25px;
	font-family: FontAwesome;
	color: #fff;
	margin-left: 12px;
	margin-top: 12px;
}

.close {
	text-align: right;
}

.close a {
	text-decoration: none;
	color: #fff;
}

.close a:before {
	content: "\f00D";
	vertical-align: middle;
	display:inline-block;
	font-size: 25px;
	font-family: FontAwesome;
	position:absolute;
	text-decoration: none;
    margin-left:-30px;	
	color: #fff;
}


/* Selector Language */

/* Style The Dropdown Button */
.dropbtn {
    background-color: rgba(179,18,24,1);
    color: white;
    padding: 5px 15px 5px 15px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position:absolute;
	left: 20px;
	top: 0px;
	z-index: 100001;
	padding-right: 20px;
}

/* Dropdown Content (Hidden by Default) */
 .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f5fafe;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.9);
}

/* Links inside the dropdown */
 .dropdown-content a {
    color: black;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    display: block;
}

 .dropdown-content a.activedd:after, .dropdown-content a:hover:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
    margin-left: 15px;	 
 }


/* Change color of dropdown links on hover */
 .dropdown-content a:hover {background-color: rgba(194,194,194,0.8); color: rgba(0,60,110,1);}
 .dropdown-content a.activedd {background-color: rgba(194,194,194,1.0); color: rgba(0,60,110,1);}
 .dropdown-content a.activedd:hover {background-color: rgba(194,194,194,1.0); color: rgba(0,60,110,1);}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: rgba(179,18,24,1);
}

.lang {
	padding-left: 20px;
	color: rgba(255,255,255,1.00) !important;
}	
	
.lang .activedd {
	color: rgba(255,255,255,1.00);
	text-decoration: underline;
}	
	
.lang a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}		

#claimer {
    position: fixed;
    z-index: 10003;
    padding: 30px 0 30px 0;
    width: 100%;
    bottom: 0px;
    background-color: rgba(220,220,220,1.00);    
}

#claimer p {
    color: rgba(0,0,0,1.00);
	margin-right: 100px;
}


.but_close:after {
    position: absolute !important;
	padding-top: 13px;
    width: 45px;
    height: 45px;
    text-align: center;
    background: rgba(0,0,0,0.60);
	content: "OK";
    font-size: 18px;
    line-height: 18px;
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: rgba(255,255,255,1.00) !important;        
    right: 20px;
    top: 0px;
}

.but_close:hover:after {
    background: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00) !important;
    transform: scale(1.05);
	transition: all 0.3s ease-in-out;
    cursor: pointer !important;
}

.but_close:hover {
    cursor: pointer !important;
}


ul#overview li p a:before, a.linkborder:before {
	position: relative;
	display: inline-block;
	width: 100%;
	content: "Interessiert?";
	font-style: italic;
	font-weight: 600;
	transform: skewX(8deg);
}

ul#overview li p a.nii:before {
	position: relative;
	display: inline-block;
	width: 100%;
	content: "" !important;
	font-style: italic;
	font-weight: 600;
	transform: skewX(8deg);
}


ul#overview li p a, a.linkborder {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border-left: 1px solid rgba(179,18,24,1.00);
	border-radius: 0.0em;
	color: rgba(179,18,24,1.00);
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	flex-direction: column;
	margin: 20px 0px 0px 0px;
	padding: 10px 50px 10px 10px;
	text-decoration: none !important;
	text-align: left;
	font-weight: 300;
	text-transform: uppercase;

	border-color: #b31219;
	background-image: -webkit-linear-gradient(-8deg, #b31219 50%, transparent 50%);
	background-image: linear-gradient(-72deg, transparent 50%, #b31219 50%);
	background-position: 100%;
	background-size: 400%;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transform: skewX(-0deg);
}

ul#overview li p a:hover, .linkborder:hover {
	color: #fff;
	outline: 0;
	background-position: 0;
	transition: all 0.5s ease-in-out;
}

ul#overview li p a:after, a.linkborder:after {
	position: absolute;
	right: 20px !important;
	top: 50%;
	margin-top: -9px;
	content: "\f054";
	font-family: FontAwesome;
	font-size: 18px;
	color: rgba(179,18,24,1.00);
  display: inline-block;
}

ul#overview li p a:hover:after, .linkborder:hover:after {
	color: rgba(255,255,255,1.00);
	transition: all 0.5s ease-in-out;
}










a.linkborderslider:before {
	position: relative;
	display: inline-block;
	width: 100%;
	content: "Interessiert?";
	font-style: italic;
	font-weight: 600;
	transform: skewX(8deg);
}


a.linkborderslider {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255,255,255,0.20);
	border-left: 1px solid rgba(179,18,24,1.00);
	border-radius: 0.0em;
	color: rgba(255,255,255,1.00);
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	flex-direction: column;
	margin: 20px 0px 0px 0px;
	padding: 10px 50px 10px 10px;
	text-decoration: none !important;
	text-align: left;
	font-weight: 300;
	text-transform: uppercase;

	border-color: #fff;
	background-image: -webkit-linear-gradient(-8deg, #fff 50%, transparent 50%);
	background-image: linear-gradient(-72deg, transparent 50%, #fff 50%);
	background-position: 100%;
	background-size: 400%;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transform: skewX(-0deg);
}

.linkborderslider:hover {
	color: rgba(179,18,24,1.00);
	outline: 0;
	background-position: 0;
	transition: all 0.5s ease-in-out;
}

a.linkborderslider:after {
	position: absolute;
	right: 20px !important;
	top: 50%;
	margin-top: -9px;
	content: "\f054";
	font-family: FontAwesome;
	font-size: 18px;
	color: rgba(255,255,255,1.00);
  display: inline-block;
}

.linkborderslider:hover:after {
	color: rgba(179,18,24,1.00);
	transition: all 0.5s ease-in-out;
}












:root {
  --width: 100vw;
  --full-width: 100vw;
  
  @media (min-width: 42em) {
    --width: 42rem;
  }
  
  --angle: -8deg;
  /*-----------------
  Magic Number Alert:
  
  the 0.09719 is calculated by this formula:
  tan(11°) / 2
  11° is the current skewY value.
  ------------------*/
  --magic-number: 0.09719;
  --magic-number: 0.07;
  --skew-padding: calc(var(--width) * var(--magic-number));
  --clip-padding: calc(var(--full-width) * var(--magic-number));
}


.clip-path {
	z-index: 100;
	position: relative;
	margin-top: calc( ( var(--clip-padding) * -1 ) - 2px );
	margin-top: 45vh;
	background: rgba(255,255,255,1.00);
	padding: calc( ( var(--clip-padding) * 2 ) - ( var(--clip-padding) - var(--skew-padding) ) ) 0 4em;
	clip-path: polygon(
	0% calc(var(--clip-padding) * 2), 
	100% 0%, 
	100% 100%, 
	0% 100% );
	-webkit-clip-path: polygon(
	0% calc(var(--clip-padding) * 2), 
	100% 0%, 
	100% 100%, 
	0% 100% );
}

.love-tschopp	{
	position: absolute;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
    height: 50%;
	text-align: right;
	display: grid;
	align-items: end;
	z-index: 1000;
	border: 0px solid rgba(0,0,0,1.00);
	top: 0px;
}

.love {
	text-align: right;
	justify-content: flex-end;
}

.but-love {
	position: absolute;
	width: 100%;
	bottom: 0px;
	text-align: right;
	justify-content: flex-end;
	height: 100px;
	z-index: 50;
}

.but-love-2 {
	position: absolute;
	width: 100%;
	bottom: 40px;
	right: 30px;
	text-align: right;
	justify-content: flex-end;
	height: 100px;
	z-index: 50;
}

.but-love #maxli img, .but-love-2 #maxli img {
	display: inline-block;
	position: absolute;
	right: 0px !important;
	left: inherit;
	width: 200px !important;
	height: auto !important;
	text-align: right;
}

.love-tschopp img {
	max-width: 200px;
	height: auto !important;
	text-align: right;
}

#startsliderfifty	{
	position: fixed;
	width: 100%;
	margin-top: 100px;
    height: 70vh;
	z-index: 16;
	top: 0px;
}

.bgfifty {
	background: rgba(179,18,24,1.00) url("/w_resp/allgemein/images/layout/Tschopp_50J_Ringe_Dunkelrot.svg");
	background-position: center 40%;
	background-size: 120%;
	background-repeat: no-repeat;
}

.fifty {
	max-width: 1320px;
	margin-left:auto;
	margin-right: auto;
	margin-top: -7%;
	padding: 0px 20px 0px 20px;
	display: grid;
	align-items: center;
	height: 100%;
	color: rgba(255,255,255,1.00)!important;
	font-size: 7em;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

#inlay {
	position: relative;
	z-index: 100;
	border: outset;
	border: 5px solid rgba(255,255,255,1.00);
	background: rgba(255,255,255,1.00);
}

.contentinlays {
	position: relative;
	z-index: 40;
	background: rgba(255,255,255,1.00);
}

.bildinlays {
	width: calc(100% / 3 * 2);
	padding-top: 40%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.text-right {
	width: calc(100% / 3);
	padding-left: 30px;
}

.text-left {
	width: calc(100% / 3);
	padding-right: 30px;
}

.abstand {
	width: 100%;
	padding-top: 60px;
}

.fifyears {
	position: relative;
	display: block;
	height: 60px;
	margin-top: 100px;
	
}

.fifyears img {
	position: relative;
	display: block;
	z-index: 10000 !important;
}