@charset "UTF-8";


/* Standard-Styles für ältere Browser (ausser IE)
*******************************************************************************/
command, datalist, source {
	display: none;
}
article, aside, figure, figcaption, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
figure, menu {
	margin-top: 1em;
	margin-bottom: 1em;
}
dl menu, menu dl, menu menu, menu ol, menu ul {
	margin-bottom: 0;
	margin-top: 0;
}


/* Generell
*******************************************************************************/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

html, body {
	overflow-x: hidden;
}

@media only screen and (max-width: 760px){
	html, body {
		overflow-x: hidden;
	}
}

@font-face {
	font-family: 'YouAreLovedPro';
	src: url('/_fonts/30D2BF_0_0.eot');
	src: url('/_fonts/30D2BF_0_0.eot?#iefix') format('embedded-opentype'),
		 url('/_fonts/30D2BF_0_0.woff2') format('woff2'),
		 url('/_fonts/30D2BF_0_0.woff') format('woff'),
		 url('/_fonts/30D2BF_0_0.ttf') format('truetype');
}

@font-face {
  font-family: 'DoublePorter6';
  src: url('/_fonts/DoublePorter6/font.woff2') format('woff2'), 
      url('/_fonts/DoublePorter6/font.woff') format('woff');
}

html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	-webkit-font-smoothing: antialiased; /* damit im Safari die Schrift nicht Blinkt bei den Animationen vom Flexslider */
	-moz-osx-font-smoothing: grayscale;
}

body {
	margin: 0;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	background: #fff;
	line-height: 1.5em;
	position: relative;
}

h1 {
	font-size: 45px;
	padding: 0;
	color: #999;
	font-family: 'Martel', Times, serif;
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 20px;
	width: 100%;
}

h2 {
	font-size: 45px;
	font-family: 'Martel', Times, serif;
	font-weight: 400;
	color: #999;
	line-height: 1.3em;
	margin-bottom: 20px;
	width: 100%;
}

h3 {
	font-size: 22px;
	padding: 0;
	color: #999;
	font-family: 'Martel', Times, serif;
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 15px;
}

h4 {
	font-size: 22px;
	padding: 0;
	color: #333;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	line-height: 1.4em;
}

a:link, a:visited {
	text-decoration: none;
	color: #333;
}

a:hover, a:active, a.aktiv {
	text-decoration: none;
	color: #0075b3;
}

a.blau {
	color: #0075b3;
}

.blau {
	color: #0075b3;
}

img {
	border: none;
}

.clear {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	clear: both;
}

strong {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
}

td {
	vertical-align: top;
	text-align: left;
}

ol {
	margin-left: 20px;
}

.trenner {
	position: relative;
	clear: both;
	width: 100%;
	height: 1px;
	border-bottom: #444 1px solid;
	margin-bottom: 23px;
}

.showpad {
	display: none;
}

.desk {
	display: inherit;
}

.mobile {
	display: none;
}

.small {
	font-size: 80%;
}

.nowrap {
	white-space: nowrap;
}

.floatLeft {
	position: relative;
	float: left;
}

.floatRight {
	position: relative;
	float: right;
}

@media only screen and (max-width: 1000px){
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
}

@media only screen and (max-width: 760px){
	body {
		font-size: 14px;
	}
	.desk {
		display: none !important;
	}
	.mobile {
		display: inherit !important;
	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 18px;
	}
}
@media only screen and (max-width: 480px){
	body {
		/*line-height: 1.4em;*/
	}
}


/* Konstrukt
*******************************************************************************/

.wrap {
	position: relative;
	max-width: 1130px;
	margin: 0 auto;
	padding: 0 15px;
}

.smallWrap {
	position: relative;
	max-width: 730px;
	margin: 0 auto;
	padding: 0 15px;
	display: block;
}

.smallWrap.lead {
	max-width: 830px;
}

.wrapBoxen {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.topLink {
	text-align: center;
}

.topLink a {
	display: inline-block;
	width: 29px;
	height: 29px;
	background: url(/_images/top.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

.bgGray {
	background: #f0f0f0;
}

.bgDark {
	background: #333;
}

.bgColor {
	background: #1377B1;
}

.bgDark,
.bgColor,
.bgDark h1,
.bgColor h1,
.bgDark h2,
.bgColor h2,
.bgDark h3,
.bgColor h3 {
	color: #fff !important;
}

.bgGray article,
.bgDark article,
.bgColor article {
	padding: 40px 0 30px 0;
}

.bgGray figure,
.bgDark figure,
.bgColor figure {
	padding: 40px 0 35px 0;
}

@media only screen and (max-width: 600px){
	.wrapBoxen {
		padding: 0;
	}
}


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

#header {
	position: relative;
	width: 100%;
	height: 170px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#logo {
	position: absolute;
	width: 220px;
	height: 120px;
	left: 50%;
	top: 15px;
	margin-left: -110px;
}

#logo img {
	width: 100%;
	height: auto;
}

.suche {
	position: absolute;
	top: 10px;
	right: 20px;
}

.searchButton {
	display: block;
	width: 28px;
	height: 28px;
	background: url(/_images/suche.png) no-repeat top right;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -9999px;
	overflow: hidden;
	padding-left: 10px;
	border-left: #333 1px solid;
	cursor: pointer;
}

.suchePanel {
	display: none;
}

.suche input {
	width: 150px;
	border: none;
	background: #f0f4fb;
	color: #184393;
	font-size: 18px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	padding: 5px 10px;
	margin: 0;
	position: absolute;
	top: 30px;
	right: 14px;
}

.sidr input[type="text"] {
	width: 200px;
	float: left;
	background: #fff;
}

.suche button.sendSearch {
	width: 34px !important;
	height: 34px;
	border: none;
	padding: 0;
	background: url(/_images/search.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 30px;
	right: -20px;
}

button.sidr-class-sendSearch {
	width: 26px !important;
	height: 26px;
	border: none;
	padding: 0;
	background: url(/_images/search_sidr.png) no-repeat center center;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	margin-left: 5px;
	float: left;
}

.suche ::-webkit-input-placeholder {
	color: #999;
}
.suche :-moz-placeholder { /* Firefox 18- */
	color: #999;
}
.suche ::-moz-placeholder {  /* Firefox 19+ */
	color: #999;
}
.suche :-ms-input-placeholder {
	color: #999;
}

@media only screen and (max-width: 400px){
	.mobileClear {
		display: block;
		clear: both;
	}
}

/* Sprachwahl */

#sprachwahl {
	position: absolute;
	top: 10px;
	right: 70px;
	font-size: 12px;
	background: #fff;
	text-transform: uppercase;
}

#sprachwahl ul {
	list-style: none;
}

#sprachwahl a {
	display: none;
	padding: 0 10px;
}

#sprachwahl a.aktiv {
	display: inherit;
}




@media only screen and (max-width: 1100px){
}

@media only screen and (max-width: 900px){
}


@media only screen and (max-width: 760px){
	#header {
		height: 100px;
	}
	#logo {
		width: 150px;
		height: 120px;
		margin-left: -75px;
	}
	#sprachwahl {
		left: 5px;
		width: 35px;
		font-size: 15px;
	}
	#sprachwahl li {
		padding: 0 0 10px 0;
	}
}

/* Headerbild */
#headerbild {
	position: relative;
	height: 510px;
	width: 100%;
	margin-bottom: 40px;
}

#headerbildSmall {
	position: relative;
	height: 400px;
	width: 100%;
	margin-bottom: 40px;
}

#noHeader {
	position: relative;
	width: 100%;
	border-top: #f3f3f3 5px solid;
	height: 60px;
}

@media only screen and (max-width: 760px){
	#headerbild, #headerbildSmall {
		height: 180px;
	}
}

#headerbild video {
	visibility: inherit !important;
	opacity: 100 !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	min-width: 100%;
	min-height: 100%;
}

/*a.fullLink {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}*/

a.fullLink {
	display: block;
	width: 25%;
	height: 50px;
	cursor: pointer;
	background: rgba(0,117,179,0.8);
	font-weight: 700;
	font-size: 19px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
	color: #fff;
	padding-top: 10px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (max-width: 1000px){
	a.fullLink {
		width: 50%;
	}
}


/* Headerboxen */
.headerBoxen {
	position: relative;
	width: 100%;
	height: 260px;
	margin-bottom: 40px;
	margin-top: -20px;
}

.headerBox {
	position: relative;
	float: left;
	width: 25%;
	height: 260px;
	background: #0075b3;
	overflow: hidden;
}

.headerBoxImg {
	position: absolute;
	width: 100%;
	height: 100%;

	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.headerBox:hover .headerBoxImg,
.headerBox:active .headerBoxImg {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.overlay {
	position: absolute;
	background: rgba(0,117,179,0.8);
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
}

.boxShop a {
	display: block;
	width: 100%;
	height: 260px;
	font-size: 32px;
	font-weight: 700;
	padding-top: 95px;
	line-height: 1em;
	color: #fff;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.boxKlappe {
	bottom: 0;
	width: 100%;
	min-height: 50px;
	height: auto;
	font-size: 19px;

	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.boxKlappe a {
	display: block;
	width: 100%;
	padding: 10px 20px;
	color: #fff;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.headerBox:hover .boxKlappe,
.headerBox:active .boxKlappe {
	min-height: 100%;
}

.hideOver {
	display: none;
}

.headerBox:hover .hideOver {
	display: inherit;
}

.transparent {
	background: none;
}

.transparent a {
	display: block;
	width: 100%;
	height: 260px;
	padding-top: 95px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (max-width: 1000px){
	.headerBoxen {
		height: 380px;
	}
	.headerBox {
		width: 50%;
		height: 190px;
	}
	.boxShop a {
		height: 190px;
		font-size: 30px;
		padding-top: 65px;
	}
	.transparent a {
		height: 190px;
		padding-top: 70px;
	}
	.transparent a img {
		width: 50px;
	}
}

@media only screen and (max-width: 760px){
	.headerBoxen {
		height: 300px;
	}
	.headerBox {
		width: 50%;
		height: 150px;
	}
	.boxShop a {
		height: 150px;
		font-size: 26px;
		padding-top: 50px;
	}
	.boxKlappe a {
		/*font-size: 13px;*/
		padding-top: 12px;
	}
	.transparent a {
		height: 150px;
		padding-top: 55px;
	}
	.transparent a img {
		width: 40px;
	}
	.headerBox:hover .hideOver {
		display: none;
	}
}


/* Slider Home */
.sliderWrap {
	/*max-width: 1620px;*/
	max-width: 1420px;
	margin: 0 auto;
}

.sliderWrap .flexslider {
	background: none !important;
}

.sliderWrap .flex-direction-nav .flex-next {
	right: -30px;
}
.sliderWrap .flex-direction-nav .flex-prev {
	left: -30px;
}

.sliderWrap .slides {
	display: -ms-flexbox; /* für IE 10 */
	display: flex;
	-ms-flex-direction: row; /* für IE 10 */
	flex-direction: row;
}

.sliderWrap .flexslider ul {
	list-style: none !important;
}

.sliderWrap .slides li {
	background: #fff;
}

.sliderBox {
	text-align: center;
	font-size: 15px;
}

.sliderBild {
	max-width: 200px;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}

.sliderBild a {
	display: inline-block;
}

.sliderBild img {
	max-width: 200px;
	height: auto;

	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.sliderBild:hover img,
.sliderBild:active img {
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}



/* Mediaqueries für Flexslider  */
@media only screen and (max-width: 1240px){
	.sliderWrap {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 760px){
	.sliderBild {
		width: 100%;
	}
}




/* Fullscreen-Headervideo Home */
#headerbildVideo {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#headerbildVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.relative {
    position: relative;
}

#videoButton {
    position: relative;
    z-index: 1000;
    bottom: 80px;
}

#videoButton a.fullLink {
    width: auto;
    padding: 10px 30px 0 30px;
}

#videoWeiter {
    position: relative;
    z-index: 1000;
    bottom: 50px;
    width: 36px;
    margin: 0 auto;
}

#videoWeiter a {
    display: block;
    width: 36px;
    height: 36px;
    background: url("/_images/down.png") no-repeat;
    overflow: hidden;
    text-indent: -9999px;
}

#sliderText {
    position: absolute;
    z-index: 1000;
    bottom: 150px;
    left: calc(50% - 500px);
    max-width: 1000px;
    margin: 0 auto;
    font-size: 200%;
    line-height: 1.3em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.flexsliderFull .slides {
    margin-left: 0;
}

.flexsliderFull .slides,
.flexsliderFull .slides li {
    width: 100%;
    height: 100%;
}

.flexsliderFull li img {
    width: 100%;
    height: auto;
}

.content.marginBottom {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px){
    #sliderText {
        left: 0;
        max-width: 100%;
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width: 760px){
    #videoWeiter {
        display: none;
    }
    #videoButton {
        bottom: 0;
    }
    #videoButton a.fullLink {
        width: 100%;
        padding: 10px 10px 0 10px;
    }
    .content.marginBottom {
        margin-bottom: 50px;
    }
    #sliderText {
        bottom: 10px;
        font-size: 1.4em;
    }
}

@media only screen and (max-width: 350px){
    #sliderText {
        bottom: 0;
        font-size: 1.2em;
    }
}


/* Navigation
*******************************************************************************/

/*#mobile-header {
	display: none;
	position: absolute;
	top: 12px;
	right: 15px;
	width: 30px;
	height: 30px;
	background: url(/_images/menu-button.png);
	z-index: 90;
}

#responsive-menu-button {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
}

#mobileNav {
	display: none;
}*/


/* Header Navigation */

#headerNav {
	position: absolute;
	top: 10px;
	right: 110px;
	font-size: 12px;
}

#headerNav nav {
	display: inline-block;
}

#headerNav ul {
	list-style: none;
}

#headerNav li {
	float: left;
}

#headerNav a:link, #headerNav a:visited {
	margin-left: 15px;
	color: #333;
	text-transform: uppercase;
}

#headerNav a:hover,
#headerNav a:active,
#headerNav a.aktiv {
	color: #0075b3;
}

@media only screen and (max-width: 1180px){
	#headerNav {
		left: 10px;
	}
}

@media only screen and (max-width: 1030px){
	#headerNav {
		width: 300px;
	}
	#headerNav a:link, #headerNav a:visited {
		margin-left: 10px;
	}
}

@media only screen and (max-width: 870px){
	#headerNav a:link, #headerNav a:visited {
		margin-left: 10px;
	}
}



/* Hauptnavigation */

#navigation {
	position: absolute;
	top: 130px;
	width: 100%;
	z-index: 100;
	overflow: hidden;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#navigation ul {
	float: left;
	position: relative;
	left: 50%;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

#navigation li {
	float: left;
	position: relative;
	right: 50%;
}

#navigation a {
	width: auto;
	display: block;
	padding: 0 15px;
	line-height: 1.5em;
	color: #333;
	text-decoration: none;
	font-size: 20px;
	text-transform: uppercase;
}

#navigation a:hover,
#navigation a:active,
#navigation a.aktiv {
	color: #0075b3;
}

#navigation a.aktiv {
	font-weight: 700;
}

@media only screen and (max-width: 760px){
	#mobile-header {
		display: inherit;
	}
	#headerNav {
		display: none;
	}
	#navigation {
		display: none;
	}
}

/* Subnavigationen */

#subnav1, #subnav2, #subnav3 {
	display: none;
}

.navWrap {
	position: relative;
	margin: 0 auto;
}

#subnav1 .navWrap {
	max-width: 580px;
}

#subnav2 .navWrap {
	max-width: 540px;
}

#subnav3 .navWrap {
	max-width: 440px;
}

.subnav {
	display: none;
	position: absolute;
	top: 170px;
	z-index: 100;
	background: rgba(0,117,179,0.8);
	width: 100%;
	padding: 15px 0;
}

/*#subnav1.aktiv, #subnav2.aktiv, #subnav3.aktiv, #subnav4.aktiv {
	display: inherit;
}*/

.subnav ul {
	float: left;
	position: relative;
	list-style-type: none;
	width: 33.333333%;
}

#subnav2.subnav ul {
	width: calc(50% + 30px);
}

#subnav3.subnav ul {
	width: 50%;
}

.subnav ul ul {
	float: none !important;
	width: 100% !important;
	margin-left: 25px !important;
}

.subnav li {
	float: none;
	position: relative;
}

.subnav a {
	width: auto;
	display: block;
	padding: 0 15px 5px 15px;
	line-height: 1.5em;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
}

.subnav a:hover,
.subnav a:active,
.subnav a.aktiv {
	color: #b2b2b2;
}

.subnav a.aktiv {
	font-weight: 700;
}

#subnav2 ul li {
	float: none;
}

#navRollover {
	position: relative;
	float: left;
	height: 220px;
	width: 100px;
	/*margin-left: calc(50% - 130px);*/
	margin-left: calc(50% - 225px);
}

#navRollover img {
	width: auto;
	height: 100%;
}

.ancor {
	color: #fff !important;
}

/* Content
*******************************************************************************/

.content {
	position: relative;
	margin: 0 0 50px 0;
}

.center {
	text-align: center;
}

.content p {
	padding-bottom: 15px;
}

.lead {
	font-size: 118.75%;
	line-height: 1.4em;
}

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

figcaption {
	font-size: 90%;
}

.padding40 {
	padding: 40px 15px 30px 15px;
}

.noMarginBottom {
	margin-bottom: -1em;
}

.noMarginTop {
	margin-top: -40px;
}

.noMarginBottom figure {
	padding-bottom: 10px !important;
}

.noPaddingTop figure {
	padding-top: 0 !important;
}


.content ul {
	list-style-image: url(/_images/aufzaehlung.png);
	margin-left: 1.2em;
}

.content .slider ul {
	list-style: none;
	margin-left: 0;
}

.center table {
	max-width: 100%;
	margin: 0 auto;
}

.anker {
	position: absolute;
	top: -50px;
}

.bgGray .anker,
.bgDark .anker,
.bgColor .anker {
	top: 0;
}


/* Floating Boxen */
.boxen {
	position: relative;
	float: left;
	width: 33.333333%;
	padding: 0 35px 40px 35px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.boxenBild {
	width: 100%;
}

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

.boxen:nth-child(3n+1) {
	clear: left;
}

.boxenText {
	/*font-size: 16px;*/
}

.boxenText h2 {
	color: #333;
	padding: 25px 0 15px 0;
	font-size: 26px;
	margin: 0;
}



@media only screen and (max-width: 1000px){
	.boxen {
		width: 50%;
		padding: 0 15px 40px 15px;
	}
	.boxen:nth-child(3n+1) {
		clear: none;
	}
	.boxen:nth-child(2n+1) {
		clear: left;
	}
	.lead {
		/*font-size: 17px;*/
	}
}

@media only screen and (max-width: 760px){
	.lead {
		/*font-size: 16px;*/
	}
	.boxen h2 {
		padding: 15px 0 10px 0;
	}
}


@media only screen and (max-width: 600px){
	.boxen {
		width: 100%;
		padding: 0 15px 40px 15px;
	}
}


/* 3-spaltig */
.spalten3 {
	position: relative;
	float: left;
	width: 33.3333333%;
	padding: 0 15px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (max-width: 860px){
	.spalten3 {
		width: 100%;
		padding: 0;
	}
}


/* 2-spaltig */
.spalten2 {
	position: relative;
	float: left;
	width: 50%;
	padding-right: 15px !important;
	padding-left: 0 !important;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.spalten2:nth-child(2) {
	padding-right: 0 !important;
	padding-left: 15px !important;
}

@media only screen and (max-width: 860px){
	.spalten2, .spalten2:nth-child(2) {
		width: 100%;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}





/* Aktuell Home */
.aktuell {
	position: absolute;
	top: -40px;
	right: 0;
	height: 480px;
	width: auto;
	font-size: 15px;
	line-height: 1.3em;
}

.aktuell article {
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.9);
	width: 50px;
	min-height: 330px;
	overflow: hidden;

	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.aktuellBild {
	width: 220px;
	height: 200px;
	padding: 15px;
	text-align: center;
	opacity: 0;
	z-index: 1;
}

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

.aktuellText {
	padding: 0 15px 15px 15px;
	text-align: center;
	opacity: 0;
	width: 220px;
	z-index: 1;
}

.aktuellText h4 {
	font-size: 15px;
	font-weight: 700;
}

.aktuellOpen {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	cursor: pointer;

	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

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

.aktuellTab {
	position: absolute;
	bottom: 170px;
	right: -40px;
	width: 130px;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-size: 18px;
	font-weight: 700;
	color: #0075B3;
	z-index: 10;
}

.aktuell article.open {
	width: 250px !important;
}

.open .aktuellOpen {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.open .aktuellTab {
	display: none;
}

.open .aktuellBild, .open .aktuellText {
	opacity: 1;
}

@media only screen and (max-width: 760px){
	.aktuell {
		display: none;
	}
	/*.aktuell {
		position: relative;
		top: auto;
		right: auto;
		height: auto;
		min-height: 10px;
		width: 100% !important;
		margin: 0 0 40px 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.aktuell article {
		position: relative;
		top: auto;
		right: auto;
		background: #fff;
		width: 260px !important;
		height: auto;
		min-height: 10px;
		border: #0075B3 1px solid;
		margin: 0 auto;
	}
	.aktuellBild {
		opacity: 1;
		position: relative;
		float: left;
		width: 90px;
		height: 280px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.aktuellText {
		opacity: 1;
		width: 170px;
		position: relative;
		float: left;
		text-align: left;
		padding: 100px 20px 20px 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.aktuellText h4 {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.aktuellOpen {
		display: none;
	}
	.aktuellTab {
		bottom: auto;
		right: auto;
		top: 15px;
		left: 90px;
		-moz-transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
		font-size: 18px;
		font-weight: 700;
		text-align: center;
		padding: 0;
	}*/
}




.button {
	display: inline-block;
	min-width: 250px;
	padding: 10px 5px;
	font-weight: 700;
	color: #1377B1 !important;
	text-transform: uppercase;
	border: #1377B1 2px solid;
	text-align: center;
}

.button:hover,
.button:active {
	background: #1377B1;
	color: #fff !important;
}


/* 2-Spalten-Layout 60% - 40% */
.spalten60 {
	position: relative;
	float: left;
	width: 60%;
	padding-bottom: 20px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.spalten60 img,
.spalten40 img {
	width: 100%;
	height: auto;
}

.spalten40 {
	position: relative;
	float: left;
	width: 40%;
	padding-left: 60px !important;
	padding-bottom: 20px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.spalten60 h2, .spalten40 h2 {
	/*color: #333;*/
	padding: 0 0 15px 0;
	font-size: 26px;
	margin: 0;
}

@media only screen and (max-width: 1000px){
	.spalten60 {
		width: 50%;
		padding-right: 15px !important;
	}
	.spalten40 {
		width: 50%;
		padding-left: 15px !important;
	}
}

@media only screen and (max-width: 600px){
	.spalten60 {
		width: 100%;
		padding-right: 0 !important;
	}
	.spalten40 {
		width: 100%;
		padding-left: 0 !important;
	}
}

/* 2-Spalten-Layout 40% - 60% */
.spalten40r {
	position: relative;
	float: left;
	width: 40%;
	padding-right: 60px !important;
	padding-bottom: 20px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.spalten60r {
	position: relative;
	float: left;
	width: 60%;
	padding-bottom: 20px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.spalten60r img,
.spalten40r img {
	width: 100%;
	height: auto;
}

.spalten60r h2, .spalten40r h2 {
	color: #333;
	padding: 0 0 15px 0;
	font-size: 26px;
	margin: 0;
}

@media only screen and (max-width: 1000px){
	.spalten40r {
		width: 50%;
		padding-right: 15px !important;
	}
	.spalten60r {
		width: 50%;
		padding-left: 15px;
	}
}

@media only screen and (max-width: 600px){
	.spalten60r {
		width: 100%;
		padding-right: 0 !important;
		padding-left: 0;
	}
	.spalten40r {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}



/* Geschichte */

.wrapGeschichte {
	position: relative;
	max-width: 730px;
	margin: 0 auto;
	padding: 0 15px;
	background: url(/_images/bg_timeline.png) repeat-y top center;
}

.geschichteStern {
	position: relative;
	width: 100%;
	text-align: center;
	padding-bottom: 100px;
}

.geschichte {
	position: relative;
	clear: both;
	height: auto;
}

/*.geschichteBild {
	height: 320px;
	position: relative;
	background: #C60;

	margin-bottom: 100px;
}

.geschichteBild img {
	position: absolute;
	top: 160px;
	margin-top: -50%;
}*/

.geschichteText h2 {
	font-size: 60px;
	color: #333;
	margin-bottom: 0;
}

.odd .geschichteBild {
	position: relative;
	float: right;
	padding-bottom: 100px;
	width: 320px;
}

.odd .geschichtePunkt {
	position: relative;
	float: right;
	width: 90px;
	text-align: center;
	padding-top: 9px;
}

.odd .geschichteText {
	position: relative;
	float: right;
	width: 320px;
	padding-top: 0;
	text-align: right;
	padding-bottom: 100px;
}

.even .geschichteBild {
	position: relative;
	float: left;
	padding-bottom: 100px;
	width: 320px;
	text-align: right;
}

.even .geschichtePunkt {
	position: relative;
	float: left;
	width: 90px;
	text-align: center;
	padding-top: 9px;
}

.even .geschichteText {
	position: relative;
	float: left;
	width: 320px;
	padding-top: 0;
	text-align: left;
	padding-bottom: 100px;
}

.last .geschichteBild,
.last .geschichteText {
	padding-bottom: 0;
}

.geschichteBild img {
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: 320px;
}

.geschichte.last {
	background: url(/_images/bg_abdeckung.jpg) no-repeat bottom center;
}


@media only screen and (max-width: 760px){
	.wrapGeschichte {
		max-width: 590px;
	}
	.geschichteText h2 {
		font-size: 45px;
	}
	.odd .geschichteBild {
		width: 250px;
	}
	.odd .geschichteBild img {
		max-height: 250px;
	}
	.odd .geschichtePunkt {
		padding-top: 95px;
	}
	.odd .geschichteText {
		width: 250px;
		padding-top: 88px;
	}
	.even .geschichteBild {
		width: 250px;
	}
	.even .geschichteBild img {
		max-height: 250px;
	}
	.even .geschichtePunkt {
		padding-top: 95px;
	}
	.even .geschichteText {
		width: 250px;
		padding-top: 88px;
	}
}

@media only screen and (max-width: 620px){
	.wrapGeschichte {
		max-width: 320px;
	}
	.geschichteText h2 {
		font-size: 30px;
	}
	.odd .geschichteBild {
		width: 100%;
		float: none;
		padding-bottom: 0;
		text-align: center;
	}
	.odd .geschichtePunkt {
		position: absolute;
		float: none;
		width: 100%;
		text-align: center;
		padding-top: 0;
		top: -60px;
	}
	.odd .geschichteText {
		float: none;
		width: 100%;
		padding-top: 10px;
		text-align: center;
		padding-bottom: 0;
		background: #fff;
		margin-bottom: 100px;
	}
	.even .geschichteBild {
		width: 100%;
		float: none;
		padding-bottom: 0;
		text-align: center;
	}
	.even .geschichtePunkt {
		position: absolute;
		float: none;
		width: 100%;
		text-align: center;
		padding-top: 0;
		top: -60px;
	}
	.even .geschichteText {
		float: none;
		width: 100%;
		padding-top: 10px;
		text-align: center;
		padding-bottom: 0;
		background: #fff;
		margin-bottom: 100px;
	}
}


.fadeCont {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
}

.fadeIn {
	-moz-animation-name: slideBoxes;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: 1s;

    -webkit-animation-name: slideBoxes;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 1s;

    animation-name: slideBoxes;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 1s;
}

@-moz-keyframes slideBoxes {
    0% {
        -moz-transform: translateY(250px);
		-moz-opacity: 0;
    }
    100% {
        -moz-transform: translateY(0);
		-moz-opacity: 100;
    }
}
@-webkit-keyframes slideBoxes {
    0% {
        -webkit-transform: translateY(250px);
		-webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
		-webkit-opacity: 100;
    }
}
@keyframes slideBoxes {
    0% {
        transform: translateY(250px);
		opacity: 0;
    }
    100% {
        transform: translateY(0);
		opacity: 100;
    }
}

@media only screen and (max-width: 760px){
	.fadeCont {
		-moz-opacity: 1;
		-webkit-opacity: 1;
		opacity: 1;
	}
}


/* Vertriebspartner */
.wrapPartner {
	position: relative;
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 15px 25px 15px;
}

.partnerBox {
	position: relative;
	float: left;
	width: 25%;
	padding: 0 10px 20px 10px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.partner {
	position: relative;
	border: #d9d9d9 1px solid;
	padding: 15px 15px 0 15px;
	font-size: 14px;
	background: #fff;
	line-height: 1.7em;
}

.partnerFlagge {
	position: relative;
	float: left;
	width: 33%;
}

.partnerLand {
	position: relative;
	float: left;
	width: 67%;
	padding-left: 10px;
	font-size: 20px;
	font-weight: 700;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.partnerAdresse {
	position: relative;
	clear: both;
}

.partnerAdresse h5 {
	font-size: 14px;
}

article.partnerBox {
	padding: 0 10px 20px 10px;
}

@media only screen and (max-width: 1100px){
	.wrapPartner {
		max-width: 870px;
	}
	.partnerBox {
		width: 33.333333%;
	}
}

@media only screen and (max-width: 850px){
	.wrapPartner {
		max-width: 590px;
	}
	.partnerBox {
		width: 50%;
	}
}

@media only screen and (max-width: 550px){
	.wrapPartner {
		max-width: 310px;
	}
	.partnerBox {
		width: 100%;
	}
}


/* Sortiment */

.borderBottom {
	border-bottom: #f0f0f0 5px solid;
	padding-bottom: 10px;
	margin: 0 0 40px 0 !important;
}

.borderBottomVideo {
	border-bottom: #f0f0f0 5px solid;
	padding-bottom: 40px;
	margin: 0 0 40px 0 !important;
}

.borderTop {
	border-top: #f0f0f0 5px solid;
	padding-top: 50px;
	margin: 40px 0 40px 0 !important;
}

.sortiment {
	margin-bottom: 40px;
}

.sortimentBild {
	position: relative;
	float: left;
	width: 240px;
	height: 360px;
}

.sortimentBild img {
	max-width: 100%;
	/*height: 100%;*/
	height: auto;
	/*width: auto;*/
}

.sortiment h2 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	font-size: 19px;
	color: #333;
	margin: 0;
	padding: 70px 0 0 0;
}

.sortimentText {
	position: relative;
	padding-bottom: 90px;
	min-height: 360px;
	/*background: rgba(153,204,0,0.5);*/

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sortimentLink {
	position: absolute;
	bottom: -20px;
	left: 240px;
}

.sortimentLink p {
	display: inline-block;
	padding-right: 100px;
	font-weight: 700;
}

.sortimentLink p:nth-child(2) {
	padding-right: 0 !important;
}

.sortimentLink img {
	width: 55px;
	height: auto;
}

.wrapSortiment h3 {
	font-size: 28px;
}

@media only screen and (max-width: 760px){
	.sortimentLink p {
		padding-right: 50px;
	}
	.sortimentLink p:nth-child(2) {
		padding-right: 0 !important;
	}
	.sortimentBild {
		width: 170px;
		height: 270px;
	}
	.sortimentBild img {
		height: auto;
	}
	.sortimentText {
		padding-bottom: 90px;
		min-height: 270px;
	}
	.sortiment h2 {
		font-size: 14px;
	}
	.sortimentLink {
		left: 170px;
	}
}

@media only screen and (max-width: 600px){
	.sortimentLink p {
		padding-right: 30px;
	}
	.sortimentLink p:nth-child(2) {
		padding-right: 0 !important;
	}
	.sortiment h2 {
		padding: 0;
	}
	.sortimentBild {
		width: 130px;
		padding-right: 0;
	}
	.sortimentLink {
		left: 150px;
	}
}

@media only screen and (max-width: 470px){
	.sortiment {
		margin-bottom: 0;
	}
	.sortimentLink {
		position: relative;
		bottom: auto;
		left: 0;
		clear: both;
		padding-top: 10px;
	}
	.sortimentLink p {
		display: inherit;
		padding-right: 0;
	}
	.sortimentText {
		padding-bottom: 0;
		min-height: 10px;
		height: auto;
		float: left;
		width: calc(100% - 130px);
		font-size: 13px;
	}
}

@media only screen and (max-width: 310px){
	.sortimentBild {
		position: relative;
		float: none;
		width: 100%;
		height: 120px;
		margin-bottom: 15px;
		text-align: center;
	}
	.sortimentLink {
		left: 0;
	}
	.sortimentText {
		padding-bottom: 0;
		min-height: 10px;
		height: auto;
	}
}


/* Video */
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive-item {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
	margin-bottom: 5px;
}

.embed-responsive-4by3 {
	padding-bottom: 75%;
	margin-bottom: 5px;
}


/* Dokumente / Downloads */
ul.dokumente {
	list-style: none;
	margin: 40px 0 50px 0;
}

.dokumente li {
	border-top: #777 1px solid;
	border-bottom: #777 1px solid;
	margin: 0 0 31px 0;
	padding: 3px 0;
}

.dokumente a {
	font-weight: 700;
}

/*ul.dokumente li:before {
	content: "";
	margin-left: 0;
}*/

/*li.noTopBorder {
	border-top: none;
}
*/
.dokumente a:before {
	content: "› ";
}

.dokumente li:hover {
	cursor: pointer;
}

.dokumente li:hover a {
	color: #0075b3;
}

.bgColor .dokumente a:link,
.bgColor .dokumente a:visited,
.bgDark .dokumente a:link,
.bgDark .dokumente a:visited {
	color: #fff;
}

.bgColor .dokumente a:hover,
.bgColor .dokumente a:active,
.bgColor .dokumente li:hover a {
	color: #333;
}

.bgDark .dokumente a:hover,
.bgDark .dokumente a:active,
.bgDark .dokumente li:hover a {
	color: #0075b3;
}

.bgColor .dokumente li,
.bgDark .dokumente li {
	border-top: #fff 1px solid;
	border-bottom: #fff 1px solid;
}


/* News */
.spalten40r.news {
	float: right;
}

.spalten60r.news {
	float: right;
}

.datum {
	position: absolute;
	top: 10px;
	padding: 12px 0 8px 0;
	width: 60px;
	text-align: center;
	background: RGBA(35,120,178,0.85);
	color: #fff;
	line-height: 1.3em;
	font-size: 90%;
}

.spalten60r .datum {
	right: 10px;
}

.spalten60 .datum {
	left: 10px;
}

.datumTag {
	font-size: 200%;
	font-weight: 700;
}

.slider {
	overflow: visible;
}


/* Johnett */
section.johnett {
	background: url(/_images/bg_johnett.jpg) repeat;
}

.johnett h1,
.johnett .boxen h2,
.johnett .bgDark h2 {
	font-family: 'YouAreLovedPro', Arial, sans-serif;
	font-weight: normal;
	color: #111;
}

.johnett h1 {
	font-size: 55px;
}

.johnett figure {
	margin-bottom: 0;
	padding: 20px 0 10px 0;
}

.johnett .sortiment {
	margin-top: 30px;
}

.borderTop {
	border-top: #f3f3f3 5px solid;
}

.johnett .boxen {
	color: #111;
}

.johnett .boxenBild img {
	border: #fff 15px solid;
	width: 80%;
	height: auto;

	margin-left: 15px;
	margin-bottom: 15px;

	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.3);
}

@media only screen and (max-width: 600px){
	.johnett h1 {
		font-size: 28px;
	}
	.spalten60r .datum {
		right: auto;
		left: 10px;
	}
}



/* Rum1823 */
section.rum1823 {
	background: #221f20;
}

.rum1823 h1,
.rum1823 .spalten3 h2,
.rum1823 .bgDark h2 {
	font-family: 'DoublePorter6', Times, "Times New Roman", "serif";
	font-weight: normal;
	color: #a0906f;
}

.rum1823 .spalten3 {
    padding: 0 30px;
}

.rum1823 .spalten3 h2 {
    line-height: 1em;
    font-size: 42px;
}

.rum1823 .content .spalten3 p {
    color: #a0906f;
    margin-bottom: 37px;
}

.rum1823 h1 {
	font-size: 85px;
    color: #000;
    line-height: 1em;
    margin-bottom: 0;
    padding-top: 10px;
}

.rum1823 figure {
	margin-bottom: 0;
	padding: 20px 0 10px 0;
}

.rum1823 .sortiment {
	margin-top: 30px;
}

.borderTop {
	border-top: #f3f3f3 5px solid;
}

.rum1823 .boxen {
	color: #a0906f;
}

.content.rum1823 h2 {
	color: #a0906f;
    font-family: 'DoublePorter6', Times, "Times New Roman", "serif";
	font-weight: normal;
}

.rum1823 .spalten3 img {
	width: 60%;
	height: auto;
    padding-left: 20%;
	margin-bottom: 15px;
}

.content.rum1823 {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 600px){
	.rum1823 h1 {
		font-size: 28px;
	}
	.spalten60r .datum {
		right: auto;
		left: 10px;
	}
}



/* Gin */
@-webkit-keyframes ginBG {
    0%{background-position:0% 100%}
    50%{background-position:100% 0%}
    100%{background-position:0% 100%}
}
@-moz-keyframes ginBG {
    0%{background-position:0% 100}
    50%{background-position:100% 0%}
    100%{background-position:0% 100%}
}
@keyframes ginBG { 
    0%{background-position:0% 100}
    50%{background-position:100% 0%}
    100%{background-position:0% 100%}
}
/*.bgVerlaufGin {
	background: linear-gradient(245deg, #b3acd1, #b3acd1, #60c2d3, #b3acd1, #b3acd1);
    background-size: 200% 200%;
	padding-top: 40px;

    -webkit-animation: ginBG 15s ease infinite;
    -moz-animation: ginBG 15s ease infinite;
    animation: ginBG 15s ease infinite;
}*/
.bgVerlaufGin {
	background: #b3acd1;
	padding-top: 40px;
}

.gin .spalten3 {
    padding: 0 30px;
}

.gin .spalten3 h2 {
    line-height: 1.2em;
    font-size: 28px;
	color: #fff;
}

.gin .content .spalten3 p {
    color: #fff;
    margin-bottom: 37px;
}

img.logoGin {
	max-width: 275px;
	height: auto;
	margin-bottom: 50px;
}

img.botanicals {
	margin-bottom: 50px;
}

.gin h1 {
	font-size: 85px;
    color: #000;
    line-height: 1em;
    margin-bottom: 0;
    padding-top: 10px;
}

.gin figure {
	margin-bottom: 0;
	padding: 20px 0 10px 0;
}

.gin .sortiment {
	margin-top: 30px;
}

@-webkit-keyframes ginBGMobile {
	0%{background-position:100% 0%}
	50%{background-position:0% 100%}
	100%{background-position:100% 0%}
}
@-moz-keyframes ginBGMobile {
	0%{background-position:100% 0%}
	50%{background-position:0% 100%}
	100%{background-position:100% 0%}
}
@keyframes ginBGMobile { 
	0%{background-position:100% 0%}
	50%{background-position:0% 100%}
	100%{background-position:100% 0%}
}
@media only screen and (max-width: 480px){
	.bgVerlaufGin {
		background: linear-gradient(180deg, #60c2d3, #b3acd1, #60c2d3);
		background-size: 200% 200%;
		
		-webkit-animation: ginBGMobile 15s ease infinite;
		-moz-animation: ginBGMobile 15s ease infinite;
		animation: ginBGMobile 15s ease infinite;
	}
}


/* Suchresultate */
.suchliste {
	border-top: #777 1px solid;
	margin: 20px 0;
}

#suchresultate {
	margin-left: 0;
	/*list-style-position: inside;*/
}

ul#suchresultate {
	/*list-style-image: url(/_images/aufz_blau.png) !important;*/
	list-style: none;
}

#suchresultate li {
	border-bottom: #777 1px solid;
	padding: 10px 0 10px 0;
}

#suchresultate p {
	padding: 0;
}

#suchresultate a {
	display: block;
	color: #0e4094;
}

.suchtitel em {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
}

@media only screen and (max-width: 760px){
	#suchresultate a {
	}
}



/* Footer
*******************************************************************************/

.right {
	text-align: right;
}

#footer {
	font-size: 12px;
	line-height: 1.4em;
	padding: 30px 0 0 0;
	background: #3f506f;
	color: #d9d8db;
}

#footer h3 {
	color: #d9d8db;
}

#footerNav {
	position: relative;
	float: left;
	width: 80%;
	padding-top: 10px;
}

#footerNav ul {
	list-style: none;
}

#footerNav li {
	float: left;
	width: 25%;
}

#footerNav ul ul li {
	float: none;
	width: 100%;
}

#footerNav a {
	padding: 0 20px 5px 0;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}

#footerNav ul ul a {
	font-weight: 400;
}

#footer a:link, #footer a:visited,
address a:link, address a:visited {
	color: #d9d8db;
}

#footer a:hover, #footer a:active,
address a:hover, address a:active {
	color: #fff;
}

#showroom {
	position: relative;
	float: left;
	width: 20%;
	padding-top: 10px;
}

#showroom h2 {
	font-size: 23px;
	color: #d9d8db;
	padding-bottom: 10px;
}

#showroom p {
	padding-bottom: 10px;
}

#footerLogos {
	position: relative;
	clear: both;
	width: 100%;
	height: 85px;
	margin: 20px 0 0 0;
}

.footerLogosLeft {
	position: absolute;
	left: 0;
	top: 20px;
	height: 55px;
}

.footerLogosRight {
	position: absolute;
	left: 80%;
	top: 20px;
	height: 55px;
}

.footerLogosLeft img,
.footerLogosRight img {
	width: auto;
	height: 100%;
	margin-right: 15px;
}

#footerBottom {
	position: relative;
	clear: both;
	width: 100%;
	padding: 20px 0;
	margin-top: 20px;
	margin-bottom: -25px;
	background: #37425c;
}

#footerBottom address {
	font-style: normal;
}

@media only screen and (max-width: 1000px){
	#footerNav {
		width: 100%;
	}
	#showroom {
		width: 100%;
		text-align: center;
		padding-top: 30px;
	}
	#footerLogos {
		position: relative;
		clear: both;
		width: 100%;
		height: 65px;
		margin: 0 auto;
		padding-top: 30px;
	}
	.footerLogosRight {
		left: 75%;
	}
	.footerLogosLeft img,
	.footerLogosRight img {
		margin: 0 5px;
	}
}

@media only screen and (max-width: 760px){
	#footerNav {
		display: none;
	}
	#showroom h2 {
		font-size: 18px;
	}
	.footerLogosRight {
		left: auto;
		right: 0;
	}
}

@media only screen and (max-width: 480px){
	#footerLogos {
		height: auto;
		margin: 0;
		padding: 30px 0 10px 0;
	}
	.footerLogosRight {
		left: auto;
		right: 0;
	}
	.footerLogosLeft {
		position: relative;
		width: 100%;
		left: auto;
		top: auto;
		height: 55px;
		padding-bottom: 20px;
		text-align: center;
	}
	.footerLogosRight {
		position: relative;
		width: 100%;
		left: auto;
		top: auto;
		height: 55px;
		text-align: center;
	}
}



/* Kontakt */
.wrapKontakt {
	position: relative;
	max-width: 800px;
	padding: 0 15px;
	margin: 0 auto;
}

#map {
	position: relative;
	width: 100%;
	height: 510px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 760px){
	#map {
		height: 400px;
	}
}


/* Formulare
*******************************************************************************/

#formularMail {
	display: none;
}

form {
	width: 100%;
}

form p {
	margin: 0 0 15px 0 !important;
	padding-right: 20px;
	line-height: 1.8em;
}

p.form2 {
	float: left;
	width: 50%;
	padding-right: 20px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p.formPLZ {
	float: left;
	width: 15%;
	padding-right: 20px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p.formOrt {
	float: left;
	width: 35%;
	padding-right: 20px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p.form3 {
	float: left;
	width: 33.3%;
	padding-right: 20px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p.formLeft {
	float: left;
	padding-right: 20px;
}

p.formRight {
	float: right;
	padding-right: 20px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

fieldset#Anfrage {
	margin-top: 15px;
}

label {
	float: left;
	width: 30%;
}

label.check {
	float: none;
	width: auto;
	display: inline-block;
	margin-right: 40px;
}

.check input {
	margin-right: 10px;
}

.checkWidth {
	min-width: 250px;
}

input.formGross {
	width: 100%;
	border: #555 1px solid;
	color: #333;
	background: #fff;
	padding: 12px 15px 8px 15px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-appearance: none;
	border-radius: 0;
}

.formPLZ input.formGross {
	padding: 12px 0 8px 15px;
}

textarea.formGross {
	width: 100%;
	height: 120px;
	border: #555 1px solid;
	color: #333;
	background: #fff;
	font-size: 13px;
	padding: 12px 15px 8px 15px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-appearance: none;
	border-radius: 0;
}

select.formGross {
	width: 100%;
	border: #555 1px solid;
	color: #333;
	background: #fff;
	font-size: 13px;
	padding: 11px 15px 7px 15px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-appearance: none;
	border-radius: 0;
}

input:hover.formGross,
input:focus.formGross,
textarea:hover.formGross,
textarea:focus.formGross,
select:hover.formGross,
select:focus.formGross {
	border-color: #184393;
}

input.invalid {
	background: #f6dce2;
}

input.sendKontakt {
	border: none;
	color: #fff;
	background: #4c97cf;
	padding: 12px 15px 8px 15px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin-top: 20px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-appearance: none;
	border-radius: 0;
}

input:hover.sendKontakt,
input:focus.sendKontakt {
	background: #184393;
	color: #fff;
}

.formGross::-webkit-input-placeholder {
	color: #888;
}
.formGross:-moz-placeholder { /* Firefox 18- */
	color: #888;
}
.formGross::-moz-placeholder {  /* Firefox 19+ */
	color: #888;
}
.formGross:-ms-input-placeholder {
	color: #888;
}


@media only screen and (max-width: 900px){
	form {
		width: 100%;
		margin-right: -20px;
	}
}

@media only screen and (max-width: 790px){
	p.form3 {
		width: 50%;
	}
}

@media only screen and (max-width: 650px){
	form p, p.formRight {
		padding-right: inherit;
	}
	p.form3, p.form2 {
		width: 100%;
		padding-right: 0;
	}
	p.formPLZ {
		width: 30%;
		padding-right: 10px;
	}
	p.formOrt {
		width: 70%;
		padding-right: 0;
	}
	.checkWidth {
		min-width: 0;
	}
	.formGross, .sendKontakt {
		font-size: 14px !important;
	}
}



/* Admin WebEdition
*******************************************************************************/

.admin {
	color: #C30;
}

div.admin {
	position: relative;
	background: #cce3f0;
	color: #000;
	width: auto;
	padding: 20px;
	margin: 10px 20px 10px 20px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

div.config {
	position: relative;
	background: #f0cccc;
	color: #C30;
	width: 350px;
	padding: 0 20px;
	margin: 10px 20px 10px 20px;
	line-height: 1.2em;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.config p {
	margin: 0;
	padding: 0;
}

.admin50 {
	width: calc(50% - 40px) !important;
}

.adminFloat {
	float: left;
}

.adminFlash {
	background: #efc3be !important;
}

p.admin {
	font-size: 14px;
}
