* {
  margin:0;
  padding:0;
}
html,
body {
  height: 100%;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #000000;
}

html{ overflow-y: scroll;}

/*responsive images*/
img {
  height: auto;
  width: auto;
  max-width: 100%;
  display: block;
}
ul,ol {margin-left: 2em;}
/*link color*/
a {
	color: #0121A3;
}

@media (min-width: 1200px) {
    .container {
        max-width: 970px;
    }
}

.hidden-print {
    display:none;
}


/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  /* Negative indent footer by its height */
  margin: 0 auto -200px;
  /* Pad bottom by footer height */
  padding: 0 0 200px;
}

/* Set the fixed height of the footer here */
footer {
  height: 200px;
  background-color: #000000;
  text-align: left;
  font-size: 90%;
  font-weight: 400;
}
footer .container {
  padding-top: 100px
}

footer .ce-bodytext {
    color: #ffffff;
    text-transform: uppercase;
    font-size:1em;
    float:left;
}

#c2, #c3 {
    max-width: 320px;
    float:left;
}

.footer-nav.navbar-nav > li > a {
    padding: 0px 0px 10px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: transparent;
    margin: 0px 10px;
}

.footer-nav.navbar-nav > li > a:hover, .footer-nav.navbar-nav > li.active > a {
    color: #e97d00;
    border-bottom: 1px solid #e97d00;
}


@media (max-width: 767px) {
    .footer-nav.navbar-nav {
        float:left;
        width: 100%;
        margin: 0px;
    }
    footer .container {
        padding-top: 0px
    }
    #c2, #c3 {
        text-align: center;
        width: 100%;
        max-width: 100%;
        padding: 20px;
    }
    .footer-nav.navbar-nav > li {
        text-align: center;
    }
    .footer-nav.navbar-nav > li > a {
        border: 1px solid #c5c8c7;
        padding: 10px;
        margin: 10px;
    }
    .footer-nav.navbar-nav > li > a:hover, .footer-nav.navbar-nav > li.active > a {
        border: 1px solid #c5c8c7;
    }
    footer {
        height: auto;
    }
}


/*nachoben*/

.nachoben {
    text-align: center;
    margin: 30px auto 30px auto;
}

.nachoben img {
    display: inline-block;
    margin:40px 0px 70px 0px;
}


#headline {
   height: 30px;
   background-color: #000000;
   text-align: center;
   box-shadow: 0px 3px 3px grey;
   position: absolute;
   width: 100%;
}

@media (min-width: 992px) {
    #headline {
        height: 50px;
    }
}

.headerservice {
  padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.marginbottom {margin-bottom: 1.5em;}

.topheader {
    margin: 0 auto;
}

@media (max-width:600px) {
    .topheader {
        background-image: none !important;
    }
}


@media (min-width: 601px) {
  .topheader {
    min-height: 50px;
    max-width: 720px;
    background-position: 100% 0;
    background-repeat: no-repeat;
		/*padding-top: 30px;*/
	}



  .floatright {
    float: right;
  }

}

@media (min-width: 992px) {
    .topheader {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    .topheader {
        max-width: 1140px;
    }
}

@media (max-width: 600px) {
  .topheader{
    text-align: center;
  }
}

footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

/* ---Language Menu --- */

div#langmenu {
    position: absolute;
    top: 3%;
    left: 60%;
    z-index: 18;
}

@media screen and (min-width: 768px) {
    div#langmenu {
        left: 70%;
        top: 8%;
    }
}

@media screen and (min-width: 992px) {
    div#langmenu {
        left: 70%;
        top: 10%;
    }
}


ul.flagmenu {
  margin: 0;
  padding: 0;
    max-height: 2em;
	overflow: hidden;
}
.flagmenu li {
  padding: 0 0 0 5px;
  margin: 0;
  list-style: none;
  float: right;
  font-size: 90%;
  color: #ccc;
}
.flagmenu li a, .flagmenu li span {
  text-decoration: none;
  display: block;
  text-indent: -9999px;
}

.flagmenu.noflags li a, .flagmenu.noflags li span {
    text-indent: 0;
    display:inline;
}

.flagmenu.noflags li + li:after {
    content: "|";
    padding: 0 0 0 5px;
    color: #ccc;
}

.flagmenu.noflags li {
    padding-top: 0.5em;
}

.flagmenu a.flags, .flagmenu span.flags {
  width: 19px;
  height: 27px;
  background: url(../../images/flagsprite2.png) no-repeat 0 0;
}
.flagmenu a.flags0 {
  background-position: 0 0;
}
.flagmenu span.flags0 {
  background-position: -21px 0;
}
.flagmenu a.flags1 {
  background-position: 0 -28px;
}
.flagmenu span.flags1 {
  background-position: -21px -28px;
}

/*loginbutton*/

button#loginbutton {
    position: absolute;
    padding: 5px 15px;
    top: 9%;
    left: 78%;
    z-index: 18;
    color: #c7c7c7;
    border: #c7c7c7 2px solid;
    background: none;
    display:none;
}

@media screen and (min-width: 768px) {
    button#loginbutton  {
        display: block;
    }
}




/* Anpassungen für form */
div.csc-mailform ol {
	margin: 0;
	padding:0;
}

div.csc-mailform ol, div.csc-mailform ol li {
	list-style-type: none;
}

div.csc-mailform ol li {
    overflow: hidden;
}

div.csc-mailform fieldset {
    margin: 0;
    padding: 0;
    position: relative;
}

div.csc-mailform legend {
    margin-left: 1em;
    color: #000000;
    font-weight: bold;
}

div.csc-mailform  ol {
    padding: 1em 1em 0 1em;
}

div.csc-mailform  li {
    padding: 0.5em;
    margin-bottom: 0.5em;
    list-style: none;
}

div.csc-mailform li label {
    float: left;
    width: 13em;
    margin-right: 1em;
    vertical-align: baseline;
}

.csc-form-confirmation-false,
.csc-form-confirmation-true {
	float: left;
}

.csc-form-element-submit input,
.csc-form-confirmation-false input,
.csc-form-confirmation-true input{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.csc-form-element-submit input:focus,
.csc-form-confirmation-false input:focus,
.csc-form-confirmation-true input:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.csc-form-element-submit input:hover,
.csc-form-element-submit input:focus,
.csc-form-confirmation-false input:hover,
.csc-form-confirmation-true input:hover,
.csc-form-confirmation-false input:focus,
.csc-form-confirmation-true input:focus {
    color: #333333;
    text-decoration: none;
}

.csc-form-element-submit input:active,
.csc-form-element-submit input  .active,
.csc-form-confirmation-false input:active,
.csc-form-confirmation-true input:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.csc-form-confirmation-false input {background:red;color:#fff;}
.csc-form-confirmation-true input {background:#228811; color:#fff;}
.csc-form-confirmation li { float:left;}
.btn {height: 34px;}

/* Headlines */
.csc-header-alignment-right, .align-right { text-align: right; }
.csc-header-alignment-center, .align-center { text-align: center; }

.align-justify {
	text-align: justify;
}
/* rootline navigation */
ul.breadcrumb {
    margin-left:0;
    font-size:80%;
    padding: 0;
    background-color: transparent;
}

@media only screen and (max-width:520px) {
    ul.breadcrumb { display:none; }
}

/* news pagination */
.page-navigation {
    font-size:80%;
    text-align: center;
}

.news .page-navigation p {
    float: none;
}

.news .page-navigation ul {
    float: none;
    margin: 0;
}

.news .page-navigation ul li {
    float: none;
    display: inline;
}

.news .page-navigation ul li a {
    display: inline;
    padding: 1px 2px;
}

/* adustments for print */
@media print {

    .news .article .news-img-wrap a, .news-list-view .dl-horizontal dt a {
        padding: 0;
        border: 0 none;
    }

}

/* Anpassungen fuer fluid_styled_content */
.layout-100 {
    background-color: #f5f5f5;
    padding: 1.5em;
    margin-bottom: 1.5em;
}

.layout2 .layout-100,
.layout2 .layout-110 {
    min-height: 21em;
}

.layout-110 {
    background-color: #414141;
    padding: 1.5em;
    margin-bottom: 1.5em;
    color: #fff;
}

/* Dateilinks */
.ce-uploads li {
	border-bottom: 1px solid #e7e7e7;
	padding: 0 0 5px 0;
}

span.ce-uploads-filesize {
	font-size: 85%;
	color: #888;
}

/* CE "Tabellen" */

.ce-table caption {
	background: #e7e7e7;
}

/* Tabellenlayout 1 */
.layout-200 table {
	border: 1px solid #e7e7e7;
}

.layout-200 table td,
.layout-200 table th {
	border-bottom: 1px solid #e7e7e7;
	padding: 2px 6px;
}

.layout-200 table tr:nth-child(2n){
	background: #f1f1f1;
}

/* Tabellenlayout 2 */
.layout-210 table {
	background: #414141;
	color: #fff;
}

.layout-210 table td,
.layout-210 table th {
	border-bottom: 1px solid #999;
	padding: 2px 6px;
}

.layout-210 table thead {
	background: #000;
}

.layout-210 table tr:nth-child(2n) {
	background: #555;
}

/* Tabellenlayout 3 */
.layout-220 table {
	border: 1px solid #e7e7e7;
}

.layout-220 table td,
.layout-220 table th {
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	padding: 2px 6px;
}

/* Sitemaps */
.visuallyhidden, .csc-nav-bypass {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*FE editing*/
.frontEndEditIcons img {
    height: 16px;
    width: 16px;
}

/*Navi Button mobile*/
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    padding: 12px 9px;
    background-color: #f87e00;
    border-radius: 0px;
    margin: 0px;
    border:none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
    width: 20px;
}

/*Hauptnavi + Logo*/

.topNavi {
    position: absolute;
    top: -2px;
    right:10px;
    z-index: 18;
    font-size: 100%;
    text-transform: uppercase;
    color: #000000;
}

@media screen and (min-width: 768px) {
    .topNavi  {
        top: 125px;
        left: 100px;    }
}

@media screen and (min-width: 992px) {
    .topNavi  {
        left: 35%;    }
}

.topNavi.navbar-default {
    border: none;
    background: transparent;
}

.topNavi .navbar-nav > li > a {
    color: #000000;
    font-weight: 300;
    font-size: 20px;
    padding: 6px 10px;
    background: transparent;
}


@media screen and (min-width: 768px) {

    .topNavi .navbar-nav > li > a {
        font-weight: 500;
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) {

   #p32 .topNavi .navbar-nav > li > a {
        font-weight: 500;
        font-size: 16px;
    }
}

@media screen and (min-width: 1360px) {

    #p32 .topNavi .navbar-nav > li > a {
        font-weight: 500;
        font-size: 20px;
    }
}

.topNavi .navbar-nav > li > a:hover, .topNavi .navbar-nav > li.active > a {
    color: #e97d00;
    background: transparent;
}

.logo-wrapper {
    position: absolute;
    z-index: 18;
    left: 20px;
    top: 12px;
    width: 116px;
    max-width: 272px;
}

@media screen and (min-width: 768px) {
    .logo-wrapper  {
        left: 124px;
        width: 18%;
        top: 70px;
    }
}

@media screen and (min-width: 992px) {
    .logo-wrapper  {
        left: 15%;    }
}

@media screen and (max-width: 767px) {
     ul.nav.navbar-nav { margin: 0px; }
    .topNavi.navbar-default  { width:100%; z-index:17; right:0px; margin: 0px; padding:20px; }
    .topNavi.navbar-default .navbar-collapse  { border:none; background-color: rgba(255,255,255,0.9);padding: 0px; border-top:1px solid #685d55;}
    .topNavi .navbar-nav > li > a { text-align: center; padding: 10px; border-bottom:1px solid #685d55; border-left:1px solid #685d55; border-right:1px solid #685d55;}
    .navbar-collapse.in { padding: 0px; border-top:1px solid #685d55; }
    .topNavi .navbar-nav > li > a:hover, .topNavi .navbar-nav > li.active > a { color: #ffffff; background-color: #e97d00; }
}

/*carousel*/
.carousel-indicators {
    bottom: 10px;
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
    margin: 0px;
    border: 1px solid #000000;
    border-radius: 10px;
    background-color: #000000;
}

.carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 0;
    background-color: #f87e00;
    border: 1px solid #f87e00;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width:100%;
}

.carousel-caption {
    bottom: 12%;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
 }

.carousel-caption h3 {
    font-size: 5vw;
    text-transform: uppercase;
    text-align:right;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

.carousel-caption p {
    font-size: 2vw;
    text-align: right;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}


@media screen and (min-width: 768px) {
    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 19px;
        height: 19px;
    }
    .carousel-caption {
        bottom: 28%;
    }
}

h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #c5c8c7;
    margin: 30px 0;
    text-transform: uppercase;
}

h2 .h2bold {
    font-weight: 400;
    color: #685d55;
    margin-left: 0px;
}

.h2newline {
      font-weight: 400;
      color: #685d55;
      margin-left: 0px;
      line-height: 150%;
  }

#referenzen, #news, #feedback, #wirueberuns, #downloads {
    padding: 40px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    position: relative;
    clear: both;
}

#news .newscontent { background-color: #e97d00; padding: 30px; }
#news .newstext, #news .newsdetails  { color: #ffffff; clear:both; padding: 20px 0px;}
#news .newstext a, #news .newsdetails a { color: #000000; }
#news img.newsimage { width: 100%; float:left; }
#news img.textimage { display:inline; margin: 0 5px; display:none; }
#news .newsdate { font-size: 250%; color: #000000; }
#news .newslocation { text-transform: uppercase; color: #000000; }
#news .newslink a { text-decoration: none; color: #000000; }


@media screen and (min-width: 992px) {
    #news .newscontent {
        width: 46%;
        margin-top: -6%;
        float:left;
    }
    #news .newslocation { padding: 27px 5px 0 0; }
    #news .newsdate { float:right; }
    #news .newslocation { float:right; }
}


/*Referenzencarousel*/

#referenzenCarousel.carousel { min-height: 220px; margin-top: 40px; }

@media screen and (min-width: 768px) { #referenzenCarousel.carousel { min-height: 200px; }}

@media screen and (min-width: 992px) { #referenzenCarousel.carousel { min-height: 180px; }}

#referenzenCarousel .carousel-control.left, #referenzenCarousel .carousel-control.right { background:none; }

#referenzenCarousel .carousel-control .icon-prev {
    left: 10%;
}

#referenzenCarousel .carousel-control .icon-next {
    right: 10%;
}

#referenzenCarousel .carousel-indicators { bottom: -30px; display: none }

@media screen and (min-width: 768px) {
    #referenzenCarousel .carousel-indicators {
        bottom: -50px;
    }
}

#referenzenCarousel .carousel-inner { width: 100%; margin: 0 auto; }

@media screen and (min-width: 768px) {
    #referenzenCarousel .carousel-inner { width: 80%; margin: 0 auto; }
}

#referenzenCarousel .referenz-autor { float:right; margin: 10px 10px 0 0; font-style: italic; }


/*Newscarousel*/

/*
#newsCarousel, #newsCarousel .carousel-inner, #newsCarousel .item.active {
     float: right;
 }
*/
@media screen and (min-width: 767px) and (max-width: 1199px) {
    #newsCarousel .carousel-inner {
        width: 90%;
        margin: 0 5%;
    }
}

#newsCarousel .carousel-indicators .active {
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

#newsCarousel .carousel-control {
    background: none;
}

#newsCarousel .carousel-indicators {
    bottom: -30px;
}

@media screen and (max-width: 767px) {
    #newsCarousel .carousel-control.left, #newsCarousel .carousel-control.right, #referenzenCarousel .carousel-control.left, #referenzenCarousel .carousel-control.right
    {
      display: none;
    }
}

@media screen and (min-width: 768px) {
    #newsCarousel .carousel-control.left
    {
        margin-left: -60px;
        top: 50%;
    }

    #newsCarousel .carousel-control.right
    {
        margin-right: -60px;
        top: 50%;
    }
}

@media screen and (min-width: 992px) {
    #newsCarousel .carousel-control.left
    {
        margin-left: -40px;
        top: 0;
    }

    #newsCarousel .carousel-control.right
    {
        margin-right: -40px;
        top: 0;
    }
}

@media screen and (min-width: 1200px) {
    #newsCarousel .carousel-control.left
    {
        margin-left: -70px;
    }

    #newsCarousel .carousel-control.right
    {
        margin-right: -70px;
    }
}

#newsCarousel .newslink {
    cursor: pointer;
}

#newsCarousel .newsdetails {
    display: none;
}

    /*Ansprechpartner*/

.ansprechpartercontent {
    font-size: 100%;
    position: relative;
    margin: 40px;
}

.ansprechpartercontent .apc .apc-text {
    padding: 70px 30px;
}

.ansprechpartercontent .apc hr {
    margin: 45px 0px;
}

.ansprechpartercontent h3 {
    font-size: 200%;
    line-height: 140%;
    font-weight: 500;
    text-transform: uppercase;
}

.ansprechpartercontent .apc-foto-sm { float:left; margin: 0 20px 45px -50px; width: 60%; max-width: 250px; }

.ansprechpartercontent .vlnrmobile { flaot:left; margin: 0 20px 45px -50px; }

.ansprechpartercontent .apc.first .apc-text { background-color: #000000; color: #ffffff; }
.ansprechpartercontent .apc.second .apc-text { background-color: #ffffff; color: #000000; border: 1px solid #000000; }
.ansprechpartercontent .apc.third .apc-text { background-color: #c5c8c7; color: #ffffff; }

.ansprechpartercontent .apc.first { margin: 20px 0 0 0; }
.ansprechpartercontent .apc.second { margin: 20px 0 0 0; }
.ansprechpartercontent .apc.third { margin: 20px 0 0 0; }


@media screen and (min-width: 992px) {

    .ansprechpartercontent .apc.first .apc-text { padding: 40px 30px; }
    .ansprechpartercontent .apc.second .apc-text { padding: 45px 30px 180px; }
    .ansprechpartercontent .apc.third .apc-text { padding: 20px 30px; }


/*    .ansprechpartercontent { margin: -50px 0 0 0; }*/
    .ansprechpartercontent { margin: 60px 0 0 0; }

    .ansprechpartercontent .apc.first .apc-foto { position: absolute; left: 50px; top: 260px; }
/*    .ansprechpartercontent .apc.second .apc-foto { position: absolute; left: 0px; top: 575px; }*/
    .ansprechpartercontent .apc.second .apc-foto { position: absolute; left: 0px; top: 60px; }
    .ansprechpartercontent .apc.third .apc-foto { position: relative; left: -60px; top: 10px; }

    .ansprechpartercontent .apc.first {
        padding: 400px 56px 250px 0px;
        margin: 0px;
    }

    .ansprechpartercontent .apc.second {
        padding: 200px 28px 50px 28px;
        margin: 0px;
    }

    .ansprechpartercontent .apc.third {
        padding: 0px 0px 100px 56px;
        margin: 0px;
    }
}

.ansprechpartercontent .apc.first hr { border-top: 1px solid #ffffff; }
.ansprechpartercontent .apc.second hr { border-top: 1px solid #000000; }
.ansprechpartercontent .apc.third hr { border-top: 1px solid #ffffff; }

.ansprechpartercontent .apc.first h3, .ansprechpartercontent .apc.first, .ansprechpartercontent .apc.first a  { color: #ffffff; }
.ansprechpartercontent .apc.second h3, .ansprechpartercontent .apc.second, .ansprechpartercontent .apc.second a  { color: #000000; }
.ansprechpartercontent .apc.third h3, .ansprechpartercontent .apc.third, .ansprechpartercontent .apc.third a  { color: #ffffff; }


/*Buttons*/

.ansprechpartercontent .btn-primary { background-color: #c5c8c7; border-color: #000000; border-radius: 0px; }

.ansprechpartercontent .btn-primary:hover, .ansprechpartercontent .btn-primary:focus, .ansprechpartercontent .btn-primary:active, .ansprechpartercontent .btn-primary.active, .ansprechpartercontent .open .dropdown-toggle.btn-primary { color: #ffffff; background-color: #000000; }

.ansprechpartercontent .dropdown-menu > li > a:hover, .ansprechpartercontent .dropdown-menu > li > a:focus {
    background-color: #c5c8c7; color: #ffffff;
}

.ansprechpartercontent .dropdown-menu { border-radius: 0px; }

.ansprechpartercontent .dropdown-menu > li > a { white-space: normal; }

.ansprechpartercontent .dropdown-menu { min-width: auto; font-size: 13px; }

@media screen and (min-width: 992px) {
    .ansprechpartercontent .dropdown-menu { min-width: 500px; }
}

._hidden-print {
    display:none;
}

/* Header Anfrage*/

#sliderless .carousel-control, #sliderless .carousel-indicators { display:none; }

#sliderless img { min-height: 150px; }


/* Formular*/

#c25 h2 {
    color: #000000;
}

#powermail_field_gesamtpreis, #powermail_field_geschirrpauschale, #powermail_field_grundpreis {
    text-align: right;
    font-weight: bold;
}

@media (max-width: 767px) {
    .caret {
        display:none;
    }
}


.parsley-errors-list {
    color: red;
    font-size: 16px;
    list-style: none;
    margin-left: 0px;
}