/*
@font-face {
font-family: 'Merriweather Sans Light';
src: url('../fonts/MerriweatherSans-Light.ttf')  format('truetype') ;
}

@font-face {
font-family: 'Merriweather Sans Regular';
src: url('../fonts/MerriweatherSans-Regular.ttf')  format('truetype') ;
}

@font-face {
font-family: 'Ubuntu Bold';
src: url('../fonts/Ubuntu-Bold.ttf')  format('truetype') ;
}

@font-face {
font-family: 'Ubuntu Medium';
src: url('../fonts/Ubuntu-Medium.ttf')  format('truetype') ;
}

@font-face {
font-family: 'Ubuntu Regular';
src: url('../fonts/Ubuntu-Regular.ttf')  format('truetype') ;
}

@font-face {
font-family: 'Ubuntu Light';
src: url('../fonts/Ubuntu-Light.ttf')  format('truetype') ;
}
*/
@font-face { font-family: "Montserrat"; src: url("/files/569-Urbandesign/fonts/Montserrat.woff2") format("woff2"); font-style: normal; font-weight: 400; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Open Sans"; src: url("/files/569-Urbandesign/fonts/Open%20Sans.woff2") format("woff2"); font-style: normal; font-weight: 300; font-stretch: 100%; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Open Sans"; src: url("/files/569-Urbandesign/fonts/Open%20Sans2.woff2") format("woff2"); font-style: normal; font-weight: 400; font-stretch: 100%; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Open Sans"; src: url("/files/569-Urbandesign/fonts/Open%20Sans.woff2") format("woff2"); font-style: normal; font-weight: 700; font-stretch: 100%; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

body { font-family: "Open Sans",sans-serif,"Helvetica Neue",Helvetica,Arial,sans-serif; color:#393731; font-size: 16px;}

#slider h1 { font-size: 40px; font-family: 'Merriweather Sans Regular'; text-shadow: 0 0 2px #0D0F0F; }
#slider h2 { font-size: 30px; font-family: 'Merriweather Sans Light'; text-shadow: 0 0 2px #0D0F0F;}

h1 { font-size: 30px; margin: 0 0 20px ; padding: 0 0 10px 0; line-height: 1.2; }
h2 { font-size: 20px; margin: 0 0 10px ; padding: 10px 0 5px 0; text-transform: none; }
h3 { font-size: 18px; margin: 0 0 10px ; padding: 10px 0 5px 0; }
h4 { font-size: 16px; margin: 0 0 10px 0; padding: 10px 0 5px 0;line-height: 1.3; }

h1, h2 { font-family: 'Merriweather Sans Regular', sans-serif; }

.p1 { padding: 30px 0; }
.m1 { padding: 60px 0; }


.p-img { padding: 150px; }
.p-overlay { margin-top: 0px; }
.fullwidth  .ce_text { color: white; font-size: 16px; }
.fullwidth  h1 { color: #fff; }
a.btn,
.submit { border: 0; padding: 0; font-family: 'Ubuntu Light', sans-serif; font-size: 18px;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;

        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
}

a.btn, .submit {
  color: white;
  font-size: 13px;
  font-family: 'Ubuntu Regular', sans-serif;
  margin-top: 4px;
  padding: 9px 10px;
  text-transform: uppercase;
  border-radius: 3px;
}

#newsletter-50  h4 { font-size: 0px; }
#newsletter-50  input { text-align: center; }
#newsletter-50  input.text {margin: 0 0 10px }

#rosaslider { font-size: 20px; }
#rosaslider .slider-control { display: none; }

footer h3 { font-size: 16px; margin-bottom: 10px; padding-bottom: 10px; }

.logo { /* float: left; */ }
.mainnavi .level_1 { text-align:center; }
.mainnavi .level_1 a, .mainnavi .level_1 span { display: inline-block; text-decoration:none; color: #262b2c; }
.mainnavi .level_1 li { }

#footer input, #footer textarea { background: none; border: none; border-bottom: 1px solid rgba(255, 255, 255, 0.3);
-moz-transition: background .5s;
-webkit-transition: background .5s;
transition: background .5s;
}

#footer .submit { border-radius: 3px; color: #fff; font-size: 14px;}
#footer .submit:hover { background: #fff; color: #0D0F0F; }

header .ce_form input.text:hover, header .ce_form input.text:focus,
#footer input.text:hover, #footer textarea:hover, #footer input.text:focus, #footer textarea:focus { background: white; color: #666; border-radius: 3px; }

#footer h3 { color: #494949; border-bottom: 1px solid #222222; padding-bottom: 10px; }

header .ce_form input.text:hover, header .ce_form input.text:focus {   font-size: 14px;
        -moz-transition: color .5s, background .5s;
        -webkit-transition: color .5s, background .5s;
        transition: color .5s, background .5s;
}

footer ul { list-style-type: none; margin: 0; padding: 0; }

.mod_login, .ce_comments { padding-top: 20px; padding-bottom: 20px; }

p.more, p.back {display: inline-block; font-size: 14px; margin-top: 8px; }
.mod_eventlist div.header a, p.more a, p.back a, p.info a { color: #fff; padding: 5px 10px; font-size: 14px; border-radius: 3px; margin-top: 8px; }
.mod_eventlist div.header, .mod_eventlist .time, p.info {padding: 0 0 5px; font-size: 14px; display: inline-block; }

.mod_faqreader .info { display: block; }

.comment_default .reply {margin-left: 50px; }


.mod_nl_list li { color: #666; font-size: 12px;  }
.mod_nl_list li a { font-size: 18px; margin-left: 5px;}

.multicell { border-top: 4px solid #ccc; }
.multicell .ce_text  { padding: 10px 0; margin: 10px 0; border-bottom: 1px solid #ccc; }
.multicell h2, .multicell h1, { margin-top:0; padding-top:0; }

.fullwidth .content-slider .ce_text { padding: 200px 0;  }
.socials a { display: block; float: left; padding: 10px; margin: 0 1px;}

input.text, textarea, select { }
input.text:active, textarea, select:active  {  }
input.text:focus, textarea, select:focus  { }

footer .footercontainer, footer .footercontainer  .container  { margin-bottom:0!important; color: #9e9f9f!important;}


/* ========================== */
#slider h3 { text-transform: uppercase; margin: 0!important; padding: 0; }
#slider p { color: #fff; font-size: 16px; }
.bangb1 { width: 100%; background: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.fixedTop {  position: fixed; z-index:99; top: 0;}
.fixedTop .logo { margin: 10px 0!important; width: 16%; }

.devider { border-bottom: 1px solid rgba(255, 255, 255, 0.1); margin-top: 50px; margin: 30px 0;}
.whitebox { background: white; padding: 30px; overflow: hidden;}
.whitebox h1 { margin-bottom: 0; padding-bottom: 0; }

.grey { background: #ececec; }
.fa-white .fa { color: #fff; border: 2px solid #fff; border-radius: 50%; width: 60px; height: 60px; padding: 12px 13px; text-align: 60px;; line-indent: 8px;  }


.ContentStripe {padding: 50px 0; }
.ContentStripe .image_container { display:inline-block; margin-bottom: 20px;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
}

.InsideOut,
.OutsideIn { padding: 80px 0; }

.InsideOut h1, .InsideOut h2, .InsideOut h3, .InsideOut h4, .InsideOut p,
.InsideOut a { color: #fff; }

.InsideOut .image_container:hover { background: none!important; }


ul.level_2 a.trail,
ul.level_2 span.forward,
ul.level_2 span.active
{ color: white!important; }

.footercontainer  { padding: 20px 0; ; }
.footersocials a { padding: 1px 5px 5px; margin: 0 5px;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
}
p.footerIcons a:hover:after  { color: white; }


p.footerIcons a:after {

        color: white;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        display: inline-block;
        height: 28px;
        margin: 5px;
        padding: 5px 7px !important;
        width: 28px;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        opacity: .5;

        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
}


.submit,
p.info a:hover,
p.more a:hover,
p.back a:hover { color: white; }

p.back a:before,
.ce_gallery a.cboxElement:before,
.slider-control a.slider-prev:before,
.slider-control a.slider-next:after,
.mod_newsreader p.info:before,
.topnavi li a:before,
.topnavi li span:before,
.quote:after ,
footer .mod_newslist time:before,
.reply p.info:before,
span.date:before,
span.time:before,
.mod_newslist p.info:before,
.mod_eventreader p.info:before,
p.footerIcons a:after,
.scrolltop a:after ,

.ce_accordion .toggler:after
{        font-family:FontAwesome; padding-right: 5px;  }

.ce_accordion .toggler:hover:after {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
}


p.info a:before {        content:"\f073";}
p.back a:before {        content:"\f053"; }
.ce_accordion .toggler:hover:after,
.ce_accordion .toggler.active:after
{ content:"\f068"}
.ce_accordion .toggler:after { content:"\f067"; float:right;}

.ce_accordion .toggler:after,
.btn:before { padding: 0 5px 0 ; font-size: 14px;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
}

.reply p.info:before {content:"\f112";}

span.time:before {content:"\f017";}


footer .mod_newslist time:before,
.mod_newsreader p.info:before,
.mod_newslist p.info:before,
.mod_eventreader p.info:before ,
span.date:before {content:"\f073";}

p.footerIcons  em { display: none; }
.footer-fb:after { content:"\f09a"; }
.footer-tw:after { content:"\f099"; }
.footer-gp:after { content:"\f0d5 "; }
.footer-pi:after { content:"\f0d2 "; }

p.footerIcons a:hover:after {
        -moz-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
}

.scrolltop a:after {content:"\f106"; display: block; text-indent:0; padding: 10px 20px; font-size: 25px; border-radius: 50%; background: rgba(0,0,0,0.8); }
.scrolltop a:hover:after  { color:white; }

footer { margin-top: 35px; }

.formbody { position: relative; }
#footer .submit { position: absolute; right: 0px; height: 33px; bottom:0px; font-size: 13px; font-family: 'Ubuntu Light', sans-serif; }

.quote { padding: 20px; background: #e7e7e7; text-align:center; }
.quote:after { content:"\f10e"; font-size: 32px; margin: 10px 0 -10px; display: block; }
.quote-name { text-transform: uppercase; margin: 0; padding: 0; }
.quote-position { }

.mainnavi ul.level_2 > .active, .mainnavi ul.level_2 > .trail, .mainnavi ul.level_2 > .forward { padding-left: 10px;}

#main { padding-top: 30px; }
body.home #main { padding-top: 0; }

.topnavi ul { margin: 25px 0!important; padding: 0; }
.topnavi li a, .topnavi li span { text-transform: uppercase; font-size: 10px; float: left; margin-right: 10px; }

.topnavi li.login a:before,
.topnavi li.login span:before
{ content:"\f090"; font-size: 14px; }

.topnavi li.register a:before,
.topnavi li.register span:before
{ content:"\f007 "; font-size: 14px;}

.ce_gallery figure  {        line-height:0;
}
.ce_gallery figure img:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
}


a, span, img, figure
{
        -moz-transition: all .2s;
        -webkit-transition: all .2s;
        transition: all .2s;
}


#kontakt-144 input, #kontakt-144 textarea { background: none; border: 1px solid #666; color: #e7e7e7 }
#kontakt-144 .fa { color: #666; }
.fa.pull-left { width: 55px; }

body.home footer { margin-top:0; }

.footersocials a:after {
  color: #787878;
  font-size: 18px;
}

#our-work li { width: 33.333%; float: left; }
#service em {
        -moz-border-radius: 50%;
        -webmit-border-radius: 50%;
        border-radius: 50%;

        width: 100px; height: 100px; line-height: 100px; text-indent: 15px;

        }

        figcaption { position:absolute; left:0; bottom:0; height:100%; background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8); color: #2f2f2f; line-height: normal; font-family: 'Ubuntu Regular', sans-serif; text-align:center; font-size: 15px; width: 100%; text-transform: uppercase; }

/* -- foter events + footer news -- */
footer h4 { color: #2a333b; font-size: 20px; font-family: 'Ubuntu Light', sans-serif; margin-top: 40px }
footer .mod_navigation li a, footer .mod_navigation li span { color: #9e9f9f; }
footer { color: rgba(255, 255, 255, 0.5); }
footer .mod_newslist time,
footer .mod_eventlist span.date { text-transform: uppercase; font-size: 10px; line-height: normal; }

footer .mod_navigation li a,
footer .mod_navigation li span,
footer .mod_newslist > div,
footer .mod_eventlist > div { padding: 0 0 5px; margin: 0 0 5px; display: block; }
footer .mod_newslist a,
footer .mod_eventlist a
{ color: white; display: block ; }

.copyright { border-top: 1px dotted rgba(0, 0, 0, .4); padding-top: 10px }
.formbody label { font-size: 12px; text-transform: uppercase; }


.slider-Bg  h1, .slider-Bg  h2, .slider-Bg  h3, .slider-Bg  h4 {color: white;}
#service h2 { margin-top: 30px; }
#service em:hover { background: #00AE5F; transition: all 0.5s ease 0s; }
#projekte { overflow: hidden; }
#projekte .ce_image { float: left; width: 25%; }
#projekte .ce_image figure { border-radius: 0; }
#projekte .ce_image .caption::after { display: block; padding-top: 20px; }
#projekte .ce_image .caption { opacity: 0; }
#projekte .ce_image .caption:hover {
  background: none repeat scroll 0 0 rgba(250, 250, 250, 0.8);
  color: #2D2D2D;
  height: 100%;
  left: 0;
  padding-top: 50px;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100% !important;
  opacity: 1;
}

.formbody input.text { padding: 6px 10px; }
header .ce_form  input.text {border: 1px solid #ccc; background: none; font-size: 14px; text-shadow: 0 none;}
a.btn { position: relative;  border-radius: 3px; }
a.btn:after {
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  width: 0%;

-moz-transition: all .5s;
-webkit-transition: all .5s;
transition: all .5s;
}

a.btn:hover:after {
  width: 100%;
}



.footersocials  { position: fixed; right: 34px; bottom: 100px; z-index:999; }
.footersocials  a { display: block; padding: 5px 5px 6px; margin: 1px 0;
-moz-transition: all .2s;
-webkit-transition: all .2s;
transition: all .2s;
}
.footersocials  a:hover:after { font-size: 25px; }


/*.mainnavi ul.level_1 > li > span:hover, .mainnavi ul.level_1 > li > a:hover { border-radius: 3px; }*/
.white-bg { background: white; overflow: hidden; padding: 44px 6px; border-radius: 8px; }

.mainnavi .level_1 a, .mainnavi .level_1 span { position: relative }
/*.mainnavi > .level_1 > li > a:hover:before {
        border: 1px solid;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2) inset;
}
.mainnavi > .level_1 > li > span:before,
.mainnavi > .level_1 > li > a:before {
        content: "";
        height: 100%;
        left: 0;
        border-radius: 6px;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 100%;
}*/

.mainnavi > ul.level_1 > li.submenu > span:nth-last-child(2):after,
.mainnavi > ul.level_1 > li.submenu > a:nth-last-child(2):after {
        content:"\f107";
        margin-left: 5px;
        font-family: FontAwesome;
        font-size: 15px;
}

/*.mainnavi > ul.level_1 > li.submenu.trail > span:nth-last-child(2):after,
.mainnavi > ul.level_1 > li.submenu.trail > a:nth-last-child(2):after {
        color: #fff;
}*/

.mainnavi > .level_1 > li:hover,
.mainnavi > .level_1 > li.active,
.mainnavi > .level_1 > li.trail {
        color: white; 
        overflow: hidden;
}

.dlh_googlemap iframe { border: 5px solid white; box-shadow: 0 0 10px #666; border-radius: 20px; }
.InsideOut .mod_calendar.block, .InsideOut table .label, .InsideOut table.calendar .header, .InsideOut table.calendar th.next a { color: white; }
table.calendar td, table th { font-family: 'Ubuntu Regular', sans-serif; }
footer .mod_navigation li a, footer .mod_navigation li span { margin: 0!important; padding: 0 0 3px!important; }
.ce_accordion div{
   -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}

.flexible img { width: 100%; }