/*
Theme Name: Studio Oeding 2015
Description: Wordpress Theme
Version: 2.0
Author: Daniel Schilke – Visuelle Kommunikation
*/

@import url('bootstrap/css/bootstrap.min.css');
@import url('webfonts/ds-icons/ds-icons.css');

/*** Bootstrap ********************************/

html {
	font-size: 100%;
	 -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
	 overflow-y: scroll;
}

body {
	font-family: 'Courier', serif;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4;
	color: #000;
	background-color: #fff;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word; 
	height: 100%;
}

video {
	outline: none!important;
}




ul.socialmedia {
	font-family: "ds-icons";
	list-style: none;
	display: flex;
	padding: 0;
}

footer ul.socialmedia {
	justify-content: center;
	margin-top: 0px;
}

ul.socialmedia li {
	list-style: none;
	margin-right: 20px;
	font-size:1.5em;
}
ul.socialmedia li:last-child {
	margin: 0px;
}


ul.socialmedia li:nth-child(1) a {
	font-family: "ds-icons";
	content: "\51";
}

ul.socialmedia li:nth-child(2) a {
	font-family: "ds-icons";
	content: "\51";
}

ul.socialmedia li:nth-child(3) a {
	font-family: "ds-icons";
	content: "\51";
}


/* Hide/Show Text  --------------------------------------------- */

.folded {
	max-height: calc(16px + 10px * 1.4 * 6);
	overflow: hidden;
	transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.folded-trigger:after {
	margin-top: $spacer;
	content:"+";
	cursor: pointer;
	display: inline-block;
	font-size: 2rem;
	float: left;
}

.folded-trigger.fold:after {
	margin-top: $spacer;
	content:"–";
	cursor: pointer;
	display: inline-block;
	font-size: 2rem;
	float: left!important;
}

.folded-trigger:hover:after {
	text-decoration: none ;
}

.folded-trigger {
	clear: both;
	width: 100%;
}

.folded.unfold {
	max-height: 100%;
	transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Flexbox  --------------------------------------------- */

.flex {
	display:-webkit-box;
	display:-moz-box; 
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex: 0 1 auto;
}

.flex--between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex__item {
	flex: 0 0 25%;
	max-width: 25%;
	position: relative;
	min-height: 1px;
	padding-right: 7px;
	padding-left: 7px;
	width: 100%;
}

/* Sprachen 
--------------------------------------------- */

li.lang-de { 
	list-style: none; 
	display: inline-block;
}

li.lang-en { 
	list-style: none; 
	display: inline-block;
}

ul#qtranslate-chooser.language-chooser.language-chooser-text.qtranxs_language_chooser { 
	padding-left:0px!important; 
	display:inline-block;
	padding-top:10px;
}

.language-chooser.qtranxs_language_chooser { 
	height:54px;
	margin-right:0px; 
}

li.lang-de:after {
	content:"/";
	position:absolute;
}

li.lang-de.active a,
li.lang-en.active a {
	color: #000;
	border-bottom: 4px solid #000;
}

/* Fader --------------------------------------------- */

.fader {
	opacity:0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.fader-on{
	opacity:1!important;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

/* Preloader 
--------------------------------------------- */

.loader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #fff;
}

.loader .inner {
	position: absolute;
	top: 50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.no-js #loader { 
	display: none; 
}

.js #loader { 
	display: block; 
	position: absolute; 
	left: 0; 
	top: 0; 
}

.startloader {
	position:relative;
	float:left;
	height:100%;
	width:100%;
	display:block;
}

.se-pre-con {
	position: relative;
	width: 100%;
	height: 3000px;
	z-index: 9999;
	background: #fff;
	display: block; 
}

.se-pre-con-inner {
	position: absolute;
	top: 200px;
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.get-more {
	position:absolute;
	float:right;
	right:0;
	margin-right:10px;
	bottom:30px;
	display:block;
	border-bottom:2px solid #000;
}

.intro {
	position:relative;
	float:left;
	height:auto;
	width:100%;
	display:block;
}

.intro a {
	border-bottom:4px solid #000;
	padding-bottom:2px;
}

.intro a:hover {
	border-bottom:0px none #000;
	padding-bottom:2px;
	text-decoration: none!important;
}

/* Kompetenzen --------------------------------------------- */

#kompetenzen .preview {
	position:relative;
	width:100%;
	height:400px;
	margin: 0px 0px 20px;
}

#kompetenzen .preview .image {
	position:relative;
	width:100%;
	height:100%;
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
	z-index:100;
}

#kompetenzen .preview .inner {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:200;	
}

#kompetenzen .preview .inner h1 {
	position:absolute;
	color:#000;
	top:50%;
	left:50%;
	width: 100%;
	text-align:center;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#kompetenzen a.link {
	margin:20px 0px 40px;
	float:right;
	font-size:0.75em;
	border-bottom: 3px solid #000;
	padding-bottom:3px;
}

#kompetenzen a.link:hover {
	margin:20px 0px 40px;
	float:right;
	font-size:0.75em;
	border-bottom: 3px solid #fff!important;
	padding-bottom:3px;
}

#kompetenzen h3.subheadline {
	font-family: 'FuturaBT-Bold';
	margin:0px 0px 15px;
}

.flex-row {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	margin: 0;
}

.row:before, .row:after {
	display: flex !important;
}

/* Slick Slider --------------------------------------------- */

#slider{
	height: 100%;
    width: 100%;
}

.a-slide{
	position:relative;
    height: 100%;
    width: 100%;
}

.slick-list,
.slick-track {
	position:relative;
    height: 100%!important;
}

ul.slick-dots {
    position: absolute;
    bottom: 0px!important;
    width: 100%;
    padding: 0;
    margin: 0px 0px 100px 0px!important;
    list-style: none;
    text-align: center;
    z-index:110!important;
}

.slick-dots li {
    padding: 0px;
    width: 15px!important;
    height: 15px!important;
    border-radius:50%;
    background: transparent;
	border:2px solid #000;
	margin:0px 5px;
	display:inline-block;
	cursor:pointer;
}

.slick-dots li.slick-active {
    opacity:1!important;
	background: #000;
	border:2px solid #000;
}

.slick-dots li button {
    padding: 0px!important;
	display:none;
	cursor:pointer;
}

a {
	color: #000 !important;
	text-decoration: none;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}

a:hover,
a:focus {
	color: #000;
	text-decoration: none;
	background:none;
	background: #fff;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	border-bottom:0px none #000!important;
}

::selection {
	background:#000 ;
	color: #fff;
}

::-moz-selection {
	background:#000 ;
	color: #fff;
}

#selection-dark::-moz-selection {
	background:#000 ;
}

img {
	background:none;
	margin: 0px;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	display: block;
}

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

.lazyload,
.lazyloading {
    opacity: 0;
	width:100%;
	height:100%;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

div.full-width {
	width:100%;
	height:100%;
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
}

.pull-center {
	position: relative !important;
	margin: 0 auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.6-l {
    position:relative;
	left: 0px;
	margin-left:0px;
    float: left !important;
}

.black_bg {
    background: #000;
}

.white {
    color: #fff;
}

.title {
	margin-top:10px;
	margin-bottom:15px;
}

.text {
	margin:30px 0px;
}

.menu {
	position:relative;
	right:0px;
	margin-top: 10px;
	margin-right:0px;
    float: right !important;
}

.menu a:hover{
	border-bottom: 0px none #fff !important;
}

.menu.active a:hover{
	border-bottom: 0px none #fff !important;
}

.home {
	margin-left: 65px;
	font-size: 1.6em;
	letter-spacing: 0em;
}

.kunden {
	min-height:280px;
}

.kunden a {
	border-bottom: 4px solid #000;

}

.letter {
	font-family: 'FuturaBT-Bold';
	font-size: 1em;
	line-height:1em;
	padding-right: 10px;
	padding-top: 4px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	line-height: 1.4;
	display: block;
}

h1,
.h1 {
	font-family: 'FuturaBT-Bold';
	font-size: 2.75em;
  	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2,
.h2 {
	font-family: 'FuturaBT-Bold';
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3,
.h3 {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4,
.h4 {
	font-size: 0.9em;
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 0px;
}

.underline {
    border-bottom: 4px solid #000;
	display: inline-block;
}

.underline a:hover {
    border-bottom: 0px solid #000;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 0px;
}

.headline {
	margin: 0px 0px 20px;
}

h2.headline {
	margin: 0px 0px 10px;
}

.page-header {
	padding: 20px 30px 20px 30px;
	border-bottom: 1px none #eeeeee;
	margin: 0 auto;
	height: auto!important;
	width: 100%;
	max-width: 1600px;
	background: #fff;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}

.page-header.shrink {
	padding: 0px 30px 0px 30px;
	-moz-transition: all  ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}

img.logo {
	height:50px;
	max-width:100%;
	padding:0px 0px;
}

img.logo.shrink {
	max-width:100%;
	padding:5px 0px;
}

.logo a:hover {
	border-bottom: 0px none #fff !important;
}

.google-maps {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
	margin-top: 20px; 
	margin-bottom: 50px; 
}

.google-maps iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
	padding: 0px; 
}

.page-footer {
	bottom: 20px;
	font-size: 1em;
	background:none;
 	padding-right: 30px;
 	padding-left: 30px;
 	margin-right: auto;
 	margin-left: auto;
	width: 1600px;
	max-width: 100%;
	height: 90px;
}

.footer-linie {
	padding-bottom: 20px;
	border-top: 4px solid #000;
	width: 1600px;
	max-width: 100%;
}

.wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
}

html, body {
	height: 100%;
}

ul.post-categories {
	list-style:none;
	padding-left:0px!important;
}

.caret {
	display: none;
}

.dropdown-menu > li > a:hover .nav > li > a {
    margin:500px;
}

.dropdown-menu {
    position: absolute;
    top: 120%;
    display: none;
    min-width: 200px;
    padding: 5px 15px 5px 15px;
    margin: 0px 0px;
    font-size: 1em;
    background-color: #FFF;
    border: 0px none rgba(0, 0, 0, 0);
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	margin-left: -15px;
	z-index:300;
}

.dropdown-menu > li > a {
	display: inline-block;
    padding: 0px 0px;
	margin: 5px 0px;
    clear: both;
    line-height: 1.4;
    color: #000;
	border-bottom: 4px solid #fff;
	padding-bottom: 4px;
}

.current_page_item .dropdown-menu a {
	border-bottom: 4px solid #fff !important;
	padding-bottom: 4px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #000;
    text-decoration: none;
    background-color: #fff;
	border-bottom: 4px solid #000;
	padding-bottom: 4px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #000;
    text-decoration: none;
    background-color: #fff;
	border-bottom: 4px solid #000 !important;
	padding-bottom: 4px;
}

.current_page_item a{
	border-bottom: 4px solid #000 !important;
	padding-bottom: 4px;
}

.navbar-collapse.collapse {
	padding: 0px 0px;
}

.navbar-nav {
	padding-top: 10px;
	float:right;
}

.nav > li > a {
	padding: 0px 0px 0px 0px;
	margin-right: 60px;
	border-bottom: 0px solid #fff;
	padding-bottom:4px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: white;
    border-color: #000;
	color:#000;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff;
	border-bottom: 0px solid #000;
	padding-bottom:4px;
	color: #000;
}



/* Contact 7 Forms
--------------------------------------------- */
 
.wpcf7-textarea{ 
	color: #000;
	border: 0px none #000;
	border-bottom: 4px solid #000;
	border-right: 4px solid #000;
}

.wpcf7-text{ 
	color: #000;
	border: 0px none #000;
	border-bottom: 4px solid #000;
	border-right: 4px solid #000;
	margin-bottom: 25px;
}

.wpcf7-text:focus {
	border-color: #000;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 0px rgba(102, 175, 233, 0);
	box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 0px rgba(102, 175, 233, 0);
}	

.wpcf7-textarea:focus {
	border-color: #000;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 0px rgba(102, 175, 233, 0);
	box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 0px rgba(102, 175, 233, 0);
}

.wpcf7-textarea:focus {
	outline:0 !important;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}	

.wpcf7-text:focus {
	outline:0 !important;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}

.wpcf7-submit { 
	color: #fff;
	background-color: #000;
	border: 0px none #000;
	max-width: 150px;
	padding: 15px 25px;
	margin-top: 40px;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}

.wpcf7-submit:hover { 
	color: #000;
	background-color: #fff;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}

.wpcf7-form-control { 
	width: 100%;
}

.wpcf7-form-control::-moz-placeholder {
	color: #999;
}

.wpcf7-form-control:-ms-input-placeholder {
	color: #999;
}

.wpcf7-form-control::-webkit-input-placeholder {
	color: #999;
}

div.wpcf7-response-output {
	margin: 0em 0em em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 0px none #000;
	color: #0C3;
}

div.wpcf7-mail-sent-ng {
	border: 0px none #000;
	color: #FF0000;
}

div.wpcf7-spam-blocked {
	border: 0px none #000;
	color: #FF0000;
}

div.wpcf7-validation-errors {
	border: 0px none #000;
	color: #FF0000;
}

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

.teaser-3-3{
	position: relative;
	width: 100%;		/* desired width */
}

.teaser-3-3:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}

.teaser-2-3{
	position: relative;
	width: 100%;		/* desired width */
}

.teaser-2-3:before{
	content: "";
	display: block;
	padding-top: 66.666666666666666666666666%; 	/* initial ratio of 1:2*/
}

.teaser-4-3{
	position: relative;
	width: 100%;/* desired width */
}

.teaser-4-3:before{
	content: "";
	display: block;
	padding-top: 75%; 	/* initial ratio of 1:2*/
}

.teaser {
	max-height: 367px;
	}

/* Hover Box
--------------------------------------------- */

.pdf-thumb-box{
	position:relative !important; 
	overflow: hidden;
	-moz-transition: opacity ease-in-out 0.4s;
	-webkit-transition: opacity ease-in-out 0.4s;
	-ms-transition: opacity ease-in-out 0.4s;
	-o-transition: opacity ease-in-out 0.4s;
	transition: opacity ease-in-out 0.4s;
}

.pdf-thumb-box-overlay {
    opacity:0;
    position: absolute;
    width:100%;
    height:100%;
	top:0;
	padding-top:0px;
	-moz-transition: opacity ease-in-out 0.4s;
	-webkit-transition: opacity ease-in-out 0.4s;
	-ms-transition: opacity ease-in-out 0.4s;
	-o-transition: opacity ease-in-out 0.4s;
	transition: opacity ease-in-out 0.4s;
}

.pdf-thumb-box a{
	color:transparent;
	-moz-transition: opacity ease-in-out 0.4s;
	-webkit-transition: opacity ease-in-out 0.4s;
	-ms-transition: opacity ease-in-out 0.4s;
	-o-transition: opacity ease-in-out 0.4s;
	transition: opacity ease-in-out 0.4s;
}

.pdf-thumb-box a:hover .pdf-thumb-box-overlay {
	opacity:1;
	-moz-transition: opacity ease-in-out 0.4s;
	-webkit-transition: opacity ease-in-out 0.4s;
	-ms-transition: opacity ease-in-out 0.4s;
	-o-transition: opacity ease-in-out 0.4s;
	transition: opacity ease-in-out 0.4s;
}

.thumb-box{
	position:relative !important; 
	overflow: hidden;
	width:100%;
    height:100%;
}

.thumb-box:hover span.h2{
    border-bottom: 4px solid #000;
}

.thumb-box a {
	color:transparent;
}

.caption {
	padding: 10px 0px 5px 0px;
	float:left;
	overflow:hidden;
}

.caption span.h2, .caption span.h3 {
	float:left;
	display:inline-block;
    border-bottom: 4px solid transparent;
}

.container {
 	padding-right: 30px;
 	padding-left: 30px;
 	margin-right: auto;
 	margin-left: auto;
 	padding-top:123px;
 	padding-bottom: 200px;
	background:none;
	width: 1600px;
	max-width: 100%;
}

.container-start {
	position:fixed;
	top:110px;
	bottom:0;
	left:0px;
	right:0px;
 	margin:0px;
	width: 100%;
	height:auto;
}

.container-start .inner{
	position:absolute;
	top:47%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background:#fff;
	width: 100%;
	max-width:750px;
	height:auto;
	z-index:9999;
	padding:30px 25px;
}

.container-start .inner h3{
	line-height: 1.8em;
}



.container-start .inner a{
    border-bottom: 4px solid #000;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.row {
	margin-top: -7px;
	margin-left: -7px;
	margin-right: -7px;
	margin-bottom: -7px;
}

.rowrow {
	margin-top: -14px!important;
	margin-bottom: -14px!important;
}


img.attachment-post-thumbnail {
	max-width: 100% !important; height: auto !important;
	width: 100%;
}

@media screen and (max-width: 1024px) {
@-ms-viewport {
    width: 1024px;
}

.dropdown-menu {
    position: absolute;
    top: 120%;
    min-width: 250px;
	height:100vh;
    padding: 10px 10px 20px 15px;
	text-align: left;
    margin: 50px 0px;
    background-color: #FFF;
	margin-left: 0px;
	float: right;
	right:0;
}

.dropdown-menu > li > a {
    padding: 50px 0px;
    line-height: 3em;
}
	
.top-menu li {
	list-style: none;		
}
	
.dropdown-menu ul{
	padding: 0px;
}

ul.sub-menu {
	border-top: 3px none #000;
	padding:0px 0px 10px 0px;
	list-style: none;
}
	
.sub-menu li{
	padding:0px!important;
	font-size:0.85em;
}

}

@media screen and (max-width: 768px) {
@-ms-viewport {
    width: 768px;
}
 
.container {
	padding-top: 120px;
}

.pull-right {
    float: none !important;
}

.pull-left {
    float: none !important;
}


	
}

@media screen and (max-width: 480px) {
	
	@-ms-viewport {
		width: 480px;
	}

	h1,
	.h1 {
		font-family: 'FuturaBT-Bold';
		font-size: 1.5em;
		line-height: 1.5em;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.dropdown-menu {
		position: fixed;
		top: 65px;
		left:0;
		right:0;
		width: 100%;
		min-width: 100vw;
		padding: 10px 0px 30px;
		text-align: center;
		margin: 0px;
		font-size:1.25em;
		z-index:9999;
		overflow-y: scroll!important;
		height:100%;
	}
	
	.dropdown-menu li a {
		padding: 0px;
		line-height: 1.6em;
	}

	ul.sub-menu {
		border-top: 3px none #000;
		padding:0px!important;
		list-style: none;
	}
	
	.sub-menu li{
		padding:0px!important;
		font-size:0.75em;
	}

	.page-header {
		padding: 10px 15px;
	}

	.page-header.shrink {
		padding: 10px 15px;
	}

	.container {
		padding-top: 120px;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 250px;
	}

	.logo {
		width:100%;
	}
	
	.container-start .inner{
		top:47%;
		left:50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 90%;
		max-width:100%;
		height:auto;
	}
	
	.container-start .inner h1.headline{
		margin:0px;
	}
	
	ul.slick-dots {
		margin: 0px 0px 30px 0px!important;
	}

}