/* @override 
 */





/* Fonts
==================================================*/

@font-face {
    font-family: 'Roboto Mono Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Mono Regular'), url('../fonts/RobotoMono-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Roboto Mono Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Mono Italic'), url('../fonts/RobotoMono-Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Roboto Mono Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Mono Thin'), url('../fonts/RobotoMono-Thin.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Roboto Mono Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Mono Thin Italic'), url('../fonts/RobotoMono-ThinItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Roboto Mono Light';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Mono Light'), url('../fonts/RobotoMono-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Roboto Mono Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Mono Light Italic'), url('../fonts/RobotoMono-LightItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Roboto Mono Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Mono Medium'), url('../fonts/RobotoMono-Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Roboto Mono Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Mono Medium Italic'), url('../fonts/RobotoMono-MediumItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Roboto Mono Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Mono Bold'), url('../fonts/RobotoMono-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Roboto Mono Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Mono Bold Italic'), url('../fonts/RobotoMono-BoldItalic.woff') format('woff');
    }

/* General
==================================================*/

html,
body {
    height: 100%;
	font-family: 'Roboto Mono Light', monospace;
	font-size: 18px;
	font-weight: 300;
	color: #000;
	background-color: #fff;
	line-height: 32px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-padding [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.main-container {
	position: relative;
	top: -100px;
}

.center {
    text-align: center;
}

a {
	color: #000;
	cursor: pointer !important;
	-webkit-transition: all .3s;
	 transition: all .3s;
    margin-left: 5px;
	border-bottom: 1px solid #ff4645;
}


a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #000;
	background-color: #ff4645;
}

body.tv wild a {
	color: #fff;
}


.uppercase {
    text-transform: uppercase;
}

.h-30 {
    height: 30px
}

.h-10 {
    height: 10px
}

.color {
    color: #ffbf00;
    font-size: 11px;
}


/* typography
==================================================*/

h1 {
	font-family: 'Roboto Mono Light', sans-serif;
	font-size: 9vh;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 9vh;
	margin-bottom: 50px;
}

h2 {
	font-family: 'Roboto Mono Light', sans-serif;
	font-size: 5vh;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: 100px;
}

.start.headslider h2 {
	font-family: 'Roboto Mono Light', sans-serif;
	font-size: 5vh;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 200px;
	color: #fff;
	position: absolute;
	bottom: 0;
	margin-top: 0;
}


h3 {
	font: 32px 'Roboto Mono Light', sans-serif;
	text-transform: uppercase;
	margin-top: 0;
}


h4 {
	font: 24px 'Roboto Mono Light', sans-serif;
	text-transform: uppercase;
	line-height: 56px;
	margin-top: 0;
}

h5 {
	font: bold 21px 'Roboto Mono Light', sans-serif;
	margin-top: 0;
}


/* head
==================================================*/


.box-header {
    position: relative;
	z-index: 3;
	height: 100px;
	width: 100%;
	top: 50px;
}

.box-logo {
    display: block;
	width: 150px;
	right: 0;
	position: absolute;
	height: 150px;
}



.box-logo a{
    display: block;
	width: 150px;
	height: 150px;
	transition: all 0.3s ease;
	border-style: none;
}

.box-logo a:hover{
    display: block;
	width: 150px;
	height: 150px;
	transform: scale(1.1);
	background-color: rgba(255, 255, 255, 0);
}

.headslider {
	position: relative;
	z-index: 0;
	border: 20px solid #FFF;
	top: -100px;
	height: 100vh;
	background: url(../img/hg2.jpg) center center no-repeat;
	background-size: cover;
}

#headerpic {
	position: relative;
	z-index: 0;
	height: 100%;
	background-position: center top;
	background-size: cover;
}

.hpic {
	height: 500px;
	background-color: red;
	position: relative;
	display: block;
	min-height: 500px;
	max-height: 500px;
}

h1.wild {
	font: 90px "OverdriveSunset";
	position: relative;
	color: #fff;
	z-index: 20;
	top: 30%;
	left: 100px;
	margin: 0;
}


.box-header nav {
	color: #ffffff;
	text-transform: uppercase;
	display: block;
	position: absolute;
	top: 37%;
	right: 0;
}

.box-header nav li{
	display: inline;
	border-right: 1px solid #fff;
	padding-right: 10px;
	margin-right: 10px;
}

.box-header nav li a{
	color: #fff;
}

.box-header nav li a.rex-current{
	color: #fff;
	border-bottom: 1px solid #fff;
}

.box-header nav li a:hover{
	color: #fff;
	border-bottom: 4px solid #fff;
}

.slide-content {
	position: relative;
	bottom: -70vh;
}

.start.headslider .slide-content {
	position: relative;
	bottom: 20vh;	
}


.start .slide-content h1 {
	color: #fff;
	font: 90px "OverdriveSunset";
	background-color: rgba(0, 0, 0, 0);
	padding: 15px 20px 0 15px;
	margin: 0;
	display: inline;
	float: left;
}

.start.headslider .container.slide-content p {
	color: #fff;
	clear: left;
	padding-left: 20px;
}

.slide-content h1 {
	color: #fff;
	background-color: #000;
	padding: 15px 20px 10px 15px;
	margin: 0;
	display: inline;
	float: left;
}

.slide-content p.lead {
	color: #fff;
	padding: 8px 20px 8px 0;
	margin: 3px 0 0;
	display: inline;
	clear: left;
	float: left;
}




/* Nav
===================================================*/

a.box-primary-nav-trigger{
	border-style: none;
	width: 110px;
}

.box-primary-nav-trigger {
    position: absolute;
	top: 0;
    height: 100%;
	left: 0;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.50);
	background-color: rgb(0, 0, 0) !important;
}

.box-primary-nav-trigger .box-menu-text {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
	margin-top: 2px;
	font-size: 15px;
	float: left;
	display: block;
	line-height: 26px;
}

.box-primary-nav-trigger .box-menu-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: #ffffff;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    list-style: none;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.box-primary-nav-trigger .box-menu-icon::before,
.box-primary-nav-trigger .box-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #ffffff;
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -webkit-transition: top .3s, background-color 0s, -webkit-transform .3s;
    transition: top .3s, background-color 0s, -webkit-transform .3s;
    transition: transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s, -webkit-transform .3s;
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.box-primary-nav-trigger .box-menu-icon::before {
    top: -5px;
}

.box-primary-nav-trigger .box-menu-icon::after {
    top: 5px;
}

.box-primary-nav-trigger .box-menu-icon.is-clicked {
    background-color: rgba(255, 255, 255, 0);
}

.box-primary-nav-trigger .box-menu-icon.is-clicked::before,
.box-primary-nav-trigger .box-menu-icon.is-clicked::after {
    background-color: 393939;
}

.box-primary-nav-trigger .box-menu-icon.is-clicked::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.box-primary-nav-trigger .box-menu-icon.is-clicked::after {
    top: 0;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.box-primary-nav-trigger {
    width: 100px;
    padding-left: 1em;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
	top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	left: 0;
}

.box-primary-nav-trigger .box-menu-text {
    display: inline-block;
}

.box-primary-nav-trigger .box-menu-icon {
    left: auto;
    right: 1em;
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}

.box-primary-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url() center top no-repeat;
	background-size: cover;
	z-index: 2;
    text-align: center;
    padding: 50px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    list-style: none;
}

.box-primary-nav ul {
	list-style: none;
	padding: 0;
	position: relative;
	display: block;
	margin-top: 20vh;
}

.box-primary-nav li {
	font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}

.box-primary-nav a {
    display: inline-block;
    padding: .4em 1em;
     -webkit-transition: all 0.2s;
    transition: all 0.2s;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #fff;
	color: #000;
	font-size: 4vw;
}
.box-primary-nav a:focus {
    outline: none;
}

li.rex-current a.rex-current {
	text-decoration: underline !important;
}

.no-touch .box-primary-nav a:hover {
    text-decoration: none;
    color: #fff;
	background-color: #ff4646;
}

.box-primary-nav .box-label {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    margin: 2.4em 0 .8em;
}

.box-primary-nav .box-social {
    display: inline-block;
    margin: 10px .4em;
}

.box-primary-nav .box-social a {
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 30px
}

.box-primary-nav.is-visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
	background-size: 100%;
	padding-top: 20%;
}

.box-primary-nav {
    padding: 150px 0 0;
}

.box-primary-nav li {
    font-size: 18px;
}




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

.content {
	position: relative;
	top: -100px;
	background: url(../img/background.svg) left top no-repeat scroll;
	padding-top: 100px;
	padding-bottom: 100px;
}

.vimeo-wrapper {
   position: relative;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

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

.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	
}

.section {
	padding-top: 200px;
	background-color: #fff;
	position: relative;
	background-repeat: no-repeat;
	background-size:  cover;
}

.section.abig {
	padding-bottom: 200px;
}

.section.wild {
	background: url(../img/hg-rot.jpg) 0 bottom;
	color: #FFF;
	position: relative;
}

.section.hellgrau {
	padding-top: 100px;
	padding-bottom: 100px;
	background: none;
}

.section.dunkelgrau {
	background: none;
	padding-top: 100px;
	padding-bottom: 100px;
	display: inline-block;
}

.section.dunkelgrau .container .col-md-4 h3 {
	margin-top: 55px;
}

.section.hellgrau .container .row{
	margin-bottom: 40px;
}

.section.hellgrau .container .row img.img-responsive.pull-left {
	/*margin-bottom: 20px;*/
}

.section.hellgrau .container .row img.img-responsive.pull-right {
	margin-bottom: 20px;
}

.section.typowhite {
	color: #fff;
}

.section.typoblack {
	color: #000;
}

.container.diagram {
	margin-bottom: 100px;
}

.section.raster {
	background: #fff;
	color: #000;
}

.section.vimeo {
	padding: 10px;
	background-color: #e9e9e9;
	margin-bottom: 20px;
}

.full {
	padding-right: 100px;
	padding-left: 100px;
}

.content .container ul {
	padding-left: 25px;
}


.newsbox {
	border: 1px solid #fff;
	margin-right: 20px;
	float: left;
	display: inline;
	width: 560px;
	padding: 0 20px;
	margin-bottom: 20px;
}

.section a {
	color: #000;
}


.section.raster .container .row a {
	display: inline;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	background-color: #ff4646;
	color: #000;
}

.section.raster .container .row img.img-responsive:hover {
	display: inline;
	opacity: 0.2;
}

.raster a.right {
	float: right;
	text-transform: uppercase;
	margin-top: 15px;
}

.raster a.right:hover {
	float: right;
	text-transform: uppercase;
	color: #ff4646;
}

i.ion-android-arrow-forward{
	color: #000;
	margin-left: 10px;
}

a.right i.ion-android-arrow-forward:hover {
	color: #ff4646;
}

.logoraster {
	padding-top: 0;
	margin-top: 50px;
}

.logoraster .col-xs-6.col-md-2 {
	padding-bottom: 10px;
	padding-top: 10px;
	border: 1px solid #eaeaea;
}

.logoraster .col-xs-6.col-md-2 img.img-responsive {
	opacity: 0.6;
}

.logoraster .col-xs-6.col-md-2 img.img-responsive:hover {
	opacity: 1;
}

.section.casestudies {
	background:  none;
	padding-top: 100px;
	padding-bottom: 100px;
}


.section.casestudies .csholder {
	padding-right: 0;
	padding-left: 0;
	background: url(../img/redhg.jpg) left top no-repeat;
	background-size: 100%;
	border: 10px solid #fff;
	overflow: hidden;
	height: 300px;
}


.section.casestudies .csholder .csname {
	position: absolute;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	z-index: 0;
	line-height: 30px;
	font-size: 30px;
	top: 120px;
}


.section.casestudies .csimage {
	z-index: 5;
	opacity: 1;
	position: relative;
}

.section.casestudies .csimage:hover {
	position: relative;
	opacity: 0;
}

.section.casestudies .csnamehg {
	position: relative;
	display: block;
	background-color: #ff4646;
}

.casestudies2 .csholder {
	margin-bottom: 20px;
	padding: 20px 20px 20px 2px;

}

.casestudies2 .csholder .csname.h4 {
	font-size: 28px;
	margin-top: 30px;
}

.casestudies2 .row.csholder:nth-child(2n) {
	background-color: #fff;
	border: 0px solid #c9c9c9;
}

.casestudies2 .row.csholder:nth-child(2n) .csimage {
	float: right;
}


.casestudies2 .row.csholder:nth-child(2n) .h4 {
	text-align: right;
}

.casestudies2 .row.csholder:nth-child(2n) .csdesc {
	text-align: right;
}

.casestudies2 .row.csholder .csdesc a {
	color: #000;
	font-weight: bold;
}

.btmblock .row {
	border-top: 1px solid #bdbdbd;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.hellgrau div.container .col-md-6 p {
	background-color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 2px;
}

.hellgrau div.container .col-md-6.text {
	margin-top: 40px;
}

/* Content neu
==================================================*/


.content.nohead .container {
	margin-top: 300px;
}

.content.noheadwild .container {
	margin-top: 300px;
}

.container-fluid.content.clearfix {
	position: relative;
	top: -100px;
	background: url(../img/hg-grau-kurz.jpg) left top no-repeat #fff;
}

body div.container-fluid.content.noheadwild.clearfix {
	background: url(../img/wg-camo.jpg) center top repeat-x #fff;
}


.content .bl {
	margin-bottom: 40px;
	display: inline-block;
}

.content .br {
	margin-bottom: 40px;
	display: inline-block;
}

.content .container div.row bl img {
	float: left;
}

.content .container .row.br img {
	float: right;
}

.content .container .row.bl p{
	margin-left: 0;
	display: inline;
}

.content .container .row.br h2 {
	text-align: right;
}

.content .container .row.br h3 {
	text-align: right;
}


.content .container .row.br p{
	margin-left: 0;
	display: flex;
	padding-left: 15px;
	text-align: right;
	padding-right: 15px;
}

.content .a0 {
	margin-top: 0px;
}


.content .a50 {
	margin-top: 50px;
}

.content .a100 {
	margin-top: 100px;
}

.nurtext {
	margin-top: 40px;
	margin-bottom: 50px;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0px !important;
}

.panel {
	 margin-bottom: 20px; 
	 background-color: #fff; 
	 border: 0px none transparent !important; 
	 border-radius: 0px !important; 
	 -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important; 
	 box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
}


.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
border-top: 1px none #ddd;
}



p.loesungen a {
	text-transform: uppercase;
	font-weight: bold;
}

p.loesungen a[aria-expanded="true"]{
    background: #ff4646;
	color: #fff;
}


.panel {
	display: flex;
	float: left;
	margin-top: 0 !important;
}

.panel-heading h4.panel-title a {
	font-size: 30px;
	text-decoration: none;
	border-style: none;
	background-color: #eaeaea;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 10px;
}

.panel-heading h4.panel-title a:hover {
	text-decoration: none;
	border-style: none;
	background-color: #ff4646;
	color: #fff;
}

.panel-heading h4.panel-title a[aria-expanded="true"] {
	background: #000;
	color: #fff;
	margin-right: 0;
}

.panel-heading h4.panel-title a.collapsed {
	margin-right: 10px;
}

/*.panel-heading {
	background-color: #FFF;
	color: #000;
	border: 0px none !important;
	opacity: 1;
	display: inline;
	float: left;
}*/

.panel-heading {
	padding: 0 !important;
	border-bottom: 1px none transparent;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	margin-left: 0;
	margin-bottom: 10px;
	margin-right: 0;
}


.panel-body {
	background-color: #ff4645;
	padding-top: 16px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0 10px 0 0;
	border-top-style: none;
	height: 56px;
	display: inline-block;
	left: 0;
}

.panel-body a {
	text-transform: uppercase;
	color: #fff;
}

.brands {
	margin-top: 20px;
	margin-bottom: 60px;
}

.brands ul{
	list-style: none;
	padding: 0;
	margin-left: 0;
}

.brands li{
	list-style: none;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}

.brands li:last-child{
	list-style: none;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

.brands ul.row li a img.content.img-responsive {
	margin-right: auto;
	margin-left: auto;
}

.brands ul.row li a img.content.img-responsive:hover {
	margin-right: auto;
	margin-left: auto;
	opacity: 0.25;
}


.tags {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}

.tags a {
	font-size: 30px;
	text-decoration: none;
	border-style: none;
	background-color: #eaeaea;
	padding: 15px 20px 12px;
	text-transform: uppercase;
	float: left;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.tags a:hover {
	text-decoration: none;
	border-style: none;
	background-color: #ff4646;
	color: #fff;
}

.4b25 {
	width: 25%;
	float: left;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #d2d2d2;
}

/* TV
==================================================*/

body.tv div.container-fluid.main-container.clearfix div.container div.row.br img {
	float: right;
}

body.tv div.container-fluid.main-container.clearfix div.container div.row.bl img {
	float: left;
}

body.tv div.container-fluid.main-container.clearfix div.container div.row.br {
	text-align: right;
}

body.tv div.container-fluid.main-container.clearfix div.container div.row div.a50 {
	margin-top: 50px;
}

body.tv div.container-fluid.main-container.clearfix div.container div.row div.a100 {
	margin-top: 100px;
}

body.tv div.container-fluid.main-container.clearfix div.container div.row.bl {
	margin-bottom: 40px;
}

body.tv div.container-fluid.main-container.clearfix div.container div.row.br {
	margin-bottom: 40px;
}



/* footer
==================================================*/

footer {
    padding: 0;
    background: url(../img/hg-rot.jpg) 0 top;
	background-size: cover;
	position: relative;
	color: #FFF;
	font-size: 20px;
		top: -100px;

}

.tv footer {
    padding: 0;
	background: none;
	position: relative;
	color: #FFF;
	font-size: 20px;
	top: -100px;
}

.tv footer .container-fluid {
	margin-top: 0;
}


footer h3 {
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 38px;
	line-height: 34px;
}

footer a {
	color: #fff;
	border-style: none;
}

footer a:hover {
	color: #fff;
	background-color: #ff4646;
}

.container p.copyright a:hover {
	color: #fff;
	background-color: #ff4646;		
}

.logosw {
	float: right;
	width: 180px;
}

.container p.copyright {
	color: #fff;
	position: relative;
	bottom: 0;
	font-size: 16px;
	margin: 0;
}

.container p.copyright a.cd-top.cd-is-visible.cd-fade-out i.ion-android-arrow-up {
	font-size: 32px;
	float: right;
}

.tv footer div.container-fluid {
	background-color: #000;
	padding-top: 20px;
	padding-bottom: 10px;
	position: relative;
	margin-top: 0;
	bottom: 0;
}


footer div.container-fluid {
	background-color: #000;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* erweitert 
==================================================*/



/* Responsive media queries
==================================================*/

@media (max-width: 991px) {
 



}

@media only screen and (max-width: 670px) {
    
	.box-primary-nav-trigger {
        width: 100px;
        padding-left: 1em;
        background-color: transparent;
        height: 30px;
        line-height: 30px;
        right: 10px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    	display: block;
		left: 0;
	}
	
	.box-header nav {
		color: #ffffff;
		text-transform: uppercase;
		display: none;
		position: absolute;
		top: 37%;
		right: 0;
	}
	
	.slide-content h1 {
		color: #fff;
		background-color: #000;
		padding: 5px 20px 5px 10px;
		margin: 0;
		font-size: 34px;
	}
	
	.newsbox {
		border: 1px solid #fff;
		margin-bottom: 20px;
		margin-left: 20px;
		float: left;
		display: block;
		padding: 0 20px;
		width: 88%;
		margin-right: 0;
	}
	
	.start.headslider .slide-content {
		position: relative;
		bottom: 40vh;	
	}
	
	
	.start .slide-content h1 {
		color: #fff;
		font: 60px/53px "OverdriveSunset";
		background-color: rgba(0, 0, 0, 0);
		padding: 15px 20px 0 15px;
		margin: 0 0 10px;
		display: inline;
		float: left;
	}
	
	.start.headslider .container.slide-content p {
		color: #fff;
		clear: left;
		padding-left: 15px;
		line-height: 20px;
		padding-right: 15px;
	}
	
	
	
}

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

}

@media only screen and (max-width: 420px) {
    
	h1 {
		font-size: 38px;
		text-transform: uppercase;
		line-height: 38px;
		margin-bottom: 20px;
	}
	.box-header {
	    position: relative;
		z-index: 3;
		height: 100px;
		width: 100%;
		top: 20px;
	}
	
	.box-logo {
	    display: block;
		width: 80px;
		right: 0;
		position: absolute;
		height: 80px;
		margin-top: 20px;
		margin-right: 20px;
	}
	
	
	
	.box-logo a{
	    display: block;
		width: 100px;
		height: 100px;
		transition: all 0.3s ease;
		border-style: none;
	}
	
	.box-logo a:hover{
	    display: block;
		width: 100px;
		height: 100px;
		transform: scale(1.1);
		background-color: rgba(255, 255, 255, 0);
	}
	
	.headslider {
		position: relative;
		z-index: 0;
		border: 20px solid #FFF;
		top: -100px;
		height: 70vh;
	}

	.vimeo-wrapper {
	   position: relative;
	   top: 0;
	   left: 0;
	   width: 100%;
	   height: 100%;
	   z-index: -1;
	   pointer-events: none;
	   overflow: hidden;
	}

	.vimeo-wrapper iframe {
	   width: 100vw;
	   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	   min-height: 30vh;
	   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	   position: absolute;
	   top: 50%;
	   left: 50%;
	   transform: translate(-50%, -50%);
	}
	

	.section {
		padding-top: 100px;
		background-color: #fff;
		position: relative;
		background-repeat: no-repeat;
		background-size:  cover;
	}

	.section.abig {
		padding-bottom: 50px;
	}
	
	wildb {
		font-size: 45px;
		line-height: 40px;
	}
	
	h2 {
		font-size: 26px;
	}
	
	.start.headslider h2 {
		font-family: 'Roboto Mono', sans-serif;
		font-size: 4vh;
		text-transform: uppercase;
		font-weight: 300;
		margin-bottom: 50px;
		color: #fff;
		position: absolute;
		bottom: 0;
		margin-top: 0;
	}
	
	h3 {
		font-size: 24px;
	}
	
	h4 {
		font-size: 21px;
		line-height: 21px;
	}
	
	lead {
		font-size: 20px;
		line-height: 20px;
	}
	
	.tv .container .row {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.tv div.container-fluid.main-container.clearfix div.container div.row img{
		padding-right: 0px;
		padding-left: 0px;
		margin-bottom: 15px;
		margin-top: 30px;
	}
	
	.tv wild a {
		color: #off;
		font-size: 55px;
		line-height: 30px;
	}
	
	.row.bl h2 {
		padding-right: 15px;
		padding-left: 15px;
		display: flex;
		padding-top: 20px;
		margin-bottom: 10px;
	}
	
	
	.row.bl h3 {
		padding-right: 15px;
		padding-left: 15px;
		display: flex;
		padding-top: 20px;
	}
	
	.content .container .row.br h2 {
		text-align: right;
		padding-right: 15px;
		padding-left: 15px;
		display: flex;
		padding-top: 20px;
		margin-bottom: 10px;
		
	}
	
	.content .container .row.br h3 {
		text-align: right;
		padding-right: 15px;
		padding-left: 15px;
		display: flex;
		padding-top: 20px;
		margin-bottom: 10px;
	}
		
		
	.content .container .row.bl p{
		margin-left: 0;
		display: flex;
		padding-right: 15px;
		padding-left: 15px;
		padding-top: 20px;
	}
	
	.content .container .row.br p{
		margin-left: 0;
		display: flex;
		padding-left: 15px;
		padding-right: 15px;
		text-align: left;
		margin-top: 2px;
		padding-top: 20px;
	}
	
	.section.dunkelgrau {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.logosw {
		float: right;
		width: 120px;
	}
	
	.box-primary-nav a {
	    display: inline-block;
	    padding: .4em 1em;
	     -webkit-transition: all 0.2s;
	    transition: all 0.2s;
		text-decoration: none;
		text-transform: uppercase;
		background-color: #fff;
		color: #000;
		font-size: 7vw;
	}
	
	.panel-body {
		background-color: #ff4645;
		padding-top: 0;
		padding-right: 10px;
		padding-left: 10px;
		margin: 0 10px 0 0;
		border-top-style: none;
		height: 26px;
		display: inline-block;
		left: 0;
	}
	
	.panel-heading h4.panel-title a {
		font-size: 20px;
		text-decoration: none;
		border-style: none;
		background-color: #eaeaea;
		display: block;
		padding: 3px 20px 2px;
		margin-right: 10px;
	}
	
	.content.nohead .container {
		margin-top: 150px;
	}
	
	.content.noheadwild .container {
		margin-top: 150px;
	}
	
	.tags a {
		font-size: 21px;
		text-decoration: none;
		border-style: none;
		background-color: #eaeaea;
		padding: 10px 20px 5px;
		text-transform: uppercase;
		float: left;
		display: block;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.casestudies2 .csholder {
		margin-bottom: 20px;
		padding: 20px 0;
	
	}
	
	.casestudies2 .csholder .csname.h4 {
		font-size: 28px;
		margin-top: 30px;
		display: flex;
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.casestudies2 .csholder div.csdesc {
		display: block;
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.casestudies2 .row.csholder:nth-child(2n) .h4 {
		text-align: left;
		display: flex;
		padding-top: 30px;
	}
	
	.casestudies2 .row.csholder:nth-child(2n) .csdesc {
		text-align: left;
	}
		

	
}
