html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;
}

hr {
    max-width: 50px;
    border-color: #333;
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #009;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

td{
 vertical-align: top;
 padding-top: 15px;
}

.tdmargin {
 padding-left: 30px;
}

a:hover,
a:focus {
    color: #009;
}

a.whitetext:hover,
a.whitetext:focus
{
   color: #FFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

h3 a {
    color: #777;
    font-weight: bold;
}
h3 a:hover {
    color: #777;
    text-decoration: underline; 
    font-weight: bold;
}
h3 a:visited{
    color: #777;
    text-decoration: none;
}

.map {
    height: 800px;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

.bg-primary {
    background-color: #009;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 25px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #f05f40;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #333;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #009;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #333!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,.3);
        background-color: transparent;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #009;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #009;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #009;
    }
}

#gal {
    position: relative;
    width: 100%;
    min-height: 50%;
    text-align: center;
    color: #fff;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

 
header {
    position: relative;
    width: 100%;
    min-height: 50%;
    text-align: center;
    color: #fff;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: absolute;
    width: 100%;
    top: 25%;
    text-align: center;
}

#more {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding-bottom: 1em;
}

.gheader{
    position: relative;
    z-index: 100;
    margin-top:-10em;
}

.more{
    text-align:center;
    color: #fff;
    margin-left:auto;
    margin-right:auto;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}


header .header-content .header-content-inner p {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

@media(min-width:768px) {
    header, #gal {
        min-height: 100%;
    }
}
.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}


.lcontent {
    overflow: hidden;
}

.lcontent > a > img {
    float: left;
    width: 40%;
}

.lcontent > a {
    display: block;
    position: relative;
}


.portfolio-box {
    display: block;
    position: relative;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(0, 0, 153,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #009;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    color: #fff;
    background-color: #337AB7;
    border-color: #2E6DA4;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #1C1A56;
    color: #fff;
    background-color: #1C1A56;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

.navbar-brand {
    font-size: 18px;
    line-height: 20px;
    height: 80px;
    padding: 5px;
}

.werwirsind {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #FFF;
    background-image: url("../img/bigbg.jpg");
    background-position: center center;
    background-size: cover;
}

.headcontact {
    font-size: 12px!important;
    line-height: 1.5;
}

.center {
    margin: auto;
    width: 100%;
    padding: 0px;
}

footer#footer p, footer#footer a {
    color: #5A5A5A;
    text-align: center!important;
}
footer#footer {
    font-size: 12px;
    line-height: 15px;
}

#video-landing {

  background-color: #000;
  z-index: -200;
  text-align: center;
  height: 500px;
  position: relative;
  overflow: hidden;
  color: white;
}

#video-landing video {

  text-align: center;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  top: -200px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -100;
}

#video-landing h1{
    text-align: center;
 	font-size: 3em;
}

#section-two {

  text-align: center;
  height: 500px;
  padding: 20px;
  color: white;
  font-size: 2em;

  background-size: cover;

}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

.intro-text .name {
    font-size: 4.75em;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #222;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #009;
}


.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #009;
    background: #fff;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
.scrolloff {
   pointer-events: none;
}

#ibuttons {
    position: absolute;
    left: 2em;
    text-align: left;
    bottom: 2em;
    z-index: 900;
    overflow: hidden;
}

.sticky {
    position: fixed;
    left: 2em;
    text-align: left;
    bottom: 1em;
    z-index: 900;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

.scontent {
    position: relative;
    width: 100%;
    min-height: auto;
    background-image: url("../img/whitebg.jpg");
    background-position: center center;
    background-size: cover;
}

.about {
    position: relative;
    width: 100%;
    min-height: auto;
    background-image: url("../img/whitebg.jpg");
    background-position: center center;
    background-size: cover;
}

.wcontent{
    width: 96%;
    max-width: 1440px;
    margin: 4em auto;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    background-color: #fff;
}

.whitetext {
    color: #fff;
}

.whitetext a:hover{
    text-decoration: underline;
}

.boxes {
	overflow:hidden;
	margin-top:2em;
        padding: 1em 3em 1em;        
}

.box {
	float:left;
	margin-bottom:3em;
	box-sizing:border-box;
}

.box h2 a{
   color: #333;
   text-decoration:none;
   font-weight: bold;
}

.box h2 a:hover{
   text-decoration:none;
}


.box .image {
	margin:1em 0;
	position:relative;
}

div.clear {
    clear: both;
}

.box .image img {
	vertical-align:top;
}

.box .image a::before {
    opacity: 0;
    background: rgba(0, 0, 153,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    content:'';
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:1;
    opacity:0;
    transition:opacity 0.25s linear;
}

.box .image a:hover::before, .gallery figure > a:hover::before {
	opacity:1;
}

.box .text > :first-child {
	margin-top:0;
}

.box .text > :last-child {
	margin-bottom:0;
}

.box2 {
	width:45%;
	width:calc(50% - 1em);
	margin-left:2em;
}

.box2:nth-child(2n + 1) {
	margin-left:0;
}

.site {
    padding: 15px 15px 15px 15px;
}

.list {
    padding: 1em 3em 1em;
    position: relative;
}


.portcontent {
    display: block;
    overflow: hidden;
    padding: 3em 0;
    margin: 0;
}

.portcontent a {
    float: left;
    width: 40%;
    display: block;
    position: relative;
    height: auto;
    vertical-align: top;
}

.portcontent img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.ptext {
    display: block;
    float: left;
    width: 60%;
    box-sizing: border-box;
    padding-left: 2em;
}

.lcontent {
    display: block;
    overflow: hidden;
    padding: 3em 0;
    border-bottom: 1px solid #ccc;
    margin: 0;
}

.lcontent img {
    float: left;
    width: 40%;
    height: auto;
    vertical-align: top;
}

.ltext {
    display: block;
    float: left;
    width: 60%;
    box-sizing: border-box;
    padding-left: 2em;
}

.ptext h2, .ltext h2{
  margin-top: 0;
}

@media screen and (max-width: 600px) {
        #ibuttons {
          display:none; 
        }
}

@media screen and (max-width: 959px) {
	.boxes .box {
		float:none;
		width:100%;
		max-width:none;
		margin-left:0;
	}

        .ptext, .ltext {
            float: none;
            width: 100%;
            padding: 1em 0 0 0;
         }
        .lcontent img {
           float: none;
           width: 100%;
        }
       .portcontent > a, .portcontent > img {
         float: none;
         width: 100%;
       }
}

.thumb{
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
}

.gal {
    margin-top: 20px;
}

.container {
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

        .jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            width: 16px;
            height: 16px;
            background: url('/static/jssor/img/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }
        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('/static/jssor/img/a22.png') center center no-repeat;
            overflow: hidden;
        }
        .jssora22l { background-position: -10px -31px; }
        .jssora22r { background-position: -70px -31px; }
        .jssora22l:hover { background-position: -130px -31px; }
        .jssora22r:hover { background-position: -190px -31px; }
        .jssora22l.jssora22ldn { background-position: -250px -31px; }
        .jssora22r.jssora22rdn { background-position: -310px -31px; }
