@charset "utf-8";

/* ==========================================================================
   Google Fonts
   ========================================================================== */
/* jura-300 - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../_fonts/jura-v15-latin/jura-v15-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../_fonts/jura-v15-latin/jura-v15-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* jura-regular - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../_fonts/jura-v15-latin/jura-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../_fonts/jura-v15-latin/jura-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* jura-600 - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../_fonts/jura-v15-latin/jura-v15-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../_fonts/jura-v15-latin/jura-v15-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../_fonts/roboto-v20-latin/roboto-v20-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../_fonts/roboto-v20-latin/roboto-v20-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
       url('../_fonts/roboto-v20-latin/roboto-v20-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../_fonts/roboto-v20-latin/roboto-v20-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
       url('../_fonts/roboto-v20-latin/roboto-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../_fonts/roboto-v20-latin/roboto-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'),
       url('../_fonts/roboto-v20-latin/roboto-v20-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../_fonts/roboto-v20-latin/roboto-v20-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../_fonts/roboto-v20-latin/roboto-v20-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../_fonts/roboto-v20-latin/roboto-v20-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
       url('../_fonts/roboto-v20-latin/roboto-v20-latin-500italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../_fonts/roboto-v20-latin/roboto-v20-latin-500italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../_fonts/roboto-v20-latin/roboto-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../_fonts/roboto-v20-latin/roboto-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
       url('../_fonts/roboto-v20-latin/roboto-v20-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../_fonts/roboto-v20-latin/roboto-v20-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


html,
body,
button,
input,
select,
textarea { 
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 150%;
	font-weight: 300;
    text-decoration: none;
	text-transform: none;
	color: #000;
}
@media screen and (max-width: 760px) {
  html,
  body,
  button,
  input,
  select,
  textarea { 
    	font-size: 14px;
  }
}

/*
 * A better looking default horizontal rule
 */

hr {
	border-top: 1px solid #6a6a6a;
}

section, div, h1, h2, h3, h4, h5, h6, p, li, ul, ol  {
    position: relative;
	box-sizing: border-box; 
}

/* --------------------------------------------------------------------------
   ALLGEMEINE CSS
   -------------------------------------------------------------------------- */
body,
html {
    position: relative;
	box-sizing: border-box;
	text-align: center;
	background-color: #f2f9ff75;
}

h1, h2, h3, h4, h5, h6	{
	font-family: 'Jura', sans-serif;
	line-height: 120%;
	margin: 0;
}

h1, h2, h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
}
@media screen and (max-width: 780px) {
    h1, h2, h3 {
      font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
    h1, h2, h3 {
      font-size: 1.75rem;
  }
}

.hl {
    font-family: 'Jura', sans-serif;
    line-height: 125%;
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    text-align: left;
}
@media screen and (max-width: 780px) {
.hl {
      font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
.hl {
      font-size: 1.75rem;
  }
}

.hl strong {
    font-size: 2rem;
    font-weight: 700;
    color: #5a75b8;
    text-transform: none;
}
@media screen and (max-width: 780px) {
.hl strong {
      font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
.hl strong {
      font-size: 1.25rem;
  }
}

p, li {
	font-size: 1rem;
	line-height: 140%;
    color: #000;
}

ul {
	list-style-type: none;
}

li {
	padding-left: 25px;
	background-image: url(../_fiximg/pfeil.svg);
	background-size: 15px auto;
	background-position: left 5px;
	background-repeat: no-repeat;
}

.cont_wrapper_cont,
.cont_wrapper_small,
.cont_wrapper_wide,
.cont_wrapper_gal,
.cont_wrapper_mid,
.cont_wrapper_full {
	padding: 0 50px;
	background: transparent;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.cont_wrapper_cont.nb,
.cont_wrapper_small.nb,
.cont_wrapper_wide.nb,
.cont_wrapper_gal.nb,
.cont_wrapper_mid.nb,
.cont_wrapper_full.nb {
	padding-left: 0;
	padding-right: 0;
}

.cont_wrapper_small		{ max-width: 700px; }
.cont_wrapper_cont		{ max-width: 1280px; }
.cont_wrapper_mid		{ max-width: 1360px; }
.cont_wrapper_gal		{ max-width: 1400px; }
.cont_wrapper_wide,
.cont_wrapper_hd,
.cont_wrapper_full		{ max-width: 1600px; }

.main_wrapper {
	min-height: 100vh;
	padding-top: 100px; 
}

a {
	color: #5a75b8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.bgAlt h1,
.bgAlt a									{ color: #fff; }

input::-webkit-input-placeholder			{ color: #dfdad6; }
input::-moz-placeholder						{ color: #dfdad6; }
input:-ms-input-placeholder					{ color: #dfdad6; }
input:-moz-placeholder						{ color: #dfdad6; }
textarea::-webkit-input-placeholder			{ color: #dfdad6; }
textarea::-moz-placeholder					{ color: #dfdad6; }
textarea:-ms-input-placeholder				{ color: #dfdad6; }
textarea:-moz-placeholder					{ color: #dfdad6; }

.bgPic,
.mobPic,
.winHTop {
	margin-bottom: 80px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.contPic {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.responsive-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    padding-top: 0;
    overflow: hidden;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.green									{ color: #183028; }
.brown									{ color: #7b634d; }
.gray									{ color: #bfb5ae; }

.oneSo h4 {
    padding-top: 5px;
}

h3 strong {
    font-size: 2rem;
    font-weight: 700;
    color: #5a75b8;
    text-transform: none;
}
@media screen and (max-width: 500px) {
    h3 strong {
      font-size: 1.25rem;
  }
}

/* --------------------------------------------------------------------------
   HEADER
   -------------------------------------------------------------------------- */
/* ---------------------- Fixed Header ----------- */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1000;
}

header.hide {
	top: -100%;
}

header .cont_wrapper_hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
	height: 100px;
	background-color: #fff;
	border-bottom: 1px solid #5a75b8;
	-webkit-transition: height 1s ease;
	-moz-transition: height 1s ease;
	-o-transition: height 1s ease;
	transition: height 1s ease;
}

header.small .cont_wrapper_hd {
	height: 60px;
}

header .logo {
	height: 45px;
    padding-left: 40px;
	-webkit-transition: height 1s ease;
	-moz-transition: height 1s ease;
	-o-transition: height 1s ease;
	transition: height 1s ease;
}
@media screen and (max-width: 1100px) {
    header .logo {
        height: 32px;
    }
}
@media screen and (max-width: 600px) {
    header .logo {
        padding-left: 20px;
    }
}
@media screen and (max-width: 460px) {
    header .logo {
        height: 35px;
    }
}
@media screen and (max-width: 360px) {
    header .logo {
        height: 30px;
    }
}

header.small .logo { 
	height: 30px;
}

header .topMenu {
	position: relative; 
    display: block; 
    padding: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.menuBut {
	position: relative;
	padding-right: 40px;
	width: 40px;
	height: auto;
	cursor: pointer;
	display: none;
}
@media screen and (max-width: 1020px) {
	.menuBut {
		display: block;
	}
}
@media screen and (max-width: 600px) {
	.menuBut {
		padding-right: 20px;
	}
}

.menuBut:hover { opacity: 0.7; }

/* --------------------------------------------------------------------------
   FOOTER
   -------------------------------------------------------------------------- */
/* ---------------------- Allgemein ----------- */
footer { 
	height: auto;
	padding: 0;
	font-size: 0.8rem;
}

footer .cont_wrapper_hd {
	display: flex;
	justify-content: space-between;
	padding: 10px 40px;
	background-color: #fff;
	border-top: 1px solid #5a75b8;
}
@media screen and (max-width: 660px) {
	footer .cont_wrapper_hd {
		flex-direction: column;
	}
}

footer .cont_wrapper_hd div:first-of-type {
	padding-right: 20px;
}

footer .cont_wrapper_hd .footMenu > a {
	display: inline-block;
	padding: 0 8px;
	font-size: 0.875rem;
	color: #5a75b8;
	text-transform: none;
	white-space: nowrap;
}

/* --------------------------------------------------------------------------
   UNTERER RAHMEN
   -------------------------------------------------------------------------- */
.bBot {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: #fff;
	z-index: 1000;
}

/* --------------------------------------------------------------------------
   HAUPTVIGATION
   -------------------------------------------------------------------------- */
ul.topMenu {
    margin: 0;
	padding: 0 30px 0 25px;
	opacity: 1;
	text-align: right;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
@media screen and (max-width: 1020px) {
	ul.topMenu {
		display: none;
	}
}

ul.topMenu li {
	display: inline-block;
	padding: 0 10px;
    background-image: none;
}
@media screen and (max-width: 1200px) {
    ul.topMenu li {
    	padding: 0 6px;
    }
}

ul.topMenu li>a {
	font-size: 1.25rem;	
    font-weight: 400;
	text-decoration: none;
	text-transform: none;
	color: #5a75b8;
}

ul.topMenu li:nth-of-type(3)>a {
	text-transform: uppercase;
	color: #2a625d;
}

ul.topMenu li.sel a {
	color: #000;
}

ul.topMenu li a:hover,
ul.topMenu li a.current { 
	text-decoration: underline;
}

/* --------------------------------------------------------------------------
   MOBILE NAVIGATION
   -------------------------------------------------------------------------- */
.mobMenuBox {
	position: fixed;
	box-sizing: border-box;
	top: 0;
	right: 0;
	width: 260px;
	height: 100%;
	background-color: #5a75b8;
	text-align: left;
	overflow: auto;
	z-index: 10000;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.mobMenuBox.hide {
	right: -260px;
}

.mobMenu {
	margin-top: 100px;
	padding: 20px;
}

.mobMenu li a {
	font-size: 1rem;
	font-weight: 400;
	line-height: 250%;
	letter-spacing: 0.04em;
    font-style: normal;
    text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

.mobMenu li a:hover,
.mobMenu li.sel>a {
	text-decoration: none;
	color: #a99c95;
	font-weight: 700;
}

.closeMenu {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 25px;
	cursor: pointer;
}

/* --------------------------------------------------------------------------
   CONTENTNAVIGATION
   -------------------------------------------------------------------------- */
.subContentBox .subMenu {
	margin: -20px 0 40px 0;
	text-align: center;
}

.subContentBox .subMenu span {
	line-height: 30px;
	font-weight: 700;
	font-style: italic;
}

.subContentBox .subMenu .mtr,
.subContentBox .subMenu .mtr2 {
	display: inline-block;
	padding: 0 5px 0 0;
	font-size: 10px;
	color: #a99c95;
    vertical-align: top;
}

.subContentBox .subMenu .mtr2 {
	padding: 0 5px;
}

.subContentBox .subMenu .dlinks {
	font-size: 0.85rem;
	color: #000;
	text-decoration: underline;
	cursor: pointer;
	white-space: nowrap;
}

.subContentBox .subMenu .dlinks:hover {
	color: #000;
	text-decoration: none;
}

.subContentBox .subMenu .dlinks.akt {
	color: #a99c95;
	text-decoration: none;
}

.tabContentBox .subsubMenu {
	width: 100%;
	margin: 40px auto;
	text-align: center;
}

.tabContentBox .subsubMenu .linkbut {
	display: inline-block;
	box-sizing: border-box;
	min-width: 204px;
	margin: 0 8px 10px;
	padding: 5px;
	border: 1px solid #a99c95;
	font-size: 0.75rem;
	color: #a99c95;
	cursor: pointer;
}

.tabContentBox .subsubMenu .linkbut:hover,
.tabContentBox .subsubMenu .linkbut.akt {
	color: #fff;
	background-color: #a99c95;
	text-decoration: none;
}

.subContentBox .tabContentBox,
.subContentBox .tabSubcontentBox { 
	position: absolute;
	color: #a99c95; 
	font-style: italic;
	display: none;
}

.subContentBox .tabContentBox.normal,
.subContentBox .tabSubcontentBox.normal { 
	color: #000; 
	font-style: normal;
}

.subContentBox .tabContentBox h5,
.subContentBox .tabSubcontentBox h5 { 
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
}

.subContentBox .tabContentBox ul { 
	margin-bottom: 25px;
}

.subContentBox .tabContentBox a { 
	color: #a99c95;
}

/* --------------------------------------------------------------------------
   CONTENTBEREICHE (SECTION, ARTICLE, ALLGEMEIN)
   -------------------------------------------------------------------------- */
.cont_wrapper_wide.bgPic { 
	min-height: 500px;
}

.cont_wrapper_wide.mobPic {
	min-height: 200px;
	display: none;
}

.contentBox {
	margin: 0 auto;
	padding-top: 60px;
    box-sizing: border-box;
	text-align: left;
}
@media screen and (max-width: 1200px) {
  .contentBox {
     padding-top: 30px;
  }
}

.contentBox ul,
.contentBox ol     { margin-left: 20px; }

.contentBox>h1 {
    margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .contentBox>h1 {
      margin-bottom: 20px;
  }
}

.contentBox>h2 {
    margin-bottom: 30px;
}

.content { 
	padding-bottom: 20px;
	text-align: left;
}

.content strong { 
	font-weight: 500; 
	letter-spacing: 0.06em;
}

.content.groesser p { font-size: 1.1rem; }

.content li {
	list-style-type: none;
	padding-left: 15px;
	margin-left: -10px;
	background-image: url('../_fiximg/dot.png');
	background-repeat: no-repeat;
	background-position: left 8px;
    background-size: 5px;
}

.content .picLeft {
	float: left;
	width: 40%;
	max-width: 300px;
	height: auto;	
	margin-right: 10px;
	margin-bottom: 5px;
	padding-top: 5px;
}

.shadowBot {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.txtbot {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	display: none;
}

.butBoxBox {
	width: 100%;
	padding-bottom: 20px;
}

.opa { opacity: 1; }

.hideBox,
.showBox {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 18px;
	cursor: pointer;
}

.showBox									{ display: none; }

.hideBox:hover,
.showBox:hover								{  }

.winHTop h2.size-1,
.winHTop h2.size-2 {
	font-size: 3rem;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.winHTop h2.size-2 {
	font-size: 4rem;
}

.winHTop h1,
.winHTop h3 {
	font-size: 2rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.toContent {
	position: absolute;
	bottom: 50px;
	left: calc(50% - 30px);
	width: 60px;
	height: 60px;
	background-color: rgba( 255, 255, 255, 0.6 );
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../_fiximg/arr_down.png");
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	cursor: pointer;
}

.toContent:hover { background-color: rgba( 255, 255, 255, 1 ); }

img.picr,
img.picl {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 25%;
}

img.picl {
	float: left;
	padding: 4px 20px 10px 0;
}

img.picr {
	float: right;
	padding: 4px 0 10px 20px;
}
@media screen and (max-width: 1040px) {
	img.picl {
		width: 30%;
		padding: 4px 10px 10px 0;
	}

	img.picr {
		width: 30%;
		padding: 4px 0 10px 10px;
	}
}
@media screen and (max-width: 500px) {
	img.picr,
	img.picl {
		width: 100%;
		max-width: 100%;
	}

	img.picl,
	img.picr {
		float: none;
		padding: 0 0 10px 0;
	}
}

.nowrap {
	white-space: nowrap;
}

/* --------------------------------------------------------------------------
   Videos
   -------------------------------------------------------------------------- */
/*.videoBox { 
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 320px;
	margin: 30px auto 60px;
	border: 1px solid #a99c95;
	height: auto;
	overflow: hidden; 
}

.videoBox video {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	border: 0;
	padding: 0;
	margin: 0;
}

.smallVideoBox {
	position: relative;
	width: 50%;
	min-width: 500px;
	margin: 60px auto 30px;
}   */

/* --------------------------------------------------------------------------
   EINZELNE TEMPLATES/BEREICHE
   -------------------------------------------------------------------------- */
/* ---------------------- Standard ----------- */

/* ---------------------- Startsegment ----------- */
.startsegment {
	padding-bottom: 0;
    border-bottom: 1px solid #5a75b8;
}

.startsegment .contentBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: flex-start;
    padding: 0;
}

.startsegment .contentBox .contBox {
	display: flex;
    align-items: center;
    width: 50%;
}
@media screen and (max-width: 900px) {
    .startsegment .contentBox .contBox {
        width: 100%;
    }
}

.startsegment .contentBox .cont {
    padding: 40px 40px 120px;
}
@media screen and (max-width: 600px) {
    .startsegment .contentBox .cont {
        padding: 40px 20px 100px;
    }
}
@media screen and (max-width: 450px) {
    .startsegment .contentBox .cont {
        padding-bottom: 120px;
    }
}

.startsegment .contentBox .cont h1,
.startsegment .contentBox .cont h2,
.startsegment .contentBox .cont h3 {
    margin: 50px auto 20px;
}

.startsegment .contentBox .cont .content {
	padding-bottom: 0;
}

.startsegment .contentBox .cont .content p, 
.startsegment .contentBox .cont .content li {
    color: #5a75b8;
}

.startsegment .contentBox .picBox {
	display: flex;
    align-items: center;    
    width: 50%;
    padding: 40px 40px 40px 0;
}
@media screen and (max-width: 900px) {
    .startsegment .contentBox .picBox {
        width: 100%;
        padding: 40px;
    }
}
@media screen and (max-width: 600px) {
    .startsegment .contentBox .picBox {
        padding: 20px 0 0;
    }
}

.startsegment .contentBox .videoBox {  
    width: 50%;
    padding: 40px 40px 40px 0;
}
@media screen and (max-width: 900px) {
    .startsegment .contentBox .videoBox {
        width: 100%;
        padding: 40px;
    }
}
@media screen and (max-width: 600px) {
    .startsegment .contentBox .videoBox {
        padding: 20px 0 0;
    }
}

.startsegment .contentBox .picBox img {
    display: block;
    width: 100%;
}

.startsegment .contentBox .linkBox {
	position: absolute;
    display: flex;
    justify-content: flex-start;
    left: 0;
    bottom: 30px;
    width: 100%;
    padding: 0 40px;
}
@media screen and (max-width: 800px) {
    .startsegment .contentBox .linkBox {
        justify-content: space-between;
    }
}
@media screen and (max-width: 600px) {
    .startsegment .contentBox .linkBox {
        padding: 0 20px;
    }
}
@media screen and (max-width: 450px) {
    .startsegment .contentBox .linkBox {
        flex-wrap: wrap;
        justify-content: center;
        bottom: 0;
    }
}

.startsegment .contentBox .linkBox a {
    display: block;
    width: 130px;
    margin-right: 20px;
    padding: 0 15px;
    background-color: #5a75b8;
    font-size: 1.25rem;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 800px) {
    .startsegment .contentBox .linkBox a {
        width: 45%;
        margin-right: 0;
        padding: 0 5px;
    }
}
@media screen and (max-width: 450px) {
    .startsegment .contentBox .linkBox a {
        width: 80%;
        margin-bottom: 10px;
    }
}

.startsegment .contentBox .linkBox a.gr {
    background-color: #2a625d;
}

.startsegment .contentBox .nl {
	width: 350px;
}
@media screen and (max-width: 1000px) {
	.startsegment .contentBox .nl {
		width: 100%;
	}
}

.startsegment .contentBox .nl .frameBox {
	position: absolute;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	background-color: #000000a8;
	border: 1px solid #000;
	text-align: left;
	z-index: 5;
}
@media screen and (max-width: 1000px) {
	.startsegment .contentBox .nl .frameBox {
		position: relative;
		display: flex;
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 600px) {
	.startsegment .contentBox .nl .frameBox {
		flex-direction: column;
	}
}

.startsegment .contentBox .nl .frameBox .nlcont,
.startsegment .contentBox .nl .frameBox .dslnk,
.startsegment .contentBox .nl .frameBox a {
	width: 100%;
	padding: 10px;
	color: #fff;
}

.startsegment .contentBox .nl .frameBox .nlcont h2 {
	text-transform: uppercase;
}

.startsegment .contentBox .nl iframe {
	width: 100%;
	height: 380px;
}

/* ---------------------- addHygieneteaserSec  ----------- */
.addHygieneteaserSec {
	padding-bottom: 0;
    border-top: 1px solid #2a625d;
    border-bottom: 1px solid #2a625d;
}

.addHygieneteaserSec .cont_wrapper_hd {
    background-color: #d4e0df;
}

.addHygieneteaserSec .contentBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    padding: 0;
}

.addHygieneteaserSec .contentBox .contBox {
	display: flex;
    align-items: center;
    width: 40%;
}
@media screen and (max-width: 1200px) {
    .addHygieneteaserSec .contentBox .contBox {
        width: 45%;
    }
}
@media screen and (max-width: 960px) {
    .addHygieneteaserSec .contentBox .contBox {
        width: 100%;
    }
}

.addHygieneteaserSec .contentBox .cont {
    padding: 40px 40px 120px;
}
@media screen and (max-width: 1200px) {
    .addHygieneteaserSec .contentBox .cont {
        padding: 40px 5px 120px 40px;
    }
}
@media screen and (max-width: 600px) {
    .addHygieneteaserSec .contentBox .cont {
        padding: 40px 20px 100px;
    }
}
@media screen and (max-width: 440px) {
    .addHygieneteaserSec .contentBox .cont {
        padding: 40px 20px 140px;
    }
}

.addHygieneteaserSec .contentBox .cont h1,
.addHygieneteaserSec .contentBox .cont h2,
.addHygieneteaserSec .contentBox .cont h3 {
    height: 120px;
    margin: 0;
    color: #2a625d;
    line-height: 40px;
    text-transform: uppercase;
}

.addHygieneteaserSec .contentBox .cont p,
.addHygieneteaserSec .contentBox .cont li {
    color: #2a625d;
}

.addHygieneteaserSec .contentBox .contBox .cont h2 span {
    font-size: 1.75rem;
    line-height: 16px;
}

.addHygieneteaserSec .contentBox .contBox .cont .content {
	padding-bottom: 0;
}

.addHygieneteaserSec .contentBox .contBox .cont  .linkBox {
	position: absolute;
    display: flex;
    justify-content: flex-start;
    left: 0;
    bottom: 30px;
    width: 100%;
    padding: 0 40px;
}
@media screen and (max-width: 600px) {
    .addHygieneteaserSec .contentBox .contBox .cont  .linkBox {
        padding: 0 20px;
    }
}
@media screen and (max-width: 440px) {
    .addHygieneteaserSec .contentBox .contBox .cont  .linkBox {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.addHygieneteaserSec .contentBox .contBox .cont  .linkBox a,
.addHygieneteaserSec .contentBox .contBox .cont  .linkBox span {
    display: block;
    margin-right: 20px;
    padding: 0 15px;
    background-color: #2a625d;
    font-size: 1.25rem;
    line-height: 40px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
@media screen and (max-width: 440px) {
    .addHygieneteaserSec .contentBox .contBox .cont  .linkBox a,
    .addHygieneteaserSec .contentBox .contBox .cont  .linkBox span {
        width: 80%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
}

.addHygieneteaserSec .contentBox .picBox {  
    width: 60%;
    padding: 0;
}
@media screen and (max-width: 1200px) {
    .addHygieneteaserSec .contentBox .picBox {
        width: 55%;
    }
}
@media screen and (max-width: 960px) {
    .addHygieneteaserSec .contentBox .picBox {
        width: 100%;
    }
}

.addHygieneteaserSec .contentBox .picBox .stichworte {   
    width: 100%;
    height: 40px;
    z-index: 10;
}

.addHygieneteaserSec .contentBox .picBox .stichworte h3 {
	position: absolute;   
    height: 120px;
    color: #2a625d;
    line-height: 40px;
    text-transform: uppercase;
    display: none;
}
@media screen and (max-width: 400px) {
    .addHygieneteaserSec .contentBox .picBox .stichworte h3 {
        font-size: 2rem;
    }
}

.addHygieneteaserSec .contentBox .picBox .stichworte h3:nth-of-type(1) {
    left: 10%;
    top: 35px;
}

.addHygieneteaserSec .contentBox .picBox .stichworte h3:nth-of-type(2) {
    left: 30%;
    top: 100px;
}
.addHygieneteaserSec .contentBox .picBox .stichworte h3:nth-of-type(3) {
    left: 50%;
    top: 45px;
}
@media screen and (max-width: 500px) {
    .addHygieneteaserSec .contentBox .picBox .stichworte h3:nth-of-type(1) {
        left: 5%;
        top: 0;
    }
    
    .addHygieneteaserSec .contentBox .picBox .stichworte h3:nth-of-type(2) {
        left: 10%;
        top: 90px;
    }
    .addHygieneteaserSec .contentBox .picBox .stichworte h3:nth-of-type(3) {
        left: 40%;
        top: 40px;
    }
}

.addHygieneteaserSec .contentBox .picBox img {
	position: relative;
	box-sizing: border-box;
    display: block;
    width: 100%;
}

/* ---------------------- addFilmteaserSec  ----------- */
.addFilmteaserSec {
	padding-bottom: 0;
}

.addFilmteaserSec .cont_wrapper_hd {
    background-color: #000;
}


.addFilmteaserSec .contentBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    padding: 0;
}

.addFilmteaserSec .contentBox .contBox {
	display: flex;
    align-items: center;
    width: 40%;
}

.addFilmteaserSec .contentBox .cont {
    padding: 40px 40px 120px;
}
@media screen and (max-width: 1200px) {
    .addFilmteaserSec .contentBox .contBox {
        align-items: flex-start;
        width: 45%;
    }
    .addFilmteaserSec .contentBox .cont {
        padding: 40px 20px 120px 40px;
    }
}
@media screen and (max-width: 900px) {
    .addFilmteaserSec .contentBox .contBox {
        width: 100%;
        margin-bottom: 40px;
    }
    .addFilmteaserSec .contentBox .cont {
        padding: 40px 40px 120px;
    }
}
@media screen and (max-width: 660px) {
    .addFilmteaserSec .contentBox .cont {
        padding: 40px 20px 100px;
    }
}
@media screen and (max-width: 440px) {
    .addFilmteaserSec .contentBox .cont {
        padding: 40px 20px 150px;
    }
}

.addFilmteaserSec .contentBox .cont h1,
.addFilmteaserSec .contentBox .cont h2,
.addFilmteaserSec .contentBox .cont h3 {
    margin: 0 auto 40px;
    color: #5a75b8;
    line-height: 40px;
    text-transform: uppercase;
}

.addFilmteaserSec .contentBox .contBox .cont h2 span {
    font-size: 1.75rem;
    line-height: 16px;
}

.addFilmteaserSec .contentBox .contBox .cont .content {
	padding-bottom: 0;
}

.addFilmteaserSec .contentBox .contBox .cont  .linkBox {
	position: absolute;
    display: flex;
    justify-content: flex-start;
    left: 0;
    bottom: 30px;
    width: 100%;
    padding: 0 40px;
}
@media screen and (max-width: 660px) {
    .addFilmteaserSec .contentBox .contBox .cont  .linkBox {
        padding: 0 20px;
    }
}
@media screen and (max-width: 440px) {
    .addFilmteaserSec .contentBox .contBox .cont  .linkBox {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.addFilmteaserSec .contentBox .contBox .cont  .linkBox span {
	position: relative;
    box-sizing: border-box;
    display: block;
    margin-right: 20px;
    padding: 0 15px;
    background-color: #5a75b8;
    font-size: 1.25rem;
    line-height: 40px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
@media screen and (max-width: 440px) {
    .addFilmteaserSec .contentBox .contBox .cont  .linkBox span {
        width: 80%;
        margin-bottom: 10px;
    }
}

.addFilmteaserSec .contentBox .picBox {    
    width: 60%;
    padding: 40px 40px 0;
}
@media screen and (max-width: 1200px) {
    .addFilmteaserSec .contentBox .picBox {
        width: 55%;
        padding: 40px 40px 0 0;
    }
}
@media screen and (max-width: 900px) {
    .addFilmteaserSec .contentBox .picBox {
        width: 100%;
        padding: 0 40px;
    }
}
@media screen and (max-width: 660px) {
    .addFilmteaserSec .contentBox .picBox {
        padding: 0 20px;
    }
}

.addFilmteaserSec .contentBox .picBox img {
	position: relative;
	box-sizing: border-box;
    display: block;
    width: 100%;
}

/* ---------------------- Vorschau ----------- */
section.vorschau {
	padding-bottom: 0;
}

.vorschau .vsimg { 
	position: relative;
	box-sizing: border-box;
	display: block;
	opacity: 0.7; 
}
@media screen and (max-width: 1000px) {
	.vorschau .vsimg { 
		padding: 0 40px;
	}
}
@media screen and (max-width: 660px) {
	.vorschau .vsimg { 
		padding: 0 20px;
	}
}

.vorschau .contentBox {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 0 20px;
}
@media screen and (max-width: 1000px) {
	.vorschau .contentBox {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 660px) {
	.vorschau .contentBox {
		padding: 0 20px;
	}
}

.vorschau .contentBox .cont,
.vorschau .contentBox .cont p {
	font-size: 2rem;
	line-height: 150%;
}

.vorschau .contentBox .cont {
	width: 600px;
}
@media screen and (max-width: 1000px) {
	.vorschau .contentBox .cont {
		width: 100%;
	}
}

.vorschau .contentBox .cont ul {
	list-style-type: none;
}

.vorschau .contentBox .cont li {
	padding-left: 45px;
	font-size: 2.5rem;
	background-image: url(../_fiximg/pfeil.svg);
	background-size: 25px auto;
	background-position: 5px 10px;
	background-repeat: no-repeat;
}
@media screen and (max-width: 780px) {
    .vorschau .contentBox .cont li {
      font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
    .vorschau .contentBox .cont li {
      font-size: 1.75rem;
  }
}

.vorschau .contentBox .cont strong {
	font-size: 2.3rem;
	color: #5a75b8;
	font-weight: 700;
	text-transform: uppercase;
}
@media screen and (max-width: 780px) {
    .vorschau .contentBox .cont strong {
      font-size: 1.75rem;
  }
}
@media screen and (max-width: 500px) {
    .vorschau .contentBox .cont strong {
      font-size: 1.5rem;
  }
}

.vorschau .contentBox .nl {
	position: relative;
	box-sizing: border-box;
	width: 350px;
}
@media screen and (max-width: 1000px) {
	.vorschau .contentBox .nl {
		width: 100%;
	}
}

.vorschau .contentBox .nl .frameBox {
	position: absolute;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	background-color: #000000a8;
	border: 1px solid #000;
	text-align: left;
	z-index: 5;
}
@media screen and (max-width: 1000px) {
	.vorschau .contentBox .nl .frameBox {
		position: relative;
		display: flex;
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 600px) {
	.vorschau .contentBox .nl .frameBox {
		flex-direction: column;
	}
}

.vorschau .contentBox .nl .frameBox .nlcont,
.vorschau .contentBox .nl .frameBox .dslnk,
.vorschau .contentBox .nl .frameBox a {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	color: #fff;
}

.vorschau .contentBox .nl .frameBox .nlcont h2 {
	text-transform: uppercase;
}

.vorschau .contentBox .nl iframe {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 380px;
}

/* ---------------------- Counter ----------- */
section.addCounterSec {
	padding: 80px 40px 40px;
}
@media screen and (max-width: 660px) {
	section.addCounterSec {
		padding: 40px 20px 20px;
	}
}

.addCounterSec .contentBox {
	padding: 20px;
	background-color: #5a75b8;
	font-size: 1.5rem;
	color: #fff;
}
@media screen and (max-width: 660px) {
	.addCounterSec .contentBox {
		font-size: 1.25rem;
	}
}

#countdown {
	position: relative;
	box-sizing: border-box;
	padding-top: 20px;
	font-size: 2.5rem;
	line-height: 120%;
	font-weight: 700;
}
@media screen and (max-width: 900px) {
	#countdown {
		font-size: 1.75rem;
	}
}

/* ---------------------- NewsListe ----------- */
section.addNewslistSec {
	padding: 40px;
}
@media screen and (max-width: 660px) {
	section.addNewslistSec {
		padding: 20px;
	}
}

.addNewslistSec .contentBox {
	border: 1px solid #000;
	padding: 20px;
	background-color: #fff; 
	text-align: left;
}

.addNewslistSec.sp_nachhaltigkeit .contentBox {
    border: 1px solid #2a625d;
}
@media screen and (max-width: 440px) {
    .addNewslistSec .contentBox,
    .addNewslistSec.sp_nachhaltigkeit .contentBox {
      border: 0;
      padding: 0;
    }
}

.addNewslistSec h3 {
	margin-bottom: 0;
	color: #000;
}

.addNewslistSec.sp_nachhaltigkeit h3 {
	color: #2a625d;
}

.addNewslistSec .newsHlBox {
	margin-bottom: 30px;
	text-align: left;
}

.addNewslistSec .newsBox {
	padding-top: 0;
}

.addNewslistSec .newsBox .accordionButton {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
	margin-top: 10px;
	padding: 20px;
	background-color: #f8f8f8;
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: 97% 25px;
	background-image: url("../_fiximg/dr_d_bl.svg");
	cursor: pointer; 
}

.addNewslistSec .newsBox .accordionButton.on {
	background-image: url("../_fiximg/dr_u_bl.svg");
}

.addNewslistSec .newsBox .accordionButton .teaser {
	font-weight: 500;
}

.addNewslistSec .newsBox .accordionButton .teaserimg {
	display: block;
	width: 20%;
	max-width: 150px;
	margin-top: 5px;
	margin-bottom: 3px;
}

.addNewslistSec .newsBox.portrait .accordionButton .teaserimg {
    max-width: 100px;
}
@media screen and (max-width: 600px) {
    .addNewslistSec .newsBox.portrait .accordionButton .teaserimg {
        max-width: 80px;
    }
}
@media screen and (max-width: 350px) {
    .addNewslistSec .newsBox.portrait .accordionButton .teaserimg {
        display: none;
    }
}

.addNewslistSec .newsBox .accordionButton img {
	display: block;
    width: 100%;
    max-width: 150px;
    height: auto;
}

.addNewslistSec .newsBox .accordionButton .teasercont {
    min-height: 50px;
}

.addNewslistSec .newsBox.portrait .accordionButton .teasercont {
    width: calc(80% - 10px);
}

.addNewslistSec .newsBox .accordionContent {
    width: 100%;
	padding: 20px;
	background-color: #f8f8f8;
}

.addNewslistSec .newsBox .accordionContent .content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 40px;
}

.addNewslistSec .newsBox .accordionContent .content .texte {
    width: 60%;
    padding-right: 40px;
}
@media screen and (max-width: 600px) {
    .addNewslistSec .newsBox .accordionContent .content .texte {
        width: 100%;
        padding-right: 0;
    }
}

.addNewslistSec .newsBox .accordionContent .content .picsvideos {
    width: 40%;
    max-width: 500px;
}
@media screen and (max-width: 600px) {
    .addNewslistSec .newsBox .accordionContent .content .picsvideos {
        width: 100%;
    }
}

.addNewslistSec .newsBox .accordionContent h3 {
	margin-bottom: 20px;
	color: #000;
}

.addNewslistSec .newsBox .accordionContent .slideBox {
    margin-left: -5px;
}

.addNewslistSec .newsBox .accordionContent .slideBox .slideshow {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 5px);
    padding: 0;
}

.addNewslistSec .newsBox .accordionContent .slideBox .slideshow .one {
    box-sizing: border-box;
    width: 33.33%;
    padding: 0 5px 10px;
}

.addNewslistSec .newsBox .accordionContent .picBox {
    margin: 0 auto 20px;
}

.addNewslistSec .newsBox .accordionContent .videoBox {
    margin: 0 -10px;
}

.addNewslistSec .newsBox .accordionContent .videos {
    display: flex; 
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.addNewslistSec .newsBox .accordionContent .videos .one {
    width: 100%;
    padding: 10px;
    overflow: hidden;
}

.addNewslistSec .newsBox .accordionContent .videos .one .daten {
    padding-top: 5px;
}

.addNewslistSec .newsBox .accordionContent .videos .one h5 {
    color: #5a75b8;
    font-size: 1rem;
}

.addNewslistSec .newsBox .accordionContent .videos .one p {
    color: #000;
}

.addNewslistSec .newsBox h3 {
	margin-bottom: 5px;
	font-size: 2rem;
}
@media screen and (max-width: 600px) {
    .addNewslistSec .newsBox h3 {
    	font-size: 1.5rem;
    }
}
@media screen and (max-width: 420px) {
    .addNewslistSec .newsBox h3 {
    	font-size: 1.125rem;
    }
}

.addNewslistSec .newsBox h5 {
	margin-bottom: 10px;
	font-size: 1.125rem;
	font-weight: 700;
}

.addNewslistSec .newseventPager {
	margin: 10px auto;
	text-align: right;
	float: right;
}

.addNewslistSec .newseventPager span,
.addNewslistSec .newseventPager a {
	display: inline-block;
	box-sizing: border-box;
	padding: 0 3px;
	line-height: 24px;
	vertical-align: middle;
}

.addNewslistSec .newseventPager .prev,
.addNewslistSec .newseventPager .next {
	display: inline-block;
	box-sizing: border-box;
	width: 20px;
	height: 24px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 13px;
}

.addNewslistSec .newseventPager .prev {
	background-image:url("../_fiximg/dr_l_bl.svg");
}

.addNewslistSec .newseventPager .next {
	background-image:url("../_fiximg/dr_r_bl.svg");
}

.addNewslistSec .newseventLink {
	position: relative;
	box-sizing: border-box;
	margin: 10px auto;
	text-align: left;
	float: left;
}

.addNewslistSec .newseventLink a {
	display: inline-block;
	box-sizing: border-box;
	padding: 0;
	line-height: 24px;
	vertical-align: middle;
}

/* ---------------------- EventListe ----------- */
section.addEventlistSec {
	padding: 40px;
}
@media screen and (max-width: 660px) {
	section.addEventlistSec {
		padding: 20px;
	}
}

.addEventlistSec .contentBox {
	position: relative;
	box-sizing: border-box;
	border: 1px solid #000;
	padding: 20px;
	background-color: #fff; 
	text-align: left;
}

.addEventlistSec h3 {
	margin-bottom: 0;
	color: #000;
}

.addEventlistSec .newsHlBox {
	margin-bottom: 30px;
	text-align: left;
}

.addEventlistSec .newsBox {
	padding-top: 0;
}

.addEventlistSec .newsBox .accordionButton {
	margin-top: 20px;
}

.addEventlistSec .newsBox .accordionButton {
	margin-top: 10px;
	padding: 20px;
	background-color: #f8f8f8;
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: 97% 25px;
	background-image: url("../_fiximg/dr_d_bl.svg");
	cursor: pointer;
}

.addEventlistSec .newsBox .accordionButton.on {
	background-image: url("../_fiximg/dr_u_bl.svg");
}

.addEventlistSec .newsBox .accordionContent {
	padding: 20px;
	background-color: #f8f8f8;
}

.addEventlistSec .newsBox .accordionContent h3 {
	margin-bottom: 20px;
	color: #000;
}

.addEventlistSec .newsBox .accordionButton .teaser {
	font-weight: 500;
}

.addEventlistSec .newsBox .accordionButton .teaserimg {
	display: block;
	float: left;
	width: 20%;
	max-width: 150px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 3px;
}

.addEventlistSec .newsBox h3 {
	margin-bottom: 5px;
	font-size: 2rem;
}

.addEventlistSec .newsBox h5 {
	margin-bottom: 10px;
	font-size: 1.125rem;
	font-weight: 700;
}

.addEventlistSec .newseventPager {
	margin: 10px auto;
	text-align: right;
	float: right;
}

.addEventlistSec .newseventPager span,
.addEventlistSec .newseventPager a {
	display: inline-block;
	box-sizing: border-box;
	padding: 0 3px;
	line-height: 24px;
	vertical-align: middle;
}

.addEventlistSec .newseventPager .prev,
.addEventlistSec .newseventPager .next {
	display: inline-block;
	box-sizing: border-box;
	width: 20px;
	height: 24px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 13px;
}

.addEventlistSec .newseventPager .prev {
	background-image:url("../_fiximg/dr_l_bl.svg");
}

.addEventlistSec .newseventPager .next {
	background-image:url("../_fiximg/dr_r_bl.svg");
}

.addEventlistSec .newseventLink {
	position: relative;
	box-sizing: border-box;
	margin: 10px auto;
	text-align: left;
	float: left;
}

.addEventlistSec .newseventLink a {
	display: inline-block;
	box-sizing: border-box;
	padding: 0;
	line-height: 24px;
	vertical-align: middle;
}

/* ---------------------- Highlights ----------- */
section.addHighlightSec {
    padding: 0 40px 40px;
}
@media screen and (max-width: 660px) {
	section.addHighlightSec {
		padding: 20px;
	}
}

.addHighlightSec .hlBox {
	padding: 20px 0 10px;
	text-align: left;
}

 .addHighlightSec .hlBox h3 {
    margin-bottom: 0;
    color: #000;
}

.addHighlightSec .contentBox {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	text-align: left;
}

.addHighlightSec .contBox {
    width: 35%;
    padding-right: 40px;
}
@media screen and (max-width: 1200px) {
    .addHighlightSec .contBox {
        width: 45%;
        padding-right: 20px;
    }
}
@media screen and (max-width: 900px) {
    .addHighlightSec .contBox {
        width: 100%;
        margin-bottom: 40px;
        padding-right: 0;
    }
}

 .addHighlightSec .contBox h2 {
    margin-bottom: 40px;
}

.addHighlightSec .contBox .linkBox {
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
@media screen and (max-width: 440px) {
    .addHighlightSec .contBox .linkBox {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.addHighlightSec .contBox .linkBox span {
    position: relative;
    box-sizing: border-box;
    display: block;
    margin-right: 20px;
    padding: 0 15px;
    background-color: #5a75b8;
    font-size: 1.25rem;
    line-height: 40px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
@media screen and (max-width: 440px) {
    .addHighlightSec .contBox .linkBox span {
        width: 80%;
        margin-bottom: 10px;
    }
}

.addHighlightSec .picBox {
	width: 65%;
}
@media screen and (max-width: 1200px) {
    .addHighlightSec .picBox {
    	width: 55%;
    }
}
@media screen and (max-width: 900px) {
    .addHighlightSec .picBox {
    	width: 100%;
    }
}

.addHighlightSec .picBox .bx-wrapper .bx-viewport {
    background: transparent;
}

.addHighlightSec .picBox .slidebox {
    padding: 40px 60px;
    border: 1px solid #5a75b8;    
    background-color: #f7f8fc;
}
@media screen and (max-width: 1200px) {
    .addHighlightSec .picBox .slidebox {
        padding: 20px 20px 40px;
    }
}
@media screen and (max-width: 440px) {
    .addHighlightSec .picBox .slidebox {
        border: 0;
    }
}

.addHighlightSec .picBox .slidebox h3 {
    padding-bottom: 40px;
    color: #5a75b8;
}

.addHighlightSec .picBox .slider {
    margin-left: 0;
}

.addHighlightSec .picBox ul.slider li {
	display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

.addHighlightSec .picBox .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -40px;
}

.addHighlightSec .picBox .SliderContBox {
	display: flex;
    flex-wrap: wrap;                           
}

.addHighlightSec .picBox .slCont {
	width: 50%;
    padding-left: 40px;
}
@media screen and (max-width: 500px) {
    .addHighlightSec .picBox .slCont {
    	width: 100%;
        padding-left: 0;
    }
}

.addHighlightSec .picBox .slCont h4 {
    font-family: 'Roboto', sans-serif;
	color: #cd1719;
}

.addHighlightSec .picBox .slCont h5 {
    font-size: 1.5rem;
    padding-bottom: 10px;
}

.addHighlightSec .picBox a {
    text-decoration: none;
}

.addHighlightSec .picBox a:hover>div {
    text-decoration: none;
    opacity: 0.7;
}

.addHighlightSec .picBox .slPic {
	width: 50%;
}
@media screen and (max-width: 500px) {
    .addHighlightSec .picBox .slPic {
    	width: 100%;
        margin-bottom: 20px;
    }
}

.addHighlightSec .picBox .slPic>img {
    display: block;
	width: 100%;
    height: auto;
}


.addHighlightSec .slidepager {
	position: relative;
	box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
	padding: 0;
    border: 1px solid #000;
	text-align: center;
}



.addHighlightSec .slidepager span {          
    position: relative;
	box-sizing: border-box;
    display: block;
    width: 25%;
    padding: 20px 10px;
    border-left: 1px solid #000;
    cursor: pointer;
    background-color: #8aa8e5;
    text-transform: uppercase;
}
@media screen and (max-width: 760px) {
  .addHighlightSec .slidepager span {          
        padding: 10px;
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
  .addHighlightSec .slidepager span {          
        width: 100%;
        border-left: 0;
        border-top: 1px solid #000;
    }
}

.addHighlightSec .slidepager span.ichbins {
    color: #fff;
    background-color: #5a75b8;
    border-left: 1px solid #000;
}

.addHighlightSec .slidepager span:first-of-type {
    border-left: 0;
}
@media screen and (max-width: 760px) {
  .addHighlightSec .slidepager span:nth-of-type(2n+1) {
      border-left: 0;
  }
  .addHighlightSec .slidepager span:nth-of-type(1),
  .addHighlightSec .slidepager span:nth-of-type(2) {
      border-bottom: 1px solid #000;
  }
}
@media screen and (max-width: 500px) {
  .addHighlightSec .slidepager span:nth-of-type(2n+1) {
      border: 0;
  }
  .addHighlightSec .slidepager span:nth-of-type(1),
  .addHighlightSec .slidepager span:nth-of-type(2) {
      border-bottom: 0;
  }
  .addHighlightSec .slidepager span:nth-of-type(1) {
      border-top: 0;
  }
  .addHighlightSec .slidepager span:nth-of-type(3) {
      border-top: 1px solid #000;
  }
}

/* ---------------------- Firma Single ----------- */
section.addFirmaSec {
    padding: 40px;
}
@media screen and (max-width: 660px) {
	section.addFirmaSec {
		padding: 20px;
	}
}

.addFirmaSec .hl {
    margin-bottom: 0;
}

.addFirmaSec .hlBox {
	padding: 20px 0 10px;
	text-align: left;
}

 .addFirmaSec .hlBox h3 {
    margin-bottom: 0;
    color: #000;
}

.addFirmaSec .hlBox.acc {
	padding: 20px 40px 10px 0;
	background-repeat: no-repeat;
	background-image: url("../_fiximg/dr_down.svg");
	background-position: calc(100% - 20px) 40px;
    background-size: 30px;
	cursor: pointer;
}

.addFirmaSec .hlBox.acc.open {
	background-image: url("../_fiximg/dr_up.svg");
}

.addFirmaSec .accBox {
    max-height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden; 
    -webkit-transition: max-height, margin-bottom 1s, 1s;
    -moz-transition: max-height, margin-bottom 1s, 1s;
    transition: max-height, margin-bottom 1s, 1s;
}
.addFirmaSec .accBox.show {
    max-height: 5000px;
    margin-bottom: 40px;
}
           
.addFirmaSec img.logo {
    position: absolute;
    box-sizing: border-box;
    top: 40px;
    right: 40px;
    max-width: 300px;
    max-height: 100px;
}
@media screen and (max-width: 780px) {
    .addFirmaSec img.logo {
        width: 20%;
    }
}
@media screen and (max-width: 600px) {
    .addFirmaSec img.logo {
     position: relative;
      top: 0;
      right: 0;
      width: 30%;
      margin-bottom: 30px;
    }
}

.addFirmaSec .contentBox {
    border: 1px solid #5a75b8;
    padding: 20px;
    margin-top: 20px;
    background-color: #fff;
    text-align: left;
}

.addFirmaSec .contentBox.blue {
    background-color: #8aa8e533;
}
      
.addFirmaSec .contentBox h1 {
    min-height: 100px;
    padding-right: 33%;
    font-family: 'Roboto', sans-serif;
    color: #cd1719;
    font-size: 2rem;
    font-weight: 700;
}
@media screen and (max-width: 660px) {
  .addFirmaSec .contentBox h1 {
      font-size: 1.5rem;
  }
}

.addFirmaSec .contentBox h3 {
    margin: 40px auto 10px;
    color: #5a75b8;
}
.addFirmaSec .contentBox h3:first-of-type {
    margin-top: 0;
}

.addFirmaSec .contentBox h6 {
    margin: 30px auto 10px;
    font-family: 'Roboto', sans-serif;
    color: #5a75b8;
    font-size: 1rem;
    font-weight: 500;
}

.addFirmaSec .contentBox p,
.addFirmaSec .contentBox li {
    color: #000;
}

.addFirmaSec .contentBox .columns  {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 40px;
}

.addFirmaSec .contentBox .columns .texte  {
    width: 60%;
    padding-right: 40px;
}

.addFirmaSec .contentBox .columns .picsvideos  {
    width: 40%;
    max-width: 500px;
}

.addFirmaSec .slideBox,
.addFirmaSec .picBox,
.addFirmaSec .videoBox {
    width: 100%;
    margin-bottom: 60px;
}

.addFirmaSec .contentBox .videoBox .videos,
.addFirmaSec .contentBox .picBox>img {
    display: block;
    width: 100%;
    height: auto;
}

.addFirmaSec .contentBox .videoBox .videos .one {
    width: 100%;
    padding-bottom: 20px;
}


.addFirmaSec .contentBox .neuangBox .one {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 40px;
}

.addFirmaSec .contentBox .neuangBox .one .thumb {
    position: relative;
    box-sizing: border-box;
    width: 160px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
@media screen and (max-width: 500px) {
  .addFirmaSec .contentBox .neuangBox .one .thumb {
      width: 100px;
      height: 57px;
  }
}
@media screen and (max-width: 319px) {
  .addFirmaSec .contentBox .neuangBox .one .thumb {
      display: none;
  }
}

.addFirmaSec .contentBox .neuangBox .one .info {
    width: calc( 100% - 160px );
    padding-left: 40px;
}
@media screen and (max-width: 500px) {
  .addFirmaSec .contentBox .neuangBox .one .info {
      width: calc( 100% - 100px );
      padding-left: 20px;
  }
}
@media screen and (max-width: 319px) {
  .addFirmaSec .contentBox .neuangBox .one .info {
      width: 100%;
      padding-left: 0;
  }
}


.addFirmaSec .contentBox .anspBox,
.addFirmaSec .contentBox .marksortBox  {
    display: flex;
    flex-wrap: wrap;
}


.addFirmaSec .contentBox .marksortBox .one { 
    padding-right: 10px;
}

.addFirmaSec .contentBox .anspBox .one {
    padding-right: 10px;
    width: 25%;
}

.addFirmaSec .contentBox .anspBox .one img {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
}
@media screen and (max-width: 1000px) {
	.addFirmaSec .contentBox .anspBox .one,
    .addFirmaSec .contentBox .neuangBox .one  {
	   width: 50%;
	}
}
@media screen and (max-width: 780px) {
	.addFirmaSec .contentBox .anspBox .one,
    .addFirmaSec .contentBox .neuangBox .one  {
	   width: 100%;
       max-width: 780px;
       margin-bottom: 40px;
       padding: 0;  
	}
  .addFirmaSec .contentBox .anspBox .one img {
      max-width: 400px;
  }
}

.addFirmaSec .contentBox .anspBox .one h4,
.addFirmaSec .contentBox .marksortBox .one h4,
.addFirmaSec .contentBox .neuangBox .one h4 {      
    margin: 10px 0 5px;
    font-size: 1.125rem;
    font-weight: 700;
}

.addFirmaSec .contentBox .neuangBox .one h4 {
    margin-top: 0;
    font-family: 'Roboto', sans-serif;
    color: #cd1719;
    text-transform: none;
}   

.addFirmaSec .contentBox .neuangBox .one a>h4 {
    font-family: 'Jura', sans-serif;
    color: #5a75b8;
} 

.addFirmaSec .contentBox .neuangBox .one p {
    margin-bottom: 3px;
} 

.addFirmaSec .contentBox .neuangBox .one a {
    color: #5a75b8;
    text-decoration: none;
} 

.addFirmaSec .contentBox .neuangBox .one a.more {
	font-style: normal;
} 

.addFirmaSec .contentBox .neuangBox .one a:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.7;
}

/* ---------------------- Neuheit Single ----------- */
section.addNeuSec {
    padding: 40px;
}
@media screen and (max-width: 660px) {
	section.addNeuSec {
		padding: 20px;
	}
}

.addNeuSec .hlBox {
	text-align: left;
}

 .addNeuSec .hlBox h3 {
    margin-bottom: 0;
    color: #000;
}
           
.addNeuSec img.logo {
    position: absolute;
    box-sizing: border-box;
    top: 40px;
    right: 40px;
    max-width: 300px;
    max-height: 100px;
}
@media screen and (max-width: 780px) {
    .addNeuSec img.logo {
        width: 20%;
    }
}
@media screen and (max-width: 600px) {
    .addNeuSec img.logo {
     position: relative;
      top: 0;
      right: 0;
      width: 30%;
      margin-bottom: 30px;
    }
}

.addNeuSec .slideBox,
.addNeuSec .picBox,
.addNeuSec .videoBox {
    width: 100%;
    margin-bottom: 60px;
}

.addNeuSec .contentBox .videoBox .videos, 
.addNeuSec .contentBox .picBox>img {
    display: block;
    width: 100%;
    height: auto;
}

.addNeuSec .slideBox {
    margin-bottom: 50px;
}

.addNeuSec .slideBox .slideshowFull {
    margin-left: -5px;
}

.addNeuSec .slideBox .slideshow {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 5px);
    padding: 0;
}

.addNeuSec .slideBox .slideshow .one {
    box-sizing: border-box;
    width: 33.33%;
    padding: 0 5px 10px;
}

.addNeuSec .contentBox .videoBox .one {
    width: 100%;
    padding-bottom: 20px;
}

.addNeuSec .contentBox {
    border: 1px solid #5a75b8;
    padding: 20px;
    margin-top: 20px;
    background-color: #fff;
    text-align: left;
}
      
.addNeuSec .contentBox h1 { 
    padding-right: 33%;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    color: #cd1719;
    font-size: 2rem;
    font-weight: 700;
}
@media screen and (max-width: 660px) {
  .addNeuSec .contentBox h1 {
      font-size: 1.5rem;
  }
}
@media screen and (max-width: 660px) {
  .addNeuSec .contentBox h1 {
       padding-right: 0;
  }
}

.addNeuSec .contentBox p {
    color: #000;
}

.addNeuSec .contentBox .columns  {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 40px;
}

.addNeuSec .contentBox .columns .texte  {
    width: 60%;
    padding-right: 40px;
}
@media screen and (max-width: 600px) {
    .addNeuSec .contentBox .columns .texte  {
        width: 100%;
        padding-right: 0;
    }
}

.addNeuSec .contentBox .columns .picsvideos  {
    width: 40%;
    max-width: 500px;
}
@media screen and (max-width: 600px) {
    .addNeuSec .contentBox .columns .picsvideos  {
        width: 100%;
    }
}

.addNeuSec .contentBox .fainfo {
    min-height: 63px;
    margin-bottom: 60px;
    font-weight: 500;
}

.addNeuSec .contentBox .fainfo a {
    color: #5a75b8;
    font-style: normal;
}

.addNeuSec .contentBox h3 {
    margin: 40px auto 10px;
    color: #5a75b8;
}

.addNeuSec .contentBox h3:first-of-type {
    margin-top: 0;
}

.addNeuSec .contentBox h4 {
    margin: 0 auto 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
} 

.addNeuSec .contentBox h6 {
    margin: 0 0 10px;
    font-family: 'Roboto', sans-serif;
    color: #5a75b8;
    font-size: 1rem;
    font-weight: 500;
} 

.addNeuSec .contentBox .anspBox,
.addNeuSec .contentBox .marksortBox,
.addNeuSec .contentBox .neuangBox  {
    display: flex;
    flex-wrap: wrap;
}

.addNeuSec .contentBox .anspBox .one,
.addNeuSec .contentBox .marksortBox .one,
.addNeuSec .contentBox .neuangBox .one {
    justify-content: flex-start;
    width: 33.33%;
    max-width: 350px; 
    padding-right: 10px;
}

.addNeuSec .contentBox .neuangBox .one {
    padding-right: 40px;
}

.addNeuSec .contentBox .anspBox .one img {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
}
@media screen and (max-width: 1000px) {
	.addNeuSec .contentBox .anspBox .one,
    .addNeuSec .contentBox .marksortBox .one,
    .addNeuSec .contentBox .neuangBox .one  {
	   width: 50%;
	}
}
@media screen and (max-width: 780px) {
	.addNeuSec .contentBox .anspBox .one,
    .addNeuSec .contentBox .marksortBox .one,
    .addNeuSec .contentBox .neuangBox .one  {
	   width: 100%;
       max-width: 780px;
       margin-bottom: 40px;
       padding: 0;  
	}
  .addNeuSec .contentBox .anspBox .one img {
      max-width: 400px;
  }
}

.addNeuSec .contentBox .anspBox .one h4,
.addNeuSec .contentBox .marksortBox .one h4,
.addNeuSec .contentBox .neuangBox .one h4 {
    margin: 10px 0 5px;
    font-size: 1.125rem;
    font-weight: 700;
}

.addNeuSec .contentBox .neuangBox .one h4 {
    text-transform: uppercase;
    color: #5a75b8;
}   

.addNeuSec .contentBox .neuangBox .one a {
    color: #5a75b8;
	font-style: normal;
    text-decoration: none;
} 

.addNeuSec .contentBox .neuangBox .one a:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.7;
}



/* ---------------------- Text ----------- */
section.addTextSec {}

.addTextSec .contentBox {
	padding: 20px;
	font-size: 1.5rem;
	line-height: 150%;
	text-align: left;
}
@media screen and (max-width: 660px) {
	.addTextSec .contentBox {
		font-size: 1.125rem;
	}
}
@media screen and (max-width: 400px) {
	.addTextSec .contentBox {
		font-size: 1rem;
	}
}

.addTextSec .contentBox h3 {
	margin-bottom: 20px;
	color: #000;
}

/* ---------------------- Famosaik----------- */
.addFamosaikSec .contentBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    padding: 0;
}
@media screen and (max-width: 900px) {
    .addFamosaikSec .contentBox {
    	flex-direction: column;
    }
}

.addFamosaikSec .contentBox .contBox {
	display: flex;
    align-items: flex-start;
    width: 40%;
}
@media screen and (max-width: 1200px) {
    .addFamosaikSec .contentBox .contBox {
        width: 50%;
    }
}
@media screen and (max-width: 900px) {
    .addFamosaikSec .contentBox .contBox {
        width: 100%;
    }
}

.addFamosaikSec .contentBox .cont {
    padding: 40px;
}
@media screen and (max-width: 1200px) {
    .addFamosaikSec .contentBox .cont {
        padding: 0 20px 40px 40px;
    }
}
@media screen and (max-width: 900px) {
    .addFamosaikSec .contentBox .cont {
        padding: 0 40px 40px;
    }
}
@media screen and (max-width: 600px) {
    .addFamosaikSec .contentBox .cont {
        padding: 0 20px 20px;
    }
}

.addFamosaikSec .contentBox .cont h1,
.addFamosaikSec .contentBox .cont h2,
.addFamosaikSec .contentBox .cont h3 {
    margin: 20px auto;
}

.addFamosaikSec .contentBox .cont .content {
	padding-bottom: 0;
}

.addFamosaikSec .contentBox .cont .linkBox {
	position: relative;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 40px;
}
@media screen and (max-width: 500px) {
    .addFamosaikSec .contentBox .cont .linkBox {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.addFamosaikSec .contentBox .cont .linkBox a,
.addFamosaikSec .contentBox .cont .linkBox span {
    display: block;
    margin-right: 20px;
    padding: 0 15px;
    background-color: #5a75b8;
    font-size: 1.25rem;
    line-height: 40px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
@media screen and (max-width: 440px) {
    .addFamosaikSec .contentBox .cont .linkBox a,
    .addFamosaikSec .contentBox .cont .linkBox span {
        width: 80%;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 0 5px;
    }
}

.addFamosaikSec .contentBox .cont .linkBox a:last-of-type,
.addFamosaikSec .contentBox .cont .linkBox span:last-of-type {
    margin-right: 0;
}

.addFamosaikSec .contentBox .cont .linkBox a.gr,
.addFamosaikSec .contentBox .cont .linkBox span.gr {
    background-color: #2a625d;
}

.addFamosaikSec .contentBox .firmenBox {
    display: flex;
    flex-wrap: wrap;    
    width: 60%;
    padding: 60px 20px 40px;
}
@media screen and (max-width: 1200px) {
    .addFamosaikSec .contentBox .firmenBox {
        width: 50%;
        padding: 0 40px 20px 0;
    }
}
@media screen and (max-width: 900px) {
    .addFamosaikSec .contentBox .firmenBox {
        width: 100%;
        padding: 0 40px 20px;
    }
}
@media screen and (max-width: 600px) {
    .addFamosaikSec .contentBox .firmenBox {
        justify-content: center;
        padding: 40px 20px;
        display: none;
    }
}

.addFamosaikSec .contentBox .firmenBox .one {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 20%;
    padding: 10px 20px;
}
@media screen and (max-width: 1300px) {
	.addFamosaikSec .contentBox .firmenBox .one {
		 width: 25%; 
	}
}
@media screen and (max-width: 1200px) {
	.addFamosaikSec .contentBox .firmenBox .one {
		 width: 33.33%; 
	}
}
@media screen and (max-width: 900px) {
	.addFamosaikSec .contentBox .firmenBox .one {
		 width: 25%; 
	}
}
@media screen and (max-width: 780px) {
	.addFamosaikSec .contentBox .firmenBox .one {
		 width: 33.33%; 
	}
}
@media screen and (max-width: 600px) {
	.addFamosaikSec .contentBox .firmenBox .one {
		 width: 50%;
         max-width: 250px;
         padding: 20px 40px; 
	}
}
@media screen and (max-width: 480px) {
	.addFamosaikSec .contentBox .firmenBox .one {
		 width: 100%;
         margin-bottom: 20px; 
	}
}

.addFamosaikSec .contentBox .firmenBox .one img {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;    
}

.addFamosaikSec .contentBox .firmenBox .one a:hover {
    opacity: 0.7;   
}

/* ---------------------- addFalistespecSec (Firmenliste Special)----------- */
section.addFalistespecSec  {
    padding: 40px;
}
@media screen and (max-width: 660px) {
	section.addFalistespecSec {
		padding: 20px;
	}
}

.addFalistespecSec .hlBox {
	padding: 20px 0 10px;
	text-align: left;
}

 .addFalistespecSec .hlBox h3 {
    margin-bottom: 0;
    color: #2a625d;
}

 .addFalistespecSec .hl {
    margin-bottom: 0;
}

.addFalistespecSec .contentBox {
    border: 1px solid #2a625d;
    padding: 20px;
    text-align: left;
}
@media screen and (max-width: 440px) {
    .addFalistespecSec .contentBox {
      border: 0;
      padding: 0;
    }
}

.addFalistespecSec .firmenBox {
    display: flex; 
    justify-content: space-between;
    flex-wrap: wrap;    
}

.addFalistespecSec .contentBox .one {
    width: 46%;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start; 
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
}

.addFalistespecSec .contentBox .one .left {
    width: 25%;
    padding-right: 40px;
}
@media screen and (max-width: 460px) {
  .addFalistespecSec .contentBox .one .left {
      width: 100%;
      padding: 0;
  }
}

.addFalistespecSec .contentBox .one .left h4 {
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: 700;
    color: #5a75b8;
}
@media screen and (max-width: 780px) {
    .addFalistespecSec .contentBox .one .left h4 {
      font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
    .addFalistespecSec .contentBox .one .left h4 {
      font-size: 1.75rem;
  }
}

.addFalistespecSec .contentBox .one .right {
    width: 75%;
}
@media screen and (max-width: 460px) {
  .addFalistespecSec .contentBox .one .right {
      width: 100%;
      padding: 0;
  }
}

.addFalistespecSec .contentBox .one .right .oneItem {
    display: flex; 
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.addFalistespecSec .contentBox .one .right .thumb {
    position: relative;
    box-sizing: border-box;
    width: 160px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
@media screen and (max-width: 500px) {
  .addFalistespecSec .contentBox .one .right .thumb {
      width: 100px;
      height: 57px;
  }
}
@media screen and (max-width: 400px) {
  .addFalistespecSec .contentBox .one .right .thumb {
      width: 50px;
      height: 29px;
  }
}
@media screen and (max-width: 319px) {
  .addFalistespecSec .contentBox .one .right .thumb {
      display: none;
  }
}

.addFalistespecSec .contentBox .one .right .info {
    width: calc( 100% - 160px );
    padding-left: 40px;
}
@media screen and (max-width: 500px) {
  .addFalistespecSec .contentBox .one .right .info {
      width: calc( 100% - 100px );
      padding-left: 20px;
  }
}
@media screen and (max-width: 400px) {
  .addFalistespecSec .contentBox .one .right .info {
      width: calc( 100% - 50px );
      padding-left: 10px;
  }
}
@media screen and (max-width: 319px) {
  .addFalistespecSec .contentBox .one .right .info {
      width: 100%;
      padding-left: 0;
  }
}

.addFalistespecSec .contentBox .one .right h4 {
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    color: #5a75b8;
}

.addFalistespecSec .contentBox .one .right p {
    font-size: 1.125rem;
    font-weight: 400;
    color: #000;
}

html, body, button, input, select, textarea {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
    font-weight: 300;
    text-decoration: none;
    text-transform: none;
    color: #000;
}

.addFalistespecSec .contentBox .one .right h6 {
    margin-bottom: 10px;
    font-size: 1.75rem;
    font-weight: 700;
    color: #cd1719;
    text-align: left;
}

.addFalistespecSec .contentBox .one.show {
    display: flex;
}

.addFalistespecSec .contentBox .firmenBox .show:last-of-type {
    border: 0 !important;
}

.addFalistespecSec .contentBox .one a {
    text-decoration: none;
}

.addFalistespecSec .contentBox .one img {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 150px;
    max-height: 100px;
}

.addFalistespecSec .contentBox .sortBox {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0 40px;
}

.addFalistespecSec .contentBox .oneSo {
    width: 25%;
    padding: 10px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}
@media screen and (max-width: 660px) {
    .addFalistespecSec .contentBox .oneSo {
        width: 33.33%;
    }
}
@media screen and (max-width: 500px) {
    .addFalistespecSec .contentBox .oneSo {
        width: 50%;
    }
}
@media screen and (max-width: 400px) {
    .addFalistespecSec .contentBox .oneSo {
        width: 100%;
    }
}

.addFalistespecSec .contentBox .oneSo.so {
    width: 100%;
    padding: 0 10px;
    margin-top: -30px;
    color: #5a75b8;
    text-align: right;
}
@media screen and (max-width: 600px) {
    .addFalistespecSec .contentBox .oneSo.so {
        margin-top: 0;
    }
}

.addFalistespecSec .contentBox .oneSo.akt {
    color: #cd1719;
}

/* ---------------------- Faliste (Firmenliste)----------- */
section.addFalisteSec  {
    padding: 40px;
}
@media screen and (max-width: 660px) {
	section.addFalisteSec {
		padding: 20px;
	}
}

.addFalisteSec .hlBox {
	padding: 20px 0 10px;
	text-align: left;
}

 .addFalisteSec .hlBox h3 {
    margin-bottom: 0;
    color: #000;
}

 .addFalisteSec .hl {
    margin-bottom: 0;
}

.addFalisteSec .contentBox {
    border: 1px solid #5a75b8;
    padding: 20px;
    text-align: left;
}
@media screen and (max-width: 440px) {
    .addFalisteSec .contentBox {
      border: 0;
      padding: 0;
    }
}

.addFalisteSec .contentBox.sortiment {
    border: 0;
    padding: 0;
    margin: 0 -10px;
}

.addFalisteSec .contentBox .one {
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid #5a75b8;
    margin-bottom: 40px;
    display: none;
    align-items: flex-start; 
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
}

.addFalisteSec .contentBox .one .left {
    width: 35%;
    padding-right: 40px;
}
@media screen and (max-width: 760px) {
  .addFalisteSec .contentBox .one .left {
      width: 100%;
      padding: 0;
      margin-bottom: 60px;
  }
}

.addFalisteSec .contentBox .one .left h4 {
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: 700;
    color: #5a75b8;
}
@media screen and (max-width: 780px) {
    .addFalisteSec .contentBox .one .left h4 {
      font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
    .addFalisteSec .contentBox .one .left h4 {
      font-size: 1.75rem;
  }
}

.addFalisteSec .contentBox .one .right {
    width: 65%;
    padding-top: 16px;
}
@media screen and (max-width: 760px) {
  .addFalisteSec .contentBox .one .right {
      width: 100%;
      padding: 0;
  }
}

.addFalisteSec .contentBox .one .right .oneItem {
    display: flex; 
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.addFalisteSec .contentBox .one .right .thumb {
    position: relative;
    box-sizing: border-box;
    width: 160px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
@media screen and (max-width: 500px) {
  .addFalisteSec .contentBox .one .right .thumb {
      width: 100px;
      height: 57px;
  }
}
@media screen and (max-width: 400px) {
  .addFalisteSec .contentBox .one .right .thumb {
      width: 50px;
      height: 29px;
  }
}
@media screen and (max-width: 319px) {
  .addFalisteSec .contentBox .one .right .thumb {
      display: none;
  }
}

.addFalisteSec .contentBox .one .right .info {
    width: calc( 100% - 160px );
    padding-left: 40px;
}
@media screen and (max-width: 500px) {
  .addFalisteSec .contentBox .one .right .info {
      width: calc( 100% - 100px );
      padding-left: 20px;
  }
}
@media screen and (max-width: 400px) {
  .addFalisteSec .contentBox .one .right .info {
      width: calc( 100% - 50px );
      padding-left: 10px;
  }
}
@media screen and (max-width: 319px) {
  .addFalisteSec .contentBox .one .right .info {
      width: 100%;
      padding-left: 0;
  }
}

.addFalisteSec .contentBox .one .right h4 {
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    color: #5a75b8;
}

.addFalisteSec .contentBox .one .right p {
    font-size: 1.125rem;
    font-weight: 400;
    color: #000;
}

html, body, button, input, select, textarea {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
    font-weight: 300;
    text-decoration: none;
    text-transform: none;
    color: #000;
}

.addFalisteSec .contentBox .one .right h6 {
    margin-bottom: 10px;
    font-size: 1.75rem;
    font-weight: 700;
    color: #cd1719;
    text-align: left;
}

.addFalisteSec .contentBox .one.show {
    display: flex;
}

.addFalisteSec .contentBox .firmenBox .show:last-of-type {
    border: 0 !important;
}

.addFalisteSec .contentBox .one a {
    text-decoration: none;
}

.addFalisteSec .contentBox .one img {
    position: relative;
    box-sizing: border-box;
    display: block;
    max-width: 150px;
    max-height: 100px;
    margin-top: 30px;
}

.addFalisteSec .contentBox .sortBox {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0 40px;
}

.addFalisteSec .contentBox .oneSo {
    width: 25%;
    padding: 10px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}
@media screen and (max-width: 660px) {
    .addFalisteSec .contentBox .oneSo {
        width: 33.33%;
    }
}
@media screen and (max-width: 500px) {
    .addFalisteSec .contentBox .oneSo {
        width: 50%;
    }
}
@media screen and (max-width: 400px) {
    .addFalisteSec .contentBox .oneSo {
        width: 100%;
    }
}

.addFalisteSec .contentBox .oneSo.so {
    width: 100%;
    padding: 0 10px;
    margin-top: -30px;
    color: #5a75b8;
    text-align: right;
}
@media screen and (max-width: 600px) {
    .addFalisteSec .contentBox .oneSo.so {
        margin-top: 0;
    }
}

.addFalisteSec .contentBox .oneSo.akt {
    color: #cd1719;
}


/* ---------------------- Dataliste ----------- */
section.addDatalisteSec  {
    padding: 40px;
}
@media screen and (max-width: 660px) {
	section.addDatalisteSec {
		padding: 20px;
	}
}

.addDatalisteSec .hlBox {
	padding: 20px 0 10px;
	text-align: left;
}

 .addDatalisteSec .hlBox h3 {
    margin-bottom: 0;
    color: #000;
}

 .addDatalisteSec.sp_nachhaltigkeit .hlBox h3 {
    color: #2a625d;
}

 .addDatalisteSec .hl {
    margin-bottom: 0;
}

.addDatalisteSec .contentBox {
    border: 1px solid #5a75b8;
    padding: 20px;
    text-align: left;
}

.addDatalisteSec.sp_nachhaltigkeit .contentBox {
    border: 1px solid #2a625d;
}
@media screen and (max-width: 440px) {
    .addDatalisteSec .contentBox,
    .addDatalisteSec.sp_nachhaltigkeit .contentBox {
      border: 0;
      padding: 0;
    }
}

.addDatalisteSec .contentBox.sortiment {
    border: 0;
    padding: 0;
    margin: 0 -10px;
}

.addDatalisteSec .contentBox .dataBox {
    display: flex;
    flex-wrap: wrap;
}

.addDatalisteSec .contentBox .one {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 20px;
    display: none;
    align-items: flex-start; 
    justify-content: flex-start;
    flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
    .addDatalisteSec .contentBox .one {
        width: 100%;
        padding-right: 0;
    }
} 

.addDatalisteSec .contentBox .one .thumb {
    position: relative;
    box-sizing: border-box;
    width: 160px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
@media screen and (max-width: 500px) {
  .addDatalisteSec .contentBox .one .thumb {
      width: 100px;
      height: 57px;
  }
}
@media screen and (max-width: 400px) {
  .addDatalisteSec .contentBox .one .thumb {
      width: 50px;
      height: 29px;
  }
}
@media screen and (max-width: 319px) {
  .addDatalisteSec .contentBox .one .thumb {
      display: none;
  }
}

.addDatalisteSec .contentBox .one .info {
    width: calc( 100% - 160px );
    padding-left: 40px;
    padding-right: 20px;
    overflow: hidden;
}
@media screen and (max-width: 500px) {
  .addDatalisteSec .contentBox .one .info {
      width: calc( 100% - 100px );
      padding-left: 20px;
  }
}
@media screen and (max-width: 400px) {
  .addDatalisteSec .contentBox .one .info {
      width: calc( 100% - 50px );
      padding-left: 10px;
  }
}
@media screen and (max-width: 319px) {
  .addDatalisteSec .contentBox .one .info {
      width: 100%;
      padding-left: 0;
  }
}

.addDatalisteSec .contentBox .one h4 {
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #cd1719;
}
.addDatalisteSec.sp_nachhaltigkeit .contentBox .one h4 {
    color: #2a625d;
}

.addDatalisteSec .contentBox .one h5 {
    padding-bottom: 10px;
    font-size: 1.5rem;
}
@media screen and (max-width: 600px) {
    .addDatalisteSec .contentBox .one h5 {
        font-size: 1.25rem;
    }
}

.addDatalisteSec .contentBox .one h6 {
    margin-bottom: 10px;
    font-size: 1.75rem;
    font-weight: 700;
    color: #cd1719;
    text-align: left;
}

.addDatalisteSec .contentBox .one p {
    color: #000;
}

.addDatalisteSec .contentBox .one.show {
    display: flex;
}

.addDatalisteSec .contentBox .one a {
    text-decoration: none;
}

.addDatalisteSec .contentBox .one img {
    position: relative;
    box-sizing: border-box;
    display: block;
    max-width: 150px;
    max-height: 100px;
    margin-top: 30px;
}

.addDatalisteSec .contentBox .sortBox {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0 40px;
}

.addDatalisteSec .contentBox .oneSo {
    width:25%;
    padding: 10px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}
@media screen and (max-width: 660px) {
    .addDatalisteSec .contentBox .oneSo {
        width: 33.33%;
    }
}
@media screen and (max-width: 500px) {
    .addDatalisteSec .contentBox .oneSo {
        width: 50%;
    }
}
@media screen and (max-width: 400px) {
    .addDatalisteSec .contentBox .oneSo {
        width: 100%;
    }
}

.addDatalisteSec .contentBox .oneSo.so {
    width: 100%;
    padding: 0 10px;
    margin-top: -30px;
    color: #5a75b8;
    text-align: right;
}
@media screen and (max-width: 600px) {
    .addDatalisteSec .contentBox .oneSo.so {
        margin-top: 0;
    }
}

.addDatalisteSec .contentBox .oneSo.akt {
    color: #cd1719;
}

/* ---------------------- Videoliste ----------- */
section.addVideolisteSec  {
    padding: 40px;
}
@media screen and (max-width: 660px) {
	section.addVideolisteSec {
		padding: 20px;
	}
}

.addVideolisteSec .hlBox {
	padding: 20px 0 10px;
	text-align: left;
}

 .addVideolisteSec .hlBox h3 {
    margin-bottom: 0;
    color: #000;
}

 .addVideolisteSec .hl {
    margin-bottom: 0;
}

.addVideolisteSec .contentBox {
    border: 1px solid #5a75b8;
    padding: 20px;
    text-align: left;
}
@media screen and (max-width: 660px) {
    .addVideolisteSec .contentBox {
        padding: 10px;
    }
}
@media screen and (max-width: 440px) {
    .addVideolisteSec .contentBox {
        padding: 0;
        border: 0;
    }
}

.addVideolisteSec .contentBox.sortiment {
    border: 0;
    padding: 0;
    margin: 0 -10px;
} 

.addVideolisteSec .sortiment .sortBox {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0 40px;
}

.addVideolisteSec .sortiment .oneSo {
    width: 25%;
    padding: 10px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}
@media screen and (max-width: 660px) {
    .addVideolisteSec .sortiment .oneSo {
        width: 33.33%;
    }
}
@media screen and (max-width: 500px) {
    .addVideolisteSec .sortiment .oneSo {
        width: 50%;
    }
}
@media screen and (max-width: 400px) {
    .addVideolisteSec .sortiment .oneSo {
        width: 100%;
    }
}

.addVideolisteSec .sortiment .oneSo.so {
    width: 100%;
    padding: 0 10px;
    margin-top: -30px;
    color: #5a75b8;
    text-align: right;
}

.addVideolisteSec .sortiment .oneSo.akt {
    color: #cd1719;
}

.addVideolisteSec .videos .videoBox {
    display: flex; 
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.addVideolisteSec .videoBox .one {
    width: 25%;
    padding: 10px;
    overflow: hidden;
    display: none;
}
@media screen and (max-width: 1200px) {
    .addVideolisteSec .videoBox .one {
        width: 33.33%;
        padding: 5px;
    }
}
@media screen and (max-width: 800px) {
    .addVideolisteSec .videoBox .one {
        width: 50%;
        padding: 10px;
    }
}
@media screen and (max-width: 600px) {
    .addVideolisteSec .videoBox .one {
        width: 100%;
    }
}

.addVideolisteSec .videoBox .one .daten {
    padding-top: 5px;
}

.addVideolisteSec .videoBox .one h5 {
    color: #5a75b8;
    font-size: 1rem;
}

.addVideolisteSec .videoBox .one p {
    color: #000;
}

.addVideolisteSec .videoBox .one.show,
.addVideolisteSec .videoBox .one.permanent {
    display: block;
}

/* ---------------------- Datacarousell ----------- */
section.addDatacaroSec  {
    padding: 0 40px 40px;
}
@media screen and (max-width: 660px) {
	section.addDatacaroSec {
		padding: 20px;
	}
}

.addDatacaroSec .hlBox {
	padding: 20px 0 10px;
	text-align: left;
}

 .addDatacaroSec .hlBox h3 {
    margin-bottom: 0;
    color: #000;
}

.addDatacaroSec .contentBox {
    border: 1px solid #000;
    padding: 20px;
    background-color: #eee;
    text-align: left;
}

.addDatacaroSec .contentBox .carousellBox,
.addDatacaroSec .contentBox .carousellBox .bx-wrapper .bx-viewport,
.addDatacaroSec .contentBox .carousellBox .carousell {
    background-color: #eee;
}

.addDatacaroSec .contentBox.blue,
.addDatacaroSec .contentBox.blue .carousellBox .bx-wrapper .bx-viewport,
.addDatacaroSec .contentBox.blue .carousellBox,
.addDatacaroSec .contentBox.blue .carousellBox .carousell {
    background-color: #8aa8e5;
}

.addDatacaroSec .contentBox .carousellBox .one {
    width: 320px;
    border: 1px solid #000;
    background-color: #fff;
}

.addDatacaroSec .contentBox .carousellBox.blue .one {
    background-color: #8aa8e5;
}

.addDatacaroSec .contentBox .carousellBox .one .thumb {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.addDatacaroSec .contentBox .carousellBox .one .thumb:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.addDatacaroSec .contentBox .carousellBox .one h4 {
    margin-bottom: 0;
    padding: 10px;
    font-size: 1.125rem;
    font-weight: 400;
    background-color: #5a75b8;
    color: #fff;
}

/* ---------------------- InfoBox ----------- */
.addInfoboxSec .contentBox {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding: 20px;
	text-align: left;
}

.addInfoboxSec .contentBox .oneBox { 
   padding: 20px 20px 80px;
   border: 1px solid #5a75b8;
}

.addInfoboxSec .contentBox .oneBox.w33p {
   width: calc(33.33% - 10px); 
}

.addInfoboxSec .contentBox .oneBox.w50p {
   width: calc(50% - 10px); 
}

@media screen and (max-width: 1200px) {
    .addInfoboxSec .contentBox .oneBox.w33p {
       width: calc(50% - 10px); 
    }
}
@media screen and (max-width: 720px) {
    .addInfoboxSec .contentBox .oneBox.w33p,
    .addInfoboxSec .contentBox .oneBox.w50p {
       width: 100%;
       margin-top: 0;
       margin-bottom: 20px; 
    }
}

.addInfoboxSec .contentBox .oneBox.wrp {
   background-color: #f7f8fc;
}
@media screen and (max-width: 1200px) {
    .addInfoboxSec .contentBox .oneBox.wrp.w33p {
       width: 100%;
       margin-top: 20px; 
    }
}
@media screen and (max-width: 720px) {
    .addInfoboxSec .contentBox .oneBox.wrp {
        margin-top: 0;
        margin-bottom: 0; 
    }
}

.addInfoboxSec .contentBox .oneBox.wrp h3 span {
   display: block;
}
@media screen and (max-width: 1200px) {
    .addInfoboxSec .contentBox .oneBox.wrp h3 span {
       display: inline-block;
    }
}

.addInfoboxSec .contentBox .oneBox.wrp .cont {
  	display: flex;
    flex-wrap: wrap;
}

.addInfoboxSec .contentBox .oneBox.wrp .cont .pic {
  	display: block;
    box-sizing: border-box;
    width: 40%;
    max-width: 200px;
    padding-right: 30px;
}

.addInfoboxSec .contentBox .oneBox.wrp .cont .pic>img {
  	display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
}
.addInfoboxSec .contentBox .oneBox.wrp .cont .txt.half {
    width: 60%;
}

.addInfoboxSec .contentBox .linkBox {
	position: absolute;
    display: flex;
    justify-content: flex-end;
    left: 0;
    bottom: 20px;
    width: 100%;
    padding: 0 20px;
}
@media screen and (max-width: 380px) {
    .addInfoboxSec .contentBox .linkBox {
        justify-content: center;
        flex-wrap: wrap;
    }
}

.addInfoboxSec .contentBox .linkBox a {
    position: relative;
    box-sizing: border-box;
    display: block;
    min-width: 180px;
    margin-left: 20px;
    padding: 0 15px;
    background-color: #5a75b8;
    font-size: 1.25rem;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 380px) {
    .addInfoboxSec .contentBox .linkBox a {
        width: 80%;
        margin-left: 0;
        margin-bottom: 10px;
        padding: 0 5px;
    }
}

.addInfoboxSec .contentBox h3 {
	margin-bottom: 15px;
}
@media screen and (max-width: 760px) {
	.addInfoboxSec .contentBox h3 {
		margin-bottom: 10px;
		font-size: 2rem;
	}
}

.addInfoboxSec .contentBox h3 span {
	color: #cd1719;
}

/* ---------------------- Kontakt ----------- */
section.kontakt {
	width: 100%;
	max-width: 9999px
}

section.kontakt .kontaktBox {
	width: 50%;
	text-align: left;
}

.kontakt .kontaktBox.left h3 { padding-bottom: 30px; }
.kontakt .kontaktBox h3.right { padding-bottom: 0; }

.kontakt .kontaktBox h3 {
	font-size: 2.1875rem;
	line-height: 100%;
	letter-spacing: 0;
	font-style: normal;
    text-decoration: none;
	text-transform: none;
}

.kontakt .kontaktBox.left {
	padding: 0 30px 60px 0;
}

.kontakt .kontaktBox.right {
	padding: 0 0 60px 30px;
}

.kontakt .kontaktBox.left p {
	font-size: 0.875rem;
	line-height: 164%;
	letter-spacing: 0;
    font-style: normal;
    text-decoration: none;
	text-transform: none;
}

.kontakt .kontaktBox .hlBox {
	position: absolute;
	top: 0;
	left: 60px;
	border-top: 1px solid #183028;
	padding: 7px 30px 0 0;
	font-size: 0.875rem;
	line-height: 143%;
    font-weight: 300;
	letter-spacing: 0.06em;
    font-style: normal;
    text-decoration: none;
	text-transform: uppercase;
}

.kontakt .kontaktBox .txtKontaktaufnahme {
	margin: 50px 0;
}

.kontakt .kontaktBox .ktKontakt {
	margin-bottom: 30px;
}

.kontakt .kontaktBox .ktKontakt h4,
.kontakt .kontaktBox .txtKontaktaufnahme p,
.kontakt .kontaktBox .txtKontaktaufnahme label {
	font-size: 1.0rem;
	line-height: 143%;
    font-weight: 700;
	letter-spacing: 0;
    font-style: normal;
    text-decoration: none;
	text-transform: uppercase;
}

.kontakt .kontaktBox .ktKontakt p {
    font-style: normal;
}

.kontakt .kontaktBox.right label,
.kontaktPflichtfeld {
	font-size: 0.875rem;
	line-height: 100%;
    font-weight: 400;
	letter-spacing: 0;
    font-style: normal;
    text-decoration: none;
	text-transform: none;
	text-align: left;
}

.kontaktPflichtfeld { line-height: 50px; }

.messageBox {
	box-sizing: border-box;
	min-height: 40px;
	padding: 10px 0 30px;
	text-align: left;
}

.form_anfrage input[type="text"], 
.form_anfrage input[type="password"],
.form_anfrage select {
    height: 40px;
    border: 1px solid #a99c95;
	font-size: 0.875rem;
	line-height: 100%;
    font-weight: 400;
	letter-spacing: 0;
    font-style: normal;
    text-decoration: none;
	text-transform: none;
	color: #a99c95;
}

.form_anfrage textarea {
    border: 1px solid #a99c95;
	font-size: 0.875rem;
	line-height: 48px;
    font-weight: 700;
	letter-spacing: 0;
    font-style: normal;
    text-decoration: none;
	text-transform: none;
	color: #a99c95;
}

.kontakt input[type="submit"] {
    width: 100%;
    height: 40px;
	padding: 0;
    border: 1px solid #a99c95;
	font-size: 0.875rem;
	line-height: 38px;
    font-weight: 700;
	letter-spacing: 0;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
	color: #a99c95;
    float: right;
}

.kontakt input[type="submit"]:hover {
	color: #fff;
	background-color: #a99c95;
	border-color: #a99c95;
}

.kontakt .scrollTop {
	position: absolute;
	right: 30px;
	top: 60px;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	border: 1px solid #183028;
	background-repeat: no-repeat;
	background-image: url("../_fiximg/arrowsup2col.png");
	background-position: 0 0;
	cursor: pointer;
}

.kontakt .scrollTop:hover {
	background-position: -40px 0;
}

.checkBx {
	margin: 0;
	padding-bottom: 5px;
	text-align: left;
}

.checkBx.first {
	margin-top: 15px;
}

.checkBx.last {
	margin-bottom: 15px;
}

/* ---------------------- Podcast ----------- */
article.podcast {
	position: relative;
	width: 80%;
	max-width: 800px;
	margin: 40px auto;
}

article.podcast h3 {
	margin-bottom: 15px;
}

article.podcast h5 {
	margin-top: 15px;
}

article.podcast img {
	display: block;
	width: 50%;
	max-width: 500px;
	margin: 0 auto;
}

/* --------------------------------------------------------------------------
   Effekte
   -------------------------------------------------------------------------- */
.effektBoxZoom { 
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	overflow: hidden; 
}

.effektBoxZoom img {
	-webkit-transition: all 4s ease;
	transition: all 4s ease;
}

.effektBoxZoom:hover img {
	-webkit-transform:scale(1.04);
	transform:scale(1.04);
}

.aniRotate {
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
}

.scale90 {
	-webkit-transform:scale(0.90);
	transform:scale(0.90);
}

.scale95 {
	-webkit-transform:scale(0.95);
	transform:scale(0.95);
}

.opacity100 {
	 filter: alpha(opacity=1); 
	 opacity: 1;
}

.rotate360 {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

/* --------------------------------------------------------------------------
   Overlay Impressum (ModalWindow)
   -------------------------------------------------------------------------- */
.overlay {

}

.ovImpressumBox {
	width: 70%;
	max-width: 900px;
	margin: 200px auto 100px;
	padding: 60px 40px;
	background-color: #fff;
}

/* --------------------------------------------------------------------------
  Überschreiben von Definitionen
   -------------------------------------------------------------------------- */
/* ----- bx-slider ---------- */
.bx-wrapper { margin: 0 auto; }

.bx-wrapper li {
    background-image: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 10px;
	height: 10px;
	border: 2px solid #bfb5ae;
    background: #bfb5ae;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
	z-index: 100;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #183028;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 100;
}



/* --------------------------------------------------------------------------
   Layout classes individuell
   -------------------------------------------------------------------------- */
.bTop				{ border-top: 1px #eee solid; }
.bBottom			{ border-bottom: 1px #eee solid; }

.bgAlt				{ background-color: #ddd; }
.bgStd				{ background-color: #fff; }

.trenner {
	width: 80px;
	height: 30px;
	border-bottom: 1px solid #000;
	margin: 0 auto 30px;
	padding: 0;
}

.trenner.brown		{ border-bottom: 2px solid #7b634d; }

.err {
	font-size: 1.05em;
	font-weight: normal;
}

.msg {
	font-size: 0.875em;
	font-weight: normal;
}

strong				{ font-weight: 700; }

/* --------------------------------------------------------------------------
   Layout classes allgemein
   -------------------------------------------------------------------------- */
#isMob				{ width: 1px; }

div.noDt,
div.onlyMob,
div.onlySMob,
div.onlyMMob		
span.onlyDt,
span.noMob,
span.onlySMob,
span.onlyMMob		{ display: none; }

div.onlyDt,		
div.noMob,
div.noSMob,
div.noMMob			{ display: block; }
	
span.onlyDt,		
span.noMob,
span.noSMob,
span.noMMob			{ display: inline-block; }

button[disabled],
html input[disabled] {
	opacity: 0.3;
}

button[disabled]:hover,
html input[disabled]:hover { background-color: transparent; }

.trennung {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.nowrap				{ white-space:nowrap; }

.pBot0              { padding-bottom: 0 !important; }
.pTop0              { padding-top: 0 !important; }

.linkBox a:hover,
.linkBox span:hover {
    opacity: 0.7;
    text-decoration: none;
}

.hidden { display: none; }

.sl-wrapper .sl-image .sl-caption {
    padding: 10px;
    color: #333;
    background: transparent;
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
    text-shadow: white 0.1em 0.1em 0.2em;
}

.bildnachweis {
	position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px;
    background-color: #000;
    color: #fff;
    font-size: 0.75rem;
    line-height: 100%;
}

/* --------------------------------------------------------------------------
   Radio- und Checkboxen
   -------------------------------------------------------------------------- */
input[type="checkbox"],
input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
input[type="checkbox"]:focus + label:before, input[type="checkbox"]:hover + label:before,
input[type="radio"]:focus + label:before,
input[type="radio"]:hover + label:before {
  border-color: #dfdad6;
}
input[type="checkbox"]:active + label:before,
input[type="radio"]:active + label:before {
  -webkit-transition-duration: 0;
          transition-duration: 0;
  -webkit-filter: brightness(0.2);
          filter: brightness(0.2);
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  padding: 0 10px;
  padding-left: 2em;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  box-sizing: content-box;
  content: '';
  color: #183028;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -9px;
  border: 2px solid grey;
  text-align: center;
}
input[type="checkbox"] + label:after,
input[type="radio"] + label:after {
  box-sizing: content-box;
  content: '';
  background-color: #183028;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

input[type="checkbox"] + label:after {
  background-color: #bfb5ae;
  top: 50%;
  left: 4px;
  width: 10px;
  height: 8px;
  margin-top: -4px;
  border-style: solid;
  border-color: #fff;
  border-width: 0;
  -o-border-image: none;
     border-image: none;
  -webkit-transform: rotate(-45deg) scale(0);
          transform: rotate(-45deg) scale(0);
  -webkit-transition: none;
  transition: none;
}

input[type="checkbox"]:checked + label:after {
  content: '';
  -webkit-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

input[type="radio"]:checked + label:before {
  -webkit-animation: borderscale 300ms ease-in;
          animation: borderscale 300ms ease-in;
  background-color: #fff;
}

input[type="radio"]:checked + label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

input[type="radio"] + label:before, input[type="radio"] + label:after {
  border-radius: 50%;
}

input[type="checkbox"]:checked + label:before {
  -webkit-animation: borderscale 200ms ease-in;
          animation: borderscale 200ms ease-in;
}

/*input[type="checkbox"]:checked + label:after {
  -webkit-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
}*/
input[type="checkbox"]:checked + label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}