h4.slidetext {
    background-color: rgba(255,255,255,0.5);
    color: black;
    text-shadow: none;
    line-height: 1.5;
}

.portfoliobox {
  padding-top: 10px;
}
.cc_container .cc_btn {
background-color: #efefef !important; /* Farbe des Buttons */
color: #000 !important; /* Textfarbe des Buttons */
}

.cc_container {
background: #000 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
}

.cc_container a {
color: #ffffff !important; /* Textlink-Farbe "Mehr Infos" */
text-decoration: underline;
}

img.portfolio-img {
  width: 200px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
}

.studiohead {
    position: relative;
    top: 35%;
    transform: translateY(-35%);
    padding-left: 20px;
    padding-right: 20px;
}

.col-md-12.column.headimage.studio {
    background-image: url('/img/slide1.jpg');
    background-size: cover;
    height: 700px;
    background-position: center;
}

.studiohead > h1.overimagetext {
    padding-top: 28%;
}

@media screen and (max-width: 991px) {
  .col-md-12.column.headimage.studio {
    margin-top: -100px;
  }
}

.col-md-12.column.headimage.equipment {
    background-image: url('/img/header-equip.jpg');
    background-size: cover;
    height: 300px;
    margin-bottom: 30px;
}

p.slidetext {
    background-color: rgba(255,255,255,0.5);
    color: black;
    text-shadow: none;
    line-height: 1.5;
    margin: -10px 0 20px;
    padding-bottom: 5px;
}

.galleryimg {
    padding: 5px!important;
}

ul.reflist {
    padding-left: 10px;
}

.overlaylogo {
    position: absolute;
    z-index: 5;
    margin-top: 10%;
    margin-left: -225px;
    left: 50%;
    /* background-image: url(/img/bg-white.png); */
}

@media screen and (max-width: 1024px) {
    .overlaylogo img {
    width: 75%;
  }
  .overlaylogo {
    margin-top: 13%;
    margin-left: -169px;
  }
}

@media screen and (max-width: 867px) {
  .overlaylogo img {
      width: 200px;
    }
    .overlaylogo {
        margin-top: 10%;
        margin-left: -100px;
    }
}

@media screen and (max-width: 476px) {
    .overlaylogo img {
        width: 150px;
    }
    .overlaylogo {
      margin-top: 10%;
      margin-left: -75px;
}
}

.headimage img {
    width: 100%;
}

.headimage {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
    margin-top: -20px;
}

hr {
    border-top: 1px solid #CFCDCD;
}

.innercol {
    margin-left: -15px;
}

.thumbnail {
    padding: 0px;
    margin-left: -15px;
}

.slide
{
    padding: 0px;
    margin-top: -10px;
}

@media screen and (max-width: 991px) {
  .slide
  {
    margin-top: -20px;
  }
}

@media screen and (max-width: 767px) {
  .img-responsive
  {
    margin-bottom: 15px!important;
  }
}



body {
    font-weight: normal;
    font-family: Helvetica, Arial, sans-serif;
}

div.container.navtop {
    background-color: #FFFFFF;
    min-height: 105px;
}

.head-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 750px;
    max-width: 1600px;
    margin: auto;
    text-align: center;
}

p {
    font-size: 110%;
}
.small {
    max-height: 350px;
}

.carousel-inner>.item {
    max-height: calc(100vh - 100px);
    margin: auto;
}

.item img {
    width: 100%;
}

.glyphicon {
    color: #000;
    font-size: 400%!important;
}

.logobox {
    width: 90px;
    background-image: url("../img/w-studio.png");
    z-index: 99;
    height: 90px;
    background-size: contain;
}

.navbar-brand img {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.75);
}

.yellow {
    background-color: #FFF200;
}

.grey-alt {
    background-color: #DEDEDE;
    margin-top: -15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.grey {
    position: absolute;
    top: 0px;
    width: auto;
    height: 167px;
    display: none;
    background-color: rgba(0,0,0,0.7);
    margin-top: 25px;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    margin-right: 15px;
    color: white;
}

.container {
    min-height: 72px;
    padding-left: 40px;
    padding-right: 40px;
}

.navbar-default .navbar-nav>li>a {
    color:  #999999;
    font-family: Helvetica, Arial, sans-serif;
}

.navbar-default .navbar-nav>li>a:active {
    color: #000000;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #999999;
}

.navbar-default {
    background-color: #FFFFFF;
    border: none;
    border-bottom: 1px solid #D6d6d6;
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
    z-index: 999;
}

div.col-md-12.column.home2.headerimg {
    padding: 0;
    margin-top: 90px;
}

.navbar-brand {
    padding: 7px 0px 0px 0px;
}

.navbar-nav {
    margin: 27px 30px 0 0;
    float: right;
}

@media screen and (max-width: 767px) {
    .navbar-nav {
        float: right;
        text-align: center;
    }

    .navbar-nav>li {
        border-bottom: 1px solid #FFF;
    }
}

.box img {
    width: 100%;
    margin-right: -30px;
    padding-top: 25px;
}

.nav>li>a {
    padding: 12px 8px;
}

.buttontosite {
    margin-top: 25px;
}

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

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #000000;
    background-color: transparent;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #000;
    text-decoration: none;
    background-color: #000000;
    outline: 0;}

.submenu {
    border-top: 1px solid #777777;
}
.submenu1 {
  margin-left: -25px;
}

@media screen and (max-width: 767px) {
  .submenu1 {
    min-height: 25px;
  }
}


.submenu1 ul li {
    float: left;
    list-style-type: none;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 25px;
}

.submenu1 a {
    color: #777777;
    font-size: 90%;
}

.submenu1 a:hover {
    color: #000000;
    text-decoration: none;
}

.submenu1 a:active {
    color: #000000;
}

.sub-cont {
    background-color: #000000;
    height: 70px;
}

.submenu2 ul li {
    display: inline;
    list-style-type: none;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 25px;
}

.submenu3 {
  font-size: 90%;
  text-align: center;
  margin-left: 0px;
  margin-top: 10px;
  color: #777777;
}


.submenu ul {
    padding-top: 15px;
    margin-left: -20px;
}

.submenu2 ul {
    margin-top: 7px;
    text-align: right;
}

@media screen and (max-width: 767px) {
.submenu1 ul li {
  float: left;
  list-style-type: none;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.submenu2 ul {
    text-align: center;
}
ul.socialbtn {
    padding-left: 0px;
}
}



#homeicon {
    width: 100%;
    background-color: #000000;
    height: 100%;
    text-align: center;
    margin-bottom: 15px;
    padding-top: 30px;
    max-height: 200px;
    max-width: 210px;
    float: left;
    margin-right: 15px;
    padding-bottom: 20px;
}

#homeicon img {
    width: 50%;
    height: auto;
}

.homeicons {
    width: 100%;
    margin:0 auto;
    display: inline-block !important;
}

.thumbnail {
    width: 100%;
}

div#homeicon:hover {
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #A8A8A8), color-stop(1, #EDEAED));
    background-image: -o-linear-gradient(left bottom, #A8A8A8 0%, #EDEAED 100%);
    background-image: -moz-linear-gradient(left bottom, #A8A8A8 0%, #EDEAED 100%);
    background-image: -webkit-linear-gradient(left bottom, #A8A8A8 0%, #EDEAED 100%);
    background-image: -ms-linear-gradient(left bottom, #A8A8A8 0%, #EDEAED 100%);
    background-image: linear-gradient(to left bottom, #A8A8A8 0%, #EDEAED 100%);
}

h1 {
    font-weight: 300;
    font-size: 28px;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    margin-top: 0;
}

h1.overimagetext {
  font-weight: 100;
}


h2 {
    font-weight: 300;
    font-size: 24px;
    font-family: Helvetica, Arial, sans-serif;
    margin-top: 0;
}

h3 {
    font-weight: 300;
    font-family: Helvetica, Arial, sans-serif;
    background-color: #000;
    color: white;
    padding: 5px;
    display: inline-block;
    margin-bottom: 25px;
}

h4 {
    font-weight: 400;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding: 8px 5px 0 0;
    text-transform: uppercase;
    display: inline-block;
        border-bottom: 1px solid #000;
}

h5 {
    font-weight: 400;
    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

h6 {
    font-size: 24px;
    font-family: Helvetica, Arial, sans-serif;
}

table.myForm tr td {
    font-weight: 100;
    font-family: Helvetica, Arial, sans-serif; !important;
    font-size: 14px;
}

.table {
    font-size: 110%;
}

/* .form-horizontal .form-group {
    margin-left: 0px;
} */

table.myForm input, select {
    font-weight: 100;
    font-family: Helvetica, Arial, sans-serif; !important;
    font-size: 14px;
    max-width: 290px !important;
    min-width: 250px !important;
    margin: 5px !important;
}

@media screen and (max-width: 467px) {
    table.myForm select {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.428571429;
        color: #555;
        vertical-align: middle;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-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-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }
}

a.box {
    color: #000000;
    text-decoration: none;
}

img.img-responsive.imp-home {
    padding-bottom: 15px;
    width: 100%;
}

ol.ref-home {
  bottom: -30px;
}

ol.ref-portfolio {
  bottom: -20px;
}


.greenbox {
    background-color: #01414a;
    color: white;
    text-decoration: none;
    height: 100%;
    padding: 10px 20px 20px 20px;
    font-size: 120%;
}

.headerimg img {
    height: 100%;
    width: 100%;
    display: block;
    padding: 0 0 5px 0;
    margin: auto;
    margin-top: -10px;
}

img.grund {
    background-color: #DDDDDD;
}

.btn-primary {
    color: #000;
    background-color: #DEDEDE;
    border: none;
    border-radius: 3px;
    border: 1px solid #F5F5F5;
}

.btn-primary a:hover {
    color: #fff;
    background-color: #000 !important;
    border-color: #000;
}

.default {
    list-style-type: none;
    padding-left: 0;
}

ul.liste {
    font-size: 130%;
    list-style-type: square;
}

.link {
    color: #000;
    text-decoration: none;
    padding: 5px;
}

.link a:hover {
    color: #000;
    text-decoration: none;
    background-color: #000000;
    padding: 5px;
}

.title-tag {
    text-align: right;
    padding-right: 55px;
}

p.stern {
    font-size: 80%;
    font-style: italic;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    margin: auto;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

.required {
    color: red;
}

.myForm td, input, select, textarea, checkbox  {
    font-family: tahoma;
    font-size: 12px;
    max-width: 490px;
    min-width: 250px;
    margin: 5px !important;
}

@media screen and (max-width: 475px) {
    .col-xs-6 {
        padding: 0;
        width:234px;
        width:50%;
    }

    .submenu2 img {
        margin-top:7px;
        height:18px;
        width:18px;
    }
}

@media screen and (min-width: 476px) AND (max-width: 768px) {
    .col-xs-6 {
        padding: 0;
        width:234px;
        width:33%;
    }
}


@media screen and (max-width: 991px) AND (min-width:769px) {
    .col-xs-6 {
        padding: 0;
        width:250px;
        min-width:210px;
    }

    #homeicon {
        max-width:230px;
    }
}


@media screen and (max-width: 1199px) AND (min-width:992px) {
    .col-xs-6 {
        padding: 0;
        min-width:210px;
    }

    #homeicon {
        max-width:221px;
    }
}

@media screen and (min-width: 1199px)
{
    .col-xs-6 {
        padding: 0;
        /* width:234px; */
        min-width:210px;
    }

    #homeicon {
        max-width:221px;
    }
}



@media screen and (max-width: 767px) {
    .container {
        margin-right: 15px;
        margin-left: 15px;
    }
    #homeicon {
        margin-left:0px;
        margin-right:0px;
    }
    .col-xs-6 {
        padding-left: 5px;
        padding-right: 5px;

    }
    h3 { font-size:16px; }
}
.overlaytext h1 {
    font-size: 24px;
}

.box-text {
    padding-top: 20px;
}

.box-text-ref {
    text-align: left;
}
#container-masonry {
    max-width: 100%;
}

.videoimg {
  position: relative;
  width: 360px;
  height: 200px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 345px;
  height: 200px;
  color: #FFF;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}

.videoimg:hover .overlay {
  display: block;
  background: rgba(0, 0, 0, .3);
}

.videoimg img {
  position: absolute;
  width: 360px;
  height: 200px;
  left: 0;
  padding-right: 15px;
}

.title {
  position: absolute;
  width: 360px;
  left: 0;
  top: 60px;
  font-weight: 700;
  font-size: 45px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  z-index: 1;
  transition: top .5s ease;
}

.videoimg:hover .title {
  top: 55px;
}

.item-masonry {
    width: 33.3%;
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .item-masonry {
      width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .item-masonry {
      width: 100%;
  }
}

.item-masonry img {
    display: block;
    width: 100%;
}

a.left.carousel-control.home, a.right.carousel-control.home {
  top: inherit;
  bottom: 100px;
}

.form-horizontal .control-label {
  text-align: left;
}
label.col-sm-2.control-label.optionrow {
padding-top: 0px;
}


/* The colour of the indicators */
.carousel-indicators li {
	background: #cecece;
}

.carousel-indicators .active {
background: #000000;
}

.glyphicon-chevron-right:before, .glyphicon-chevron-left:before {
    font-size: 30px;
}

h5.position {
    font-size: 90%;
    text-transform: inherit;
    margin-top: -5px;
}

.zitat {
    font-style: italic;
    line-height: 1.5em;
    color: #484848;
    font-weight: 100;
    font-size: 20px;
}

.zitatbox-left {
    border-right: 1px solid #CFCDCD;
    padding-right: 10px;
}

}
section.ok{
  background-color: #555;
}

.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 15%;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #000;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
}

@media screen and (max-width: 476px) {
  .scroll-down {
    bottom: 18%;
    }
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid black;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@media screen and (max-width: 767px) {
.navbar-nav {
    float: none;
    margin-top: 5px;
    margin-right: 0px;
}
.navbar-default .navbar-toggle {
    margin-top: 30px;
  }
  ul.nav.navbar-nav li {
    border-bottom: 1px dashed #888;
  }
  ul.nav.navbar-nav li:last-child {
    border-bottom: none;
  }
  div#bs-example-navbar-collapse-1 {
      background-color: #DDD;
      margin: 30px 0px 10px 0px;
      border-radius: 3px;
  }
}


.Flexible-container {
  position: relative;
  padding-bottom: 350px;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 350px;
}

.socialbtn a {
    color: #777777;
    font-size: 120%;
}

label, .form-group {
  font-size: 100%;
}
