/* --- WDS Werbeagentur V2.0 --- */
/* --- (c) 100% – WE CREATE WEBSITES / WWW.100-PROZENT.COM / OCTOBER-NOVEMBER 2013 --- */

@charset "utf-8";

*
{
	margin: 0;
	padding: 0;
}

body
{
	color: black;
	font-size: 13px;
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	overflow-x: hidden;
}

a
{
	border: 0;
	outline: 0;
}

div.topline
{
	width: 100%;
	height: 10px;
	background: #EC1845;
	position: fixed;
	z-index: 500;
}

a.anker
{
	position: relative;
	top: -50px;
}

@-moz-document url-prefix() {
    a.anker
	{
		position: relative;
		top: -36px;
	}
}

section
{
	display: table;
	width: 100%;
}

aside
{
	display: table-cell;
}

article
{
	display: table-cell;
}

aside.logo
{
	width: 460px;
	min-width: 460px;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
}

aside.logo:hover, nav li:hover
{
	background: #EC1845;
}

aside.logo:hover>a.logo_wds, #large nav ul li:hover>a, #small nav ul li:hover>a
{
	color: white;
}

aside.logo:hover>a.logo_werbeagentur, #small nav ul li:hover>a.logo_werbeagentur
{
	color: #AF0C2F;
}

#small aside
{
	padding-top: 10px;
}

aside.logo a.logo_wds
{
	font-family: 'Gotham A', 'Gotham B';
	text-decoration: none;
	font-weight: 800;
	text-transform: uppercase;
	color: #141414;
}

aside.logo a.logo_werbeagentur
{
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 700;
	text-decoration: none;
	color: #A3A3A3;
	text-transform: lowercase;
	margin-left: 16px;
}

#large a.logo_wds
{
	font-size: 58px;
}

#large a.logo_werbeagentur
{
	margin-left: 16px;
	font-size: 22px;
}

#small a.logo_wds, #small a.logo_werbeagentur
{
	font-size: 14px;
}

#small a.logo_werbeagentur
{
	margin-left: 3px;
}

article.navi
{
	vertical-align: middle;
	min-width: 550px;
}

#large nav, #small nav
{
	width: 100%;
	margin-left: 4px;
}

#small nav
{
	height: 40px;
	margin-top: 10px;
}

#large nav ul li, #small nav ul li
{
	list-style: none;
	display: inline-block;
	width: 20%;
	border-left: 1px solid #E1E1E1;
	text-align: center;
	margin-left: -4px;
	vertical-align: middle;
}

#large nav ul li
{
	line-height: 90px;
}

#small nav ul li
{
	line-height: 38px;
	padding-top: 0px;
}

#large nav ul li a, #small nav ul li a
{
	display: inline-block;
	width: 100%;
	height: 100%;
	font-family: 'Gotham Rounded A', 'Gotham Rounded B';
	font-weight: 500;
	font-size: 12px;
	color: #141414;
	text-decoration: none;
	text-transform: uppercase;
}

#large nav ul li a
{
	padding-top: 40px;
}

#small nav ul li a
{
	padding-top: 2px;
}

div#nav_small_container
{
	position: fixed;
	top: -50px;
	width: 100%;
	background: white;
	z-index: 100;
}

.sidebar
{
	width: 20%;
	min-width: 110px;
	text-align: center;
	vertical-align: top;
}

.sidebar h1
{
	margin-top: 40px;
	font-family: 'Gotham Rounded A', 'Gotham Rounded B';
	font-weight: 300;
	font-size: 12px;
	text-transform: uppercase;
	color: #B0B0B0;
}

img
{
	vertical-align: top;
}

.center
{
	text-align: center;
}

.slideshow
{
	width: 1100px;
	height: 550px;
}

.slideshow_small
{
	width: 851px;
	height: 425px;
}

.slideshow_navi
{
	text-align: center;
	vertical-align: middle;
	height: 100%;
}

.slideshow_navi:hover
{
	background: #D2D2D2;
}

.slideshow_navi a
{
	display: inline-block;
	width: 100%;
	min-width: 30px;
	height: 100%;
	min-height: 55px;
}

.previous a
{
	background: url(media/images/slides_arrow_left.png) no-repeat center center;
}

@media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) {
	.previous a{background: url(media/images/slides_arrow_left@2x.png) no-repeat center center;background-size: 26px 51px;
	}
}

.previous a:hover
{
	background: url(media/images/slides_arrow_leftH.png) no-repeat center center;
}

@media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) {
	.previous a:hover;{background: url(media/images/slides_arrow_leftH@2x.png) no-repeat center center;background-size: 26px 51px;
	}
}

.next a
{
	background: url(media/images/slides_arrow_right.png) no-repeat center center;
}

@media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) {
	.next a{background: url(media/images/slides_arrow_right@2x.png) no-repeat center center;background-size: 26px 51px;
	}
}

.next a:hover
{
	background: url(media/images/slides_arrow_rightH.png) no-repeat center center;
}

@media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) {
	.next a:hover;{background: url(media/images/slides_arrow_rightH@2x.png) no-repeat center center;background-size: 26px 51px;
	}
}

.slidesjs-pagination 
{
    display: none;
}

div.center
{
	text-align: center;
}

div.img_text, div.img_text_left, div.img_text_right
{
	position: absolute;
	height: auto;
	margin-top: 270px;
	padding: 30px 0 0 25px;
	z-index: 50;
	background: #B6B6B6;
	color: white;
	text-align: left;
}

div.img_text
{
	width: 360px;
	left: 50%;
	margin-left: -550px;
}

div.img_text_left
{
	width: 300px;
	left: 50%;
	margin-top: 330px;
	margin-left: -550px;
}

div.img_text_right
{
	width: 300px;
	right: 50%;
	margin-top: 330px;
	margin-right: -550px;
}

div.img_text h1
{
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: 700;
}

div.img_text_left h1, div.img_text_right h1
{
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: 700;
}

div.img_text p, div.img_text_left p, div.img_text_right p
{
	width: 300px;
	margin-bottom: 20px;
	line-height: 1.4em;
}

div.img_text a, div.img_text_left a, div.img_text_right a
{
	font-family: 'Gotham Rounded A', 'Gotham Rounded B';
	font-weight: 500;
	float: right;
	background: #D1D1D1;
	text-decoration: none;
	margin-top: 5px;
	padding: 7px 11px 7px 11px;
	color: white;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

div.img_text a:hover, div.img_text_left a:hover, div.img_text_right a:hover
{
	background: #939393;
}

.text
{
	width: 420px;
	min-width: 420px;
	height: auto;
	padding: 30px 0 40px 30px;
	text-align: left;
	vertical-align: top;
}

.text_link
{
	padding-bottom: 0px;
}

.text h1
{
	width: 380px;
	margin-bottom: 15px;
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 700;
	font-size: 22px;
	color: #A3A3A3;
}

.text h2
{
	width: 380px;
	margin-bottom: 3px;
	font-size: 13px;
	color: #191919;
	font-weight: 700;
}

.text p
{
	width: 380px;
	color: black;
	margin-bottom: 12px;
	padding-right: 40px;
	line-height: 1.4em;
}

.text a
{
	float: right;
	font-family: 'Gotham Rounded A', 'Gotham Rounded B';
	font-weight: 500;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 20px;
	padding: 7px 11px 7px 11px;
	color: #B0B0B0;
	border-left: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;
}

.text a:hover
{
	background: #D1D1D1;
	color: white;
}

.text ul
{
	margin-top: 20px;
}

.text ul li
{
	width: 350px;
	margin-left: 20px;
	margin-bottom: 15px;
}

.quote
{
	background: #EC1845;
	font-style: italic;
	color: white;
	text-align: center;
	vertical-align: middle;
}

.quote h2
{
	font-family: 'Droid Serif', serif;
	width: 400px;
	font-weight: 400;
	font-size: 24px;
	margin: 0 auto 10px;
}

.case
{
	width: 425px;
	height: 607px;
	display: table-cell;
	min-width: 425px;
	z-index: 10000;
}

.philosophie_tiles
{
	height: 220px;
	width: 460px;
	padding: 30px;
	font-family: 'Droid Serif', serif;
	line-height: 1.4em;
}

.philosophie_tiles h1
{
	margin-bottom: 16px;
	font-size: 28px;
	color: #A3A3A3;
	font-weight: 700;
}

.philosophie_tiles p
{
	width: 430px;
}

.job_tiles
{
	width: 460px;
	min-width: 460px;
	text-align: center;
}

.job_tiles:hover
{
	background: #F2F2F2;
}

.job_tiles h1
{
	margin: 140px 0 10px 0px;
	font-size: 22px;
}

.job_tiles p
{
	width: 430px;
	margin: 0 auto 0 auto;
	color: #949494;
}

.job_tiles h2
{
	margin: 45px 0 20px 95px;
	font-size: 13px;
	text-align: left;
}

.job_tiles ul
{
	text-align: left;
	margin: auto;
	width: 360px;
}

.job_tiles li
{
	margin-bottom: 12px;
}

.job_tiles li.nolist
{
	list-style-type: none;
}

.wrapper
{
    width: 100%;
    overflow:hidden;
    position:relative;
    height: 350px;
}

.full
{
    position: absolute;
    width: 100%;
    height: 100%;
}

#div1
{
    left: 0px;
}

#div2
{
    display: none;
}

#kontakt
{
	background: #EC1845;
	height: 392px;
	color: white;
}

div.kontakt_element
{
	display: inline-block;
	float: left;
	margin-top: 100px;
}

div.kontakt_margin_right
{
	margin-right: 100px;
}

div.kontakt_element li
{
	list-style: none;
	margin-bottom: 1px;
}

div.kontakt_element li.margin
{
	margin-bottom: 5px;
}

div.kontakt_element ul#navi
{
	margin-top: 72px;
}

div.kontakt_element ul#navi li
{
	font-family: 'Gotham Rounded A', 'Gotham Rounded B';
	font-weight: 500;
	list-style: none;
	text-transform: uppercase;
	margin-bottom: 21px;
}

div.kontakt_element h1
{
	font-size: 13px;
	margin-bottom: 5px;
}

div.kontakt_element h2
{
	font-size: 25px;
	margin-bottom: 15px;
}

div.kontakt_element p
{
	width: 230px;
}

div.kontakt_element a
{
	color: white;
	text-decoration: none;
}

div.kontakt_element a:hover
{
	opacity: 0.5;
}

div#kontaktLogo
{
	margin-bottom: 15px;
}

div#kontaktLogo a.logo_wds
{
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 800;
	font-size: 50px;
	line-height: 60px;
}

div#kontaktLogo a.logo_werbeagentur
{
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 700;
	font-size: 20px;
	color: #AF0C2F;
	text-transform: lowercase;
	margin-left: 12px;
}

div#kontaktLogo:hover>a
{
	opacity: 0.8;
}

.bg_dotted_gray
{
	background: url(media/images/bg_dotted_gray.png) repeat;
}

.bg_gray_light
{
	background: #F2F2F2;
}

.border_left
{
	border-left: 1px solid #E1E1E1;
}

.border_right
{
	border-right: 1px solid #E1E1E1;
}

.border_bottom
{
	border-bottom: 1px solid #E1E1E1;
}

.border_top
{
	border-top: 1px solid #E1E1E1;
}