@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
 
body {
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
}
 
 
 
 
 
div.container.demo-3.carousel-item.active{
    max-width: none;
}
 
.progress {
    width: 150px;
    height: 150px !important;
    line-height: 150px;
    background: none;
    box-shadow: none;
    position: relative;
    margin: 0 auto;
}
 
.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0
}
 
.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1
}
 
.progress .progress-left {
    left: 0
}
 
.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0
}
 
.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left
}
 
.progress .progress-right {
    right: 0
}
 
.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards
}
 
.progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #000;
    font-size: 24px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%
}
 
.progress.wordpress .progress-bar {
    border-color: #13789e
}
 
.progress.wordpress .progress-left .progress-bar {
    animation: loading-5 2.5s linear forwards 1.8s
}
 
.progress.blue .progress-bar {
    border-color: #049dff
}
 
.progress.blue .progress-left .progress-bar {
    animation: loading-3 2.5s linear forwards 1.8s
}
 
.progress.orange .progress-bar {
    border-color: #ff8800
}
 
.progress.orange .progress-left .progress-bar {
    animation: loading-4 2.5s linear forwards 1.8s
}
 
.progress.pink .progress-bar {
    border-color: #fa3891
}
 
.progress.pink .progress-left .progress-bar {
    animation: loading-5 2.5s linear forwards 1.8s
}
 
.progress.lila .progress-bar {
    border-color: #e600ff
}
 
.progress.lila .progress-left .progress-bar {
    animation: loading-6 2.5s linear forwards 1.8s
}
 
.progress.green .progress-bar {
    border-color: #69f607
}
 
.progress.green .progress-left .progress-bar {
    animation: loading-7 2.0s linear forwards 1.8s
}
 
.progress.blaudark .progress-bar {
    border-color: #7d17fc
}
 
.progress.blaudark .progress-left .progress-bar {
    animation: loading-8 2.0s linear forwards 1.8s
}
 
.progress.yellow .progress-bar {
    border-color: #fdba04
}
 
.progress.yellow .progress-right .progress-bar {
    animation: loading-4 2.8s linear forwards
}
 
.progress.yellow .progress-left .progress-bar {
    animation: none
}
 
@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
 
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}
 
@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
 
    100% {
        -webkit-transform: rotate(138deg);
        transform: rotate(138deg)
    }
}
 
@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
 
    100% {
        -webkit-transform: rotate(107deg);
        transform: rotate(107deg)
    }
}
 
@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
 
    100% {
        -webkit-transform: rotate(120deg);
        transform: rotate(120deg)
    }
}
 
@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
 
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}
 
@keyframes loading-6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
 
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}
 
@keyframes loading-7 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
 
    100% {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg)
    }
}
 
@keyframes loading-8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
 
    100% {
        -webkit-transform: rotate(50deg);
        transform: rotate(50deg)
    }
}
 
@keyframes loading-9 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
 
    100% {
        -webkit-transform: rotate(50deg);
        transform: rotate(50deg)
    }
}
 
 
 
/*--- Navbar------------------------------------------------------------------*/
.logo {
    transform: translate(0,0);
    content:  content: "";
    transition: 1s;
    border-radius: 50px;
}
.logo:hover{
    transform: scale(-1.01);
    transition: 1s;
}
 
.navbar {
    font-variant: small-caps;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    background: rgba(0, 0, 0, .6)!important;
    font-family: 'Lato', sans-serif;
}
 
/*Logo*/
.navbar-brand img {
    height: 3rem; 
    animation-name: spin;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.navbar-nav li {
    padding-right: .7rem;
}
navbar-dark .navbar-nav .nav-link {
    color: dimgrey;
    padding-top: .8rem;
}
.nav-link::after{
 content: "";
 display: block;
 width: 0;
 height: 0px;
 transition: width .3s;
}
.nav-link:nth-child(3):after{
    background: none;
    display: flex;
}
.nav-link:hover::after{
 width: 100%;
 transition: width .3s;
}
a#navbarDropdownMenuLink.nav-link.dropdown-toggle.active::after {
    height: 0px!important;
}
.dropdown-item.active {
    background-color: white!important;
}
 
 
/*--- Slider ----------------------------------------------------------------------*/
.carousel-indicators {
        display: none;
}
.carousel-item {
    height: 100vh;
}
.carousel-item:nth-child(2) {
    height: 100%;
}
.carousel-item:nth-child(3) {
    height: 100%;
}
.carousel-item:nth-child(4) {
    height: 100%;
}
.carousel-item:nth-child(5) {
    height: 100%;
}
.carousel-item:nth-child(6) {
    height: 100%;

.carousel-item:nth-child(7) {
    height: 100%;
}
.text-animation {
    text-align: center;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    widows: 100%;
}
.text-animation span {
    color:#333;
    display: block;
    font-variant: small-caps;
}
.text1{
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 8px;
    margin-bottom: 20px;
    position: relative;
    animation: text 3s 1;
    color: #333;
 
}
a.btn.btn-dark {
    padding: 20px;
    background: rgba(000,000,000,0.7);
    font-weight: 500;
}
a.btn.btn-dark:hover {
    padding: 20px;
    background: rgba(999,999,999,0.7);
    color: #000;
    font-weight: 900;
}
 
@keyframes text {
    0%{
    color:black;
    margin-bottom: -40px; 
    }
    30%{
        letter-spacing: 25px;
        margin-bottom: -40px;
    }
    85%{
        letter-spacing: 8px;
        margin-bottom: -40px;
    }
}
 
.leadstart {
    width: 700px;
    text-align: justify;
    text-align-last: center;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.hintergrund h2 {
    color: black;
    margin-top: 30px;
}
.btn-md {
    background-color: black;
}
@media (max-width: 768px){
    .leadstart {
    width: 300px;
    text-align: justify;
    text-align-last: center;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px;
      }  
    .hintergrund h2 {
        font-size: 1.6rem;
    }
}
 
ol.carousel-indicators li{
    padding: 24px;
    position: bottom;
}
 
ol.carousel-indicators li:nth-child(1){
    background:url(img/home2.jpg);
}
 
ol.carousel-indicators li:nth-child(2){
    background:url(img/m-man2.jpg);
}
ol.carousel-indicators li:nth-child(3){
    background:url(img/ps-i2.jpg);
}
 
ol.carousel-indicators li:nth-child(4){
    background:url(img/bracketslogo2.jpg);
}
ol.carousel-indicators li:nth-child(5){
    background:url(img/indesign2.jpg);
}
ol.carousel-indicators li:nth-child(6){
    background:url(img/kontakt2.jpg);
}
a.btn.btn-outline-light.btn-lg {
   color: #333;
    border-color: #333;
    margin-top: 35px;
}
@media (max-width:448px){
    a.btn.btn-outline-light.btn-lg {
   margin-bottom: 100px;
}
}
 
a.btn.btn-outline-light.btn-lg:hover {
    color: #f1f1f1;
    background-color: #333;
}
@media (max-width: 1200px){
    .text1{
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 6px;
}
}
@media (max-width: 768px){
    .text1{
    font-size: 30px;
    font-weight: 350;
    letter-spacing: 4px;
}
}
@media (max-width: 480px){
    .text1{
    font-size: 20px;
    font-weight: 250;
    letter-spacing: 3px;
}
}
 
/*-----------------ich-----------------------------------------------------------------------*/
.ich-section{
  width: 100%;
  padding: 60px 0;
  padding-top: 0px;
  background: #f1f1f1;
}
.ich h1{
  text-align: center;
  font-variant: small-caps;
  color: #333;
  padding-top: 110px;
}
h1.subtitel {
    padding-top: 50px;
}
 
.border1{
  width: 180px;
  height: 2px;
  background: #333;
  margin: 60px auto;
}
.foto1{
    text-align: center; 
}
 
@media only screen and (max-width:446px){
    .foto1 img {
        width: 330px;
    }
}
@media only screen and (max-width:320px){
    .foto1 img {
        width: 290px;
    }
}
 
.ichtext {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 500px;
  margin: 0 auto;
  text-align-last: center;
  padding: 20px;
}
.btn.btn-indigo.btn-lg{
    font-variant: small-caps;
     background: #333;
    color: #f1f1f1;
}
.btn.btn-indigo.btn-lg:hover{
    cursor: pointer;
     background: #fff;
    color: #333;
    border-bottom: 1px solid #333;
}
 
 
/******************* Timeline - 4 *****************/
.main-timeline4{overflow:hidden;position:relative;margin-bottom: 60px;}
.main-timeline4:before{content:"";width:5px;height:80%;background:#333;position:absolute;top:70px;left:50%;transform:translateX(-50%)}
.main-timeline4 .timeline-content:before,.main-timeline4 .timeline:before{top:50%;transform:translateY(-50%);content:""}
.main-timeline4 .timeline{width:50%;padding-left:100px;float:right;position:relative}
.main-timeline4 .timeline:before{width:20px;height:20px;border-radius:50%;background:#fff;border:5px solid #333;position:absolute;left:-10px}
.main-timeline4 .timeline-content{display:block;padding-left:150px;position:relative}
.main-timeline4 .timeline-content:before{width:90px;height:10px;border-top:7px dotted #333;position:absolute;left:-92px}
.main-timeline4 .year{display:inline-block;width:120px;height:120px;line-height:100px;border-radius:50%;border:10px solid #f54957;font-size:30px;color:#f54957;text-align:center;box-shadow:inset 0 0 10px rgba(0,0,0,.4);position:absolute;top:0;left:0}
.main-timeline4 .year:before{content:"";border-left:20px solid #f54957;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;bottom:-13px;right:0;transform:rotate(45deg)}
.main-timeline4 .inner-content{padding:20px 0}
.main-timeline4 .title{font-size:24px;font-weight:600;color:#f54957;text-transform:uppercase;margin:0 0 5px}
.main-timeline4 .description{font-size:14px;color:#6f6f6f;margin:0 0 5px}
.main-timeline4 .timeline:nth-child(2n){padding:0 100px 0 0}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before,.main-timeline4 .timeline:nth-child(2n) .year,.main-timeline4 .timeline:nth-child(2n):before{left:auto;right:-10px}
.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0 150px 0 0}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{right:-92px}
.main-timeline4 .timeline:nth-child(2n) .year{right:0}
.main-timeline4 .timeline:nth-child(2n) .year:before{right:auto;left:0;border-left:none;border-right:20px solid #f54957;transform:rotate(-45deg)}
.main-timeline4 .timeline:nth-child(2){margin-top:110px}
.main-timeline4 .timeline:nth-child(odd){margin:-110px 0 0}
.main-timeline4 .timeline:nth-child(even){margin-bottom:80px}
.main-timeline4 .timeline:first-child,.main-timeline4 .timeline:last-child:nth-child(even){margin:0}
.main-timeline4 .timeline:nth-child(2n) .year{border-color:#1ebad0;color:#1ebad0}
.main-timeline4 .timeline:nth-child(2) .year:before{border-right-color:#1ebad0}
.main-timeline4 .timeline:nth-child(2n) .title{color:#1ebad0}
.main-timeline4 .timeline:nth-child(3n) .year{border-color:#7cba01;color:#7cba01}
.main-timeline4 .timeline:nth-child(3) .year:before{border-left-color:#7cba01}
.main-timeline4 .timeline:nth-child(3n) .title{color:#7cba01}
.main-timeline4 .timeline:nth-child(4n) .year{border-color:#f8781f;color:#f8781f}
.main-timeline4 .timeline:nth-child(4) .year:before{border-right-color:#f8781f}
.main-timeline4 .timeline:nth-child(4n) .title{color:#f8781f}
.main-timeline4 .timeline:nth-child(6n) .year{border-color:#1ebad0;color:#1ebad0}
.main-timeline4 .timeline:nth-child(6) .year:before{border-right-color:#1ebad0}
.main-timeline4 .timeline:nth-child(6n) .title{color:#1ebad0}
a.timeline-content {
    text-decoration: none;
    pointer-events: none;
}
a.timeline-content h6 {
    color: #333;
    font-weight: 510;
    font-variant: small-caps;
}
@media only screen and (max-width:1200px){.main-timeline4 .year{top:50%;transform:translateY(-50%)}
}
@media only screen and (max-width:990px){.main-timeline4 .timeline{padding-left:75px}
.main-timeline4 .timeline:nth-child(2n){padding:0 75px 0 0}
.main-timeline4 .timeline-content{padding-left:130px}
.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0 130px 0 0}
.main-timeline4 .timeline-content:before{width:68px;left:-68px}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{right:-68px}
.main-timeline4 .title{font-size:18px;}
}
@media only screen and (max-width:767px){.main-timeline4{overflow:visible}
.main-timeline4:before{height:100%;top:0; left:0;transform:translateX(0)}
.main-timeline4 .timeline:before,.main-timeline4 .timeline:nth-child(2n):before{top:60px;left:-9px;transform:translateX(0)}
.main-timeline4 .timeline,.main-timeline4 .timeline:nth-child(even),.main-timeline4 .timeline:nth-child(odd){width:100%;float:none;text-align:center;padding:0;margin:0 0 10px;margin-bottom: 50px;}
.main-timeline4 .timeline-content,.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0}
.main-timeline4 .timeline-content:before,.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{display:none}
.main-timeline4 .timeline:nth-child(2n) .year,.main-timeline4 .year{position:relative;transform:translateY(0)}
.main-timeline4 .timeline:nth-child(2n) .year:before,.main-timeline4 .year:before{border:none;border-right:20px solid #f54957;border-top:10px solid transparent;border-bottom:10px solid transparent;top:50%;left:-23px;bottom:auto;right:auto;transform:rotate(0)}
.main-timeline4 .timeline:nth-child(2n) .year:before{border-right-color:#1ebad0}
.main-timeline4 .timeline:nth-child(3n) .year:before{border-right-color:#7cba01}
.main-timeline4 .timeline:nth-child(4n) .year:before{border-right-color:#f8781f}
.main-timeline4 .timeline:nth-child(6n) .year:before{border-right-color:#1ebad0}
.main-timeline4 .inner-content{padding:10px}
}
 
 
 
 
 
/*-------Image-Magnify---------------------------------------------------------------*/
 
#illustrator{
  margin: 0;
  padding: 0;
  font-family: "montserrat",sans-serif;
  box-sizing: border-box;
}
 
.gallery-section{
  width: 100%;
  padding: 60px 0;
  background: #f1f1f1;
  margin-bottom: 84px;
}
 
.inner-width{
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}
 
.gallery-section h1{
  text-align: center;
  font-variant: small-caps;
  color: #333;
  margin-top: 50px;
}
 
.border{
  width: 180px;
  height: 4px;
  background: #333;
  margin: 60px auto;
}
 
.gallery-section .gallery{
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
}
 
.gallery-section .image{
  flex: 25%;
  overflow: hidden;
  cursor: pointer;
}
 
.gallery-section .image img{
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
 
.gallery-section .image:hover img{
  transform: scale(1.4) rotate(15deg);
}
 
@media screen and (max-width:960px) {
  .gallery-section .image{
    flex: 33.33%;
  }
}
 
@media screen and (max-width:768px) {
  .gallery-section .image{
    flex: 50%;
  }
}
 
@media screen and (max-width:480px) {
  .gallery-section .image{
    flex: 100%;
  }
}
/*-------------------Web Seite-----------------------------------------------------------------------*/
.brackets{
    background: #f1f1f1;
}
.web-section{
  width: 100%;
  padding: 60px 0;
  padding-top: 0px;
  background: #f1f1f1;
  margin-bottom: 84px;
}
.brackets h1{
  text-align: center;
  font-variant: small-caps;
  color: #333;
  padding-top: 110px;
}
 
.border1{
  width: 180px;
  height: 2px;
  background: #333;
  margin: 60px auto;
}
.foto2{
    text-align: center; 
}
@media screen and (max-width:768px) {
  .web-section .image{
    width: 50%;
  }
}
 
@media screen and (max-width:480px) {
  .web-section .image{
    flex: 100%;
  }
}
/*-----------------Premiere Pro------------------------------------------------------------------------*/

.video {
  aspect-ratio: 16 / 9;
  width: 100%;
}
.gif {
  aspect-ratio: 16 / 9;
  width: 100%;
}

/*-----------------InDesign------------------------------------------------------------------------*/
#indesign{
  margin: 0;
  padding: 0;
  font-family: "montserrat",sans-serif;
  box-sizing: border-box;
}
 
.gallery-section2{
  width: 100%;
  padding: 60px 0;
  background: #f1f1f1;
  margin-bottom: 84px;
}
 
.inner-width{
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}
 
.gallery-section2 h1{
  text-align: center;
  font-variant: small-caps;
  color: #333;
  margin-top: 50px;
}
 
.border{
  width: 180px;
  height: 4px;
  background: #333;
  margin: 60px auto;
}
 
.gallery-section2 .gallery2{
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
}
 
.gallery-section2 .image{
  flex: 25%;
  overflow: hidden;
  cursor: pointer;
}
 
.gallery-section2 .image img{
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
 
.gallery-section2 .image:hover img{
  transform: scale(1.4) rotate(15deg);
}
 
@media screen and (max-width:960px) {
  .gallery-section2 .image{
    flex: 33.33%;
  }
}
 
@media screen and (max-width:768px) {
  .gallery-section2 .image{
    flex: 50%;
  }
}
 
@media screen and (max-width:480px) {
  .gallery-section2 .image{
    flex: 100%;
  }
}
/*-----------------Kontakt------------------------------------------------------------------------*/
#kontakt{
  margin: 0;
  padding: 0;
}
form
{
    margin-top: 50px;
    transition: all 4s ease-in-out;
}
.form-control{
    width: 600px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #333;
    color: #333;
    font-size: 18px;
    margin-bottom: 16px;
}
input.form-control{
    margin: 0 auto;
}
textarea.form-control{
    margin: 0 auto;
}
.input{
    height: 45px;
}
form .submit{
    background: #333;
    border-color: transparent;
    color: #f1f1f1;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    height: 50px;
    margin-top: 20px;
    font-variant: small-caps;
 
}
form .submit:hover{
    background: #ffffff;
    border-color: transparent;
    color: #333;
    border-bottom: 1px solid #333;
    cursor: pointer;
}
@media (max-width: 768px){
    .form-control{
    width: 300px;
}
}
@media (max-width: 480px){
    .form-control{
    width: 250px;
 
    }
}
    div.g-recaptcha {
  margin: 0 auto;
  width: 304px;
}
.container {
 
}   
 
/*--- Button top------------------------------------------------------------------*/
#button {
  display: inline-block;
  background-color: rgba(90,90,90,0.4);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 30px;
  position: fixed;
  bottom: 30px;
  right: 0px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 500px) {
  #button {
    margin: 30px;
  }
}	