/* dk_caroufredsel global styles */
.caroufredsel_skin .image_container img, .caroufredsel_thumbnails_skin .image_container img {
	vertical-align: bottom;
}
.caroufredsel > div, .caroufredsel > section, .caroufredsel_thumbnails > div {
	float: left;
}
.caroufredsel .clearfix {
	float: none;
	clear: both;
}
.caroufredsel_thumbnails_skin {
	position: relative;
}
/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* Swipe 2.0, (C) Brad Birdsall 2012, MIT license */
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
@charset "utf-8";
/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;

	vertical-align: baseline;
}

body {
	line-height: 20px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {
outline: 0;
}

textarea {
  resize: none;
}

b {
  font-weight:bold;
}
/* allerta-regular - latin */
@font-face {
  font-family: 'Allerta';
  font-style: normal;
  font-weight: 400;
  src: url('/files/fonts/allerta-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Allerta Regular'), local('Allerta-Regular'),
       url('/files/fonts/allerta-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/fonts/allerta-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/fonts/allerta-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/files/fonts/allerta-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/fonts/allerta-v8-latin-regular.svg#Allerta') format('svg'); /* Legacy iOS */
}

html, body {
  height:100%;
}

* {
  font-family: "Verdana", sans-serif;
  font-size: 14px; 
}

#wrapper {
  width:1200px;
  height:100%;
  height:auto;
  min-height:100%;
  margin: auto;
  -moz-box-shadow: 5px 5px 5px #bbb;
  -webkit-box-shadow: 5px 5px 5px #bbb; 
  box-shadow: 5px 5px 5px #bbb;
  background:#f4f4f4; 
  position:relative;  
}

/* #################################### */
/* Header */
/* #################################### */

#header {
  height:340px;
}

#header .mod_navigation {
  position:fixed;
  top:10px;
  background:#3d5380;
  /*background:#fa120c;*/
  height:50px;
  width:1200px;
  color:#ffffff;
  z-index:1000;
  overflow:visible;
}



#header * {
  font-family: 'Allerta', sans-serif;
  font-size: 16px;
  text-shadow: 1px 1px #000000; 
}

#header .mod_navigation ul.level_1
{
  height:50px;
  margin:0px 0px 0px 500px;
  position:absolute;
  right:97px;
  padding:0px;
} 
.mod_navigation .level_1 li
{
  float:left;
  position:relative;
  margin-right:20px;
  list-style-type:none;
  padding:13px 10px;
} 

#header .mod_navigation .level_1>li>a, #header .mod_navigation .level_1>li>span {
  text-transform:uppercase;
}
 
#header .mod_navigation a
{
  text-decoration:none;
  color:#fff;
} 

#header .mod_navigation a:hover
{
  color:#fff;
  text-decoration:underline;
} 

#header .mod_navigation .level_2 {
  position:absolute;
  z-index:1001;
  left:-9999px;
  margin-left:0px;
  padding-left:0px;
  background:#3d5380;
  
}

#header .mod_navigation .level_1>li:hover .level_2 {
  left:0px;
}

#header .mod_navigation .level_2 li
{
  display:block;
  float:none;
  list-style-type:none;
  margin-left:0px;
  white-space:nowrap;

} 

#header .mod_navigation .level_2 li a {
  font-size:14px !important;
}


#header .noobSlide_section_inside {
  color:#ffffff;
  margin-top:140px;
  margin-left:220px;
  width:300px;
}

#header .caroufredsel_controls {
  position: absolute;
  top:220px;
}

#header .caroufredsel_prev {
  position:relative;
  margin-left:130px;
}

#header .caroufredsel_next {
  position:relative;
  margin-left:820px;
}

#header .mod_caroufredsel {
  position:fixed;
}

.mod_caroufredsel .ce_text p {
  position:absolute;
  top:90px;
  left:130px;
  width:200px;
  line-height:35px;
  color: #fff;
}

#header #logo {
  position:fixed;
  top:10px;
  margin-left:130px;
  font-size: 24px;
  color:#fff;
  line-height:50px;
  text-shadow: 1px 1px #000000; 
  z-index:1002;  
  text-decoration: none;
}

/* #################################### */
/* main */
/* #################################### */

h1, h2, h3, h1 a, h2 a, h3 a, input[type="submit"] {
  font-family: 'Allerta', sans-serif;
} 

#container {
  position:relative;
  width:940px;
  /*margin:0px auto;*/
  padding:20px 130px 360px 130px;
  background:#f4f4f4; 
}


#container h1 {
  color: #404040;
  font-size: 32px;
  line-height:40px;
  border-bottom:#e5e5e5 3px solid;
  margin-bottom:40px;
}

#container h2, #container h2 a {
  color: #404040;
  font-size: 18px;
  line-height:20px;
  margin-bottom:20px;
  text-decoration:none;
  font-weight: normal;
}

#container input.submit, #container a.submit{
  background: #3d5380;
  color:#fff;
  /*text-shadow: 1px 1px #000000;*/
  border:0px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;  
  line-height:30px;
  height:30px;
  text-transform: uppercase;
  padding: 0px 15px; 
  cursor:pointer; 
  text-decoration:none;
}

#container a {
  color: #1f1f1f;
  font-weight:normal;

}


/* #################################### */
/* Footer */
/* #################################### */

#footer {
  background:url(/files/images/footer_bg_dark.gif);
  color:#fff;
  position:absolute;
  bottom:0px;
  width:1200px;
}

#footer * {
  font-size: 14px;
}
#footer a {
  color:#808080;
  text-decoration:none;
}

#footer .mod_navigation {

  position:absolute;
  left:130px;
  bottom:9px;  
}

#footer .mod_navigation li {
  padding-top: 0px;
  padding-bottom: 0px;
}

#footer .mod_navigation .level_1 {
  margin-left:0px;
  padding-left:0px;
  text-transform: uppercase;  
}
#footer .mod_navigation .level_1 li.first {
  padding-left:0px;
}

#footer .mod_navigation a {
  color:#fff;
  font-family: 'Allerta', sans-serif !important;
}

#footer .mod_navigation .active {
  color:#808080;
  font-family: 'Allerta', sans-serif !important;
}

#footer .footer-top {
  background:url(/files/images/footer_bg_light.gif);
  height:170px;
  padding:30px 130px;
  margin-bottom:35px;
}

#footer .mod_search {
  margin-bottom:20px;
  
}

#footer input[type=submit] {
  width:130px;
}

#footer input[type=text], #footer input[type=search] {
  width:200px;
}


#footer #footer_contact {
  width:300px;
  height:200px;
  float:right;
  text-align:right;
}

#footer .copyright {
  color:#808080;
  font-size:12px;
  position:absolute;
  right:130px;
  bottom:9px;
}


/* #################################### */
/* home */
/* #################################### */

#top #offers {
  margin:30px 0px 30px 0px;
}

#top #offers>div {
  float:left;
  width:440px;
  height:515px;
  overflow:hidden;
  margin:0px 20px 20px 0px;
  font-size:12px;
  background:#eee;
  padding:10px;
}

#top #offers>div>div.teaser {
  height:120px;
  margin-bottom: 10px;
  overflow:hidden;
}


#top #offers>div>div.teaser , #top #offers p.teaser  * {
  font-size: 11px !important;
}

#top #offers>div.last {
  margin:0px 0px 20px 0px;
}

#top #offers .layout_latest .image_container {
  margin:0px;
  width:450px;
  height:300px;
  overflow:hidden;
} 

#top .h_bg {  
  margin-top: 20px;
  margin-bottom:20px;
  height:20px;
}

#top .h_bg a {
  float:right;
  font-family: 'Allerta', sans-serif !important;
}

#top .h_bg h1, #top .h_bg h2 {
 float:left;
 width:190px;
 border:none;
 line-height:20px;
 margin-bottom: 20px;
 font-size:18px; 
}

#top .h_bg h1 {
  width:450px;
}

#top .h_bg span {
  float:left;
  width:480px;
  margin-top:10px;
  border-bottom:#e5e5e5 3px solid;
}

#top #offers .layout_latest h2 {
  font-size:12px;
  line-height:20px;
  font-weight:bold;
  margin:10px 0px;
  
}

#top #offers .layout_latest h2 a{
  font-size:12px;
  line-height:12px;
  font-weight:bold;
  font-family: 'Allerta', sans-serif !important;
}

#top #offers .layout_latest .image_container img {
  max-width:440px;
  min-width:440px;
  width: auto !important;  
  width: 440px;
  /*  
  max-height:300px;
  min-height:300px;
  height: auto !important;  
  height: 300px; */
}

#top #offers a {
  color:#000;
  text-decoration:none;
}

#top #offers .more{
  text-align:right;
  background: #e5e5e5;
  padding:10px 0px;
  border-bottom:#e5e5e5 1px solid;
  border-top:#e5e5e5 1px solid;  
}

#top #offers .more a{
  display: block;
  padding-right:10px;
}

#top #newsletter {
  width:940px;
  height:80px;
  overflow:hidden;
  /*background:url(/files/images/newsletter_bg.jpg); */
  background:#e5e5e5;
  border:1px solid #dfdfdf;
  border-top:2px solid #dfdfdf;  
}

#top #newsletter .mod_subscribe{
  float:right;
  margin-right:20px;
}
#top #newsletter .mod_subscribe input {
  line-height:25px;
  margin-top:25px;
}
#top #newsletter .mod_subscribe input[type=text] {
  width:220px;
  padding: 0px 10px;
  background:#fff;
  border:none;
  border:1px solid #dfdfdf;
  border-top:2px solid #dfdfdf;  
}



#top #newsletter .nl_1 {
  margin:10px 0px 0px 20px;
  font-size: 28px;
  line-height:30px;
  width:370px;
  /*text-align:center;*/
  display:block;    
}

#top #newsletter .nl_2 {
  margin:0px 0px 0px 20px;
  font-size: 18px;
  width:370px;
  /*text-align:center;*/
  display:block;  
}

/* #################################### */
/* angebote */
/* #################################### */

.ce_gallery>div {
  clear:both;
  margin-top:20px;
}

.ce_gallery>div div{
  float:left;
  width:210px;
  height:130px;
  margin:0px 20px 20px 0px;
  overflow:hidden;
}

.ce_gallery>div div img {
  max-width:200px;
  width: auto !important;
  width: 200px;
}

.ce_gallery>div figure {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}


#angebote .image_container {
  float:left;
  margin-right:20px;

  overflow:hidden;
  margin-bottom:20px;
}

#angebote .image_container img {
  width:150px;
}

#angebote p.more {
  float:right;
  top:0px;
}

p.back {
  clear: both;
  width:90px;
}

#angebote p.more, p.back {
  background: #3d5380;
  border:0px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;  
  line-height:30px;
  height:30px;
  text-transform: uppercase;
}

#angebote p.more a, #container p.back a {
  text-decoration:none;
  color:#fff;  
  display:block;
  padding: 0px 15px;    
}

#angebote div.layout_latest, .mod_search>div {
  border-top:2px solid #dfdfdf;
  margin-top:10px;
  padding-top:20px;
  clear:both;
}

#angebote div.layout_latest.first {
  border:none;
  margin-top:0px;
  padding-top:0px;  
}

.invisible {
  display:none;
}

/* #################################### */
/* Kontakt */
/* #################################### */

.widget {
  margin-bottom: 10px;
}

input[type=text], input[type=email], input[type=search], textarea {
  background:#e5e5e5;
  border:1px solid #dfdfdf;
  border-top:2px solid #dfdfdf;
  padding: 4px 5px;
}

.widget input[type=text], .widget input[type=email], .widget input[type=search], .widget textarea {
  width: 100%;
}

[placeholder] {
  font-style:italic;
  
}

#kontakt .ce_form br, #anfrage  br {
  display:none;
}

#kontakt .ce_form {
  width:550px;
  float:left;
  margin-right:40px;

}

#kontakt .ce_form input[type=text],#kontakt .ce_form input[type=email], #anfrage input[type=text] {
  width:260px;
  padding:2px 5px;
  float:left;
}

#anfrage input[type=text], #anfrage input[type=email] {
  width:450px;
}

#kontakt #ctrl_2, #anfrage #ctrl_5{

  float:right;
}

#kontakt textarea, #anfrage textarea {
  width:894px;
  height:130px;
  padding: 5px;
  margin: 10px 0px;
}

#kontakt textarea {
  width:540px;
}


@media print {
  #header, #footer, .ce_form {
    display: none;
  }
}

#datenschutz h2, #impressum h2 {
  margin: 20px 0px 5px 0px;
}

#datenschutz h3, #impressum h3 {
  margin: 20px 0px 5px 0px;
}

#main .ce_text {
  text-align: justify;
}

.submit_container {
  margin-top: 20px;
}


/* Cookie */
.cc_banner-wrapper  {
  position: fixed;
  bottom: 0px;
  z-index: 100;
}
.cc_container {
    position: fixed;
    left:0;
    right:0;
    bottom:0;
    overflow:hidden;
    padding:10px;
	z-index: 999;
	}

.cc_btn {
    padding:8px 10px;
    background-color:#3d5380;
    cursor: pointer;
    transition:font-size 200ms;
    text-align: center;
    font-size: 16px;
    display: block;
    margin-left:10px;
    float:right;
    max-width: 100px;
}

.cc_message {
    transition:font-size 200ms;
    padding: 8px 10px 0;
    font-size: 13px;
    display: block;
    color: #515157;
}

.cc_container {
    background: #fff;
    color: #999;
    font-size:17px;
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
    box-sizing:border-box;
    border:1px solid #ccc;
    }

.cc_btn,
.cc_btn:visited {
    color: #fff;
    text-decoration: none;
    background-color: #3d5380;
    transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.cc_btn:hover,
.cc_btn:active {
    background-color: darken(#f1d600,5%);
    color:#000;
}


@-webkit-keyframes slideUp {
    0% {

        -webkit-transform: translateY(66px);
        transform: translateY(66px);
    }

    100% {

        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideUp {
    0% {

        -webkit-transform: translateY(66px);
        -ms-transform: translateY(66px);
        transform: translateY(66px);
    }

    100% {

        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.cc_container,
.cc_message,
.cc_btn {

    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;

    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}

