@font-face {
  font-family: 'DroidSans';
  src: url('DroidSans.ttf')  format('truetype'), /* Safari, Android, iOS */
}

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'),
       url('../fonts/raleway-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-500 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local('Raleway Medium'), local('Raleway-Medium'),
       url('../fonts/raleway-v12-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v12-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'),
       url('../fonts/raleway-v12-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v12-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'),
       url('../fonts/raleway-v12-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v12-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-800 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'),
       url('../fonts/raleway-v12-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v12-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/***** FONT EMBED END *****/


body {
  font-size: 1em;
  background-image: url(../img/pattern.jpg);
    /* font-family: 'Raleway', sans-serif; */
    font-family: 'Droid Sans', sans-serif;
  color: #3d3d3d;
}

.margin-bottom {
  margin-bottom: 20px;
}

.margin-top {
  margin-top: 20px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #ff5647;
}

h1 {
  font-size: 3.6em;
  font-weight: 700;
  margin-bottom: 0.4em;
}

h2 {
  font-size: 2.8em;
  margin: 0;
  font-weight: 700;
  margin-bottom: 0.6em;
}

h3 {
    font-size: 2em;
    margin: 0;
    margin-bottom: 0.6em;
    font-weight: bold;
}

.brandlist h3 {
  font-weight: normal;
}

h4 {
  font-size: 1.375em;
  margin-bottom: 0.6em;
}

.seo-box h2 {
  color: inherit;
  font-size: 1.2em;
  font-weight: 600;
}

.pic-headline h2,
.tx-ws-flexslider .wsflexslider-style2 .caption-body h2 {
  margin-bottom: 0.2em;
  font-size: 2.5em;
  font-weight: 700;
}

.pic-headline h3,
.tx-ws-flexslider .wsflexslider-style2 .caption-body h3 {
  font-size: 1.6em;
  color: #010101;
  font-weight: 100;
}

.align-center {
  text-align: center;
}

p {
  margin-bottom: 1.4em;
  margin-top: 0;
  line-height: 1.65em;
}

b, strong {
  font-weight: 700;
}

sup {
font-size: 0.9em;
    margin-left: 1px;
    margin-right: 4px;
    top: -0.2em;
}

sup sup,
sup sub {
 font-size: inherit;
    margin-left: 0;
    margin-right: 0;
    top: 0;
}

a {
  text-decoration: none;
  color: inherit;
        -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

button,
input {
       -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

#contentmain a {
}

a:focus {
    outline: none;
}

.arrow-link {
background-image: url("../img/arrow-black.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    font-weight: 700;
    padding-left: 26px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    vertical-align: middle;
}

.arrow-link:hover {
  color: #ff5647;
  /* background-image: url(../img/arrow-red.png); */
}

ul, li, ol {
    margin: 0;
    padding: 0;
}

#contentmain ul {
    line-height: 1.65em;
    margin-left: 3em;
    margin-bottom: 2em;
}

#contentmain ul li {
  margin-bottom: 0.6em;
}

#contentmain .flexslider ul,
#contentmain .nbs-flexisel-container ul {
    line-height: inherit;
    margin-left: 0;
    margin-bottom: 0;
}

#contentmain .flexslider ul li,
#contentmain .nbs-flexisel-container ul li {
  margin-bottom: 0;
}


.clear-yeah:before,
.clear-yeah:after {
  content: "";
  display: table;
}

.clear-yeah:after {
  clear: both;
}

.clear-yeah {
  zoom: 1; /* ie 6/7 */
}

.clearfix {
  clear: both;
}


#contentmain img {
  width: 100%;
  height: auto;
  display: block;
}


/*** BOXLAYOUT ***/

.content {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  width: 92%;
  padding-left: 4%;
  padding-right: 4%;
}

.content-inner {
  position: relative;
}

header {
  position: relative;
  z-index: 3;
}

#header {
/*  height: 145px;*/
  padding-bottom: 20px;
  padding-top: 20px;
    background-image: url(../img/pattern.jpg);
 }


#logo {
  margin: 0 auto;
  width: 210px;
  margin-bottom: 20px;
}

#logo img {
  width: 100%;
}

.header-secondary {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}

.dania-location-header {
  position: absolute;
  top: 0;
}

.dania-location a {
display: inline-block;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #666666;
    background-color: #f8f8f5;
    padding: 6px 10px 4px 10px;
  margin-bottom: 5px;
}

.dania-location a.location-active {
  color: #ff796d;
}

#header .dania-location a:hover {
  background-color: #ff796d;
  color: #FFFFFF; 
}

#header .dania-location a.location-active:hover {
  color: #ff796d;
  background-color: #f8f8f5;
} 

.dania-location-footer a {
  background-color: #FFFFFF;
}

.dania-location-footer a:hover {
  background-color: #ff796d;
  color: #FFFFFF;
}

.dania-location-footer a.location-active:hover {
  color: #ff796d;
  background-color: #FFFFFF;
} 

#header .social-box {
  margin-bottom: 0.5em;
}

#header .social-box a {
  display: inline-block;
  margin-left: 0.5em;
}

.search-button {
   display: inline-block;
}

.search-button-mobile {
  display: none;
  position: absolute;
    top: 0;
}


#contentmain {
  padding-bottom: 50px;
}


/*** INHALTSELEMENTE ***/

.default-ce-textpic {
background-color: #f1f1ec;
    box-sizing: border-box;
    display: block;
    float: left;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
}

.default-ce-textpic.no-margin-bottom {
  margin-bottom: 0;
}

.red-bg {
  background-color: #ff5647;
}

.red-bg * {
  color: #FFFFFF;
}

.sale-bg {
  background-image: url(../img/sale.jpg);
}

.sale-inner {
  background-color: #FFFFFF;
  padding: 20px;
}

.important {
  font-size: 1.5em;
  line-height: 1.6em;
}

.pic-headline {
  position: relative;
  overflow: hidden;
}

.pic-headline .ce-bodytext {
position: absolute;
    text-align: center;
    top: 40px;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
}

.pic-headline img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.pic-headline:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.8;
}



.default-2-col {
}

.default-2-col-top {
  margin-bottom: 20px;
}

.default-2-col-left {
  float: left;
  width: 50%;
    box-sizing: border-box;
  padding-right: 10px;
}

.default-2-col-right {
    float: left;
  width: 50%;
    box-sizing: border-box;
  padding-left: 10px;
}

.default-2-col-bottom {
  margin-top: 20px;
}


.fs-2-col-wrap {}

.fs-2-col-color {
  background-image: url(../img/muster_small.png);
  padding: 40px 20px;
  background-color: #f1f1ec;
}

.fs-2-col-color-inner {
    background-color: #FFFFFF;
  padding: 20px;
}

.fs-2-col-left {
  float: left;
  width: 50%;
    box-sizing: border-box;
  padding-right: 30px;
}

.fs-2-col-right {
    float: left;
  width: 50%;
    box-sizing: border-box;
  padding-left: 30px;
}

.grey-bg-fullwidth {
background-color: #f1f1ec;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
}

/*** LOGO SLIDER ***/

.clearout {
height:20px;
clear:both;
}

.brand-slider {
  border-top: 5px solid #dadada;
  border-bottom: 5px solid #dadada;
}

.brand-slider-head {
  margin-top: 40px;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

#contentmain .nbs-flexisel-container {
    position:relative;
    max-width:100%;
}

#contentmain .nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

#contentmain .nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

#contentmain .nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
#contentmain .nbs-flexisel-item img {
  display: inline-block;
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:160px;
  /*  max-height:45px;*/
}

#contentmain .nbs-flexisel-nav-left,
#contentmain .nbs-flexisel-nav-right {
    width: 33px;
    height: 37px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 1;
}

#contentmain .nbs-flexisel-nav-left {
    left: 10px;
    background: url(../img/arrow-left.png) no-repeat;
}

#contentmain .nbs-flexisel-nav-right {
    right: 5px;
    background: url(../img/arrow-right.png) no-repeat;
}

/*** SEARCH STUFF ***/

.open-search {
background-color: transparent;
    background-image: url("../img/lupe.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
}

.search-panel-wrap {
background: #f8f8f5;
    display: none;
    height: 150px;
    position: absolute;
    width: 100%;
    z-index: 9999999;
}

.search-submit,
.search-text,
.close-search {
  float: left;
  box-sizing: border-box;
  height: 50px;
  border: 0 none;
  padding: 0;
  margin: 0;
}

.search-submit {
background-color: transparent;
    background-image: url("../img/lupe.png");
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 10%;
}

.search-text {
  width: 80%;
  background-color: #FFFFFF;
  padding-left: 20px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 700;
  /*border: 1px solid #002851; */
}

.close-search {
    background-color: transparent;
    background-image: url(../img/close-def.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 30px;
    float: right;
    margin-top: 0px;
  }

.searchForm {
margin-top: 50px;
}

/* typo3 indexed search  */

.tx-indexedsearch-searchbox,
.tx-indexedsearch-rules,
.tx-indexedsearch-browsebox,
.tx-indexedsearch-icon,
.tx-indexedsearch-percent
{
display:none !important;
}


.tx-indexedsearch-whatis
{
  font-size:150%;
margin-bottom:30px;
}
.tx-indexedsearch-sw, .tx-indexedsearch-redMarkup{color:#009a9b; font-style:italic; font-size:120%; }



.tx-indexedsearch-result-number{padding:10px !important;}
.tx-indexedsearch-title{vertical-align:middle !important;}
.tx-indexedsearch-res .tx-indexedsearch-res{
    background: #f7f8fa;
    margin-bottom: 10px;
}

.tx-indexedsearch-descr{padding: 0 20px 10px 0;}
.tx-indexedsearch-title{font-size:110%; color: #009a9b !important; font-weight:300;}

.tx-indexedsearch-title a:hover{color: #ec6446;}
.tx-indexedsearch-path a{color: #ec6446;}



/*** FOOTER ***/
/*** FOOTER ***/
/*** FOOTER ***/
/*** FOOTER ***/
/*** FOOTER ***/

.totop {
  margin-bottom: 20px;
}

.totop a {
    background-image: url("../img/top.png");
    background-repeat: no-repeat;
    display: block;
    height: 69px;
    margin: 0 auto;
    text-indent: -99999px;
    width: 63px;
}

.totop a:hover {
  opacity: 1;
}

#footer {
}

#footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footerline-one {
background-color: #f1f1ec;
  padding-top: 40px;
    padding-bottom: 20px;
}

.dania-location-footer {
  margin-top: 30px;
}

.newsletter-form-footer .newsletter-head {
  display: inline-block;
  margin-bottom: 8px;
}


.fl-one-box {
  width: 30%;
  margin-right: 5%;
  float: left;
}

.fl-one-right {
     float: right;
    margin-right: 0;
    width: auto;
}

.footer-add-nav {
  margin-top: 20px;
}

.footer-sitemap ul li a {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  line-height: 1.6em;
}

.footer-sitemap ul li a:hover,
.footer-sitemap ul li.active a {
  color: #ff796d;
}

#footer .seo-box {
  background-color: #abcac4;
  background-image: url(../img/footer-border.jpg);
  background-position: top;
  background-repeat: repeat-x;
  padding-bottom: 4em;
  padding-top: 4em;
  line-height: 1.6em;
}

  
/*** NAVI NAVI NAVI ***/

/* ### NAVIGATION ### */

.mainnav {
    background-color: #f1f1ec;
}

.mainnav ul {
  list-style: none;
}

.mainnav ul {
  width: 100%;
  text-align: center;
}

.mainnav ul li {
  display: inline-block;
  margin-right: 1em;
  padding: 16px 10px 16px;
}

.mainnav ul li:last-child {
  margin-right: 0;
}

.mainnav ul li a {
  text-transform: uppercase;
  color: #000000;
  font-size: 1.2em;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}


.mainnav ul li:hover a {
  color: #ff796d;
}

.mainnav ul li.active a {
  color: #ff796d;
}



/*** Mobile Navi ***/
/*** Mobile Navi ***/
/*** Mobile Navi ***/
/*** Mobile Navi ***/

.mainnav-mob {
  display: none;
}

.mainnav-mob ul li {
    display: block;
    margin-right: 0;
    padding: 8px 10px 8px;
}

.add-mob-nav {
  text-align: center;
  margin-top: 25px;
}

.dania-location-mob {
  margin-top: 12px;
  padding-bottom: 12px;
}

#header .add-mob-nav form {
  display: inline-block;
}

#header .add-mob-nav .newsletter-head {
    text-align: center;
  }

.mob-nav-icon {
background-image: url("../img/mob-nav-open.png");
  background-repeat: no-repeat;
  background-position: center;
    cursor: pointer;
    height: 52px;
    width: 100%;
  background-color: #f1f1ec;
  display: none;
  }

.mob-nav-icon.mob-nav-active {
  background-image: url("../img/close-def.png");
}
  
/*** DARK OVERLAY ***/
/*** DARK OVERLAY ***/
/*** DARK OVERLAY ***/
/*** DARK OVERLAY ***/
/*** DARK OVERLAY ***/

.overlay {
  display:none;
  position:fixed;
  top:0;
  height:100%;
  width:100%;
  background: rgba(254,119,107,0.6);
  
  overflow:auto;
  z-index:2;
}


/*** POWERMAIL ***/
/*** POWERMAIL ***/
/*** POWERMAIL ***/
/*** POWERMAIL ***/
/*** POWERMAIL ***/

.parsley-errors-list,
.parsley-errors-list li {
  list-style: none !important;
  color: red;
  font-weight: bold;
}

.form-add-info {
  background-color: #FFFFFF;
    font-size: 0.9em;
    margin-top: -42px;
    padding: 1.5em;
}

.tx-powermail label {
 display: block;
   font-family: 'Droid Sans', sans-serif;
    margin-bottom: 7px;
}

.tx-powermail h3 {
  display: none;
}

.powermail_label {
  font-size: 1.2em;
  
   font-family: 'Droid Sans', sans-serif;
    font-size: 1.5em;
    font-weight: 100;
}

.tx-powermail legend,
.tx-powermail label {
  display: none;
}

.powermail_fieldwrap {
  margin-bottom: 35px;
  background-color: #f1f1ec;
}

.tx-powermail .powermail_fieldwrap_type_radio label,
.tx-powermail .powermail_fieldwrap_type_check label {
  display: block;
  margin-bottom: 0.8em;
}

.powermail_fieldwrap_type_radio {
  background-color: #FFFFFF;
  box-sizing: border-box;
 padding: 1.8em 1.8em 1px;
}

.powermail_fieldwrap_type_check {
  background-color: #FFFFFF;
  box-sizing: border-box;
   padding: 1.8em 1.8em 1px;
}

.checkbox input, 
.radio input {
  margin-right: 0.8em;
}

.powermail_fieldwrap_type_captcha {
  width: 40%;
}

.powermail_fieldwrap_type_captcha img {
}

.powermail_fieldwrap_type_captcha input {
  margin-bottom: 35px;
}


fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.tx-powermail input[type=text],
.tx-powermail input[type=email],
.tx-powermail input[type=number],
.tx-powermail textarea {
    border: 0 none;
    box-sizing: border-box;
    font-family: "Droid Sans",sans-serif;
    font-size: 1.2em;
    font-weight: 100;
    padding: 16px;
    width: 100%;
  color: #000000;
}

.powermail_field {
      margin-bottom: 35px;
}

/*
.tx-powermail input[type=text]:focus,
.tx-powermail input[type=email]:focus,
.tx-powermail textarea:focus {
background-color: #b2b2b2;
}
*/

.powermail_fieldwrap_telefon {
  width: 49%;
  float: left;
  padding-right: 2%;
  margin-bottom:0;
}

.powermail_fieldwrap_e_mail{
  width: 49%;
  float: left;
  margin-bottom: 0;
}

/*
.powermail_fieldwrap_plz,
.powermail_fieldwrap_ort,
.powermail_fieldwrap_land {
  float: left;
  width: 32%;
  margin-right: 2%;
}

.powermail_fieldwrap_land {
  margin-right: 0;
}

*/

.powermail_fieldwrap_marker {
  width: 49%;
  float: left;
  padding-right: 2%;
}

.powermail_fieldwrap_marker_01 {
  width: 49%;
  float: left;
}

.powermail_submit {
background-color: #abcac4;
    border: 0 none;
    color: #FFFFFF;
    font-size: 1.5em;
    padding: 0.8em 2em;
    text-transform: uppercase;
  font-weight: 600;
  font-family: 'Droid Sans', sans-serif;
}

.powermail_submit:hover {
  background-color: #ff796d;
}


/*** FLEXSLIDER ***/
/*** FLEXSLIDER ***/
/*** FLEXSLIDER ***/
/*** FLEXSLIDER ***/
/*** FLEXSLIDER ***/

.flexslider {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 0 none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin-bottom: 20px;
}

.default-2-col .flexslider {
  margin-bottom: 0;
}

.tx-ws-flexslider .slidercontent {
  position: relative;
  overflow: hidden;
}

.flexslider img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.flexslider:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.8;
}


.tx-ws-flexslider .caption-wrapper {
   background: transparent;
    position: absolute;
    top: 10%;
    width: 100%;
  /*background-color: #FFFFFF;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  box-sizing: border-box;
  padding: 40px 40px 90px 40px;*/
}


.tx-ws-flexslider .caption-text {
    margin: 0 auto;
    position: static;
    width: 55%;
  text-align: center;
  background: none;
 /* background: none;
  position: static;
  padding: 0;
  width: auto; */
}

.tx-ws-flexslider .caption-body {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  padding: 20px;
  padding-top: 40px;
}

.tx-ws-flexslider .caption-body h2 {
  font-size: 2.2em;
  font-weight: 500;
}


.wsflexslider-style2 .caption-wrapper {
  top: 40px;
}

.wsflexslider-style2 .caption-body h2 {
}

.wsflexslider-style2 .caption-body {
  background: none;
  padding: 0;
      width: 96%;
    padding-left: 2%;
    padding-right: 2%;
}

.wsflexslider-style2 .caption-text {
  background: none;
  padding: 0;
  width: 100%;
}


.flexslider .wsflexslider-style3 img {
  position: relative;
  z-index: 1;
  }

.wsflexslider-style3 .caption-wrapper {
  /*top: inherit;
  bottom: 40px;*/
  position: relative;
  z-index: 2; /* damit bild bei hover vergrößerung dahinter und nicht darüber fliegt */
  background-color: #f1f1ec;
  padding-top: 22px;
  padding-bottom: 30px;
}

.wsflexslider-style3 .caption-body h2 {
font-size: 3.125em;
    font-weight: 700;
  margin-bottom: 0.2em;
}

.wsflexslider-style3 .caption-body {
  background: none;
  padding: 0;
}

.wsflexslider-style3 .caption-text {
  background: none;
  padding: 0;
    width: 100%;
}

.wsflexslider-style4 .caption-wrapper {
  top: inherit;
  bottom: 10%;
}


.caption-title {
  display: none;
}


.flex-control-nav {
    bottom: 15px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.tx-ws-flexslider .flex-direction-nav {
 /* position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px; */
}

.tx-ws-flexslider .flex-direction-nav a {
 /* top: inherit;
  bottom: 0;
  opacity: 1; */
}

.tx-ws-flexslider .flex-direction-nav .flex-next {
  /* right: 40px; */
}

.tx-ws-flexslider .flex-direction-nav .flex-prev {
 /* left: 40px; */
}

.tx-ws-flexslider .flex-control-nav {
 /* position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
    z-index: 2; */
}


.flex-control-paging li a {
width: 20px;
    height: 20px;
    background-color: #FFFFFF;
}

.flex-control-paging li a.flex-active {
 background-color: #ff5647;
}

.flex-control-nav li {
  /*  margin: 0 6px !important; */
}

.tx-ws-flexslider .flex-control-paging li a:hover {
 /*  background: url(../img/slide-inactive.png) !important; */
}

.flex-control-paging li a.flex-active:hover {
 /* background-image: url(../img/slide-active.png) !important; */
}

.flex-direction-nav .flex-next {
  background-image: url("../img/arrow-right.png"); 
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    font-size:0;
    right: 0;
    z-index: 2;
      -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    }

    .flex-direction-nav .flex-prev {
 background-image: url("../img/arrow-left.png"); 
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    font-size:0;
    left: 0;
  z-index: 2;
   /*   -webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s; */
    }

    .flex-direction-nav .flex-prev:hover {
/* background-image: url("../img/quad-arr-left-darkblue.png"); */
}

    .flex-direction-nav .flex-next:hover {
 /* background-image: url("../img/quad-arr-right-darkblue.png"); */
}
  
.flex-direction-nav a::before {
  content: "" !important;
}

.tx-ws-flexslider .caption-body p {
  margin-bottom: 1.4em;
}

.tx-ws-flexslider .caption-body h2,
.tx-ws-flexslider .caption-body h3 {
  margin-top: 0;
}


/*** NEWSLETTER BOX ***/

.newsletter-head {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  padding-bottom: 3px;
}

#header .newsletter-head {
  text-align: left;
      display: inherit;
}

.newsletter-box .email {
  float: left;
}

.newsletter-box .email input {
  border: 0 none;
  background-color: #FFFFFF;
  margin-right: 0.4em;
  font-family: 'Droid Sans', sans-serif;
  padding: 0.5em 0.4em 0.4em;
  outline: none;
}

#header .newsletter-box .email input,
.fs-2-col-color-inner .newsletter-box .email input {
  background-color: #f8f8f5;
}

.newsletter-box .button {
  float: left;
}

.newsletter-box .button button {
  background-color: #f0e879;
  color: #000000;
  font-weight: bold;
  font-family: 'Droid Sans', sans-serif;
  border: 0 none;
  padding: 0.5em 0.4em 0.4em;
}

.newsletter-box .button button:hover {
  background-color: #ff5647;
  color: #FFFFFF;
}

/*** Color BG Box / 2-col color BG***/

.color-bg-box-wrap {
  background-image: url(../img/muster_small.png);
  padding: 40px 20px;
  background-color: #f1f1ec;
  margin-bottom: 20px;
}

.color-bg-box-inner {
  background-color: #FFFFFF;
  padding: 20px;
}




/*** RESPONSIVE EMBED / IFRAME ***/

.embed-container {
  position: relative;
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.embed-container iframe {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}


/*** MEDIA QUERIES ***/
/*** MEDIA QUERIES ***/
/*** MEDIA QUERIES ***/
/*** MEDIA QUERIES ***/
/*** MEDIA QUERIES ***/

@media (max-width: 1100px) {

  body {
  font-size: 0.8em;
}

}

@media (max-width: 960px) {

.mainnav-screen,
.newsletter-form-header,
.dania-location-header,
.search-button-screen {
  display: none;
}

.mob-nav-icon,
.search-button-mobile {
  display: block;
}

}


@media (max-width: 840px) {

.tx-ws-flexslider .wsflexslider-style1 .caption-body {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    font-size: 0.5em;
    padding: 20px 8px 8px;
}
}


@media (max-width: 760px) {

.default-2-col-left,
.default-2-col-right,
.fs-2-col-left,
.fs-2-col-right {
  width: 100%;
  padding: 0;
}

.fs-2-col-color .fs-2-col-left {
  margin-bottom: 20px;
}

.fl-one-box {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}

}


@media (max-width: 480px) {

#logo {
  width: 45%;
}

.tx-ws-flexslider .wsflexslider-style1 .caption-wrapper {
  position: static;
}

.tx-ws-flexslider .wsflexslider-style1 .caption-body {
  padding-bottom: 40px;
}

}

