<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Generelle Einstellungen *********************************************************/

*, ::after, ::before {
    box-sizing:border-box;
}

/* oxygen-300 - latin */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/oxygen-v8-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Oxygen Light'), local('Oxygen-Light'),
       url('../fonts/oxygen-v8-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oxygen-v8-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oxygen-v8-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oxygen-v8-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oxygen-v8-latin-300.svg#Oxygen') format('svg'); /* Legacy iOS */
  font-display: swap;
}
/* oxygen-700 - latin */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/oxygen-v8-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Oxygen Bold'), local('Oxygen-Bold'),
       url('../fonts/oxygen-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oxygen-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oxygen-v8-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oxygen-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oxygen-v8-latin-700.svg#Oxygen') format('svg'); /* Legacy iOS */
  font-display: swap;
}
/* oxygen-regular - latin */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oxygen-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Oxygen Regular'), local('Oxygen-Regular'),
       url('../fonts/oxygen-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oxygen-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oxygen-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oxygen-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oxygen-v8-latin-regular.svg#Oxygen') format('svg'); /* Legacy iOS */
  font-display: swap;
}

body {
	margin: 0px;
    font-size:1.0em;
    color:#202020; 
    font-family:'Oxygen', sans serif;
  	font-weight: 300;
    line-height:1.6em;
	background-color : #fff;
	font-display: swap;
}

#sitewrapper {
	
}

#header, .sitewidth, #footer, #topnavigation, #welcomeboxencontainer, #openerboxen, #motivcontainer, #beraterteaser, .awards, #tvteaser, #openerbanner, #flexcontainer, #breadcrumbs {
    width:1600px;
}

.sitewidth {
	margin:auto;
	padding:0% 1%;
}

/* Container */
.containerstd {
	margin:0% 0%;
	padding:4% 0%;
}
.containercigrau {
	margin:0% 0%;
	padding:4% 0%;
	background:#f4f4f4;
}
.containerciblueleft {
	margin:0% 0%;
	padding:4% 0%;
	background:#003b60;
	color:#fff;
}
.containerciblueleft h2 {
	color:#fff;
	font-size:2.4em;	
}
.containerciblueleft a {
	color:#fff;	
}
.containerredleft {
	margin:0% 0%;
	padding:10px 10px;
	background:#b21010;
	color:#fff;
}
.containerredleft h2 {
	color:#fff;
	font-size:2.4em;	
}
.containerredleft a {
	color:#fff !important;	
}
.containerciblue {
	margin:0% 0%;
	padding:4% 0%;
	background:#003b60;
	color:#fff;
	text-align:center;
}
.containerciblue h2 {
	color:#fff;
	font-size:2.0em;	
}
.containerciblue a {
	color:#fff !important;	
}
.textblockcontainer p {
	margin: auto;	
}
.full {
	padding:0% 2%;
}
.half {
	width:50%;
	float:left;
	padding:0% 2%;
}
.half h2 {
	min-height:80px;	
}

.noleftmargin {
	padding-left:0;
}

.separator {
	border-right:1px solid #eee;
}
.twothirds {
	width: 64.666%;
	float:left;
	padding: 2% 0%;
	margin: 0% 1%;
}
.third {
	width:31.333%;
	float:left;
	padding: 2% 4%;
	margin: 0% 1%;
}
.boxShadow {
	box-shadow: 0 0.9125rem 1.4125rem #00000018;
}

.fullcontainermargin {
	margin-bottom:2%;	
}
.flexwrapper {
	display:flex;
	flex-wrap:wrap;
	margin-top: 4%;
}

p {
	/*max-width: 90ch;*/
}

#topnavigation {
    text-align:right;
    font-size:1.1em;
    color:#003b60;
    line-height:30px;
	margin:auto;
	padding:0% 3%;
}

.parallaxsub {
	display:none;	
}

/* Header *********************************************************/

#topnavigationcontainer {
    line-height:30px;
}

#headercontainer {
	width:100%;
    background: rgba(255, 255, 255, 0.9);
    position:fixed;
	z-index:99999;
	top:0px;
}

#header {
    margin:auto;
	position:relative;
	min-height:80px;
	padding:0% 2%;
}

#contentcontainer {
	margin-top:100px;
}

#logo {
	padding:0px;
	float:left;
	margin-bottom:1%;
}

.lang {
	padding:2px;	
}

#languages img {
	margin:0.5%;	
}

.featuredHeadline {
	padding:6% 0%;
}

.featuredHeadline h1 {
	font-size:3.0em;
	color:#003b60 !important;
	text-transform: uppercase;
	padding-bottom:0px;
}

.featuredButton a {
	display:block;
	padding:14px 0px;
}

.featuredButton::before {
	content:url('/inc/img/buttonIcon-1.png');
}

.teamteaser {

}

/** Bootstrap Override */

.container {
	max-width:100%;	
}

.row {
	margin-bottom:3%;	
}

.card {
	font-weight:300;
	min-height:540px;
	font-size:0.95em;	
}

.cardXL {
	min-height:640px;
}

.card h4 {
	font-size:1.2em;	
}

.card img {	
}

.card img:hover {	
}

.carddoc {
	min-height:350px;	
}

textarea {
	line-height:normal;
	font-size:normal;	
}

.z-depth-1 {
	border-radius:10px;	
}

.z-depth-1-half {
	-webkit-box-shadow:none !important;
	box-shadow:none !important;	
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /&gt;&lt;feGaussianBlur stdDeviation="3" /&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}


/** Module *************************************************/

.thirtyseconds {
	padding:2%;
	border: 2px dashed #9a6b8b;
	background:#f2f2f2;
	border-radius:10px;
}

.thirtyseconds ul li {
	margin-bottom:3%;	
}

.videoeinleitung {
	padding:2% 0%;
	background:#f4f4f4;
	border: 2px dashed #a93c4e;
}

.videoeinleitung ul li {
	margin-bottom:3%;	
}

.video {
	padding:2% 0%;
	background:#f4f4f4;
}

.video h2 {
	color:#9a6b8b !important;
}

.videodescription {
		
}

.expert {
	text-align:center;
	position:relative;
	padding:4% 18%;
	font-size:2.0em;
	line-height:normal;
	color:#003b60 !important;
}

/*.expert::before {
	display: block;
	content: "\201E";
	font-size: 100px;
	position: absolute;
	left: 40px;
	bottom: 40px;
	color: #7a7a7a;
	font-family: Georgia, serif;
}

.expert::after {
	display: block;
	content: "\201C";
	font-size: 100px;
	position: absolute;
	right: 40px;
	top: 40px;
	color: #7a7a7a;
	font-family: Georgia, serif;
}*/

.questions {
	padding:4%;
	background:#9a6b8b;
	border-radius:20px;
	color:#fff;
    position: relative;
}

.furtherquestions {
	padding:4%;
	background:#f0f0f0;
	border-radius:20px;
    position: relative;
}

.furtherquestions h3 {
	padding-top:8px !important;
}

.questions::after {
	content: "â–¼";
	color:#9a6b8b;
    display: block;
    position: absolute;
    bottom: -18px;
    left: 14%;
    font-size: 3.0em;
    transform: scaleY(.5);
    z-index: 0;
}

.questions h2 {
	color:#fff !important;	
}

.questions a {
	color:#fff !important;	
}

.questions ol {
  list-style: none;
  margin-left: 1em;
  counter-reset: start 0;
}

.questions ol &gt; li {
  position: relative;
  margin-bottom: 1.0em;
}

.questions ol &gt; li::before {
	position: absolute;
	left: -2.5em;
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 0.5em;
	background-color: #fff;
	border-radius: 50%;
	color: #9a6b8b;
	text-align:center;
	line-height: 22px;
	counter-increment: start;
	content: counter(start);
}

.secondlist &gt; ol {
	counter-reset: start 6;
}

.faqitem {
	padding:2% 15%;
	border-radius:20px;
	margin:3% 0%;
}

.faqitem:nth-child(odd) {
	background:#f3f3f3;	
}

dd { display:none; }

.closed { /*background:red;*/ }

.open { display:block; }

.accordion-title {
	background:none !important;
	font-family:inherit !important;
	color:inherit !important;
	font-size:inherit !important;
	border:0 !important;
	border-top:1px solid #003b60 !important;
	padding:20px 0px 20px 40px !important;
	margin:0 !important;
	-moz-border-radius:0px !important;
	-khtml-border-radius:0px !important;
	outline:none !important;
	line-height:normal !important;
	position:relative;
	cursor:pointer;
}

.accordion-title::after {
	/*content:'+';*/
	content:url('/inc/img/bullet.png');
	position:absolute;
	left:0px;
	top:20px;	
}

dd {
	padding:0;
	margin:0;	
}

.accordion-content {
	background:none !important;
	font-size:inherit !important;
	line-height:1.8em !important;
	border:0 !important;
	border-right:0 !important;
	-moz-border-radius:0px !important;
	-khtml-border-radius:0px !important;
	padding:0px 0px 0px 40px !important;
}

.accordion-content p {
	max-width: 90ch;
	margin-bottom:2% !important;
}

.cta {
	background:#eaeaea;
	text-align:center;
	padding:4%;
	border-radius:20px;
	border: 2px solid #9a6b8b;
	margin-top:6%;
	margin-bottom:6%;
}

.cta p{
	margin:auto;
}

.cta h2 {
	color:#9a6b8b !important;
}

.cta a.ctabutton, .submitbutton, .expertentipp a.ctabutton {
	display:inline-block;
	padding:5px 40px;
	border: 2px solid #9a6b8b;
	background:#9a6b8b;
	border-radius:5px;
	color:#f1f1f1 !important;
	font-size:1.1em;
	position:relative;
	margin:2% auto;
	transition:.7s ease;
	cursor:pointer;
}

.cta a.ctabutton:hover, .expertentipp a.ctabutton:hover {
	text-decoration:none;
	color:#fff !important;
	background:#793162;
	transition:.7s ease;
}

.cta a.ctabutton::before {
	position:absolute;
	top:5px;
	left:8px;
	/*content: "\2713";*/
	content: url('../img/cta-icon-kontakt.png');
	font-size:1.3em;
	color:#a93c4e !important;	
}

.till::before {
	position:absolute;
	top:-60px;
	left:42%;
	content: url('../img/epertentipp-dr-scholz-130.png');
}
.andreas::before {position:absolute;
	top:-60px;
	left:42%;
	content: url('../img/epertentipp-dr-arens-landwehr-130.png');
}
.jens::before {position:absolute;
	top:-60px;
	left:42%;
	content: url('../img/epertentipp-dr-diedrichson-130.png');
}

/** Module Ende *************************************************/

.iconnavigation {
	width:100px;
	height:auto;
	transition: .5s ease;
}

.iconnavigation:hover {
	width:110px;
	height:auto;
	transition: .5s ease;
}


/* Mainnavigantion static f ******************************************************************/


#mobilenavigation {
	position:absolute;
	top:4%;
	right:2%;
    float:right;
    width:130px;
    display:none;
	font-size:1.6em;
	color:#003b5f;
	padding-top:20px;
	text-align:right;
}

#mobilenavigation div {
	width:50%;
	display:inline-block;
	padding:0% 0.5%;
	border-left:1px dotted #003b5f;
	text-align:center;
	float:left;
}

#mobilenavigation div:first-child {
	border-left:none;
}

#mainnavigation {
	float:right;
	margin-left:5%;	
}

#phonebutton {
	display:none;
}

a {
	color: #003b60;
}

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
	position: relative;
	z-index:9999999;
	line-height:30px;
	font-size:0.9em;
	text-transform:uppercase;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	/*background-color: #fff;*/
	}
	
nav ul ul li {
	background-color: #fff;
	}

/* Styling the links */
nav a {
	display:block;
	padding:14px 15px;	
	color:#003b5f;
	font-size: 1.0em;
	font-weight: 500;
	text-decoration:none;
    /*text-transform:uppercase;*/
	transition: .3s ease;
}

nav ul li ul li:hover { /*background: #9a6b8b; color:#fff;*/ }

/* Background color change on Hover */
nav a:hover { 
	background-color: #003b5f; 
	text-decoration:none;
	color:#fff;
	transition:  .5s ease;
	border-radius:20px;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 53px;
}

nav ul li ul li {
	-webkit-box-shadow: -1px 5px 5px 0px rgba(102,102,102,0.2);
-moz-box-shadow: -1px 5px 5px 0px rgba(102,102,102,0.2);
box-shadow: -1px 5px 5px 0px rgba(102,102,102,0.2);	
}
	
/* Display Dropdowns on Hover */
nav ul li:hover &gt; ul {
	display:inherit; 
	color:#fff;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:320px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-53px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:320px; 
}

/* Change ' +' in order to change the Dropdown symbol */
nav li &gt; a:after { content:  ' +'; }
nav li &gt; a:only-child:after { content: ''; }


/* Breadcrumb *********************************************/

.breadcrumbroot {
	display:none;	
}

#breadcrumbcontainer {
    height:50px;
    border-bottom:1px solid #eee;
    /*background-color: #f2f2f2;*/
}

#breadcrumbs {
	margin: auto;
	line-height:50px;
	color:#4b575b;
	padding:0% 3%;
	font-size:0.8em;
	text-align:right;
}

#breadcrumbs li:last-child{
	color:#003b60 !important;
	font-weight:bold !important;	
}

#breadcrumbs ol {margin:0; list-style:none outside; padding:0; }
#breadcrumbs li {display:inline; margin:0px; padding:0px; }

a.breadcrumbelement:link  { color:#4b575b; text-decoration:none; }
a.breadcrumbelement:visited { color:#4b575b; text-decoration:none; }
a.breadcrumbelement:hover { color:#4b575b; text-decoration:underline; }
a.breadcrumbelement:active { color:#4b575b; text-decoration:none; }

#logobanner {
	text-align:center;	
}

#logobanner img {
	margin:1% 2%;	
}

.parallaxmefull {
	background-size: cover;
	background-position: center top;
	background-repeat:no-repeat;
	height: 900px; 
	margin: auto;
	padding:0%;
    padding-top:176px;
    position:relative;
}

.parallaxmefullcontent {
	background-size: cover;
	background-position: center top;
	background-repeat:no-repeat;
	height: 780px; 
	margin: 0% auto 0% auto;
	padding:0%;
    padding-top:176px;
    position:relative;
}

.parallaxme400 {
	background-size: cover;
	background-position: center top;
	background-repeat:no-repeat;
	height: 780px; 
	margin: auto;
	padding:0%;
    padding-top:176px;
    position:relative;
}

.parallaxcaption {
	position:absolute;left:-650px;margin-left:50%;top:40%;width:40%;text-align:left;
}

.parallaxcaption h1 {
	color:#fff;font-weight:300;font-size:3.0em;	
}

/* Fallbeispiele *********************************************************************/

.sample {
	width:48%;
	float:left;
	padding:4%;
	margin:2% 1%;
	box-shadow: 0 0.9125rem 1.4125rem #00000018;
}

.samplefull {
	width:98%;
	float:left;
	padding:4%;
	margin:2% 1%;
	box-shadow: 0 0.9125rem 1.4125rem #00000018;
}

.sample .logocontainer, .samplefull .logocontainer, .openersample .logocontainer {
	max-width: 150px;
	height:auto;
}

.sample .logocontainer img, .samplefull .logocontainer img, .openersample .logocontainer img {
	width: 100%;
	height:auto;
}

.zitat {
	background: #f4f4f4;
	padding:3% 4%;
	margin-bottom:4%;
}

.zitat p {
	font-style:italic;
}

/* TV-Teaser ************************************************************************/

#tvteasercontainer {
	background-color:#003b60;
	color:#fff;
}

#tvteaser {
	margin:auto;
	padding: 0.5% 0%;
}


#openerbanner {
	margin: auto;	
}

/* Motivbalken ************************************************************************/
#motivcontainer {
	margin:auto;	
}

#motiv {
	overflow:hidden;
	/*background-color:#cecece;
	padding:2%;*/
	text-align:center;	
}

/* Openerboxenbalken ************************************************************************/
#motiv {
	overflow:hidden;
	/*background-color:#cecece;
	padding:2%;*/
	text-align:center;	
}

/* Beraterteaser ************************************************************************/
#beraterteasercontainer {
	background-color:#d9d7d0;	
}

#beraterteaser {
    margin:auto;
	text-align:center;
	padding:30px 0px;
    margin-bottom:20px;	
}

#beraterteaser h2 {
	color:#9a6b8b;
	font-size:2.2em;
}

.berater {
	width:33%;
	float:left;
	text-align:center;	
}

.circular {
	width: 200px;
    height: 200px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
  	overflow:hidden;
  	display:inline-block;
}

.circular img {
	width:100%;
	height:auto;	
}

/* Kontaktformular ***********/

.hintKK {
	background: #eae1e7; width: 80%; border: 2px solid #976a88; text-align: center; padding: 2%; margin-bottom: 2%;	font-size:0.85em;
}

.myCheckbox {
	display:none;	
}

fieldset {
	padding:5% 0%;	
}

#feedback{
	position: fixed;
	top:60px;
	right:-595px;
	background:#ffffff;
	-webkit-box-shadow: 0px 0px 22px -2px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0px 22px -2px rgba(0,0,0,0.33);
	box-shadow: 0px 0px 22px -2px rgba(0,0,0,0.33);
	border: 3px solid #9a6b8b;
	border-radius:10px 0px 0px 10px;
	width:600px;
	z-index:999999999;
}

#feedback div {
	padding: 20px;
}

.nopadding {
	padding:0px;	
}

#feedback form{
	float: left;
	padding: 0px;
}

#feedback form label{
	display: block;
	float: left;
	text-align:right;
	margin-right:20px;
	width:70px;
	font-weight:bold;
	color: 019AC6;
	font-size:14px;
}

#slidebutton {
	text-align:center;
	display: block;
	float: left;
	position: absolute;
	top:120px;
	left:-108px;
	background:#003b60;
	width:150px;
	height:60px;
	-ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color:#fff;
    font-size:1.2em;
    padding:10px;
    line-height:40px;
    border-radius:10px 10px 0px 0px;
    text-decoration:none;
}

#feedback a:hover{
	background-position: center right;
}
#feedback form .btn{
	float: right;
	background:url("/inc/img/system/send.png")  no-repeat 0px 0px transparent;
	text-indent:-9999em;
	width:80px;
	height:28px;
	border:none;
}

#feedback form textarea{
	width:80%;
	height:120px;
	border: 1px solid #003b60;
	font-size:1.0em;
  	font-weight: 300;
    font-family:'Oxygen', sans serif;
    outline:none;
    padding:1%;
}
#feedback form input[type="text"]{
	width:80%;
	height:40px;
	border:0;
	border-bottom: 1px solid #9a6b8b;
	margin-bottom:3%;
	font-size:1.0em;
  	font-weight: 300;
    font-family:'Oxygen', sans serif;
    outline:none;
    padding:1%;
}
#feedback form select{
	width:80%;
	/*padding:1%;*/
	height:40px;
	border: 1px solid #9a6b8b;
	margin-top:3%;
	font-size:1.0em;
  	font-weight: 300;
    font-family:'Oxygen', sans serif;
}
#feedback h2{
}

#feedbacknosl form textarea{
	width:80%;
	height:120px;
	border: 1px solid #9a6b8b;
	font-size:1.0em;
  	font-weight: 300;
    font-family:'Oxygen', sans serif;
    outline:none;
    padding:1%;
}
#feedbacknosl form input[type="text"]{
	width:80%;
	height:40px;
	border:0;
	border-bottom: 1px solid #9a6b8b;
	margin-bottom:3%;
	font-size:1.0em;
  	font-weight: 300;
    font-family:'Oxygen', sans serif;
    outline:none;
    padding:1%;
}
#feedbacknosl form select{
	width:80%;
	/*padding:1%;*/
	height:40px;
	border: 1px solid #9a6b8b;
	margin-top:3%;
	font-size:1.0em;
  	font-weight: 300;
    font-family:'Oxygen', sans serif;
}


#anmeldung form input[type="text"]{
	width:50%;
	padding:1%;
	height:30px;
	border: 1px solid #ccc;
	margin-bottom:1%;
	font-size:1.0em;
}
#anmeldung form select{
	width:50%;
	padding:1%;
	height:30px;
	border: 1px solid #ccc;
	margin-bottom:1%;
	font-size:1.0em;
}
#anmeldung form submit{
	
	font-size:1.0em;
}


#onlineterminbutton {
	text-align:center;
	display: block;
	float: left;
	position: absolute;
	top:220px;
	left:-110px;
	background:#9a6b8b;
	width:150px;
	height:30px;
	-ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color:#fff;
    font-size:1.2em;
    padding:10px;
    line-height:30px;
    text-transform:uppercase;
}

/* Content ************************************************************************/
#content {
	padding:0px 0px 40px 0px;
	margin:auto;	
}

#leftcol {
	float:left;
	width: 30%;	
}

#rightcol {
	float:right;
	width: 65%;		
}

#bigcol {
	float:none;		
}

#slidercontainer {
	/*overflow:hidden;*/
	margin:auto;
}

#flexcontainer {
	/*overflow:hidden;*/
	margin:auto;
	height:auto;
	position:relative;
	border: 1px dotted #ccc;
}

#slider2 {
	height:340px;
	overflow:hidden;	
}

#slider2 img {
	/*width:550px;
	height:280px;
	overflow:hidden;*/	
}


.flex-caption {
	position:absolute;
	bottom:0px;
	color:#000;
	padding:1%;
	font-size:1.0em;
	line-height:normal;
    width:98%;
    text-align:right;
    background:rgba(255,255,255,0.8);
}


.flex-caption2 {
	position:relative;
	color:#fff;
	padding:1% 0%;
	font-size:1.3em;
	line-height:normal;
}

.flex-caption-produkt {
	position:absolute;
	bottom:0px;
	color:#fff;
	padding:2% 2% 2% 2%;
	font-size:1.4em;
	line-height:normal;
    background-image: url("../img/bgSliderClaim.png");
    width:96%;
}

.flex-caption-produkt .slideheadline {
	font-size:1.4em;
	line-height:normal;
}

.positioner {
	position:absolute;
	bottom:10px;	
}

#welcomeboxencontainer {
	margin:auto;
	margin-top:40px;
	border-top: 1px dotted #ccc;	
}

.buttonbox {
	display: inline-block;
	width:29.633%;
	color:#fff;
	background:#9a6b8b;
	height:80px;
	padding:1%;
	float:left;
	margin:0.85%;
	text-decoration:none;
    text-align:center;
    font-size:1.2em;
}

.buttonbox:hover {
	background:#C0C0C0;
	text-decoration:none !important;
}


.newsteaserentry {
	padding:10px 0px 10px;
	border-top:1px solid #fff;
}

.newsteaserentry h2 {
	color:#fff;
	padding-bottom:0px;
}

.newsitem {
	width:48%;
	float:left;
	padding:2.25%;
	min-height:600px;
	overflow:hidden;
	margin:1%;
}

.newsitem h2 {
	font-size:1.2em;	
}

.newsitem div {
	height:270px;
	overflow:hidden;	
}

#singleNews {
	padding:0% 2%;	
}

#singlenews p {
	/*max-width: none;*/
}

.event {
	width:97%;
	padding:1.5%;
	height:auto;
	overflow:hidden;
	margin:2% 0%;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.event h2 {
	font-size:1.2em;	
}

.eventteaserdate {
    float:left;
    width:150px;
    height:134px;
    color:#000;
    padding:45px 10px 10px 15px;
    /*background-image: url("../img/Kalender.gif");
    background-repeat: no-repeat;*/
    font-size:1.4em;
    line-height:1.7em;
    background: #f4f4f4;
    margin-right:20px;
}

.eventteaserentry {
    float:left;
    padding:0px 10px 10px 0px;
}

.eventyear {
    font-size:2.2em;
}

.eventcontent {
	float:left;
	width:600px;
}

.pastevent {
	background:#f7f7f7;
	color:#999;	
}

fieldset {
	border:0;	
}

.gototop {
	position:fixed;
	bottom:1%;
	right:1%;
	z-index:99999999;
	width:40px;
	height:auto;	
}

#social {
	position:fixed;
	bottom:5%;
	right:10px;
	width:40px;
	height:auto;
	z-index:999;	
}

#socialfooter {
	padding:2% 0%;
	text-align: center;	
}

#socialfooter a {
	font-size:2.5em;
}

#socialfooter i {	
}

#socialheader {
	text-align:right;
	font-size:1.5em;	
}

#socialheader i {
	margin:0% 1% 0% 1%;
}

#social img {
	margin:2%;
	width:40px;
	height:auto;
}

#phonesocial {
	width:24px;
	height:24px;
	border-radius:5px;
	background:#9a6b8b;
	padding:8px;
	margin-bottom:2%;
}

#phonesocial a {
	color:#fff;	
	font-size:1.4em;
}

/**************** Schieber */ 
.compare {
    position: relative;
    margin-bottom: 40px
}

.compare .original img {
    max-width: 100%
}

.compare .modified {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%
}

.compare .handle {
    position: absolute;
    height: 100%;
    width: 4px;
    left: 50%;
    top: 0;
    margin-left: -2px;
    background-color: #fff
}

.compare .handle .knob {
    position: relative;
    height: 74px;
    width: 74px;
    top: 50%;
    margin-left: -35px;
    margin-top: -37px;
    border-radius: 50%;
    background-color: #00677f;
    cursor: move;
    text-align: center
}

.compare .handle .knob i {
    line-height: 74px;
    color: #fff
}
/**********************/

#ratingestheticon {
	margin:auto;
	width:700px;	
}

#subnavigation {
    width:100%;
    text-align:left;
    color:#000;
    margin-bottom:40px;
}

#subnavigation ul { margin:0; list-style:none outside; padding-left:0px; padding-top:0px; }
#subnavigation li { display:block; }

.contentboxcontainer {
	width:62.666%;
	float:left;
	margin-right:4%;
}

.contentboxcontainer::after {
	clear:both;	
}

.infoboxcontainer {
	width:33.333%;
	float:right;
}

.infobox {
	width:92%;
	padding:8% 4%;
	background:#9a6b8b;
	color:#fff;
	border-radius:50px 20px;
}

.infobox h3 {
	color:#fff;	
}

.mitarbeiter {
	width:28%;
	float:left;
	padding:1.5%;
	height:340px;
	overflow:hidden;
	margin:1%;
	border:1px solid #dedede;
	border-radius:10px;
	text-align:center;
}

.mitarbeiter h2 {
	font-size:1.3em;
	padding-bottom:0px;	
}

.mitarbeiter h3 {
	font-size:1.0em;	
}

.beispiel {
	width:31%;
	height:120px;
	margin:1%;
	float:left;
	overflow:hidden;
}

.beispiel img {
	width:100%;
	height:auto;
	background-color:white;	
}

div.produkt:nth-child(3n) {
	margin-right:0;
	float:right;
}

/* Bewertungssystem ****************/
.rating-tooltip {
   margin-top: 0px;
}

.rating-tooltip div {
  color: #FFFFFF;
  background: #000000;
  line-height: 20px;
  text-align: center;
  visibility: visible;
  border-radius: 6px;
  padding: 10px;  
  white-space: nowrap;
}

.rating-tooltip div:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.stars {
	margin-top:0px;
	margin-bottom:40px;	
}

.custom { padding: 0.5em 2.5em 0.8em 0.4em; }

/*  ************************************************************************************
*   Youtube Videos  
*/

.elastic-video {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
}

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

/*  ************************************************************************************
*   Youtube Videos Ende  
*/

.imgleft {
	width:50%;
	height:auto;
	float:left;
	margin-right:20px;
}

.imgright {
	width:50%;
	height:auto;
	float:right;
	margin-left:20px;
}

#tabnavigation {
	margin-top:3%;
	margin-bottom:3%;	
}

#tabcontent {
	margin:auto;
}

#tabs {
	margin:auto;
	background:#dedede;
}

.tab {
	float:left;
	background:#dedede;
	color:#134395;
	padding:1% 2%;
	border-right: 1px solid #fff;
    font-size: 1.1em;
}

.tabhit {
	float:left;
	background:#fff;
	color:#134395;
	padding:1% 2%;
	border-right: 1px solid #fff;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
    font-size: 1.1em;
}

.tabhit a {
	color:#134395;
}

.box {
	/*Dreierreihen*/
	padding:1%;
}


.awardcontainer {
	margin-top:40px;
	border-top: 1px dotted #ccc;	
}

.awards {
	text-align:center;
	margin:auto;
	padding: 1.5% 0% 1.5% 1.5%;
}

.awards img {
	margin-right:20px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);	
}

.awards img:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);	
}

#footercontainer {
	background-color : #ededed;
}

#footer {
    margin:auto;
    color:#fff;
    padding:2% 0%;
    font-size:0.9em;
}

#socketcontainer {
	background-color : #003b60;
}

#socket {
    margin:auto;
    color:#fff;
    padding:50px 0px;
	font-size:0.9em;
	text-align: center;
}

#socket span {
	white-space:nowrap;
}

#footernavigationcontainer {
	background:#c9c9c9;
}

#footernavigation {
	padding:1% 0%;
	text-align: center;
	text-transform: uppercase;
}

#footernavigation a {
	margin-right:2%;	
}

/* Landingpages *************/
.imagecopy {
	position:absolute;left:-700px;margin-left:50%;top:10%;width:40%;text-align:left;
}

h1 { font-size:2.2em; line-height:normal; color:#003b60; padding-top:0px; padding-bottom:15px; margin:0px; font-weight:300; }
.lookslikeh1 { font-size:2.2em; line-height:normal; color:#003b60; padding-top:0px; padding-bottom:15px; margin:0px; font-weight:300; }
h2 { font-size:1.6em; line-height:normal; color:#003b60; padding-top:0px; padding-bottom:15px; margin:0px; font-weight:300; }
.lookslikeh2 { font-size:1.6em; line-height:normal; color:#003b60; padding-top:0px; padding-bottom:15px; margin:0px; font-weight:300; }
h3 { font-size:1.2em; line-height:normal; color:#003b60; padding-top:0px; padding-bottom:15px; margin:0px; font-weight:300; }
h4 { font-size:1.0em; line-height:normal; color:#003b60; padding-top:0px; padding-bottom:10px; margin:0px; font-weight:300; }


.sidebarspacer {
	background-color:#134395;
	height:12px;
	margin-bottom:40px;
	margin-top:20px;
}

.company {
	font-size:1.3em;
	/*padding-bottom:20px;*/
	text-transform:uppercase;	
}

.inputform {
	width:60%;	
}

img { border:0px; }

.off { display:none; }

.clear { clear:both; }

.nopad {
	padding:0px;
}

.fullsize {
	width:100%;
	height:auto;	
}


.bildunterschrift {
	font-style:italic;	
}

.handwritten {
	font-family: 'Nothing you could do';
	color:#368756;
	font-size:2.6em;
}

.equal {
	font-family: 'Inika'; font-size:1.4em; color:#e89819; padding-top:0px; padding-bottom:15px; margin:0px; font-weight:normal;
}

.line {
	border-bottom: 1px dotted #666;
	margin-top:20px;	
	margin-bottom:20px;	
}

table {
	 width: 100%;
	 empty-cells: hide;
	 vertical-align: middle !important;
	 line-height: 18px;
	 margin-bottom: 15px;
}

table td, table th {
 padding: 10px 10px;
}

table img {
 display: inline;
 vertical-align: middle;
}

tbody tr {
 background: #e6e6e6;
 margin-bottom:1px;
 font-size:1.0em !important;
}


tr:hover {
 background: #fff;
}

.buttonkasse {
	background: #efefef;
	padding:10px;
	font-size:1.3em;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	text-align:right;
}

.orderbutton {
	font-size:1.3em;
}

.crisalixbanner {
	background: #efefef;
	border:1px solid #ccc;
	padding:3%;
	padding-right:0%;
	padding-bottom:0%;
	cursor:pointer;
	margin-bottom:40px;
}

.bannermotiv {
	float:right;	
}

.crisalixbanner h3 {
	font-size: 1.5em;
	color: #9a6b8b;
	margin-bottom:20px;
}

.checkoutstatus {
	float:left;
	width:23%;
	padding:1%;
	background:#dedede;
	margin-bottom:2%;
}

.checkoutstatusActive {
	float:left;
	width:23%;
	padding:1%;
	margin-bottom:2%;
	background:#3a8658;
	color:#fff;
}

a.headlinelink:link  { color:#003b60; text-decoration:none; }
a.headlinelink:visited { color:#003b60; text-decoration:none; }
a.headlinelink:hover { color:#003b60; text-decoration:underline; }
a.headlinelink:active { color:#003b60; text-decoration:none; }

a:link  { color:#003b5f; text-decoration:none; }
a:visited { color:#003b5f; text-decoration:none; }
a:hover { color:#003b5f; text-decoration:underline; }
a:active { color:#003b5f; text-decoration:none; }

#footer a:link  { color:#003b5f; text-decoration:none; }
#footer a:visited { color:#003b5f; text-decoration:none; }
#footer a:hover { color:#003b5f; text-decoration:underline; }
#footer a:active { color:#003b5f; text-decoration:none; }

#footernavigation a:link  { color:#003b5f; text-decoration:none; }
#footernavigation a:visited { color:#003b5f; text-decoration:none; }
#footernavigation a:hover { color:#003b5f; text-decoration:underline; }
#footernavigation a:active { color:#003b5f; text-decoration:none; }

a.whitelink:link  { color:#fff; text-decoration:none; }
a.whitelink:visited { color:#fff; text-decoration:none; }
a.whitelink:hover { color:#fff; text-decoration:underline; }
a.whitelink:active { color:#fff; text-decoration:none; }

a.button:link, a.button:visited {
	display: inline-block;
	margin:0;
    font-size: 1.0em;
    line-height:40px;
    color:#fff;
    background-color:#003b60;
    padding:0px 15px 0px 15px;
    text-transform: uppercase;
    border-radius:6px 20px;
}

a.button:hover {
	text-decoration: none;
	color: #666;
    background-color:#dedede;
}

.red {
	background-color:#f1cfd3;	
}

@media screen and (max-width:1599px) {
	#header, .sitewidth, #footer, #welcomeboxencontainer, #topnavigation, #openerboxen, #motivcontainer, #beraterteaser, .awards, #tvteaser, #openerbanner, #flexcontainer, #breadcrumbs {
		width:95%;	
	}
	
	.imagecopy {
		position:absolute;left:0px;margin-left:2.5%;top:10%;width:65%;text-align:left;
	}
	
	#header {
	    height:auto;
	}
	
	.parallaxcaption {
		position:absolute;left:2%;margin-left:0%;top:40%;width:50%;text-align:left;
	}
	
	.parallaxcaption h1 {
		font-size:2.4em;	
	}
}

@media screen and (max-width:1024px) {
	
	h1 { font-size:2.0em; }
	h2 { font-size:1.4em; }
	
	.mitarbeiter {
		width:44.5%;
		float:left;
		padding:1.5%;
		height:300px;
		overflow:hidden;
		margin:1%;
		border:1px solid #dedede;
	}
	
	.newsitem {
		width:44.5%;
		float:left;
		padding:1.5%;
		height:400px;
		overflow:hidden;
		margin:1%;
		border:1px solid #dedede;
	}
	
	.newsitem h2 {
		font-size:1.2em;	
	}
	
	.newsitem div {
		height:200px;
		overflow:hidden;	
	}
	
	.contentboxcontainer {
		width:54%;
		float:left;	
	}
	
	.infoboxcontainer {
		width:46%;
		float:right;
	}
}

@media screen and (max-width:768px) {
	
	.hintKK {
		width:100%;
	}
	#contentcontainer {
		margin-top: 0px;
	}
	.awardcontainer {
		margin-top:40px;
		border-top: 1px dotted #ccc;
		height:180px;	
	}
	
	#topnavigationcontainer {
		display:none;
	}
	
	body {
	    font-size:1.0em;
	}
	
	#header {
	    padding-top:10px;
	}
	
	.questions {
		padding:5%;
	}
	
	.cta {
		padding:5%;
	}
	
	.cta a {
		font-size:0.9em;
	}
	
	.faqitem {
		padding:7%;
		border-radius:20px;
		margin:3% 0%;
	}
	
	#tv {
		top:42px;	
	}
	
	.parallaxsub {
		display:block;	
	}
	
	.parallaxme400 {
		display:none;	
	}
	
	.contentboxcontainer {
		width:100%;
		float:none;	
	}
	
	.infoboxcontainer {
		width:100%;
		float:none;
		margin-bottom:4%;
	}

	#breadcrumbs {
		font-size:0.7em !important;	
	}
	
	.third {
		width:100%;
		float:none;
		margin-right:0%;
	}
	
	.parallaxmefull {
		height: 500px;
	}
	
	.parallaxme400 {
		height: 300px; 
	}
	
	.parallaxcaption {
		position:absolute;left:2%;margin-left:0%;top:35%;width:70%;text-align:left;
	}
	
	.parallaxcaption h1 {
		font-size:1.4em;	
	}
	
	#headercontainer {
	    position:relative;
	}
	
	.imagecopy {
		position:relative;left:0px;margin-left:0%;padding-top:2%;top:0%;width:95%;text-align:left;margin:auto;
	}
	
	.half {
		width:100%;float:none;margin-bottom:2%;
	}
	
	div.half:nth-child(2n) {
	    margin-right: 0%;
	    float: none;
	}
	
	h1 { font-size:1.8em; }
	h2 { font-size:1.4em; }
	
	#slidercontainer {
		width:100%;	
	}
	
	.imgleft {
		width:50%;
		height:auto;
		float:left;
		margin-right:20px;
		margin-bottom:20px;
	}
	
	.imgright {
		width:50%;
		height:auto;
		float:right;
		margin-left:20px;
		margin-bottom:20px;
	}
	
	
	#feedback{
		position: relative;
		top:0px;
		right:-0px;
		background:none;
		float:none;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
		-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
		border: none;
		width:100%;
	}
	
	#slidebutton{
		display:none;
	}
	
	#feedbackcontainer {
		margin-top: 8%;
	}
	
	#feedback div{
		padding:0px;
	}
	#feedback form{
		float:none;
	}
	
	#logo {
		width:40%;
		padding:10px 0px 0px 0px;
		float:none;
	}
	
	#topnavigation {
		position:absolute;
		top:0px;
		right:0px;
	    text-align:right;
	    width:40%;
	    float:right;
	    font-size:1.2em;
	    color:#9a6b8b;
	    line-height:30px;
	    /*display:none;*/
	}
	
	#logo img {
		width:100%;
		height:auto;
	}
	
	#leftcol {
		float:left;
		width: 30%;
		display:none;	
	}
	
	#rightcol {
		float:none;
		width: 100%;		
	}
	
	.circular {
		width: 150px;
	    height: 150px;
	}
	
	.buttonbox {
		display: inline-block;
		width:45%;
		color:#fff;
		background:#9a6b8b;
		height:80px;
		padding:2%;
		float:left;
		margin:0.30%;
		text-decoration:none;
		border: 1px solid #9a6b8b;
	    border-radius: 5px;
	}
	
	#ratingestheticon {
		margin:auto;
		width:95%;	
	}
	
	#mainnavigation {
		float:none;
		margin-left:0%;	
	}
	nav {
		margin: 0;
		font-size:14px;
		position:relative;
	}
	
	#phonebutton {
		display:block;
		position:absolute;
		right:2px;
		top:-5px;
		z-index:9999999999;
		padding:0;
		margin:0;
	}
	
	#phonebutton a {
		color:#fff;
		font-size:2.0em;
	}
	
	#mobilenavigation {
		display:block;
		padding-top:10px;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		padding:10px 20px;	
		color:#003b60;
		font-size:14px;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #003b60;
		color:#fff;
		transition: 0.5s ease;
	}

	.init {
		background-color: #003b60;
		color:#fff;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
		transition: 0.5s ease;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		border-top:1px silid #ccc;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 10px 40px;
	}

	nav ul ul ul a {
		padding: 10px 80px;
	}

	nav a:hover {
		background-color: #003b60;
	}
	
 	nav ul ul ul a {
		background-color: #e1e1e1;
		border-bottom:1px solid #ccc;
	}
  
	
	nav ul ul a,
  nav ul ul ul a{
		/*padding:10px 20px;	*/
		color:#FFF; 
		text-decoration:none;
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #f1f1f1; 
		border-bottom:1px solid #ddd;
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover &gt; ul,
	nav ul li:hover &gt; ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}
	
	.col-4, .col-6 {
		-ms-flex: 0 0 85%;
		flex: 0 0 85%;
		max-width: 85%;
		margin: 2% auto;
	}
	
	.card {
		min-height:0;
	}
	
	.cardXXL {
		min-height:0;
	}
	.newsitem {
		width:95%;
		padding:2.5%;
		margin:0%;
		margin-bottom:2%;
		height:auto;
		min-height:0;
	}
	
	.expertentipp {
		padding:15% 8% 4% 8%;
		border-radius:20px;
		margin-top:20%;
		margin-bottom:6%;
	}
	
	.till::before {
		position:absolute;
		top:-60px;
		left:40%;
		content: url('../img/epertentipp-dr-scholz-130.png');
	}
	.andreas::before {position:absolute;
		top:-60px;
		left:40%;
		content: url('../img/epertentipp-dr-arens-landwehr-130.png');
	}
	.jens::before {position:absolute;
		top:-60px;
		left:40%;
		content: url('../img/epertentipp-dr-diedrichson-130.png');
	}
}

@media screen and (max-width:480px) {
	.sample {
		width:98%;
		float:left;
		padding:8%;
		margin:2% 1%;
		box-shadow: 0 0.9125rem 1.4125rem #00000018;
	}
	.expert {
		text-align:center;
		position:relative;
		padding:4% 10%;
		font-size:1.4em;
		line-height:normal;
		color:#003b60 !important;
	}
	.featuredHeadline h1 {
		font-size:2.0em;
		color:#003b60 !important;
		text-transform: uppercase;
		padding-bottom:0px;
	}

	.containerciblueleft h2 {
		color:#fff;
		font-size:1.7em;	
	}
	.awardcontainer {
		margin-top:40px;
		border-top: 1px dotted #ccc;
		height:240px;	
	}
	
	#logo {
		width:50%;
		padding:5px 0px 0px 0px;
	}
	.col-4, .col-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%; 
	}
	.parallaxmefull {
		height: 400px;
	}
	.parallaxmefullcontent {
		height: 300px;
	}
	
	.fullcontainermargin {
		margin-bottom:14%;	
	}
	
	/* Breadcrumb *********************************************/
	#breadcrumbcontainer {
	    height:auto;
	    border-bottom:1px solid #eee;
	    /*background-color: #f2f2f2;*/
	}
	
	#breadcrumbs {
		margin: auto;
		line-height:normal;
		color:#4b575b;
		padding:10px 0px;	
	}
	.imgleft {
		width:100%;
		height:auto;
		float:none;
		margin-right:0px;
	}
	
	.imgright {
		width:100%;
		height:auto;
		float:none;
		margin-left:0px;
	}
	.mitarbeiter {
		width:95%;
		float:left;
		padding:2.5%;
		height:auto;
		overflow:hidden;
		margin:0%;
		margin-bottom:2%;
		border:1px solid #dedede;
	}
	
	.mitarbeiter h3 {
		font-size:0.9em;
	}
	
	.event {
		width:95%;
		padding:2.5%;
		margin:0%;
		margin-bottom:2%;
		height:auto;
		float:none;
	}
	
	#languages {
		width:100px;
		padding:3px;
		float:none;
		background-color:none;
		border-bottom-right-radius: 0px;
	    border-bottom-left-radius: 0px;
	    -webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;	
	}
	.parallaxcaption {
		width:90%;
	}
	
	.flex-caption {
		position:relative;
		bottom:0%;
		line-height:normal;
	    width:96%;
	}
	
	.circular {
		width: 100px;
	    height: 100px;
	}
	
	.buttonbox {
		display: inline-block;
		width:95%;
		color:#fff;
		background:#9a6b8b;
		height:60px;
		padding:2%;
		float:left;
		margin:0.30%;
		text-decoration:none;
		border: 1px solid #9a6b8b;
	    border-radius: 5px;
    	font-size:1.0em;
	}
	
	.newsimagelink {
		pointer-events: none;
        cursor: default;
	}
	
	.expertentipp {
		padding:25% 8% 4% 8%;
	}
	
	.till::before {
		position:absolute;
		top:-60px;
		left:30%;
		content: url('../img/epertentipp-dr-scholz-130.png');
	}
	.andreas::before {position:absolute;
		top:-60px;
		left:30%;
		content: url('../img/epertentipp-dr-arens-landwehr-130.png');
	}
	.jens::before {position:absolute;
		top:-60px;
		left:30%;
		content: url('../img/epertentipp-dr-diedrichson-130.png');
	}
}</pre></body></html>