
body {padding-top: 0; font-family: 'Open Sans', sans-serif; text-shadow: 0; color: rgba(93,93,93); background: rgba(255,255,255);}

h1, h2, h3, h4, h5, h6 {font-family: 'Saira', sans-serif;text-transform: uppercase; font-weight: 800; line-height: 2.2rem;}
.opensans {font-family: 'Open Sans', sans-serif;}
.saira {font-family: 'Saira', sans-serif;}

a {color: rgba(243,243,243); transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
a:hover {color: rgba(129,129,129); text-decoration: none;}
a.light {color: rgba(29,29,29); text-decoration:underline; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
a.light:hover {color: rgba(143,143,143); text-decoration: none;}

.topbutton {z-index: 50; position: relative;}

.header {position: relative; z-index: 1;}
.headerweds {background: url(img/bgweds.png) no-repeat center bottom; position: relative; padding: 0; z-index: 2;}
.headerfp {background: url(img/fpbg.png) no-repeat center bottom; position: relative; z-index: 100; height: 160px;}
.header h1 {font-size: 2.2rem; margin-top: 2.5rem; margin-bottom: 1rem;}
.header .btn-primary:hover {color: rgba(255,255,255); background: rgba(52,62,72);}

.herocontent {position: relative; z-index: 10;}

.superbig {font-size: 4rem;}
.smallerclaim {line-height: 1.3rem; font-weight: 600;}

.btn {
  background: rgba(44,157,227); 
  color: rgba(255,255,255); 
  border: 0;
  border-bottom: .4rem solid rgb(134,203,242); 
  border-radius: 5;
  padding: .5rem 3rem; 
  margin-bottom: 0.5rem;
  font-weight: bold; 
  text-shadow: 0;
  }
.btn:hover {background: rgba(52,62,72); color: rgba(255,255,255); border-bottom: .4rem solid rgb(44,157,227); }
.btn:focus {border-color: rgba(255,255,255,.5); box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);}
.btn:active {border-color: rgba(255,255,255,.5); box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);}

.navbar {padding: .3rem 1rem; font-size: 1.2rem; font-weight: 800;}
.navbar-dark .navbar-nav .nav-link {color: rgb(95, 95, 95);}
.navbar-dark .navbar-nav .nav-link:hover {color: rgba(1,1,1,.5)}
.navbar-dark .navbar-nav .btn .nav-link {color: rgba(255,255,255,1); font-size: 1.2rem; font-weight: 800}
.navbar-dark .nav-item {padding: .0rem .6rem;}
.navbar-toggler {background: rgba(43,43,43);}

.text-dark {color: rgba(1,1,1)}
.line-height-1 {line-height: 1rem;}
.main {z-index: 40; position: relative;}
.jumbotron {padding: 1rem 0; margin: 0; border-radius: 0; box-shadow: 0; background-color: rgba(255,255,255,1);}

.grey-bg {background-color: rgba(29,29,29);}
.light-grey-bg {background-color: rgba(45,45,45);}
.greycolor {color: rgba(43,43,43)}
.blue-bg {background: url(img/bg-raute.png) repeat-x, linear-gradient(rgba(44,155,227), rgba(52,62,72));}
.skew {transform: skewY(-2deg); transform-origin: top left;}
.minusskew {transform: skewY(2deg); transform-origin: top left;}
.white-transparent {background-color: rgba(255,255,255,.3);}
.bordertop {border-top: 10px solid rgba(129,129,129,1.0);}
.borderbottom {border-bottom: 10px solid rgba(129,129,129,1.0);}
.pink-header {font-size: 3rem; color: rgba(44,155,227,.25);}
.white-header {font-size: 3rem; color: rgba(255,255,255,.45);}
.sitebg {padding-bottom: 8rem;}
.mb-10 {margin-bottom:  10rem;}
.pb-10 {padding-bottom:  10rem;}
.cardinner {z-index:500;}
.card:hover {box-shadow: 0 0 10px rgba(194,194,194); transition: box-shadow .15s ease-in-out;}
.wedsbg {background: url(img/bg-3.jpg) no-repeat center bottom rgba(255,255,255);}
.z-index-50 {position: relative; z-index: 50;}


blockquote {border:none; quotes: "\201C""\201D""\2018""\2019";}
blockquote h5 {font-size:21px;}
blockquote h5:before {content: open-quote;font-weight: bold;font-size:100px;color:rgba(89,89,89);} 
blockquote h5:after {content: "";font-weight: bold; font-size:100px;color:rgba(89,89,89);}



.circlemove {transform-style: preserve-3d;}
.hosentop, .banner2007 {transition: all 0.75s ease-out;}

.card-columns-portfolio {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
.card-columns-portfolio .card {
    box-shadow: none;
}
.card-columns .card {
    display: inline-block;
    width: 100%;
}
.card-columns .card {
    margin-bottom: 1rem;
}
.card-portfolio {
    position: relative;
}

 .card-portfolio:hover .card-body {
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .card-portfolio:hover .card-img-top {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

.card {
    overflow: hidden;
    position: relative;
}
.card {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(243,243,243);
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0.35rem;
}
.card-portfolio .card-img-top {
    -webkit-transition: -webkit-transform 0.45s ease-in-out;
    transition: -webkit-transform 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
}
.card-img, .card-img-top {
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
}
.card-img, .card-img-top, .card-img-bottom {
    flex-shrink: 0;
    width: 100%;
}

.card-portfolio .card-body {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    height: 3.5rem;
    width: 100%;
    background-color: #fff;
    text-align: center;
}
.card-body {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.35rem;
}

.card-portfolio .card-body {
    height: 50%;
    bottom: -100%;
    -webkit-transition: bottom 0.15s ease-in-out;
    transition: bottom 0.15s ease-in-out;
}

.card-portfolio .card-body .card-title {
    font-size: 0.75rem;
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #323f52;
}
.card-title {
    margin-bottom: 1rem;
}
/* formular */
.form-div {
  position: relative;
  height: 50px;
  overflow: hidden;
  margin: 1rem;
}
.form-div-unset {
  position: relative;
  margin: 1rem;
}

.form-div input {
  width: 100%;
  color: #333333;
  padding-top: 20px;
  border: 0;
  outline: none;
  border-radius: 0%;
}

.form-div label {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-bottom: 1px solid #aaaaaa;
}

.form-div label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 100%;
  width: 100%;
  border-bottom: 3px solid #5fa8d3;
  transform: translateX(-100%);
  transition: all 0.5s ease;
}

.content-name {
  position: absolute;
  bottom: 5px;
  left: 0;
  transition: all 0.3s ease;
}

.form-div input:focus + .label-name .content-name, .form-div input:valid + .label-name .content-name {
  transform: translateY(-100%);
  font-size: smaller;
  color: #5fa8d3;
}

.form-div input:focus + .label-name::after, 
.form-div input:valid + .label-name::after {
  transform:  translateX(0%);
}

/* formular ende */

.right-triangle{
  position: absolute;
  bottom: 0%;
  right: 0%;
  height: 100%;
  width: 50%;
  background: url(img/pictowork.jpg) repeat-x rgba(221,221,221);
  -webkit-clip-path: polygon(79% 0, 100% 0, 100% 81%, 68% 54%, 61% 21%);
  clip-path: polygon(48% 0, 100% 0, 100% 100%, 45% 100%, 73% 66%, 78% 22%);
  z-index: 1;
}

#myBtn {
  display: block; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  opacity: 0;
  bottom: 20px; /* Place the button at the bottom of the page */
  right: -30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color:  rgba(44,157,227, .7); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  transition: all .35s ease-in-out;
}

#myBtn:hover {
  background-color:  rgba(52,62,72); /* Add a dark-grey background on hover */
}

.line {   
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 53%;
    border-left: 3px dotted #c4c4c4;
}


footer {padding: 1.5rem 0;}
.dark-grey {color: rgba(137,137,137)}
.footer-pink {color: rgba(199,32,181)}
footer a {color: rgba(232,234,232); font-weight: bold;}
footer a:hover {text-decoration: none;}

.wrapper {
  transform-style: preserve-3d;
}

.wrapper:after {
  z-index: -1;
}

.bloc {
 position: relative;
}

.content {
  transform: translateZ(80px) scale(1);
  -webkit-transform: translateZ(80px) scale(1);
  z-index: 3;
}

.content p:nth-of-type(1) {
  font-size:36px;
  line-height:60px;
  position: absolute;
  bottom:70px;
}
.content p:nth-of-type(2) {
  position: absolute;
  bottom:40px;
}

.inline-photo {
  border: 0;
  border-bottom: 0;
  border-radius: 0;
  box-shadow: 0;
  margin: 2em auto;
  opacity: 0;
  transform: translateY(4em) rotateZ(-5deg);
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out;
  max-width: 600px;
  width: 90%;
  will-change: transform, opacity;
}

.inline-photo.is-visible {
  opacity: 1;
  transform: rotateZ(-2deg);
}

headerline {
  opacity: 0;
  transition: opacity .5s .25s ease-out;
}

headerline.is-visible {
  opacity: 1;
}

.main-photo {
  transform: scale(.8);
}

.heading {
  transform: translate(-0%, calc(-10% + 1.5em));
  opacity: 0;
}

.is-visible .main-photo {
  transform: none;
}

.is-visible .heading {
  transform: translate(-0%, -0%);
  opacity: 1;
}

.main-photo,
.heading {
  transition: transform 2s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out,
              filter 1s 1s ease-out;
  will-change: transform, opacity;
}



@media (min-width: 768px) {
body {padding-top: 0;}
}

@media (min-width: 992px) { 
footer ul {margin-left: 1.5rem;} 
}

@media (min-width: 1200px) {
body {padding-top: 0;}
.header h1 {font-size: 2.7rem; margin-top: 3.5rem;}
.howto h2, .currencies h2 {font-size: 2.7rem;}

}