/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* slider Styles start */
	/* content styles */
    .dynamicSlideshow h3,
    .dynamicSlideshow .capital{
        text-transform: uppercase;
    }
    
    #slideShow .showLater{
        display: none;
    }
	.dynamicSlideshow .slideChildContent ul{
		list-style:outside none none;
		padding-left: 40px;
		margin-top:16px;
		margin-bottom:16px;
	}
	.dynamicSlideshow .slideChildContent li>.fa-check{
		color: #0d6492;
		margin-left: -35px;

		position: absolute;
	}
	.dynamicSlideshow .slideChildContent a{
	  background: none repeat scroll 0 0 transparent;
    border: 2px solid #0d6392;
    color: #0d6392;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 400;
    margin: 20px auto 20px 40px;
    padding: 20px;
    text-decoration: none;
	
	-webkit-transition: background 0.5s ease-in-out;
-moz-transition: background 0.5s ease-in-out;
-ms-transition: background 0.5s ease-in-out;
-o-transition: background 0.5s ease-in-out;
transition: background 0.5s ease-in-out;

width:90%;
text-align:centeR;
	}
	
		
	.dynamicSlideshow .slideChildContent a:hover{
	  background: none repeat scroll 0 0 #0d6392;
    border: 2px solid #0d6392;
    color: #ffffff;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 400;
    margin: 20px auto 20px 40px;
    padding: 20px;
    text-decoration: none;
	
-webkit-transition: background 0.2s linear;
-moz-transition: background 0.2s linear;
-ms-transition: background 0.2s linear;
-o-transition: background 0.2s linear;
transition: background 0.2s linear;

width:90%;
text-align:centeR;
	}
	
	.dynamicSlideshow .slideChildContent .blue{
		color: #0d6492;
		font-size: 0.8em!important; 
	}
	
	/*spacer between menu-items */
	.showLater li {
    margin-bottom: 3%;
}
	
	
	/* main element */
	.unassignedSlider{
		max-width: 100%;
		overflow: hidden;
	}
	.unassignedSlider img{
		width: 100%;
		height: auto;
	}
	.dynamicSlideshow{
		width:100%;
		max-height: 470px;/* change on resize and on load*/ /* important for height fix */
		overflow:hidden; 
		position: relative;
		min-height: 250px;
    }
	
	/* children background colors*/
	.dynamicSlideshow .slideChild.counter0{   /*netrelay*/
		background-color: #fff;
	}
	
/* ABSTAND NETRELAY */

.counter0 .slideChildRightSide .slideChildContent .showLater li {
  
  margin-top:5%;
}

.counter0 div.slideChildRightSide div.slideChildContent div.showLater div.capital {
  
  margin-top:5%;
}


	
	
	.dynamicSlideshow .slideChild.counter1{   /* kunden */
		background-color: #49555e;
	}
	 
.counter1 div.slideChildRightSide div.slideChildContent div.showLater ul li ul li a {font-size:0.5em; width:50px; height:50px;}
	
div.dynamicSlideshow div.slideChild.counter1.active div.slideChildRightSide div.slideChildContent div.showLater ul.slidersecond li i.fa.fa-check {display:none!important;}
	
	.counter1 div.slideChildRightSide div.slideChildContent div.showLater ul li .blue		{margin-top:10px;}
	
	
 div.dynamicSlideshow div.slideChild.counter1.active div.slideChildRightSide div.slideChildContent div.showLater ul.slidersecond li a {
	 
float: left !important;
    font-size: 0.7em !important;
    margin: 0 1% 0 0 !important;
    padding: 1%;
    width: 24%;
	 
	 }
	
 div.dynamicSlideshow div.slideChild.counter1.active div.slideChildRightSide div.slideChildContent div.showLater ul.sliderfirst li div.capital {margin-top:10px;}	
	
div.dynamicSlideshow div.slideChild.counter1.active div.slideChildRightSide div.slideChildContent div.showLater ul.sliderfirst li {margin-bottom:30px;}
	
	.dynamicSlideshow .slideChild.counter2{
		background-color: #0d1d2d;   	/* HAND in anzug auf button */
	}
	
html.js body.home div#overall div#content div#slideShow.wide.slideShow div.dynamicSlideshow div.slideChild.counter2.active div.slideChildRightSide div.slideChildContent div.showLater ul li div.blue {font-size:0.7em!important;}	
	
	
	.dynamicSlideshow .slideChild.counter3{
		background-color: #cbdae1;   	/*HAND in anzug auf button */
	}
	
	
	/* children */
    /*.dynamicSlideshow .slideChild.active.down{*/
    .dynamicSlideshow .slideChild.active{
		position:absolute;
		width:100%;
		height:100%;
    }
	@media (max-width: 680px) {
		.dynamicSlideshow .slideChild.active{
			overflow:hidden;
		}
	}
	@media (min-width: 681px) and (max-width: 990px) {
		.dynamicSlideshow .slideChild .slideChildRightSide .rebutton h3{
			margin-top: -10px;
		}
		.dynamicSlideshow .slideChild .slideChildRightSide .rebutton ul{
			margin-top: 5px;
		}
		.dynamicSlideshow .slideChild .slideChildRightSide .rebutton a{
			padding: 10px;
			margin-top: -5px;
		}
	}
	@media (min-width: 1500px) {
		.dynamicSlideshow .slideChild .slideChildRightSide .rebutton ul{
			margin-top: 35px;
		}
		.dynamicSlideshow .slideChild .slideChildRightSide .rebutton a{
			margin-top: 50px;
		}
	}
    .dynamicSlideshow .slideChild .slideChildRightSide{
		display:none;
    }
    .dynamicSlideshow .slideChild.active .slideChildRightSide{
		
		background-image:url("/images/design/trans80.png");
		display: inline;
		height: 100%;
		left: 50%;
		position: absolute;
		width: 50%;
		max-width: 645px;
		top: 0;
    }
	@media (min-width: 1321px) and (max-width: 1500px) {
.dynamicSlideshow .slideChild.counter2.active .showLater > h3 {
    font-size: 1.6em;
}
.dynamicSlideshow .slideChild.counter3.active .showLater li,
.dynamicSlideshow .slideChild.counter2.active .showLater li{
    margin-bottom: 2%
}
.dynamicSlideshow .slideChild.counter3.active .slideChildContent a {
    margin-top: -10px;
    padding-bottom: 15px;
    padding-top: 15px;
}
    }
	@media (min-width: 991px) and (max-width: 1320px) {
		.dynamicSlideshow .slideChild.active .slideChildRightSide{
			max-width: 485px;
		}

.counter0 .slideChildRightSide div.slideChildContent div.showLater ul{
    margin-top: 5%;
}
.counter0 .slideChildRightSide div.slideChildContent div.showLater ul li{
    margin-top: 4%;
}
.dynamicSlideshow .counter1 .slideChildContent ul {
    margin-bottom: 7px;
    margin-top: 7px;
}
.dynamicSlideshow .counter1 .slideChildContent ul.slidersecond {
    margin-top: -15px;
}

.dynamicSlideshow .counter2 h3 {
    font-size: 21px;
}

.dynamicSlideshow .counter3 .slideChildContent a {
    margin-top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
}
.dynamicSlideshow .counter3 .slideChildContent ul {
    margin-bottom: 0;
    margin-top: 5px;
}
	}
	@media (min-width: 681px) and (max-width: 990px) {
		.dynamicSlideshow .slideChild.active .slideChildRightSide{
			max-width: 325px;
		}
	}
	@media (max-width: 680px) {
		.dynamicSlideshow .slideChild.active .slideChildRightSide{
			height: 60%;
			left: 0;
			max-width: none;
			top: 40%;
			width: 100%;
		}
	}
	.dynamicSlideshow .slideChild .slideChildContent{
		font-size: 16px;
	}
    .dynamicSlideshow .slideChild .slideChildContent{
		display:none;
    }
    .dynamicSlideshow .slideChild.active .slideChildContent{
		display:inline-block;
		padding:30px 50px 30px 30px;
    }
	@media (min-width: 1320px) {
		.dynamicSlideshow .slideChild.active .slideChildContent *{
			font-size: 1.1em;
		}
		.dynamicSlideshow .slideChild.active .slideChildContent h2,
		.dynamicSlideshow .slideChild.active .slideChildContent h3{
		font-size: 1.8em;
		font-weight: 300;
		padding-top: 2%;
		}
		.slideChildContent .blue{
			font-size: 0.9em;
		}
	}
	@media (min-width: 681px) and (max-width: 990px) {
		.dynamicSlideshow .slideChild.active .slideChildContent{
			padding:20px 30px 20px 20px;
		}
		.dynamicSlideshow .slideChild.active .slideChildContent *{
			font-size: 0.95em;
		}
		.dynamicSlideshow .slideChild.active .slideChildContent a{
			font-size: 0.7em;
			margin: 0px auto 0 10px;
		}
		.dynamicSlideshow .slideChild.active .slideChildContent h2,
		.dynamicSlideshow .slideChild.active .slideChildContent h3{
			font-size: 1.5em;
		}
.dynamicSlideshow .slideChild.counter2.active .slideChildContent ul,
.dynamicSlideshow .slideChild.counter3.active .slideChildContent ul {
    margin: 8px 0;
}
.dynamicSlideshow .slideChild.counter2.active .slideChildContent .blue,
.dynamicSlideshow .slideChild.counter3.active .slideChildContent .blue {
    display: none;
}
.dynamicSlideshow .slideChild.counter3.active .slideChildContent a {
    padding-bottom: 15px;
    padding-top: 15px;
}
.dynamicSlideshow .slideChild.counter1.active .slideChildContent h2, .dynamicSlideshow .slideChild.active .slideChildContent h3{
    font-size: 1.4em;
}
.counter1 div.slideChildRightSide div.slideChildContent div.showLater ul li .blue{
    margin-top: 0;
}
div.dynamicSlideshow div.slideChild.counter1.active div.slideChildRightSide div.slideChildContent div.showLater ul.slidersecond li a{
    padding: 1px;
}
div.dynamicSlideshow div.slideChild.counter1.active div.slideChildRightSide div.slideChildContent div.showLater ul.sliderfirst li{
    margin-bottom: 10px;
}
.counter0 div.slideChildRightSide div.slideChildContent div.showLater div.capital,
.counter0 .slideChildRightSide div.slideChildContent div.showLater ul {
    margin-top: 5px;
}
.counter0 .slideChildRightSide .slideChildContent .showLater li {
    margin-bottom: 4px;
    margin-top: 4px;
}

	}
	@media (min-width: 551px) and (max-width: 680px) {
    
        .slideChildRightSide  .showLater *:not(h3){ display: none; }

        .dynamicSlideshow .slideChild.active .slideChildRightSide {
            bottom: 0;
            height: auto;
            left: 0;
            max-width: none;
            top: auto;
            width: 100%;
            bottom: 30px;
        }        
        .dynamicSlideshow .showLater > h3 {
            font-size: 12px;
        }
        .dynamicSlideshow .slideChild.active .slideChildContent {
            display: inline-block;
            padding: 10px 20px;
        }

	}
	@media (min-width: 391px) and (max-width: 550px) {
        .slideChildRightSide  .showLater *:not(h3){ display: none; }

        .dynamicSlideshow .slideChild.active .slideChildRightSide {
            bottom: 0;
            height: auto;
            left: 0;
            max-width: none;
            top: auto;
            width: 100%;
            bottom: 30px;
        }        
        .dynamicSlideshow .showLater > h3 {
            font-size: 12px;
        }
        .dynamicSlideshow .slideChild.active .slideChildContent {
            display: inline-block;
            padding: 10px 20px;
        }

	}
	@media (max-width: 390px) {
        .slideChildRightSide  .showLater *:not(h3){ display: none; }

        .dynamicSlideshow .slideChild.active .slideChildRightSide {
            bottom: 0;
            height: auto;
            left: 0;
            max-width: none;
            top: auto;
            width: 100%;
            bottom: 30px;
        }
        .dynamicSlideshow .showLater > h3 {
            font-size: 12px;
        }
        .dynamicSlideshow .slideChild.active .slideChildContent {
            display: inline-block;
            padding: 10px 20px;
        }
   
        .slideShow .slideChild.counter0 .slideChildContent ul,
        .slideShow .slideChild.counter2 .slideChildContent ul {
            margin-top: 10px;
        }
        .slideShow .slideChild.counter0 .slideChildContent ul li,
        .slideShow .slideChild.counter2 .slideChildContent ul li{
            margin-top: 8px;
            margin-bottom: 8px;
        }


	}

    .dynamicSlideshow .slideChild img{
		display:none;
    }

    .dynamicSlideshow .slideChild.active img{
		display: block;
		margin: auto;
		max-width: 1600px;
		min-width: 850px;
		width: 100%; 
    }

	/* pagination */
    .dynamicSlideshow > ul {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 5;
		list-style:none;
		margin-left: 580px;
		font-size: 10px;
    }

	@media (min-width: 991px) and (max-width: 1320px) {
		.dynamicSlideshow > ul {
			margin-left: 420px;
		}
	}
	@media (min-width: 681px) and (max-width: 990px) {
		.dynamicSlideshow > ul {
			margin-left: 265px;
		}
	}
/*	@media (min-width: 551px) and (max-width: 680px) {
		.dynamicSlideshow>ul{
			margin-left: -40px;
			margin-top: 15px !important;
			top: 80%;
		}
	}
	@media (min-width: 391px) and (max-width: 550px) {
		.dynamicSlideshow>ul{
			margin-left:70px;
			margin-top: -30px !important;
			top: 80%;
		}
	}
	@media (max-width: 390px) {*/
	@media (max-width: 680px) {
		.dynamicSlideshow>ul{
			margin-left: -50px;
			margin-top: 0 !important;
			top: 90%;
		}
	}
    .dynamicSlideshow>ul>li{
        cursor: pointer;
        color: lightgray;
		height: 20px;
    }
	@media (max-width: 680px) {
		.dynamicSlideshow>ul>li{
			float:left;
			width:30px;
		}
	}
    .dynamicSlideshow>ul>li:hover{
        color: #0d6392;
    }
    .dynamicSlideshow>ul>li.active{
        color: #0d6392;
    }
    .dynamicSlideshow>ul>li>a{
		height: 30px;
		margin-left: -21px;
		margin-top: -7px;
		outline: 0 none;
		position: absolute;
		width: 30px;
    }
	
	/* left and right side fade out */
    /* .dynamicSlideshow .gradientLeft{ */
    /* 	height: 100%; */
    /* 	width: 100px; */
    /* 	position: absolute; */
    /* 	z-index: 3; */
    /* 	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); */ /* FF3.6+ */
    /* 	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); */ /* Chrome,Safari4+ */
    /* 	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); */ /* Chrome10+,Safari5.1+ */
    /* 	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); */ /* Opera 11.10+ */
    /* 	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); */ /* IE10+ */
    /* 	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); */ /* W3C */
    /* 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); */ /* IE6-9 */
    /* } */
    /* .dynamicSlideshow .gradientRight{ */
    /* 	height: 100%; */
    /* 	width: 100px; */
    /* 	position: absolute; */
    /* 	z-index: 3; */
    /* 	right:0; */
    /* 	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); */ /* FF3.6+ */
    /* 	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); */ /* Chrome,Safari4+ */
    /* 	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); */ /* Chrome10+,Safari5.1+ */
    /* 	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); */ /* Opera 11.10+ */
    /* 	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); */ /* IE10+ */
    /* 	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); */ /* W3C */
    /* 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); */ /* IE6-9 */
    /* } */
	
/* slider Styles end */



/* ############################################################################## */

/* @import url(http://fonts.googleapis.com/css?family=Lato:400,300,100,700,900); */

/* ############################################################################## */
#content7 > .narrow > a,
#content9 > .narrow > a {
    top: -130px;
}
/*smyer global*/
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/*smyer global end*/
/* Rahmenlayout */
html {
  font-family: Lato;
  color: #474747;
}
hr{
    height: 0;
    border: none;
    border-bottom: solid 1px #b1b1b1;
}
hr.wide{
    margin-top: 16px;
    margin-bottom: 16px;
    clear: both;
}
.wide{
    width: 100%;
    margin: 0;
}
.normal{
    width: 1280px;
    margin: auto;
}
.narrow{
    width: 1060px;
    margin: auto;
}
@media (min-width: 991px) and (max-width: 1320px) {
    .normal{
        width: 960px;
    }
    .narrow{
        width: 640px;
    }
}
@media (min-width: 681px) and (max-width: 990px) {
    .normal{
        width: 640px;
    }
    .narrow{
        width: 640px;
    }
}
@media (max-width: 680px) {
    .normal{
        width: 100%;
        margin: 0;
    }
    .narrow{
        width: 100%;
        margin: 0;
    }
    .notMini{
        display: none;
    }
}
/* Header */
.topHeadOuter{
    background-color: #fbfbfb;
    padding-top: 10px;
    padding-bottom: 10px;    
}
#topHead{
    clear: both;
}
#topHead ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#topHead li{
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}
#topHead a{
    color: #b1b1b1;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;    
}
#topHead a:hover,
#topHead a.active{
    color: #717171;
}
#localeSwitcher{
    width: 85px;
    display: inline-block;
}
#localeSwitcher li a{
    padding: 0 10px;
    border-left: solid 1px #b1b1b1;
}
#localeSwitcher li:first-child a{
    padding-left: 0;
    border-left: none;
}
#navMeta{
    float: right;
    display: inline-block;
}
#navMeta li{
    margin-left: 20px;
}
#navMeta li:first-child{
    margin-left: 0;
}
#topNav{
    clear: both;
    vertical-align: middle;
}
#topNav ul{
    list-style: none;
    padding: 0;
    padding: 0;
    margin: 0;
    float: right;
	/* ############ PJ ADDED  ############ */
	height: 70px;
    line-height: 50px;	
	/*  ############ PJ ADDED  ############ */
		
}
#topNav ul li {
padding:0 10px;
-webkit-transition: background 1s ease-in-out; /* Firefox */
-moz-transition: background 1s ease-in-out; /* WebKit */
-o-transition: background 1s ease-in-out; /* Opera */
transition: background 1s ease-in-out; /* Standard */
border-bottom: 1px solid #fff;
}

#topNav ul li:hover {
	background:#f9f9f9;
-webkit-transition: background 1s ease-in-out; /* Firefox */
-moz-transition: background 1s ease-in-out; /* WebKit */
-o-transition: background 1s ease-in-out; /* Opera */
transition: background 1s ease-in-out; /* Standard */
padding:0 10px;
border-bottom: 1px solid #e7e7e7;

}



@media (max-width: 680px) {
    #topNav ul{
        width: 100%;
        display: block;
        float: none;
    }
}
#topNav li{
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 10px 0 0 30px;
}
@media (min-width: 991px) and (max-width: 1320px) {
    #topNav ul#navMain li{
        margin-left: 0px;
    }
}
@media (min-width: 681px) and (max-width: 990px) {
    #topNav ul#navMain li{
        margin-left: -7px;
    }
}
@media (max-width: 680px) {
	#topNav ul#navMain {
		height: auto;
	}
	#topNav li{
        margin: 0px;
        display: block;
        width: 100%;
        float: none;
        text-align: center;
    }
}
#topNav .logo{
    display: inline-block;
}
#topNav .logoSmall{
    display: none;
}
@media (min-width: 681px) and (max-width: 990px) {
    #topNav .logo{
        display: none;
    }
    #topNav .logoSmall{
        display: inline-block;
    }
}
@media (max-width: 680px) {
}
#topNav a{
    display: inline-block;
    color: #474747;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
}
@media (min-width: 681px) and (max-width: 990px) {
    #topNav a{
        text-transform: none;
    }
}
#topNav a:active
#topNav a.active{
    color: #717171;
}
#navMain{
}
/* Footer */
.footOuter{
    /*background-color: #fbfbfb;*/
    background-color: #0d6492;
    border-top: solid 1px #b1b1b1;
    border-bottom: solid 1px #b1b1b1;
    padding-top: 16px;
    /*padding-bottom: 16px;*/
}

#foot .container .item img{
    width: 100%;
}
#foot .container{
    margin: 0 -20px;
}
#foot .container .bottom {
    border-top: thin solid #5693b0;
}
#foot .container .bottom > *{
    color: #5693b0;
	font-size: 11px;
}
#foot .container .bottom > p{
	float: left;
}
#foot .container .bottom > a{
	text-decoration: none;
	margin-top: 10px;
	margin-left: 20px;
	float: right;
}
#foot .container .bottom > .clear{
	clear: both;
}
#foot .container .item.rightBorder{
    border-right: thin solid #5693b0;
}
#foot .container .item{
    vertical-align: top;
    width: 25%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0;
    padding: 0;
	margin: 0 0 15px;
}
#foot .container .item > *{
    margin-left: 20px;
    margin-right: 20px;
}
#foot .container .item p{
    font-size: 14px;
    padding-left: 30px;
    /*color: #0d6294;*/
    color: white;
}
#foot .container .item p i.fa{
	position: absolute;
	margin-left: -30px;
	font-size: 19px;
}
#foot .container .item p.headline{
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: 2px 2px;
}


/*Navigation s Meyer*/
#navi {
  border-bottom: 1px solid #EDEDED;
  background-color: #43373F;
  border-radius: 4px 4px 0px 0px;
  padding: 1px;
}

#navi li {
	list-style: none;
    display: inline-block;
    background-color: #43373F;
}
#navi a{
  text-decoration: none;
  display:block;
  padding: 1.5em 15% 0.75em;
  color: #fff;  
}
#navi  a:hover{
  color:#CE6634;

}

.menu-toggle {
    display: none;
}

@media screen and (max-width: 680px) {
   
  .js .menu-toggle {
    display: block;
    cursor: pointer;
    color: #fff;
    background-color: #645360;
    width: 2.5em;
    height: 2.5em;
    margin: 10px auto;
    text-align: center;
    line-height: 2.5em;
    border: 1px solid #010101;
    font-weight: normal; 
  }

  .js  #topNav ul {
    display: none;
  }
  #topNav ul.toggled-on {
    display: block;
  }
   #topNav ul.toggled-on li,  .no-js  #topNav  li { 
    display: block;
  }
  [data-icon]:before { 
    content: attr(data-icon); 
    speak: none; 
    display: inline-block;
    font-size: 200%;
  }
  .screen-reader-text { 
    position: absolute; 
    top: -9999px; 
    left: -9999px; 
  }
    .footOuter #foot .item {
        display: none;
    }
    #foot .container .bottom > p {
        float: left;
        text-align: center;
        width: 100%;
    }    
    #foot .container .bottom > a {
        float: right;
        margin: 0 30px 10px 20px;
        text-decoration: none;
    }
    body.home #content #content4.wir .container .item.two img, 
    body.home #content #content4.wir .container .item.three img{
        height: auto!important;
    }
    body.home #content #content4.wir .container .item.two , 
    body.home #content #content4.wir .container .item.three {
        margin-left: 0;
        margin-right: 0;
    }
    body.home #content #content13 .container .item img{
        height: auto!important;
    }
}
/*Navigation smeyer end*/

/********************/
/* Headder fixieren */
#head {
    background: #fff none repeat scroll 0 0;
    height: 110px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 2px 0 2px 0 #aaa;
    overflow: hidden;
}
#content {
    margin-top: 110px;
}
.BtCategory > div > a[name] {
    position: relative;
    top: -110px;
}
@media (max-width: 680px) {
    #head {
        overflow: visible;
        height: auto;
        position: relative;
    }
    #content {
        margin-top: -10px;
    }
    #head #topNav .menu-toggle {
        height: 40px;
        position: absolute;
        right: 10px;
        top: 25px;
        width: 40px;
        background-color: #0d6492;
        color: #fff;
        margin: 15px auto;
    }
    #head #topNav .menu-toggle span{
        position: relative;
        top: -12px;
    }
    #head #topNav ul:not(.toggled-on){
        display: none;
    }
}
/* Headder fixieren */
/********************/
@media screen and (max-width: 680px) {
	.notS{
		display: none;
	}
}
@media screen and (max-width: 990px) {
	.notM{
		display: none;
	}
}
@media screen and (min-width: 1320px) {
	.notL{
		display: none;
	}
}


html.js body.home div#overall div#content div#content13.BtCategory.home_1_2 div.narrow span.headline {}


a {color:#0D6492;}


    a:link,
    a:visited,
    a:hover ,
	a:focus ,
    a:active  {color:#0D6492;}


* {font-family:Lato;}

div.content div.description.split div.left p {font-weight:300;}

/* Content allgemein */
h1{
    color: #0D6492;
    font-size: 58px;
    font-weight: normal;
}
h2{
    color: #0D6492;
    font-size: 40px;
    font-weight: 300;
	
}

body.home #content .home_1_4 h2{    
color: #666666;
    text-transform: uppercase;
    font-size: 20px;
	margin-top:45px;
}
body.home #content .home_1_2 h2{    
color: #666666;
    text-transform: uppercase;
    font-size: 20px;
}

body.home #content .home_1_4 h2,
body.home #content .home_1_3_2_3 h2,
body.home #content .home_1_2 h2{    
	   background: none repeat scroll 0 0 white;
    color: #666666;
    display: inline;
    font-size: 1em;
    font-weight: 600;
    text-shadow: 0 0 10px #fff;
    text-transform: uppercase;
    width: auto !important;

	
}

body.home #content .home_1_4 .headline,
body.home #content .home_1_2 .headline,
body.home #content .home_1_3_2_3 .headline {
    background-image: url("/images/design/h2_border_brackground.png");
    background-position: center center;
    background-repeat: repeat-x;
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
		margin:20px 0px;
}

h3{
    color: #0D6492;
    font-size: 22px;
    font-weight: normal;
    margin: 0;
}
h3 > a {
    text-decoration: none;
}
/* Content Startseite */
body.home #content h2{
    text-align: center;
	margin-bottom:15px;
	margin-top:20px;
	
}
body.home #content p.subHead{
    text-align: center;    
	color: #666666;
    font-size: 18px;
	margin-top:10px;
	font-weight:300;
	/*margin-bottom:*/
}
body.home #content p.subHead a.detail{
    font-size: .9em;
	font-weight: 400;
}
body #content .container{
    margin: 0 -20px;
}
body #content .container .item{
    vertical-align: top;
    width: 33%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0;
    padding: 0;
}
body #content .wir .container .item{
    width: 50%;
    float: right;
}
body.home #content .wir .container .item.two img,
body.home #content .wir .container .item.three img{
    width: 50% ! important;
    display: inline;
	text-align:center;
}

body.home #content .wir .container .item.one{
    float: left;
}


body.home #content .wir .container .item.one {float:left; width:100%; margin-bottom:2%;}


body.home #content .wir .container .item.two a.detail,
body.home #content .wir .container .item.three a.detail {display:none;}

body.home #content .wir .container .item.two  {background-color: #fafafa;
    border: 5px solid #ededed;
    float: left;
    margin-right: 2.5%;
    width: 47.5%;
min-height:230px!important;}

body.home #content .wir .container .item.three  {background-color: #fafafa;
    border: 5px solid #ededed;
    float: left;
    margin-left: 2.5%;
    width: 47.5%;
	min-height:230px!important;}


body.home #content .wir div.narrow div.container div.item.two p:first-of-type {
  
   width: 94%;
	padding:3%;
	margin:0 auto;

}

body.home #content .wir div.narrow div.container div.item.three p:first-of-type {
  
   width: 94%;
	padding:3%;
	margin:0 auto;

}

body.home #content .wir div.narrow div.container div.item.two p:first-of-type > img
{
    height:170px!important;
    width: 170px!important;

}


body.home #content .wir div.narrow div.container div.item.three p:first-of-type > img
{
    height:170px!important;
    width: 170px!important;

}


body #content .clear{
    clear: both;
}
body.home #content .container .item.quarter{
    width: 25%;
}
body.home #content .container .item.half{
    width: 50%;
}
body.home #content .container .item.double{
    width: 66%;
}
body #content .container .item > *{
    margin-left: 20px;
    margin-right: 20px;
}
body #content .container .item img{
    width: 100% ! important;
    height: auto! important;
}
body.home #content #content10 .item:not(.doouble) img {
    height: 185px !important;
}
/* Linker Bereich in Heliski hat eigene Bildgr��en. */
body.home #content .BtCategory.home_1_2 .container .item:first-child img{
    width: inherit ! important;

}




@media (min-width: 991px) and (max-width: 1320px) {
    body #content .container{
        margin: 0 -10px;
    }
    body #content .container .item > *{
        margin-left: 10px;
        margin-right: 10px;
    }
    

	/* -------------Startseite------------- */
	/* ---------REFERENZEN--------- */
    body.home #content .BtCategory.tagged .container .item {
        width: 50%;
        height: 420px;
        margin-bottom: 20px!important;
    }
}
@media (min-width: 681px) and (max-width: 990px) {
    body #content .container{
        margin: 0 -5px;
    }
    body #content .container .item > *{
        margin-left: 5px;
        margin-right: 5px;
    }
    
	/* -------------Startseite------------- */
	/* ---------REFERENZEN--------- */
    body.home #content .BtCategory.tagged .container .item {
        width: 50%;
    }
}

.tagged .select > * { display: none;}


body.home #content .nase{
    height: 11px;
    background-image: url('/images/design/nase.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
	display:none;
}
body.home #content .colored{
    background-color: #0D6392;
    color: white;
    font-size: 16px;
    background-position: 100% 50%;
    text-align: center;
	height:110px;
	-webkit-box-shadow: 0 10px 10px -10px rgba(0,0,0,0.6);
	box-shadow: 0 10px 10px -10px rgba(0,0,0,0.6);
	z-index:2;
	position:relative;
}
body.home #content .colored a{
    background-color: #0D6392;
    color: white;
    border: solid 1px white;
    display: inline-block;
    padding: 10px 20px;
    margin: 35px auto;
    text-decoration: none;
}

body.home #content .colored a{
  background: none repeat scroll 0 0 transparent;
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 400;
    margin: 30px auto 20px auto;
    padding: 15px 40px;
    text-decoration: none;
    text-transform: uppercase;
	
	-webkit-transition: background 0.5s ease-in-out;
-moz-transition: background 0.5s ease-in-out;
-ms-transition: background 0.5s ease-in-out;
-o-transition: background 0.5s ease-in-out;
transition: background 0.5s ease-in-out;
}

body.home #content .colored a:hover{
	  background: none repeat scroll 0 0 #ffffff;
    border: 2px solid #ffffff;
    color: #0d6392;
   display: inline-block;
    font-size: 0.9em;
    font-weight: 400;
    margin: 30px auto 20px auto;
    padding: 15px 40px;
    text-decoration: none;
    text-transform: uppercase;
	
	-webkit-transition: background 0.5s ease-in-out;
-moz-transition: background 0.5s ease-in-out;
-ms-transition: background 0.5s ease-in-out;
-o-transition: background 0.5s ease-in-out;
transition: background 0.5s ease-in-out;
}

/* Content Startseite slideShow */
.slideShow{
    
}
.vorlage_contentText {
    width: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
}
/* Content Startseite News */
.newsOuter{
    background-color: #fbfbfb;
    border-top: solid 1px #b1b1b1;
    border-bottom: solid 1px #b1b1b1;
    padding-top: 16px;
    padding-bottom: 16px;
}
/* Content Startseite Technologie & Service */
.tecServOuter{
    background-color: #fbfbfb;
    border-top: solid 1px #b1b1b1;
    border-bottom: solid 1px #b1b1b1;
    padding-top: 16px;
    padding-bottom: 16px;
}
/* Content Startseite Wir sind Braintags */
.wirServOuter{
    background-color: #fbfbfb;
    border-top: solid 1px #b1b1b1;
    border-bottom: solid 1px #b1b1b1;
    padding-top: 16px;
    padding-bottom: 16px;
}

.tagging{
    display: table;
    width: 100%;
    border: solid 1px #b1b1b1;
}
.tagging ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: table-row;
}
.tagging li{
    list-style: none;
    display: table-cell;
    /* display: inline-block; */
    padding: 10px 0;
    margin: 0;    color: #666666;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
.tagging li.active{
    color: #0D6392;
}
.tagging li:first-child{
    color: #0D6392;
    border-right: solid 1px #b1b1b1;
    cursor: auto;
    display: table-cell;
}
@media (min-width: 991px) and (max-width: 1320px) {
    .tagging li{
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 681px) and (max-width: 990px) {
    .tagging li{
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 680px) {
    .tagging li{
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* ui-accordion start */
.ui-accordion > .ui-accordion-header,
.ui-accordion > .ui-accordion-content{
	background: none repeat scroll 0 0 #fafbfd;
	border-radius: unset;
	border-color: #e7ecef;
	margin-bottom: 20px;
	padding-left: 1.2em;    color: #666666;
}
.ui-accordion > .ui-accordion-header{
	padding: 0.8em 2em 0.8em 1.2em;
}
.ui-accordion > .ui-accordion-header.ui-state-active{
	border-bottom: medium none navy;
	margin-bottom: 0;
	color: #0d6492;
}
.ui-accordion a{    color: #666666;
}
.ui-accordion > .ui-accordion-header .ui-accordion-header-icon{
	/*display: none;*/
}
.ui-accordion > .ui-accordion-header.ui-state-active .ui-accordion-header-icon.ui-icon,
.ui-accordion > .ui-accordion-header.ui-state-hover .ui-accordion-header-icon.ui-icon{
	opacity: 0.19;
}
.ui-accordion > .ui-accordion-header .ui-accordion-header-icon{
	opacity: 0.3;
	left: auto;
	right: 0.5em;
}
.ui-accordion > .ui-accordion-header.ui-state-active > .ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s{
	background-position: -16px -192px;
}
.ui-accordion > .ui-accordion-header > .ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e{
	background-position: 0 -192px;
}
/* ui-accordion end */

/* Startseitenlinks */
/*body.home #content .container{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}*/
body #content .container .item{
    position: relative;
/*    padding-bottom: 9999px;
    margin-bottom: -9999px;*/
}
.BtCategory a.detail{
    color: #0D6492;
    text-decoration: none;
    padding-left: 10px;
    background-image: url('/images/design/raquo.png');
    background-position: 0 8px;
    background-repeat: no-repeat;
}
.BtCategory.paged a.detail,
.BtCategory.tagged a.detail{
    background-image: none;
    position: absolute;
    bottom: 0px;
    right: 15px;
    border: solid 1px #b1b1b1;
 	font-size: 0.8em;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
	color:#b1b1b1;
	-webkit-transition: background 0.5s ease-in-out;
-moz-transition: background 0.5s ease-in-out;
-ms-transition: background 0.5s ease-in-out;
-o-transition: background 0.5s ease-in-out;
transition: background 0.5s ease-in-out;
	
}

.BtCategory.paged a.detail:hover,
.BtCategory.tagged a.detail:hover{
    background-color:#b1b1b1;
    position: absolute;
    bottom: 0px;
    right: 15px;
    border: solid 1px #b1b1b1;
 	font-size: 0.8em;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
	color:#fbfbfb;
	
	-webkit-transition: background 0.5s ease-in-out;
-moz-transition: background 0.5s ease-in-out;
-ms-transition: background 0.5s ease-in-out;
-o-transition: background 0.5s ease-in-out;
transition: background 0.5s ease-in-out;
}


/* VERLAUF */

.gradient {
	
	height:30px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

bottom: -30px;
    height: 30px;
  
    position: relative;
    z-index: 2;
	
	}



/* Content Detailseite */
    #content .descriptionHead img{
        width: 100%;
    }
    #content .mySVG {
        position: absolute;
        margin-top: -20px;
    }

    #content .content {
        margin: 0 auto;
        position: relative;
        vertical-align: middle;
        width: 1200px;
		font-weight:300;
		line-height:1.5em;
    }

   .bread{
     background: none repeat scroll 0 0 #fbfbfb;

   
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 60px;
    margin-top: 20px;
    padding: 20px;
    text-transform: uppercase;
    }
 .bread .label{
        margin-left: 0;
        margin-right: 10px;
    }
.bread > * {
        margin: 0 5px;    color: #666666;
        font-family: lato;
        text-decoration: none;
    }

#content div.content div.description.split div.left h1 span {
	
		font-weight:300;
		font-size:1.4em;
	
	}


    #content .content > div {
        margin: 40px 0;
    }
    #content .description .left {
        display: inline-block;
        position: relative;
        vertical-align: top;
        margin-bottom: 20px;
    }
    #content .description.split .left {
        width: 58%;
        margin-right: 4%;
    }
    
    #content .description .left h1 {
        font-size: 30px;
        margin: 10px 0;
		font-weight:300;
		margin-bottom:0px;
		}
    #content .description .left h2 {
        color: #666666;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    #content .description .left table {
        margin-top: 30px;
    }
    #content .description .left td {
        padding-right: 25px;
        padding-bottom: 5px;
    }
    #content .description .right {
        display: inline-block;
        position: relative;
        vertical-align: top;
        width: 38%;
        float: right;
    }
    #content .description .right img {
        width: 100%;
    }
    #content .description .right > p {
        font-size: 12px;
        margin: 5px 0;
        text-align: center;
    }

  #content .screenshots .headline {
    color: #0d6492;
    float: left;
    font-size: 42px;
    font-weight: 300;
    margin-top: 50px;
    width: 100%;
	margin-bottom:10px;
}
    #content .screenshots .fright {
        float: right;
    }
    #content .screenshots .screens {
        margin: 25px -5px;
    }
    #content .screenshots .screens > div {
        display: inline-block;
        position: relative;
        text-align: center;
        width: 25%;
        margin-bottom: 20px;
    }
    #content .screenshots .screens img{
        margin: 0 auto;
        width: 95%;
		cursor:pointerM
    }
    #content .screenshots .screens span {
        float: left;
        font-size: 12px;
        margin-left: 5px;
    }
    .content .ui-dialog {
        box-shadow: 0 0 4px 1px #0d6492;
        border-radius: 0;
        background-color: #fafbfd;
        border-color: #e7ecef;
    }
    .content .ui-dialog .ui-dialog-titlebar {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: medium none;
        color: #0d6492;
        padding: 0;
    }
    .content .ui-dialog .ui-dialog-titlebar button {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: medium none;
        margin-right: -4px;
    }
    .content .ui-dialog .ui-dialog-content{
        padding: 0 3px;
        height: auto!important;
        width: 100%!important;
    }

 #content .externalLink {
    margin: 40px 0 80px !important;
    padding: 15px;
    text-align: center;
}

    #content .externalLink a {
 background: none repeat scroll 0 0 transparent;
    border: 2px solid #0d6492;
    color: #0d6492!important;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 400;
    margin: 30px auto 0;
    padding: 25px 140px;
    text-decoration: none;
    text-transform: uppercase;
	
	-webkit-transition: background 0.5s ease-in-out;
-moz-transition: background 0.5s ease-in-out;
-ms-transition: background 0.5s ease-in-out;
-o-transition: background 0.5s ease-in-out;
transition: background 0.5s ease-in-out;
    }

    #content .externalLink a:hover {
	
	background: none repeat scroll 0 0 #0d6492;
    border: 2px solid #0a3b55;
    color: #fff!important;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 400;
    margin: 30px auto 0;
    padding: 25px 140px;
    text-decoration: none;
    text-transform: uppercase;
	
	-webkit-transition: background 0.5s ease-in-out;
-moz-transition: background 0.5s ease-in-out;
-ms-transition: background 0.5s ease-in-out;
-o-transition: background 0.5s ease-in-out;
transition: background 0.5s ease-in-out;
}


/* ################################################ */
/* ################################################ */

/* STYLEBLOCK PATRICK  */

/* ################################################ */
/* ################################################ */


/* COntent: Aktuelle Nachrichten rund um Braintags */

body.home #content9,body.home #content12,.home #content4    {
	background-color:#fbfbfb;
	border-bottom:1px solid #e2e2e2;
	border-top:1px solid #e2e2e2;
	padding-bottom:50px;
}

body.home #content9 h2 {
	
	margin-top:0px;
	}
	
	
/* Patrick Juchem gemischte Styles */



.item > p {
    color: #666;
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.3em;
}
	
/* DETAIL */

.description > p,
.newsDescription > p{
    font-weight: 300;
}


/* ABSTAND*/

.BtCategory.home_1_4, 
.BtCategory.home#content12{
    padding-bottom: 5%;
}


/* SERVICES MINHEIGHT */

.BtCategory.home_1_4 .container .item.quarter > p {

    min-height: 110px;
}

/* NEWS*/

body.home #content9 .item.slick-slide.slick-active > p:first-of-type {
    height: 110px;
}


div#content div#content9.BtCategory.paged div.narrow h2 {
	
	margin-bottom:55px;
	
	}





body.home #content9 .narrow .container .item ,
body.home #content12 .narrow .container .item {
    border-right: 1px solid #e2e2e2;
}
body.home #content7 .narrow .container .item,
body.home #content9 .narrow .container .item {
    padding-bottom: 30px;
}


body.home #content2 .narrow .container .item h3 {
    font-size:18px!important;
}


/* BUTTONPOSITION AUF KARTE */

.gmnoprint {
    display: none;
}


body.home #content12 .item > h3 {

    min-height: 50px !important;
}

body.home #content12 .item > p:last-of-type {

    min-height: 100px;
}


/*body.home #content9 .item.slick-slide.slick-active > h3 {*/
body.home #content9 .item.slick-slide > h3 {
    min-height: 60px;
    margin-bottom: 10px;
}


/* ABSTAND KARRIERE */

body.home #content7 .item.slick-slide.slick-active > p:last-of-type {
    height: 80px;
}

.tagging {
    border: 1px solid #b1b1b1;
    display: table;
    margin-bottom: 2%;
    margin-top: 3%;
    width: 100%;
}


body.home #content3 .item > p:last-of-type {

    height: 130px;
    margin-bottom: 30px;
}

body.home #content3 .item {
   

    height: 450px;
    margin-bottom: 10px !important;
    padding-bottom: 20px !important;
}

body.home #content3 .item > p:first-child {
/*    height: 170px;*/
    overflow: hidden;
}

body.home #content3 .item > h3 {
    height: 50px;
}


ul.social {

    float: left;
    list-style-type: none;
    padding: 10px;
    text-align: center;
    width: 100%;
	padding-left:0px;
}


.social > li {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #b1b1b1;
    color: #b1b1b1;
    cursor: pointer;
    float: left;
    font-size: 30px;
    height: 75px;
    line-height: 45px;
    margin-right: 10px;    
    width: 75px;
		
    background-image: none;

	-webkit-transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	-ms-transition: background 0.5s ease-in-out;
	-o-transition: background 0.5s ease-in-out;
	transition: background 0.5s ease-in-out;
}

.social > li:hover {
    background: none repeat scroll 0 0 #b1b1b1;
    border: 1px solid #b1b1b1;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-size: 30px;
    height: 75px;
    line-height: 45px;
    margin-right: 10px;
    width: 75px;
		
    background-image: none;
  
	-webkit-transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	-ms-transition: background 0.5s ease-in-out;
	-o-transition: background 0.5s ease-in-out;
	transition: background 0.5s ease-in-out;	
}

.social a .fa.fa-facebook {
    padding: 20px 25px 25px;
}

.social a .fa.fa-twitter {
    padding: 20px 20px 25px;
}

.social a .fa.fa-google {
    padding: 20px 20px 25px;
}


body.home #content9 .slick-slider .slick-track, .slick-slider .slick-list

{
	height:400px;
	
	}

body.home div#overall div#content div#content13.BtCategory.home_1_2 div.narrow p.subHead {	
 background-color: white;
    background-image: url("/images/design/h2_border_brackground.png");
    background-position: center center;
    background-repeat: repeat-x;
    color: #666666;
    font-size: 1em;
    font-weight: 600;
    margin-top: 45px;
    text-shadow: 0 0 10px #fff;
    text-transform: uppercase;
	}
	
body.home #content7 .container .item {
		
		border-right: 1px solid #e2e2e2!important;
		}
	
body.home #content7 .subHead  {margin-bottom:60px;}

html.js body.home div#overall div#content div#content7.BtCategory.paged div.narrow h2 {margin-top:0px!important;}



.ui-accordion-header {
    font-family: Lato;
    font-size: 1.2em !important;
    font-weight: 300 !important;
    padding-left: 0.8em !important;

}

.ui-accordion-content > p {
    font-weight: 300;
    margin-top: 0;
}

.ui-accordion-content  { padding-top:0px!important;}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix.ui-draggable-handle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 40px;
    font-weight: 300;
    padding-bottom: 0;
    padding-left: 0.4em;
}


.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix.ui-draggable-handle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #0d6492;
    font-size: 40px;
    font-weight: 300;
    padding-bottom: 0;
    padding-left: 0.4em;
}

.contactForm #contactForm input, .contactForm #contactForm textarea {
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    font-family: Lato;
    font-size: 13px;
    margin: 5px 0;
    padding: 5px;
    width: 100%;
}

button.success {

  background-color: #fff;
    border: 1px solid #b1b1b1;
    color: #b1b1b1;
    float: right;
    font-size: 0.8em;
    margin-bottom: 20px;
    margin-top: 25px;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.5s ease-in-out 0s;

}

button.success:hover {

  background-color: #b1b1b1;
    border: 1px solid #b1b1b1;
    color: #fff;
    float: right;
    font-size: 0.8em;
    margin-bottom: 20px;
    margin-top: 25px;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.5s ease-in-out 0s;

}


.ui-dialog .ui-dialog-titlebar-close {top:30%;}

html.js body.home div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable.contaktDialog div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix.ui-draggable-handle {	
	cursor:default!important;
	
	}

.bread > span:last-of-type {
    color: #0d6492 !important;
    font-weight: 600;
}



.netrelaytile.netrelay {
 background-image: url("/images/design/bg_netrelay_boxes.png");
    background-position: left top 0;
    color: #fff;
    float: left;
    font-size: 1.2em;
    height: 3em;
    line-height: 1.8em;
    margin-right: 1%;
    padding: 10px 10px 10px 65px;
    width: 40%;
	margin-bottom:2%;
}

.netrelaytile.jomnigate {
 background-image: url("/images/design/bg_netrelay_boxes.png");
    background-position: left top -65px;
    color: #fff;
    float: left;
    font-size: 1.2em;
    height: 3em;
    line-height: 1.8em;
    margin-right: 1%;
    padding: 10px 10px 10px 65px;
    width: 28%;
	margin-bottom:2%;
	
}

.netrelaytile.taglibrary {
 background-image: url("/images/design/bg_netrelay_boxes.png");
    background-position: left top -130px;
    color: #fff;
    float: left;
    font-size: 1.2em;
    height: 3em;
    line-height: 1.8em;
    margin-right: 1%;
    padding: 10px 10px 10px 65px;
    width: 28%;
	margin-bottom:2%;
	    
}

.netrelaytile.netrelay > span,
.netrelaytile.jomnigate > span,
.netrelaytile.taglibrary > span{
    font-size: 0.6em;
	margin-left:2%;
}


/* SUITE */

.detaillinks {
    float: left;
    width: 50%;
}
/*
.detailrechts {
    float: right;
    width: 50%;
}
.detailrechts > img:hover {
    box-shadow: 0 0 10px 3px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1024px;
    z-index: 10;
}
.detailrechts > img {
    width: 100%;
}
*/


.quote {
    background: none repeat scroll 0 0 #fbfbfb;
    border: 4px solid #f5f4eb;
    color: #9e9e9b;
    font-size: 1.4em;
    font-weight: 500;
    margin-top: 6%;
    padding: 3%;
    text-align: center;
    width: 100%;
 
}

.author {display:none;}

.ablock {
    background: none repeat scroll 0 0 #fbfbfb;
    border: 1px solid #f5f4eb;
    float: left;
    height: 60px;
    margin-top: 2%;
    overflow: hidden;
    padding: 0 30px;
    text-align: center;
    width: 13%;
}

.ablock u { font-size:1em;font-weight:300;color:#0d6492;text-decoration:none;}

 .ablock ul.first {
    background: none repeat scroll 0 0 white;
    border-bottom: 2px solid #f5f4eb;
    border-radius: 5px;
    float: left;
    height: auto;
    margin-right: 2.5%;
  	padding:1% 2% 2% 4%;
    width: 48%;
}
	
.ablock ul.first > li {    border-bottom: 1px solid #e3e3e3;  padding: 10px 0;}


.ablock ul.second {
    background: none repeat scroll 0 0 white;
    border-bottom: 2px solid #f5f4eb;
    border-radius: 5px;
    float: left;
    height: auto;
    margin-right: 0;
	padding:1% 2% 2% 4%;
    width: 49%;
}
.ablock ul.second > li {    border-bottom: 1px solid #e3e3e3;    padding: 10px 0; }



.bblock {
    background: none repeat scroll 0 0 #fbfbfb;
    border: 1px solid #f5f4eb;
    float: left;
    height: 60px;
    margin-top: 2%;
    overflow: hidden;
    padding: 0 30px;
    width: 13%;
}
.bblock u { font-size:1em;font-weight:300;color:#0d6492;text-decoration:none;}

 .bblock ul.first {
    background: none repeat scroll 0 0 white;
    border-bottom: 2px solid #f5f4eb;
    border-radius: 5px;
    float: left;
    height: auto;
	padding:1% 2% 2% 4%;
    width: 48%;
}
.bblock ul.second {
    background: none repeat scroll 0 0 white;
    border-bottom: 2px solid #f5f4eb;
    border-radius: 5px;
    float: left;
    height: auto;
    margin-right: 0;
	padding:1% 2% 2% 4%;
    width: 49%;
}

.bblock ul.first > li {    border-bottom: 1px solid #e3e3e3;  padding: 10px 0;}

.bblock ul.second {  background: none repeat scroll 0 0 white;    border-bottom: 2px solid #f5f4eb;    float: left;    height: auto;    margin-right: 2.5%;    padding-bottom: 5%;	padding-top:1%;    width: 45%;		-webkit-border-radius: 5px;	-moz-border-radius: 5px;	border-radius: 5px;}

.bblock ul.second > li {    border-bottom: 1px solid #e3e3e3;    padding: 10px 0; }




.ablock ul.all {  
    background: none repeat scroll 0 0 white;    
    border-bottom: 2px solid #f5f4eb;    
    float: left;    
    height: auto;    
    margin-right: 2.5%;    
    padding:1% 2% 2% 4%;    
    width: 100%;		
    -webkit-border-radius: 5px;	
    -moz-border-radius: 5px;	
    border-radius: 5px;
}
	
.ablock ul.all > li {    border-bottom: 1px solid #e3e3e3;  padding: 10px 0;}



.bblock ul.all {  background: none repeat scroll 0 0 white;    border-bottom: 2px solid #f5f4eb;    float: left;    height: auto;    margin-right: 2.5%;    padding-bottom: 5%;	padding-top:1%;    width: 100%;		-webkit-border-radius: 5px;	-moz-border-radius: 5px;	border-radius: 5px;}
	
.bblock ul.all > li {    border-bottom: 1px solid #e3e3e3;  padding: 10px 0;}




/* FAKE REITER MIT SCAS BUTTON */
.scasspecial {
    background: none repeat scroll 0 0 #176593;
    color: #fff;
    float: right;
    font-weight: 600;
    height: 60px;
    list-style-type: none;
    margin: 0;
    padding: 0 30px;
    position: relative;
    text-align: center;
    top: 24px;
    width: auto;
-webkit-box-shadow: -19px -3px 12px 0px rgba(50, 50, 50, 0.22);
-moz-box-shadow:    -19px -3px 12px 0px rgba(50, 50, 50, 0.22);
box-shadow:         -19px -3px 12px 0px rgba(50, 50, 50, 0.22);
}

.scasspecial > li {
    line-height: 60px;
    text-decoration: underline;
}
/* TAGS AUF DETAILSEITE */

ul.tags {
    background: none repeat scroll 0 0 transparent;
    float: left;
	padding:0px;
	width:100%;
	margin:0px!Important;
}



ul.tags li {
    background-image:none;
    float: left;
    font-weight: 500;
    text-decoration: none !important;
    text-transform: uppercase;
    width: 23.2% !important;
	border:1px solid #f5f4eb;
	-webkit-transition: background 1s ease-in-out; /* Firefox */
    -moz-transition: background 1s ease-in-out; /* WebKit */
    -o-transition: background 1s ease-in-out; /* Opera */
    transition: background 1s ease-in-out; /* Standard */
    padding-bottom: 30px;
    padding-top: 30px;
}

ul.tags li:hover { background-color:#ffffff!important; cursor:pointer;
-webkit-transition: background 1s ease-in-out; /* Firefox */
-moz-transition: background 1s ease-in-out; /* WebKit */
-o-transition: background 1s ease-in-out; /* Opera */
transition: background 1s ease-in-out; /* Standard */}

ul.tags li a {text-decoration:none;}


/* WIR SIND BRAINTAGS */
/*
div.BtCategory.wir div#uber-uns.narrow div.container div.item.one div#wir-sind-braintags.acc_item {   
background: none repeat scroll 0 0 #fbfbfb;    padding: 20px 30px;	float:left;	border:1px solid #f5f4eb; width:100%; margin-top:2%; font-weight:300;}
*/


div.BtCategory.wir div#uber-uns.narrow div.container div.item.one,
div.BtCategory.wir div#uber-uns.narrow div.container div.item.two {
	
background: none repeat scroll 0 0 #fbfbfb; padding: 20px 30px;	float:left;	border:1px solid #f5f4eb; width:100%; margin:1% 0 2% 0; font-weight:300;}


div.BtCategory.wir div#uber-uns.narrow div.container div.item.three {
	
background: none repeat scroll 0 0 #fbfbfb; padding: 20px 30px;	float:left;	border:1px solid #f5f4eb; width:100%; margin:1% 0 2% 0; /*margin-bottom:5%;*/ font-weight:300;}

html.js body.category.de div#overall div#content div.BtCategory.wir div#uber-uns.narrow div.container div.item.two div#michael-remme.acc_item p img,
html.js body.category.de div#overall div#content div.BtCategory.wir div#uber-uns.narrow div.container div.item.three div#dr-christian-derichs.acc_item p img {display:none;}

html.js body.category.de div#overall div#content div.BtCategory.wir div#uber-uns.narrow div.container div.item.one p:first-of-type,
html.js body.category.de div#overall div#content div.BtCategory.wir div#uber-uns.narrow div.container div.item.two p:first-of-type,
html.js body.category.de div#overall div#content div.BtCategory.wir div#uber-uns.narrow div.container div.item.three p:first-of-type{
    display: none;
}

.footOuter {
    background-color: #0d6492;
    border-bottom: 1px solid #b1b1b1;
    border-top: 1px solid #b1b1b1;
    clear: left;
    padding-top: 16px;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}


/* BUBBLEDIAGRAMM*/


.bubblewrapper {
	
	width:1280px; 
	height:600px;
	background:#0d6492;
	color:#666666;
	font-family:Lato;
	font-size:0.8em;
	display:none;

}

.leftbar {
    background: none repeat scroll 0 0 #fff;
    float: left;
    height: 600px;
    width: 179px;
		border-right:1px solid #e4e4e4;
}
.centerbar {
    background: none repeat scroll 0 0 #fff;
    float: left;
    height: 530px;
    width: 1100px;
}
.bottombar {
    background: none repeat scroll 0 0 #fff;
    float: left;
    height: 70px;
    width: 1100px;
	border-top:3px solid #e4e4e4;
} 

.bubbleitem {opacity:0.9; 
-webkit-transition: all 1s ease-in-out; /* Firefox */
-moz-transition: all 1s ease-in-out; /* WebKit */
-o-transition: all 1s ease-in-out; /* Opera */
transition: all 1s ease-in-out; /* Standard */
cursor:pointer;}
.bubbleitem:hover {opacity:1; 
-webkit-transition: all 1s ease-in-out; /* Firefox */
-moz-transition: all 1s ease-in-out; /* WebKit */
-o-transition: all 1s ease-in-out; /* Opera */
transition: all 1s ease-in-out; /* Standard */ 
cursor:pointer;}

.bubbleitem.first { width:20%; background:#fff; float:left; height:600px; background-image:url(/images/design/bubble_line_1.jpg); background-repeat:no-repeat; background-position:top center}
.bubbleitem.second { width:20%; background:#fff; float:left; height:600px; background-image:url(/images/design/bubble_line_2.jpg); background-repeat:no-repeat; background-position:top center}
.bubbleitem.third { width:20%; background:#fff; float:left; height:600px; background-image:url(/images/design/bubble_line_3.jpg); background-repeat:no-repeat; background-position:top center}
.bubbleitem.four { width:20%; background:#fff; float:left; height:600px; background-image:url(/images/design/bubble_line_4.jpg); background-repeat:no-repeat; background-position:top center}
.bubbleitem.five { width:20%; background:#fff; float:left; height:600px; background-image:url(/images/design/bubble_line_5.jpg); background-repeat:no-repeat; background-position:top center}

.bubbleitem.first span,.bubbleitem.second span,.bubbleitem.third span,.bubbleitem.four span,.bubbleitem.five span { background: none repeat scroll 0 0 #0d6492;
   background: none repeat scroll 0 0 #fff;
    color: #666666;
    float: left;
    font-weight: 400;
    height: 490px;
    line-height: 15px;
    opacity: 0;
    padding: 20px;
    text-align: center;
   
    width: auto;
-webkit-transition: all 0.5s ease-in-out; /* Firefox */
-moz-transition: all 0.5s ease-in-out; /* WebKit */
-o-transition: all 0.5s ease-in-out; /* Opera */
transition: all 0.5s ease-in-out; /* Standard */
}
.bubbleitem.first:hover > span,.bubbleitem.second:hover > span,.bubbleitem.third:hover > span,.bubbleitem.four:hover > span,.bubbleitem.five:hover > span { opacity:1;-webkit-transition: all 1s ease-in-out; /* Firefox */
-moz-transition: all 0.5s ease-in-out; /* WebKit */
-o-transition: all 0.5s ease-in-out; /* Opera */
transition: all 0.5s ease-in-out; /* Standard */
}


.bubblesdesc {
	   background: none repeat scroll 0 0 #b22337;
    color: #fff;
    height: 83px;
    line-height: 17px;
    padding: 30px 10px 20px;
    text-align: center;
    text-transform: uppercase;} 


.bubblesdesc.blue{ height: 83px;
    line-height: 17px;
    padding: 30px 10px 20px;
    text-align: center;
    text-transform: uppercase; background:#4f81bc; color:#fff; } 


.bubblesdesc.green { height: 83px;
    line-height: 17px;
    padding: 30px 10px 20px;
    text-align: center;
    text-transform: uppercase; background:#0b7f02; color:#fff; }  


.bubblesdesc.yellow{ height: 83px;
    line-height: 17px;
    padding: 30px 10px 20px;
    text-align: center;
    text-transform: uppercase; background:#e46c0b; color:#fff; }  


.bubblesdesc.red { height: 83px;
    line-height: 17px;
    padding: 30px 10px 20px;
    text-align: center;
    text-transform: uppercase; background:#b22337; color:#fff; }  





.bubbleyear {opacity:0.9; 
-webkit-transition: all 1s ease-in-out; /* Firefox */
-moz-transition: all 1s ease-in-out; /* WebKit */
-o-transition: all 1s ease-in-out; /* Opera */
transition: all 1s ease-in-out; /* Standard */
cursor:pointer;



    cursor: pointer;
    float: left;
    font-size: 2em;
    height: 70px;
    line-height: 60px;
    opacity: 0.9;
    text-align: center;
    transition: all 1s ease-in-out 0s;
    width: 20%;


}
.bubbleyear:hover  {opacity:1; 
-webkit-transition: all 1s ease-in-out; /* Firefox */
-moz-transition: all 1s ease-in-out; /* WebKit */
-o-transition: all 1s ease-in-out; /* Opera */
transition: all 1s ease-in-out; /* Standard */ 
cursor:pointer;


    cursor: pointer;
    float: left;
    font-size: 1em;
    height: 70px;
    line-height: 60px;
    opacity: 0.9;
    text-align: center;
    transition: all 1s ease-in-out 0s;
    width: 20%;
}

html.js body.home div#overall div#content div#content9.paged.BtCategory.home_news div.narrow div.container.slick-initialized.slick-slider div.slick-list.draggable div.slick-track div.item > span.small {
    color: #a0a0a0;
    font-size: 0.8em;
    font-weight: 400;
    position: absolute;
    bottom: 0;
}


.container > p .small {
    
    display: block;
    font-size: 0.6em;
    font-weight: 700;
    text-transform: uppercase;
}


/* TABS */ 


.tabs.ui-tabs {
background:none;
border:none!important;
margin:0 auto;
}

.tabs.ui-tabs ul {
background:none!important;
border:none!important;
width:100%!important;
}


.tabs.ui-tabs > ul > li {
	background:none!important;
	margin-bottom:0px!important;
	border:0px!important;
	border-right:1px solid #e4e4e4!important;
}

.ui-tabs .ui-tabs-nav li {width:auto!important; }

html.js body.content.de div#overall div#content div.content.sts div.description div.left div.tabs.ui-tabs.ui-widget.ui-widget-content.ui-corner-all ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li.bblock.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a#ui-id-8.ui-tabs-anchor p strong u {font-weight:bold;}

html.js body.content.de div#overall div#content div.content.sts div.description div.left div.tabs.ui-tabs.ui-widget.ui-widget-content.ui-corner-all ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li.bblock.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a#ui-id-8.ui-tabs-anchor {border-right:none!important; cursor:pointer;}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border:1px solid none!important;cursor:pointer; }

.tabs.ui-tabs ul {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    float: left;
    padding-bottom: 0px;
	margin-bottom:20px; 
	
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.2em 1em;
    text-decoration: none;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {background:#fff; border:none!Important;  border-right:1px solid #fbfbfb!important;  border-radius:0px!important;}

.ui-state-default a:hover {background:#fbfbfb; border:none!Important; border-right:1px solid #fbfbfb!important; border-radius:0px!important;}



/* ################################################ */
/* ################################################ */

/* STYLEBLOCK PATRICK ENDE */

/* ################################################ */
/* ################################################ */




    @media (min-width: 991px) and (max-width: 1320px) {
        #content .content { width: 920px; }
    }
    @media (min-width: 681px) and (max-width: 990px) {
        #content .content { width: 600px; }
        #content .description.split .left {width: auto; display: block; margin-right: 0;}
        #content .description .right {width: auto; display: block;}
        #content .screenshots .fright {float: left;}
        #content .screenshots .screens > div {width: 33%;}
    }
    @media (max-width: 680px) {

        body.home #content p.subHead,
        body #content .container {
            margin: 0 auto!important;
            max-width: 95%;
        }
        body #content .container.slick-slider {
            width: 90%;
        }
        body #content .container.slick-slider .slick-prev {
            left: -20px;
            z-index: 1;
            width: 9%;
            max-width: 40px;
        }
        body #content .container.slick-slider .slick-next {
            right: -20px;
            z-index: 1;
            width: 9%;
            max-width: 40px;
        }
        body.home #content .BtCategory.tagged .slick-slider .slick-list{
            z-index: 2;
        }
		
        #content .content { width: 90%;}
        #content .description.split .left {width: auto; display: block; margin-right: 0;}
        #content .description .right {width: auto; display: block;}
        #content .screenshots .fright {float: left;}
        #content .screenshots .screens > div {width: 50%;}
    }



    #uber-uns a[name=wir-sind-braintags],
    #uber-uns a[name=uber-uns]{
        position: absolute;
        top: 0px;
    }
    body.content #content .container{
        width: 1060px;
    }
    @media (min-width: 991px) and (max-width: 1320px) {
        body.content #content .container { width: 800px; }
    }
    @media (min-width: 681px) and (max-width: 990px) {
        body.content #content .container { width: 500px; }
    }
    @media (max-width: 680px) {
        body.content #content .container { width: 300px;}
    }

/* Google Maps Info Window */
.gm-style-iw {
   /* width: 350px !important;
   top: 0 !important;
   left: 0 !important; */
   font-size: 14px;
   background-color: #0D6492;
   color: white;
}
.gm-style-iw > div {
   min-width: 160px;
}
.gm-style-iw .title {
   font-size: 20px;
}
.gm-style-iwBackground1 {
   display: none !important;
}
.gm-style-iwBackground2 {
   background-color: #0D6392 !important;
}
.gm-style-iwBackground3 {
   display: none !important;
}
.gm-style-iwBackground4 {
   background-color: #0D6392 !important;
}
.gm-style-iwClose {
   width: 22px !important;
   height: 34px !important;
   background-image: url('/images/design/map_icon_inverse.png') !important;
   top: auto !important;
   bottom: 12px !important;
   right: 10px !important;
   opacity: 1 !important;
}
.gm-style-iwClose img{
   display: none !important;
}
.gm-style-iw a{
    padding-left: 30px;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    color: white;
    text-decoration: none;
}
.gm-style-iw a.info{
    background-image: url('/images/design/map_info.png');
}
.gm-style-iw a.link{
    background-image: url('/images/design/map_link.png');    
}
/*Navigation s Meyer*/
#navi {
  border-bottom: 1px solid #EDEDED;
  background-color: #43373F;
  border-radius: 4px 4px 0px 0px;
  padding: 1px;
}

#navi li {
	list-style: none;
    display: inline-block;
    background-color: #43373F;
}
#navi a{
  text-decoration: none;
  display:block;
  padding: 1.5em 15% 0.75em;
  color: #fff;  
}
#navi  a:hover{
  color:#CE6634;

}

.menu-toggle {
    display: none;
}

@media screen and (max-width: 680px) {
   
  .js .menu-toggle {
    display: block;
    cursor: pointer;
    color: #fff;
    background-color: #645360;
    width: 2.5em;
    height: 2.5em;
    margin: 10px auto;
    text-align: center;
    line-height: 2.5em;
    border: 1px solid #010101;
    font-weight: normal; 
  }

  .js  #topNav ul {
    display: none;
  }
  #topNav ul.toggled-on {
    display: block;
  }
   #topNav ul.toggled-on li,  .no-js  #topNav  li { 
    display: block;
  }
  [data-icon]:before { 
    content: attr(data-icon); 
    speak: none; 
    display: inline-block;
    font-size: 200%;
  }
  .screen-reader-text { 
    position: absolute; 
    top: -9999px; 
    left: -9999px; 
  }

}
/*Navigation smeyer end*/


    .slick-initialized.slick-slider .slick-dots {
        text-align: center;
		  margin-top: 50px;
    }
    .slick-initialized.slick-slider .slick-dots li {
	   border: 2px solid #0d6492;
    border-radius: 10px;
    color: rgba(0, 0, 0, 0);
    display: inline-block;
    height: 15px;
    list-style: outside none disc;
    margin: 5px;
    padding: 0;
    position: relative;
    width: 15px;
    }
    .slick-initialized.slick-slider .slick-dots li.slick-active {
    background-color: #0d6492;
    border-color: rgba(0, 0, 0, 0);
    bottom: 2px;
    height: 10px;
    width: 10px;
	}
	.slick-initialized.slick-slider .slick-dots li button {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		border: medium none;
		height: 20px;
		left: -6px;
		padding: 0;
		position: absolute;
		top: -6px;
		width: 20px;
	}
	.slick-initialized.slick-slider .slick-dots li.slick-active button {
	}
	
    .slick-initialized.slick-slider .slick-prev{
	 background: url("/images/design/arrow_left.png") repeat scroll center center rgba(0, 0, 0, 0);
    border: 5px solid #fbfbfb;
    border-radius: 24px;
    display: inline-block;
    height: 40px;
    left: -30px;
    position: absolute;
    text-indent: -9999px;
    top: 40%;
    width: 40px;
 	background-size:cover;
	}
	
    .slick-initialized.slick-slider .slick-next {
		 background: url("/images/design/arrow_right.png") repeat scroll center center rgba(0, 0, 0, 0);
    border: 5px solid #fbfbfb;
    border-radius: 24px;
    display: inline-block;
    height: 40px;
    right: -30px;
    position: absolute;
    text-indent: -9999px;
    top: 40%;
    width: 40px;
	background-size:cover;
	}
	.BtCategory.paged{
		margin: 0;
		padding: 2%;
	}


@media (min-width: 991px) and (max-width: 1320px) {
}

@media (max-width: 1320px) {
	/* -------------Startseite------------- */
	/* ---------WIR SIND BRAINTAGS--------- */
    .BtCategory.wir .item.two, .BtCategory.wir .item.three {
        height: 310px;
    }
}
@media (min-width: 681px) and (max-width: 990px) {

}
@media (max-width: 990px) {
    body.home #content .container.slick-slider .slick-prev {
        left: -40px;
    }
    body.home #content .container.slick-slider .slick-next {
        right: -40px;
    }
    #content .content ul.tags > li {
        border: medium none;
        display: list-item;
        height: auto;
        margin: 0 10px;
        padding-bottom: 8px;
        padding-top: 8px;
        text-align: left;
        width: 100% !important;
        margin-left: 20px;
    }
    #content .content ul.tags > li a{
        text-decoration: underline;
    }
}

@media screen and (max-width: 680px) {

	body #content .container{ padding: 0 10px; }
	body #content .container{ margin: 0; }
	h2{
		font-size: 30px!important;
	}
	
	/* -------------Startseite------------- */
	/* ----------------Head---------------- */
	#head { overflow: hidden; }
	#head #navMeta > li:nth-child(3) {
		display: none;
	}
	#head #topNav .menu-toggle{ top:40px; }
	#overall{ overflow: hidden; }
	#overall .footOuter{ overflow: hidden; }

	/* -------------Startseite------------- */
	/* -------------TECHNOLOGY------------- */
    body.home #content .BtCategory.home_1_3_2_3 .container{
        margin: 0;
    }
    body.home #content .BtCategory.home_1_3_2_3 .container .item{
        width: 100% ! important;
    }
    body.home #content .BtCategory.home_1_3_2_3 .container .item > *{
        margin-left: 0px;
        margin-right: 0px;
    }
    body.home #content .BtCategory.home_1_3_2_3 .container .item.double img{
        width: 100%!important;
        height: auto!important;
    }
	body.home #content #content10 .item:not(.doouble) p  img{
        height: auto!important;
    }
    body.home .BtCategory.home_1_3_2_3 .container .item > p:last-of-type {
        margin-bottom: 0;
    }
    /* -------------Startseite------------- */
	/* ----------------MAP----------------- */
    body.home .BtCategory.map .notMini{
        display: block;
    }
    body.home .BtCategory.map .notMini .mapContainer{
        height: 350px!important;
    }
    body.home .BtCategory.map .notMini .mapContainer #gmap_canvas{
        height: 350px!important;
    }


	/* -------------Startseite------------- */
	/* -------------REFERENZEN------------- */
    .tagged .select > * {
        width: 95% !important;
        margin: 0 auto;
        display: block;
    }
    .tagged .tagging{
        display: none;
    }
    body.home #content .BtCategory.tagged .slick-slider .slick-list {
        height: 480px;
    }

	/* -------------Startseite------------- */
	/* ----------KENNEN SIE SCHON---------- */
	body.home #content  #content13 .container .item.half{
		width: 100%;
	}
    body #content .container .item > * {
        margin-left: 0;
        margin-right: 0;
    }
	
	.editCon{ display: none!important; }
    
	/* -------------CONTENTSEITEN------------- */
    /* -------------CONTENTSEITEN------------- */
    #content .description .left h1 {
        line-height: 35px;
    }
    #content div.externalLink a {
        padding: 20px 0;
        width: 100%;
    }

	/* -------------Startseite------------- */
	/* ------------SLICK-SLIDER------------ */
	.slick-initialized.slick-slider .slick-dots{
		padding-left: 0; 
		margin-top: 10px;
	}
	body.home #content .container.slick-slider .slick-prev {
		left: -30px;
	}
	body.home #content .container.slick-slider .slick-next {
		right: -30px;
	}
    body.home #content9 .item.slick-slide.slick-active > h3{
        min-height: 0;
    }

	/* -------------Startseite------------- */
	/* --------------SERVICES-------------- */
	/* -------------Startseite------------- */
	/* --------------PRODUKTE-------------- */
	body.home #content #content12 .container .item,
    body.home #content .BtCategory.home_1_3_2_3 .container .item ,
	body.home #content .BtCategory.home_1_4 .container .item.quarter {
		display: block;
		height: auto;
		margin-bottom: 5px;
		padding-bottom: 40px;
		position: relative;
		width: 100%;
		margin-top: 10px;
		border-bottom: 1px solid #e2e2e2;
	}

	body.home #content #content12 .container .item > p:first-child ,
	body.home #content .BtCategory.home_1_4 .container .item.quarter > p:first-child {
		padding-top: 26px;
		float: left;
		width: 18%;
	}
    body.home #content .BtCategory.home_1_4 .container .item.quarter > p:last-of-type{
        width: 80%;
    }

	body.home #content #content12 .container .item > p:first-child {
		padding-top: 7px;
		width: 25%;
	}
	body.home #content #content12 .container .item  > h3,
	body.home #content #content12 .container .item  > p,
	body.home #content .BtCategory.home_1_4 .container .item.quarter > h3, 
	body.home #content .BtCategory.home_1_4 .container .item.quarter > p {
		display: inline-block;
		margin-left: 1%;
		margin-right: 0;
		position: relative;
		vertical-align: top;
		width: 73%;
		margin-top:0;
		margin-bottom: 0;
		min-height: 0;
	}
	body.home #content #content12 .container .item  > h3{min-height: 55px;}
	body.home #content #content12 .container .item  > p{width: 100%;}

    body.home #content .BtCategory.home_1_3_2_3 .container .item .detail,
    body.home #content .BtCategory.home .container .item .detail,
    body.home #content #content4.wir .container .item.one a.detail ,
	body.home #content #content12 .container .item  a.detail ,
	body.home #content .BtCategory.home_1_4 a.detail {
		background-image: url("/images/design/raquo.png");
		background-position: 0 8px;
		background-repeat: no-repeat;
		color: #0d6492;
		text-decoration: none;
		position: absolute;
		right: 5px;
		bottom: 15px;
		margin: 0;
	}

        /* -------------Startseite------------- */
	/* ----------------NEWS---------------- */
    body.home #content9 .slick-slider .slick-track, .slick-slider .slick-list{
        height: auto;
    }
	/* -------------Startseite------------- */
	/* ---------WIR SIND BRAINTAGS--------- */
	body.home #content #content4.wir .container .item{
		width: 100%;
		margin-bottom: 20px;
	}
    body.home #content #content4.wir .container .item.one > * {
        display: inline;
    }
    .BtCategory.wir .item.two, .BtCategory.wir .item.three {
        padding: 5px !important;
        height: auto;
    }

	/* -------------Startseite------------- */
	/* ----------------NEWS---------------- */
	body.home #content7 .narrow .container .item, 
	body.home #content9 .narrow .container .item, 
	body.home #content12 .narrow .container .item{
		border-right: none!important;
	}
	div#content div#content9.BtCategory.paged div.narrow h2 {
		margin-bottom: 25px!important;
	}
    

}

@media (max-width: 360px) {
	/* -------------Startseite------------- */
	/* ------------SLICK-SLIDER------------ */
	body.home #content .container.slick-slider .slick-prev {
		left: -20px;
	}
	body.home #content .container.slick-slider .slick-next {
		right: -20px;
	}

    /* -------------Startseite------------- */
    /* ---------WIR SIND BRAINTAGS--------- */
    body.home #content #content4.BtCategory.wir .container .item > h3 {
        display: block;
    }
    body.home #content .wir .container .item.two,
    body.home #content .wir .container .item.three {
        min-height: 0!important;
    }
    body.home #content .wir .container .item.two img,
    body.home #content .wir .container .item.three img{
        width: 40% ! important;
    }

    body.home #content .wir .container .item.two > h3 {
        margin-bottom: -30px;
    }
    body.home #content .wir .container .item.three > h3 {
        margin-bottom: -15px;
    }
    body.home #content .wir .container .item.two > p > span{
        line-height: 75px;
    }
    body.home #content .wir .container .item.three > p > span {
        line-height: 40px;
    }
    body.home #content #content4.wir .container .item.two p:last-of-type, body.home #content #content4.wir .container .item.three p:last-of-type {
        display: block;
        width: 100%;
    }    
	body.home #content #content4.wir .container .item > *:not(.detail){
		margin-left: 0;
		margin-right: 0;
		display: inline;
	}
    
    .ui-dialog.contaktDialog{
        position: absolute!important;
    }
}
