/* CSS Document */



@charset "utf-8";
/* CSS Document */

/* rot: #a31511; textgrau: #383e42;*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

@import url('/fontz/stylesheet.css');

@import url('/css/font-awesome.css');

.header-right-section ul.astroid-nav.d-none.d-lg-flex  { background-color: #383e42; margin-right: -40px; }

.astroid-layout.astroid-layout-boxed .astroid-wrapper {
  box-shadow: none !important;
}

ul.nav.astroid-nav {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #505664 0%, #363A45 100%) repeat scroll 0 0;
  border: 0px solid #171e26;
  color: #c1c8d8;
    margin-right: -40px;
}

section.footer  { border-top: #a31511 5px solid; }

section.footer .moduletable  { padding-top: 20px; }

.footermenu li:first-child {
  border-right: 0px solid #ccc;
}
.footermenu li {
  line-height: 20px;
  float: right;
  padding: 0px 10px;
  }

ul.astroid-mobile-menu, ul.mod-articlesnews-horizontal { margin: 0; }

/* font-family: 'Open Sans', sans-serif;
    font-family: 'dinregular';
 */
 
@font-face {
    font-family: 'dinregular';
    src: url('fontz/din-lightalternate-webfont.woff2') format('woff2'),
         url('fontz/din-lightalternate-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dinmedium';
    src: url('fontz/din-medium-webfont.woff2') format('woff2'),
         url('fontz/din-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {

    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #383e42;
	background: url(../images/hg-wid-1600.jpg) no-repeat; 
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;

}

.item-title, .module-title {
  margin-bottom: 0rem !important;
}

a:active, a:hover, a:focus  { color:#383e42; text-decoration:none; }

h1, h2, h3  {  font-family: 'dinregular' !important; color: #a31511; margin: 25px 0 15px 0;  }


h3  {  font-size: 20px;  }

ul, ol {
    padding: 0;
    margin: 15px 0 15px 35px;
}

li {
    line-height: 28px;
}

.page-header {
    margin: 2px 0px 10px 0px;
    padding-bottom: 5px;
	border: none !important;
}

.brand {
    margin-left: -40px;  }
	
.headers {
    margin: -20px -20px 15px -20px;
    padding: 0;
}


.topmenu  { margin: 61px -40px 0 0px;  }

.container.top {
    background-color: transparent;
    border-radius: none;
    padding: 20px 40px;
    border: none;
    -moz-box-shadow:  none;
    -webkit-box-shadow:  none);
    box-shadow:  none;

}

.container.main {
    background-color: #ffffff;
    border-radius: 0;
    padding: 20px 40px;
    border-top: 5px solid #a31511;
    -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
}

#content  {   }

#aside  { padding-top: 50px; }
.itemid-101 #aside  { padding-top: 0px; }

#aside img  { 	-webkit-box-shadow: 5px 5px 7px -1px rgba(22,22,22,0.82); 
box-shadow: 5px 5px 7px -1px rgba(22,22,22,0.82);  }

/* Kontaktformular */
.kontaktformular  { display:block; background-color:#383e42; color: #ffffff; 
width: 100% !important;
padding: 20px 40px; clear: both; }
.kontaktformular h2  {  color: #ffffff; }

label {
    display: none;
}
.formResponsive .formHorizontal p.formDescription {
    display: none;

}
.formResponsive .formHorizontal .formControls {
    *display: inline-block;
    *padding-left: 0px;
    margin-left: 0;
    *margin-left: 0;
}

.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"] {
    background-color: #ffffff;
    border: 0px solid #cccccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}


.formResponsive select, .formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"] {
    display: inline-block;
    padding: 6px;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    box-sizing: content-box;
	width: 100%;
}

.formResponsive input[type="submit"], .formResponsive button[type="submit"] {
    background-color: #999 !important;
	background: #999 !important;
    *background-color: #999 !important;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

}

.formResponsive input[type="submit"]:hover, .formResponsive button[type="submit"]:hover, .formResponsive input[type="submit"]:active, .formResponsive button[type="submit"]:active, .formResponsive input[type="submit"].active, .formResponsive button[type="submit"].active, .formResponsive input[type="submit"].disabled, .formResponsive button[type="submit"].disabled, .formResponsive input[type="submit"][disabled], .formResponsive button[type="submit"][disabled] {
    background-color: #ccc !important;
    *background-color: #ccc !important;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

}

button#senden  { text-transform:uppercase; padding: 8px 20px; }
/* Kontaktformular */

.container.angebot {
    background-color: #dadada;
    border-radius: 0;
    padding: 20px 40px;
    border-top: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

footer .container {
    background-color: #383e42;
	color: #ffffff;
    border-radius: 0;
    padding: 20px 40px;
    border-top: 5px solid #a31511;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

footer a { color: #ccc; }
footer a:hover, footer a:active, footer a:focus { color: #ffffff; text-decoration:none; }

.copy p {
    margin: 65px 0 0 0;
}



/* Angebot */
.bt-cs .bt-inner img {

    outline: 0px solid #b5b5b5 !important;
    border: 0px solid #fff !important;
    max-width: 99%;
    margin: 5px 0px;
	-webkit-box-shadow: 4px 3px 5px 0px rgba(148,148,148,1);
-moz-box-shadow: 4px 3px 5px 0px rgba(148,148,148,1);
box-shadow: 4px 3px 5px 0px rgba(148,148,148,1);

}

.bt-cs h3 {
	font-size: 12px;
    color: #383e42 !important;
    line-height: 16px !important;
    text-indent: inherit !important;
    text-transform: uppercase;
	text-align:center;
    background: none !important;
    height: 26px !important;
    border: 0px solid #cfcfcf !important;
    margin: 10px auto 0 !important;

}

a.bt-text-link {  color: #383e42; font-size: 13px; line-height: 16px;   }
a.bt-text-link:hover {  color: #333;   }

/* Occasionen */

.latestnews-items .newsinfo { padding: 20px 20px 0 30px !important;  }
.newsflash figure img { width: 500px; }

/* Startseite */

.itemid-101 .container.main  { background: none; background-color:transparent !important; border-right: none; border-bottom: none; border-left: none; -moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none; }

.flexcontainer  { display: flex;
align-items: stretch; }

.flex1 {   }
.flex2 {   }

.itemid-101 main#content {  background: #FFF; padding: 30px 40px; margin: 0 30px 0 -40px;
	-webkit-box-shadow: 5px 5px 7px -1px rgba(22,22,22,0.82); 
box-shadow: 5px 5px 7px -1px rgba(22,22,22,0.82);  }

.moduletable.rot  { background-color: #a31511;
color: #ffffff;
padding: 30px 30px 30px 30px !important;
margin: -20px -20px -20px -20px !important;
  }
.moduletable.rot h3  {  color: #ffffff; text-transform: uppercase;  }
.moduletable.rot a  {  color: #eee;  }
.moduletable.rot a:hover, .moduletable.rot a:active, .moduletable.rot a:focus {  color: #ccc; text-decoration:none;   }

a.pfeil::before {  /*font-family: 'Font Awesome\ 5 Free' !important; font-weight: 900; content: "\f061"; color:#a31511; padding-right: 10px;*/  }
footer a.pfeil::before, 
.moduletable.rot a.pfeil::before {  /*font-family: 'Font Awesome\ 5 Free' !important; font-weight: 900; content: "\f061"; color:#eee; padding-right: 10px;*/  }

a.pfeil  { background: url(images/pfeilrot.jpg) left no-repeat; padding-left: 25px; }
.moduletable.rot a.pfeil  { background: url(images/pfeilweissaufrot.jpg) left no-repeat; padding-left: 25px; }
footer a.pfeil  { background: url(images/pfeilgrau.jpg) left no-repeat; padding-left: 25px; }

/* Newsflash Occasionen */

.moduletable h4 {
    padding-left: 5px;
}


.newsflash .clr {
	display:block;
	clear: both;
}

.newsflash > .itemimage {
  float:left;
}

.newsflash > .itembox {
  width: 50%;
   float:left;
}

.itemimage figure {
    margin: 0 25px 10px 0;
}


/* Newsflash Team */

.newsflash.team > .itemimage {

    float: left;
    width: 40%;
}

.newsflash.team .itemimage figure {

    margin: 0 25px 25px 0;

}

/* .itemimage { display:block;   }
.itembox    { display:block;    } */

.menufootermenu li {
    line-height: 28px;
    float: right;
    padding: 0px 10px;
	border-right: 1px solid #ccc;
}

.menufootermenu li:first-child {
	border-right: 0px solid #ccc;
}

.menufootermenu.nav > li > a:hover, .menufootermenu.nav > li > a:focus {
	color: #ffffff;
    text-decoration: none;
    background-color: transparent !important;
}

@media (min-width: 1200px) { 

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1180px;
}

.container {
	max-width: 1180px;
}

 }


@media (min-width: 980px) and (max-width: 1199px) {  img.logo { width: 220px; }  }

@media (min-width: 1024px) {  }

@media (max-width: 979px) {  }

@media (min-width: 768px) and (max-width: 979px) { img.logo { width: 180px; } }

@media (min-width: 768px)  {  .onlymobile  { display:none; } .notmobile { display:block; }  }

@media (max-width: 767px) { 
  
  .cf-form-wrap.cf-col-16 { margin: 0 !important; padding: 0 !important; }

.notmobile { display:none !important; }
.onlymobile  { display:block !important; }

.newsflash.team > .itemimage {
    width: 100%;
}

.newsflash > .itembox {
    width: 100%;
}

.flexcontainer  {  
display:block;
width: 100% !important;
flex-direction: row;  }

.itemid-101 .container.main { padding: 0 !important; }

.itemid-101 main#content  {   padding: 10px 20px;
margin: 0 !important;
width: 100% !important; }

.headers {
    margin: 0;
    padding: 0;
}

.moduletable.rot {
    margin: 0; }

.flex1 {
  order: 1; /* default is 0 */
}
.flex2 {
  order: 2; /* default is 0 */
}

img.logo {
    width: 200px;
    margin-left: 30px;
}

.container.main {
    padding: 10px 20px; 
}
	
#content {
    padding-top: 0px;
}

.newsflash {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

 }

@media (max-width: 480px) {  }



