/* Standard CSS Deklarationen */

html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x:hidden;
}

body {
    background-color: #333333;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    height:100%;
    overflow-x:hidden;
    font-size: 14px;
}

.strike {
    text-decoration: line-through;
}

a, a:active, a:focus {
    color: #DEDEDE;
}

a:hover {
    color: #FFFFFF;
}

nav {
    margin-top: 37px;
    height: 220px;
}

article {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow-y: auto;
}

.blog article {
    width: auto;

}

.float-right {
    float: right;
}

.body-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #333333;
    background-attachment: fixed;
}

.background-brunner {
    background-image: url("../images/brunner.jpg");
}
.background-der-mim-board {
    background-image: url("../images/arbeiten/dermimboard_bg.jpg");
}

.background-kassecker {
    background-image: url("../images/arbeiten/kassecker_bg.jpg");
}

.background-scooter-for-biker {
    background-image: url("../images/arbeiten/scooterforbiker_bg.jpg");
}

.background-hamm {
    background-image: url("../images/arbeiten/heart_of_compaction_bg.jpg");
}

.background-institut-finanzplanung-vorsorge {
    background-image: url("../images/arbeiten/institut_vorsorge_finanzplanung_bg.jpg")
}

.background-baeuml-bau {
    background-image: url("../images/arbeiten/baeuml_bau_bg.jpg")
}

.background-skon {
    background-image: url("../images/arbeiten/skon_bg.jpg");
}
.background-strida {
    background-image: url("../images/arbeiten/strida_bg.jpg");
}

.background-trenoli {
    background-image: url("../images/arbeiten/trenoli_bg.JPG");
}
.background-ziegler {
    background-image: url("../images/arbeiten/zieglerglobal.jpg");
}
.background-kewog {
    background-image: url("../images/arbeiten/kewog_bg.jpg");
}

.background-kerafol {
    background-image: url("../images/arbeiten/kerafol_bg.jpg");
}

.background-kymco-maxxer-300 {
    background-image: url("../images/arbeiten/maxxer_supermoto_bg.jpg");
}

.background-muehlmeier {
    background-image: url("../images/arbeiten/muehlmeier_bg.jpg");
}

.background-c3 {
    background-image: url("../images/c3-marketing.jpg");
}
.background-heinl {
    background-image: url("../images/heinl.jpg");
}
.background-conrad {
    background-image: url("../images/conrad.jpg");
}
.background-baxi {
    background-image: url("../images/baxi.jpg");
}
.background-kewog {
    background-image: url("../images/kewog.jpg");
}
.background-kymco {
    background-image: url("../images/kymco.jpg");
}
.background-tretter {
    background-image: url("../images/tretter.jpg");
}

.background-global {
    background-image: url("../images/arbeiten/global_care_bg.jpg");
}

.background-spk {
    background-image: url("../images/arbeiten/spk_bg.jpg");
}



.overlayBG {
    background-color: #000;
    opacity: 0.90;
}

#lightbox {
    position: fixed;
    left: 33%;
    margin-left: -100px;
    z-index: 10000;
    width: 600px;
    height: 100%;
    background-color: #000000;
    background: rgba(0,0,0,.6);
    color: #FFFFFF;
    font-family: 'Source Sans Pro';
    overflow: auto;
    overflow-x: visible;
    overflow-y: visible;
}

.lightbox-content {
    padding: 30px;
    color: #FFFFFF;
    text-align: justify;
    font-size: 20px;
}

.lightbox-content2 {
    position: absolute;
    z-index: 10000;
    left: 20%;
    /* width: 900px; */
    margin-left: auto;
    width: 900px;
    background: transparent;
    color: #FFFFFF;
    font-family: 'Source Sans Pro';
    padding: 30px 30px 50px 30px;
    font-size: 20px;
    text-align: justify;
    margin-right: auto;
    /* height: 100%; */
    overflow: hidden;
}

.body-background .lightbox-content2 {
    background: rgba(0,0,0,0.6);
}

.lightbox-content h1,
.lightbox-content2 h1{
    font-size: 50px;
    color: #FFFFFF;
    margin-bottom: 0px;
    font-family: 'Roboto Slab', Serif;
    text-align: left;
}

.lightbox-content h5,
.lightbox-content2 h5{
    font-size: 30px;
    color: #C3C3C3;
    margin-top: 2px;
    padding-bottom: 0;
    font-weight: normal;
}

.lightbox-content2 h6
{
    margin-bottom: 3px;
    margin-top: 37px;
    font-size: 24px;
}

.lightbox-content p,
.lightbox-content2 p{
    padding: 0;
    margin: 15px 0px;
    font-weight: normal;
}

.lightbox-content a.link {
}

.lightbox-content a.quicklink,
.lightbox-content2 a.quicklink{
    padding: 3px 5px 3px 5px;
    background-color: #f3bd2d;
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    text-decoration: none;
    transition: all 0.3s linear;
}

.lightbox-content a.quicklink:hover,
.lightbox-content2 a.quicklink:hover{
    background: rgba(255,255,255,.8);
}
.lightbox-content .social-container a,
.lightbox-content2 .social-container a{
    border-left: 1px solid #f3bd2e;
    padding: 5px;
    color: #f3bd2d;
    text-decoration: none;
    float: left;
}

.lightbox-content .other-links,
.lightbox-content2 .other-links{
    float: right;
    padding: 5px;
    color: #f3bd2d;
}

.lightbox-content .other-links a,
.lightbox-content2 .other-links a{
    color: #f3bd2d;
    text-decoration: none;
}

.lightbox-content .other-links a.normal,
.lightbox-content2 .other-links a.normal{
    color: #C3C3C3;
    margin-left: 20px;
}



.leftContainer, #rightContainer {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#leftContainer {
    position: fixed;
    width: 200px;
    left: -350px;
    z-index: 90000;
    background-color: #000000;
    height: 100%;
    padding-left: 115px;
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    overflow-y: auto;
    overflow-x: hidden;
}


div.media iframe,
div.media a img {
    width: 900px;
    height: 506px;
}

div#wrapper {
    position: absolute;
    left: 150px;
    height: 100%;
    min-height: 500px;
    width: 100%;
}


#rightContainer {
    margin-left: 80px;
}

div#leftContainer a {
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    color: #B2B2B2;
}

div#leftContainer a:hover {
    color: #FFFFFF;
}

div#leftContainer a#link_active {
    color: #FFFFFF;
}


.fsvs {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
}


div.content {
    position: absolute;
    text-align: left;
    width: 800px;
    margin-top: 0px;
    margin-left: -400px;
    /*top: 50%;*/
    left: 50%;
}

div.content-agentur {
    position: absolute;
    text-align: left;

    margin-top: 0px;
    margin-left: -400px;
    /*top: 50%;*/
    left: 50%;
    font-family: 'Source Sans Pro', Serif;

    height: 100%;
}

.content-agentur-inner {
    position: absolute;
    width: 810px;
}

p.content {
    padding: 40px 80px 0px 310px;
    text-align: justify;
}



.content-agentur p {
	font-size: 18px;
	line-height: 28px;
	text-align: justify;
}
.content h2, .content-agentur h2 {
    color: #FFFFFF;
    font-family: "roboto slab", serif;
    margin-bottom: 4px;
    font-size: 62px;
    margin-top: 0px;
    font-weight: bolder;
}



.content p.subheadline {
    font-size: 35px;
    margin-bottom: 39px;
    font-family: "Source Sans Pro", Serif;
    Color: #CCCCCC;
    margin-top: 0px;
    padding-bottom: 3px;
}

.content-agentur p.subheadline {
	font-size: 26px;
    margin-bottom: 39px;
    font-family: "Source Sans Pro", Serif;
    Color: #FCBE21;
    margin-top: 0px;
    padding-bottom: 3px;
}

.content-agentur div.shadowbox {
    padding: 30px 20px;
	background-color: rgba(0,0,0,.65);
	font-size: 30px;
	line-height: 40px;
	overflow: hidden;
    font-family: 'Roboto Slab', Serif;
    text-align: justify;
    width: 760px;
    font-weight: bold;
}

.content-agentur div.kontakt div.shadowbox {
    padding: 30px 0px;
    background-color: rgba(0,0,0,.65);
    font-size: 30px;
    line-height: 40px;
    overflow: hidden;
    font-family: 'Roboto Slab', Serif;
    text-align: justify;
    width: 100%;
}

.content-agentur div.shadowbox h3 {
	margin: 0;
	padding: 0;
}

.content-agentur p.shadowbox-description {
	text-align: right;
	margin: 0;
	padding: 0;
	color: #000000;
}

.content-agentur div.kreis1,
.content-agentur div.kreis2,
.content-agentur div.kreis3 {
	width: 246px;
	height: 246px;
    margin-bottom: 60px;
	border-width: 4px;
	border-style: solid;
	border-color: #FFFFFF;
	border-radius: 1000px;
	float: left;
    transition: 0.5s ease-in-out;
}

.content-agentur div.kreis1Inner,
.content-agentur div.kreis2Inner,
.content-agentur div.kreis3Inner{
    width: 0px;
    height: 0px;
    border-width: 0px;
    border-style: solid;
    border-color: #FFFFFF;
    border-radius: 1000px;
    padding-top: 20px;
    float: left;
    background-color: #f3bd2e;
    color: #000000;
    margin-left: -4px;
    margin-top: -4px;
    transition: 0.5s ease-in-out;
}

div.kreisText {
    width: 150px;
    height: 150px;
    text-align: center;
    font-weight: bold;
    margin-left: 45px;
    margin-top: 40px;
    display: none;
    transition: 0.5s;
    color: #000000;
}

div.kreisStandard {
    width: 150px;
    height: 150px;
    text-align: center;
    font-weight: bold;
    margin-left: 45px;
    margin-top: 100px;
    font-size: 24px;
    font-family: "roboto slab";

}


div.kreis1:hover,
div.kreis2:hover,
div.kreis3:hover{
    background-color: #FCBE21;
    border-color: #FCBE21;
}

.content-agentur div.kreis2:hover > div.kreisText {
    margin-top: 60px;
}

.content-agentur div.kreis1:hover > div.kreisStandard,
.content-agentur div.kreis2:hover > div.kreisStandard,
.content-agentur div.kreis3:hover > div.kreisStandard
{
    display: none;
}
.content-agentur div.kreis1:hover > div.kreisText,
.content-agentur div.kreis2:hover > div.kreisText,
.content-agentur div.kreis3:hover > div.kreisText

{
    display: block;
}

/*.content-agentur div.kreis1:hover > div.kreis1Inner,
.content-agentur div.kreis2:hover > div.kreis2Inner,
.content-agentur div.kreis3:hover > div.kreis3Inner{
    height: 226px;
    width: 246px;
    border-width: 4px;
    border-style: solid;
    /*display: block;
}
*/


div.kreis1{
	/*background-image: url(../images/kreis-1-normal.png);
	background-repeat: no-repeat;
	background-position: center center;*/
	transition: 0.5s ease-in-out;
	margin-top: 10px;
}



div.kreis2 {
    /*
	background-image: url(../images/kreis-2-normal.png);
	background-repeat: no-repeat;
	background-position: center center;*/
	transition: 0.5s ease-in-out;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

div.kreis3 {
    /*
	background-image: url(../images/kreis-3-normal.png);
	background-repeat: no-repeat;
	background-position: center center;*/
	transition: 0.5s ease-in-out;
	margin-top: 10px;
}

div.kreis1:hover {
	/*background-image: url(../images/kreis-1-hover.png);
	background-color: #FCBE21;*/
}

div.kreis2:hover {/*
	background-image: url(../images/kreis-2-hover.png);
	background-color: #FCBE21;*/
}

div.kreis3:hover {
    /*
	background-image: url(../images/kreis-3-hover.png);
	background-color: #FCBE21;*/
}


div.shadowdescr {
	float: left;
	width: 300px;
	padding: 60px 55px 82px 55px;
	background: rgba(0,0,0,.65);
	
}

div.shadowdescr h2 {
	font-size: 32px;
}
div.bessereWerbungBox {
	float: left;
	width: 400px;
	background-image: url("../images/c3_bessere_werbung.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	height: 492px;
}

div.kontaktmoeglichkeit {
	padding: 0px 0px 30px 20px;
	float: left;
    width: 360px;
    font-family: "Roboto Slab", Serif;
}

div.kontaktmoeglichkeit p {
	margin-top: 5px;
	font-size: 16px;
}

div.kontaktformular {
	width: 390px;
	float: left;
}

h2.header {
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
	font-size: 32px;

}

div.kontakt {

}

div.kontaktformular {
    padding-left: 20px;
}


div.kontaktformular div.feld {
	height: 60px;
    font-family: "roboto slab";
}

div.kontaktformular div.feld-last {
	height: 40px;
}

div.kontaktformular div.feld span.title,
div.kontaktformular div.feld-last span.title {
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 0;
	height: 20px;
}

div.kontaktformular div.feld input {
	width: 365px;
	border: 1px solid #efefef;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #999999;
}

div.kontaktformular div.feld input:hover,
div.kontaktformular div.feld input:focus,
div.kontaktformular div.feld input:active,
div.kontaktformular textarea:hover,
div.kontaktformular textarea:focus,
div.kontaktformular textarea:active {
	font-style: normal;
	color: #000000;
}

div.kontaktformular textarea {
	height: 150px;
	width: 365px;
	font-size: 12px;
	color: #999999;
	
}

div.kontaktformular .button {
    margin-top: 10px;
    margin-bottom: 20px;
	background-color: #000000;
	color: #FFFFFF;
	border-radius: 0px;
	width: 200px;
	height: 40px;
	font-size: 14px;
	font-family: 'Roboto Slab', Serif;
    font-weight: bold;
    border: 3px solid #000000;
    padding: 0px !important;
}

div.kontaktformular .button:hover {
	color: #FFFFFF;
	border: 3px solid #FFFFFF;
}




a.boxlink {
    padding: 8px 10px 8px 10px;
    border: 2px solid #DDDDDD;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 45px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;

}

.content a {
    padding: 5px 10px;
    border: 2px solid #FFF;
    font-family: "Source Sans Pro",serif;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 2px;
    overflow: visible;
    font-size: 18px;
    font-weight: bolder;
    text-decoration: none;
}

.content a:hover {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

/* Slider Eigenschaften / Klassen / IDs */

#fsvs-body {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    position: absolute;
    height: 100%;
    width: 100%;
}

.slide {
    width: 100%;
    height: 100%;
    margin-top: -00px;
    margin-bottom: -00px;
}



.slide:nth-child(1),
.slide:nth-child(2),
.slide:nth-child(3),
.slide:nth-child(4),
.slide:nth-child(5),
.slide:nth-child(6),
.slide:nth-child(7),
.slide:nth-child(8){
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #333333;
}
.slide:nth-child(1) {
    background-image: url(../images/bg2.jpg);
}

.slide:nth-child(2) {
    background-image: url(../images/brunner.jpg);

}
.slide:nth-child(3) {
    background-image: url(../images/arbeiten/dermimboard_bg.jpg);
}

.slide:nth-child(4) {
    background-color: #333333;
}

#fsvs-pagination {
    position: fixed;
    height: auto;
    top: 50%;
    z-index: 1000;
    display: block;
}

.pagination-link {
    font-size: 50px;
    line-height: 50px;
    opacity: 0.6;
    color: #000000  ;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: -5px;
    margin-bottom: -5px;
    width: 0;
}

span.beschreibung {
    display: none;
    color: lime;
}

/* Do, 28.05.2015
/* Änderung Navigation Beschreibung */
/*
.pagination-link:hover > span.beschreibung {
    display: inline-block;
    color: lime;
    background-color: transparent;
    width:  200px;
    height: 32px;
    z-index: 9999999999999999;
    text-align: right;
    margin-left: -200px;
    transform: rotate(30deg);
}

.pagination-link:nth-child(1):hover > span.beschreibung::before {
    font-family: "Tahoma";
    Content: "Startseite";
    padding: 5px;
}

.pagination-link:nth-child(2):hover > span.beschreibung::before {
    content: "Die Agentur";
}
*/



.pagination-link.active, .pagination-link .active,
.pagination-link.active span, .pagination-link .active span{
    opacity: 1;
    background-color: #F3BD2C;
}

.pagination-link:hover {
    opacity: 1;
    background-color: #F3BD2C;
}


.pagination-link.active,
.pagination-link:hover 
{
    color: #f3bd2d !important;
}

html > body > div.navi_logo > a > object > svg > path {
    fill: #f3bd2d !important;
}

div.navi_logo {
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 90001;
    background-color: #000000;
    padding: 10px 10px 6px 10px;
    background: rgba(0,0,0,.5);
}

div.navi_logo a {
    width: 48px;
    height: 40px;
    float: left;
    background-image: url("../images/c3_logo_white.svg");
    background-repeat: no-repeat;
}

div.navi_logo img {
    opacity: 1;
    cursor: pointer;
}

div.desc-container {
}


div.information {
    position: absolute;
    bottom: 40px;
    color: #b2b2b2;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
}

div.social {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 15px;
}

div.social a:hover i {
    color: #f3bd2d;
}


/* Arbeiten / Kachel Unterseite */

#bottomLine {
    width: 100%;
    background-color: #000000;
    padding-left: 50px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999998;
    height: 33px;
    font-weight: bold;
    font-family: "Source Sans Pro";
}

#bottomLine div.linkbox {

    font-size: 16px;

    text-decoration: none;
}

#bottomLine div.linkbox a{
    background-color: #f3bd2e;
    color: #000000;
    float: left;
    margin-right: 1px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    padding: 6px 10px;
    font-weight: bold;
}

#bottomLine div.linkbox a:hover {
    background-color: transparent;
    color: #FFFFFF;

}


#bottomLine div.linkbox.active {
    background-color: transparent;
    color: #FFFFFF;

    float: left;
    padding: 6px 10px;
}

#bottomLine div.filter {
    float: left;
    height: 31px;
    width: 100px;
    overflow: hidden;
    background-color: #F9C132;
    font-family: "Source Sans Pro";
    font-size: 16px;
    padding-top: 6px;
    color: #000000;
    font-weight: bold;
}

#arbeitsfilter {
    width: 1000px;
    height: 60px;
    text-align: center;
    /*position: fixed;
    bottom: 0px;*/

    z-index: 999999;
    display: inline-block;

}

.button {
    display: inline-block;
    padding: 5px 18px;
    margin-bottom: 10px;
    background: #000000;
    border: none;
    border-radius: 7px;
    color: #AEAEAE;
    font-family: "Roboto Slab", sans-serif;
    font-size: 16px;
    text-shadow: 0 1px white;
    cursor: pointer;
}



.kachelheadline {
    background-color: #f3bd2d;
    color: #333333;
}

.kachel.kachelheadline > .kacheloverlaybg {
    height: 100%;
    width: 100%;
}
#kachel-raster,
#kachel-raster-kontakt {
    position: absolute;
    margin: 0 auto;
    height: 106%;
    width: 100%;
    transition: all 0.5s ease-in-out;
}
#kachel-raster{
    position: absolute;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.kontakt-div-left,
.kontakt-div-right{
    width: 50%;
    float: left;

}
.kachel:hover > .kacheloverlaybg {
    width: 100%;
    height: 100%;
    margin-top: 0%;
    transition: 0.5s ease-in-out;
}

.kacheloverlaybg {
    background: rgba(0,0,0,.7);
    height: 0px;
    z-index: 11;
    color: #FFFFFF;
    padding: 0px;
    transition: 0.5s ease-in-out;
    overflow: hidden;
}

.kacheltext {
    height: calc(900px / 3);
    min-height: 200px;
    padding-top: 110px;
    padding-bottom: 150px;
    text-align: center;
    font-family: "Source Sans Pro", serif;
}

.kacheltext h1 {
    font-family: "Roboto Slab", serif;
    font-size: 32px;
    color: #333333;
    margin: -25px 0 0 0;
    font-weight: bold;
    padding: 0;
}

.kacheltext h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-family: "Roboto Slab", serif;

}

.placemarker {
    position: absolute;
    right: 40px;
}
.placemarker a {
    width: 30px;
    text-decoration: none;
    color: #333333;
    font-size: 32px;
    text-decoration: none;
}

.kachel .kachelOverlayBG1 span {
    color: #b3b3b3;
    font-family: "Roboto Slab", serif;
}

a:nth-child(1) .kachel {
    background-color: #F3BD2C;
    background-image: url("../images/arbeiten/previewbilder/dermimboard_bg.jpg");
    z-index: 10;
}

a:nth-child(2) .kachel {
    background-color: lawngreen;
    background-image: url("../images/arbeiten/previewbilder/kassecker_03.jpg");
    z-index: 10;
}

a:nth-child(3) .kachel {
    background-image: url("../images/arbeiten/previewbilder/scooterforbiker_bg.jpg");
    background-color: #0B5E86;
    z-index: 10;
}

a:nth-child(4) .kachel {
    background-image: url("../images/arbeiten/previewbilder/brunner_baecker_01.jpg");
    background-color: red;
    z-index: 10;
}

a:nth-child(5) .kachel {
    background-color: #f3bd2e;
    color: #111111;
    display: block;
}
a:nth-child(6) .kachel {
    background-color: navy;
    background-image: url("../images/arbeiten/previewbilder/institut_vorsorge_finanzplanung_bg.jpg");
    z-index: 10;
}

a:nth-child(7) .kachel {
    background-color: grey;
    background-image: url("../images/arbeiten/previewbilder/baeuml_bau_bg.jpg");
    z-index: 10;
}
a:nth-child(8) .kachel {
        background-image: url("../images/arbeiten/previewbilder/skon_bg.jpg");
        background-color: #334223;
        z-index: 10;
}
a:nth-child(9) .kachel {
    background-image: url("../images/arbeiten/previewbilder/strida_bg.jpg");
    background-color: #FFFFFF;
    z-index: 10;
}
a:nth-child(10) .kachel {
    background-image: url("../images/arbeiten/previewbilder/trenoli_bg.jpg");
    z-index: 10;
}
a:nth-child(11) .kachel {
    background-image: url("../images/arbeiten/previewbilder/kewog_bg.jpg");
    z-index: 10;
}
a:nth-child(12) .kachel {
    background-image: url("../images/arbeiten/previewbilder/kerafol_bg.jpg");
    z-index: 10;
}
a:nth-child(13) .kachel {
    background-image: url("../images/arbeiten/previewbilder/muehlmeier_bg.jpg");
    z-index: 10;
}

a:nth-child(14) .kachel {
    background-image: url("../images/arbeiten/previewbilder/maxxer_supermoto_bg.jpg");
    z-index: 10;
}
a:nth-child(15) .kachel {
    background-image: url("../images/arbeiten/previewbilder/zieglerglobal_02.jpg");
    z-index: 10;
}

a:nth-child(16) .kachel {
    background-image: url("../images/arbeiten/previewbilder/global_care_bg_klein.jpg");
    z-index: 10;
}

a:nth-child(17) .kachel {
    background-image: url("../images/arbeiten/previewbilder/spk_bg.jpg");
    z-index: 10;
}

/* Kontakt Kachelseite */
#kachel-raster-kontakt a:nth-child(1) .kachel {
    background-image: url("../images/previewbilder_kontakt/01_walter.jpg");
    z-index: 10;
}
/* Hintergrundbilder der Kontaktkacheln */
#kachel-raster-kontakt a:nth-child(2) .kachel { background-image: url("../images/previewbilder_kontakt/prev_Thomas_web.jpg");}
#kachel-raster-kontakt a:nth-child(3) .kachel { background-image: url("../images/previewbilder_kontakt/03_reisnecker.jpg");}
#kachel-raster-kontakt a:nth-child(4) .kachel { background-image: url("../images/previewbilder_kontakt/04_seelk.jpg");}
#kachel-raster-kontakt a:nth-child(5) .kachel { background-image: url("../images/previewbilder_kontakt/05_rueth.jpg");}
#kachel-raster-kontakt a:nth-child(6) .kachel { background-image: url("../images/previewbilder_kontakt/prev_Melanie_web.jpg");}
#kachel-raster-kontakt a:nth-child(7) .kachel { background-color: #FFFF00;}
/* 7 wird ausgelassen, da Placement-link */
#kachel-raster-kontakt a:nth-child(9) .kachel { background-image: url("../images/previewbilder_kontakt/06_meixner.jpg");}
#kachel-raster-kontakt a:nth-child(10) .kachel { background-image: url("../images/previewbilder_kontakt/07_burkhard.jpg");}
#kachel-raster-kontakt a:nth-child(11) .kachel { background-image: url("../images/previewbilder_kontakt/08_wildenrother.jpg");}
/*#kachel-raster-kontakt a:nth-child(12) .kachel { background-image: url("../images/previewbilder_kontakt/19_wissgott.jpg");}*/
#kachel-raster-kontakt a:nth-child(12) .kachel { background-image: url("../images/previewbilder_kontakt/11_bayer.jpg");}
#kachel-raster-kontakt a:nth-child(13) .kachel { background-image: url("../images/previewbilder_kontakt/12_lueftner.jpg");}
#kachel-raster-kontakt a:nth-child(14) .kachel { background-image: url("../images/previewbilder_kontakt/13_ritz.jpg");}
#kachel-raster-kontakt a:nth-child(15) .kachel { background-image: url("../images/previewbilder_kontakt/14_hammer.jpg");}
#kachel-raster-kontakt a:nth-child(16) .kachel { background-image: url("../images/previewbilder_kontakt/15_gradl.jpg");}
#kachel-raster-kontakt a:nth-child(17) .kachel { background-image: url("../images/previewbilder_kontakt/prev_Web_Timo.jpg");}
#kachel-raster-kontakt a:nth-child(18) .kachel { background-image: url("../images/previewbilder_kontakt/17_schoesser.jpg");}
#kachel-raster-kontakt a:nth-child(19) .kachel { background-image: url("../images/previewbilder_kontakt/18_schuessler.jpg");}
#kachel-raster-kontakt a:nth-child(20) .kachel { background-image: url("../images/previewbilder_kontakt/20_hegen.jpg");}
#kachel-raster-kontakt a:nth-child(21) .kachel { background-image: url("../images/previewbilder_kontakt/prev_Web_Andreas.jpg");}
#kachel-raster-kontakt a:nth-child(22) .kachel { background-image: url("../images/previewbilder_kontakt/prev_Sarah.jpg");}

/* Blog Unterseite */

div.blog {
    position: absolute;
    height: 100%;
    width: 100%;
}

article.blog {
    position: relative;
    height: 50%;
    min-height: 300px;
    padding-left: 350px;
}

article.blog:nth-child(odd)
{
    background-color: #444444;
}
article.blog:nth-child(even) {
    background-color: #333333;
}

article.blog > div.blogcontent {

    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    color: #000000;
    font-family: "Source Sans Pro", Serif;
    overflow: hidden;

}

div.blogcontent span.date {
    color: #f3bd2d;
    font-weight: bold;
    display: block;

}


div.blogcontent h1 {
    color: #FFFFFF;
    font-family: 'Roboto Slab', serif;
    font-size: 32px;
    max-width: 1000px;

}

div.blogcontent h2 {
    color: #CECECE;
    font-size: 24px;
    max-width: 1000px;
}


/* Aktuelle Seite Position */

div.currentpagebar {
    position: relative;
    min-width: 350px;
    width: 90%;
    height: 20px;
    padding: 10px;
    background: rgba(0,0,0,.7);
    margin-left: auto;
    margin-right: auto;
    font-family: 'source sans pro', serif;
    font-size: 16px;
    border-radius: 9px 9px 9px 9px;
}

.currentpagebar-heinl {
    background: linear-gradient(rgba(0,0,0,.7),rgba(164,122,80,0.7)) !important;

}

.currentpagebar-brunner {
    background: rgba(138, 122, 94, 0.7) !important;
}

div.currentpagebar span {
    color: #efefef;
    font-size: 16px;

}

div.currentpagebar span a {
    color: #FFFFFF;
    text-decoration: none;
    opacity: 0.5;
}

div.currentpagebar span a.active {
    color: #f3bd2d;
    text-decoration: underline;
    opacity: 1.0;
}

div.currentpagebar span a:hover {
    text-decoration: underline;
    opacity: 1;
}

/* Kontaktseite */

.slide_kontakt {
    width: 100%;
    height: 100%;
}

.slide_kontakt:nth-child(1), .slide_kontakt:nth-child(2),
.slide_kontakt:nth-child(3), .slide_kontakt:nth-child(4),
.slide_kontakt:nth-child(5), .slide_kontakt:nth-child(6),
.slide_kontakt:nth-child(7), .slide_kontakt:nth-child(8),
.slide_kontakt:nth-child(9), .slide_kontakt:nth-child(10),
.slide_kontakt:nth-child(11), .slide_kontakt:nth-child(12),
.slide_kontakt:nth-child(13), .slide_kontakt:nth-child(14),
.slide_kontakt:nth-child(15), .slide_kontakt:nth-child(16),
.slide_kontakt:nth-child(17), .slide_kontakt:nth-child(18),
.slide_kontakt:nth-child(19), .slide_kontakt:nth-child(20),
.slide_kontakt:nth-child(21), .slide_kontakt:nth-child(22){
    /*background-image: url(./images/01_walter.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #000000;
}

.slide_kontakt:nth-child(1) {
    background-image: url("../images/01_walter.jpg");
}

.slide_kontakt:nth-child(2){
    background-color: #f3bd2d;
    background-image: url(../images/Thomas_web.jpg);

}
.slide_kontakt:nth-child(3){
    background-image: URL("../images/03_reisnecker.jpg");
}
.slide_kontakt:nth-child(4){
    background-image: URL("../images/04_seelk.jpg");
}
.slide_kontakt:nth-child(5){
    background-image: URL("../images/05_rueth.jpg");
}
.slide_kontakt:nth-child(6){
    background-image: URL("../images/06_meixner.jpg");
}
.slide_kontakt:nth-child(7){
    background-image: URL("../images/07_burkhard.jpg");
}
.slide_kontakt:nth-child(8){
    background-image: URL("../images/08_wildenrother.jpg");
}
/*.slide_kontakt:nth-child(9){*/
    /*background-image: URL("../images/19_wissgott.jpg");*/
/*}*/
.slide_kontakt:nth-child(9){
    background-image: URL("../images/11_bayer.jpg");
}
.slide_kontakt:nth-child(10){
    background-image: URL("../images/12_lueftner.jpg");
}
.slide_kontakt:nth-child(11){
    background-image: URL("../images/13_ritz.jpg");
}
.slide_kontakt:nth-child(12){
    background-image: URL("../images/14_hammer.jpg");
}
.slide_kontakt:nth-child(13){
    background-image: URL("../images/15_gradl.jpg");
}
.slide_kontakt:nth-child(14){
    background-image: URL("../images/Web_Timo.jpg");
}
.slide_kontakt:nth-child(15){
    background-image: URL("../images/17_schoesser.jpg");
}
.slide_kontakt:nth-child(16){
    background-image: URL("../images/18_schuessler.jpg");
}
.slide_kontakt:nth-child(17){
    background-image: URL("../images/20_hegen.jpg");
}
.slide_kontakt:nth-child(18){
    background-image: URL("../images/Web_Andreas.jpg");
}
.slide_kontakt:nth-child(19){
    background-image: URL("../images/Sarah.jpg");
}
.slide_kontakt:nth-child(20){
    background-image: URL("../images/Melanie_web.jpg");
}

div.descr-contact {
    position: absolute;
    top: 35%;
    left: 30%;
    width: 600px;
    height: auto;
    font-family: "source sans pro", serif;
}

div.descr-contact h2 {
    font-size: 44px;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 0;

}
div.descr-contact h3 {
    margin-top: 5px;
    font-size: 32px;
    color: #dedede;
}
div.descr-contact div.contact-information {
    font-size: 20px;

}

div.descr-contact div.contact-information span {
    margin-top: 8px;
    display: block
}

div.descr-contact div.contact-information i {
    margin-right: 10px;
    color: #f3bd2d;
    width: 20px;
    text-align: center;
}

div.descr-contact div.contact-information img {

}

div.descr-contact div.contact-information a {
    text-decoration: none;
}

div.descr-contact div.contact-information a:hover {
    text-decoration: double;
}

#fsvs-pagination-kontakt {
    position: fixed;
    right: 10px;
    top: 50%;
}

#fsvs-pagination-kontakt .pagination-link {
    padding: 0px;
}


/* Für Agentur / C3 marketing agentur Unterseite (* SLIDER *) */

.slide_agentur {
    width: 100%;
    height: 100%;
}

.slide_agentur:nth-child(1),
.slide_agentur:nth-child(2),
.slide_agentur:nth-child(3),
.slide_agentur:nth-child(4),
.slide_agentur:nth-child(5)
{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #000000;
}


.slide_agentur:nth-child(1)
{
    background-image: url("../images/agentur-bg01.jpg");
}

.slide_agentur:nth-child(2){
    background-image: url("../images/agentur-bg02.jpg");
}

.slide_agentur:nth-child(3){
    background-image: url("../images/agentur-bg03.jpg");
}

.slide_agentur:nth-child(4){
	background-image: url("../images/agentur-bg04.jpg");
}
.slide_agentur:nth-child(5){
	background-image: url("../images/agentur-bg05.jpg");
}

#fsvs-pagination-agentur {
    position: fixed;
    right: 10px;
    top: 50%;
}

.slider_arrow {
    position: absolute;
    bottom: 20px;
    left: 48%;
    opacity: 0.3;
    z-index: 999999999;
}

.slider_arrow a {
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
}

.slider_arrow:hover {
    opacity: 0.6;
}

.slider_arrow img {
    width: 100px;
}


/* Für mehrere Unterseiten */


/* Seitenkopf - Überschrift aktueller Unterseite,
      welche keinen speziellen Überschriftenplatz hat */

.blog .siteheader {
    width: 100px;
}
.blog .siteheader h1 {
    margin: 0;
    padding: 0;

    color: #f3bd2d;
}

article.siteheader {
    position: fixed;
    right: 0px;
    width: 180px;
    background-color: rgba(0,0,0,.7);
    height: 38px;
    font-size: 20px;
    font-family: 'Source Sans Pro', Serif;
    z-index: 99;
    border-radius: 0px 0px 0px 6px;
}

article.siteheader h1 {
    margin: 0;
    padding: 0;
    color: #f3bd2d;
}

.mobile_hinweis
{ display: none;}

#slide-1 .content {
    /*position: relative;
    transition: 3s;*/
}

.jobBox {
    width: 100%;
    height: 440px;
}
.jobBox > div {
    width: 50%;
    float: left;
    height: 100%;
    background-position: center !important;
    background-size: 155% !important;
    background-repeat: no-repeat !important;
    padding: 0px 50px;
    box-sizing: border-box;
    position: relative;
}
.jobBoerse {
    padding: 0px;
    margin-bottom: 90px;
    background: none !important;
}
.jobBox > div > div > span {
    display: inline-block;
    border: 2px solid white;
    padding: 10px 24px;
    text-transform: uppercase;
    /*background-color: rgba(0,0,0,0.7);*/
}
.jobBoerse h2 {
    text-align: left;
    font-family: 'roboto slab', serif;
}
.moreInformationB {
    position: absolute;
    bottom: 30px;
    cursor: pointer;
}
.jobBox .moreInformation {
    width: 100%;
    height: auto;
    display: none;
    background-color: rgba(203,145,37,0.7);
    padding: 50px 50px;
}
.jobBox h5 {
    margin-bottom: 0px;
    color: white;
    font-family: 'roboto slab', serif;
}
.jobBox .textBlock {
    background: rgba(0,0,0,0.6);
}
.jobBoerse h3 {
    color: rgb(247,185,55);
    font-weight: 300;
    text-shadow: 0px 0px 40px black;
    padding: 0px 42px;
}
.jobBoerse h1 {
    padding: 0px 40px;
}
.jobBoerse .addressInfo p, .jobBoerse .addressInfo a,.jobBoerse .addressInfo h5 {
    color: black;
}
.jobBoerse .addressInfo p,.jobBoerse .addressInfo h5 {
    font-weight: 700;
}
.jobBoerse .addressInfo p a {
    font-weight: 400;
    text-decoration: none;
}
.jobBoerse .addressInfo .ads {
    font-weight: 400;
    text-decoration: none;
}