﻿
    *:focus {
        outline: none;
    }

    body {
        
        font-family: Lucida Sans Unicode, Verdana;
        background-color: #F7F7F7;
        
    }
    
        kleine {
        
        font-family: 'Sorts Mill Goudy', serif;
    }


    .row {
        /* Stupid bootstrap */
        margin-left: 0;
        margin-right: 0;
        font-size: 1.4rem;
       font-weight: 400;
       line-height: 1.5;
       color: #8D8D8D;
    }

    .navbar-default {
        background: #292929;
        border: 0;
        margin: 0;
        position: absolute;
    }

  



/* Navigation */

    nav.navbar-default , #adminPanel {
        position: absolute;
		font-family: Lucida Sans Unicode, Verdana;
        height: auto;
        padding: 1em 2em;
        text-transform: uppercase;

        transition: margin 1s;
    }

    nav.navbar-default  {
        width: 100%;
        z-index: 2;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover {
        background: transparent;
        color: #fff;
 
     	border-bottom-width: 1px;
    	
    	border-bottom-color: #c7c7c7;
        
    }
/* Mobile */
    nav.sticky {
        position: fixed;

        width: 100%;
        border-radius: 0;

        animation: animatetop 0.4s;

        background: #292929;
    }

    nav.background {
        background: #292929;
        border-radius: 0;
        position: relative;
    }


    nav.no-animation {
        animation: none;
    }

    nav.background:after {
        content: "";

        position: absolute;
        top: 0;
        right: -15em;

        width: 15em;
        height: 5.7em;

        background: #292929;
    }

    nav:not(.sticky) .container {
        width: 100%;
        background: #292929;
    }

    nav:not(.sticky) .nav > li > a,
    nav:not(.sticky) .navbar-brand {
        text-shadow: 0 0 1em #000;
    }

    nav.navbar-default .navbar-brand {
        color: #fff;
		
        font-size: 1.5em;
    }

    .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
        color: #fff;
    }

    .navbar-default .nav > li > a {
        color: #fff;
        border-bottom: 1px solid transparent;
    }

    .navbar-default .nav > li > a:focus,
    .navbar-default .nav > li > a:hover {
        color: #fff;
        border-bottom: 1px solid #fff;

        /* Stupid bootstrap */
        background: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
        position: fixed;
        right: -0.3em;
        z-index: 999999999;
        filter: drop-shadow(0 0 2px #000);
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: rgba(0,0,0,0);
    }

    .navbar-collapse.collapse.in,
    .navbar-collapse.collapsing {
        opacity: 1;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        background: rgba(0,0,0,0.9);
        text-align: center;
        display: flex;
        border: 0;
    }

    .navbar-collapse.collapse.in ul.nav.navbar-nav.navbar-right,
    .navbar-collapse.collapsing ul.nav.navbar-nav.navbar-right {
        margin: auto;
        font-size: 1.2em;
    }

    .navbar-collapse.collapse.in .nav>li,
    .navbar-collapse.collapsing .nav>li {
        margin: 2em;
        min-width: 30vw;
    }

    .navbar-collapse.collapse.in .nav>li.active a,
    .navbar-collapse.collapsing .nav>li.active a {
        border-bottom: 0;
    }

    .navbar-collapse.collapse.in ul.nav.navbar-nav.navbar-right:before,
    .navbar-collapse.collapsing ul.nav.navbar-nav.navbar-right:before {
        content: "Menu";
        display: block;
        font-size: 1.2em;
        border-bottom: 1px solid #fff;
        padding-bottom: 1em;
        color: #fff;
    }

    div#bs-example-navbar-collapse-1 {
        transition: opacity 0.5s, height 0.5s;
        opacity: 1;
    }

    div#bs-example-navbar-collapse-1.navbar-collapse.collapsing {
        opacity: 0;
        height: 0 !important;
    }

    button.navbar-toggle {
        transition: 1s;
    }
    button.navbar-toggle .icon-bar {
        transition: 0.5s;
    }

    button.navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
        transform: rotate(-45deg);
        display: block;
        position: relative;
    }

    .navbar-toggle:not(.collapsed) > span.icon-bar:nth-child(2) {
        transform: rotate(45deg) translateX(25%) translateY(200%);
    }

    .navbar-toggle:not(.collapsed) > span.icon-bar:nth-child(4) {
        transform: rotate(-45deg) translateX(20%) translateY(-150%);
    }

    .navbar-toggle:not(.collapsed) > span.icon-bar:nth-child(3) {
        opacity: 0;
    }

    /* Make sure that the admin modal still sits on top */

    .modal, .alert {
        z-index: 500000;
    }

    .modal-dialog {
        margin-top: 100px;
    }



/* Header */

    .pro-wrapper {
        overflow-y: hidden;
    }

    .pro {
        position: relative;

        display: flex;
        flex-direction: column;
        justify-content: center;

        height: 100vh;
        min-height: 37em;
        max-height: 100vh;
        padding-top: 5em;

        text-align: center;

        background-position: center;
        background-size: cover;
        text-shadow: 0 0 1em #000;
    } 
    
    .pro .inner {
        display: inline-block;

        margin: auto;  /*deaktiviern = über die ganze seite*/
        padding: 0.8em;

       	/*background: rgba(0, 0, 0, 0.6);*/
        z-index: 1;
    }

    /* Header 2 */

    .pro2-wrapper {
        overflow-y: hidden;
    }

    .pro2 {
        position: relative;

        display: flex;
        flex-direction: column;
        justify-content: center;

        height: 400px;
        padding-top: 5em;
        max-height: 100vh;
        

        text-align: center;

        background-position: center;
        background-size: cover;
        text-shadow: 0 0 1em #000;
    }

    .pro2 .inner {
        display: inline-block;

        /*margin: auto;*/  /*deaktiviern = über die ganze seite*/
        padding: 2em;

        background: rgba(0, 0, 0, 0.6);
        z-index: 1;
    }
    .pro2 .inner h1,
    .pro2 .inner p ,
    .pro2 .inner .note-editable,
    .pro2 .inner .editText {
        margin: 0;

        color: #fff;
    }

    .pro2 .inner h1 {
        text-transform: uppercase;

        font-size: 3em;
        font-weight: 300;
        line-height: 2;
    }
    .pro2 .inner h1:after {
        display: block;

        width: 150px;
        height: 2px;
        margin: 0.2em auto 0.7em auto;

        content: "";

        background: #fff;
    }


    .pro2 .inner p,
    .pro2 .inner .note-editable {
        font-size: 1.2em;
        line-height: 2;
    }

    .pro .inner h1,
    .pro .inner p ,
    .pro .inner .note-editable,
    .pro .inner .editText {
        margin: 0;

        color: #fff;
    }

    .pro .inner h1 {
        text-transform: ;
		font-family: 'Sorts Mill Goudy', serif;
        font-size: 3.08em;
        font-weight: 300;
        line-height: 2;
    }
    .pro .inner h1:after {
        display: block;

        /*width: 150px;*/
        /*height: 2px;*/
        margin: 0.7em auto 0.7em auto;

        content: "";

        background: #fff;
    }


    .pro .inner p,
    .pro .inner .note-editable {
        font-size: 1.2em;
        line-height: 2;
    }

    .pro .scrolly {
        position: absolute;
        bottom: 3em;
        left: 50%;
        display: block;
        transform: translateX(-50%);
        color: #fff;
        font-size: 1.2em;
        tetx-decoration: none;
    }

    .pro .scrolly svg {
        height: 1.2em;
        margin-top: 1em;
        filter: drop-shadow(0px 0px 5px #000);
    }



/* Content / Abstand */

    #content {
        padding: 3em 0;
    }


    #bgcontent {
        background: #000000;
    }



/* Elements */

    h1 {
        color: #37474F;
    }

    h3 {
        color: #636363;
    }

    hr {
        width: 50px;
        margin: 2em auto;

        border: 1px solid rgba(0,0,0,0.2);
    }



/* Call to action Footer(About your website) */

    .CTA {
        padding: 0em 0;

        color: #fff;
        background: #292929;
    }

    .CTA h3,
    .CTA a {
        color: #fff;
    }

    .CTA a:hover {
        text-decoration: none;
        border-bottom: 1px solid #fff;
    }



/* Animations */

    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0;
        }
        to {
            top: 0;
            opacity: 1;
        }
    }


/* To TOP */

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 15px; /* 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: #292929; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 1px; /* Some padding */
  border-radius: 100px; /* Rounded corners */
  font-size: 1px; /* Increase font size */
}

#myBtn:hover {
  background-color: #292929; /* Add a dark-grey background on hover */
}

.main{
    background-position: center center;
    background-size: cover;
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: auto;
}
.cover{
    position: fixed;
    opacity: 1;
    background-color: rgba(0,0,0,.6);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.cover.black{
    background-color: rgba(0,0,0,.6);
}
/* This only changes this particular animation duration */
.animate__animated.animate__zoomInDown {
  --animate-duration: 1.3s;
}




/* Here is the code for Responsive Footer */

figure {
  max-width: 100%;
}
html,
body {
  overflow-x: hidden;
  color: #000;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}
a {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.ct-u-paddingTop10 {
  padding-top: 10px !important;
}
.ct-footer {
  background-color: #292929;

}
.ct-footer-pre {
  width: 100%;
  padding-bottom: 55px;
  border-bottom: 1px solid #555;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ct-footer-pre span {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #ebebeb;
  font-size: 30px;
}
.ct-footer-pre .form-group {
  position: relative;
  margin: 0;
}
.ct-footer-pre .form-group:before,
.ct-footer-pre .form-group:after {
  content: '';
  display: table;
}
.ct-footer-pre .form-group:after {
  clear: both;
}
.ct-footer-pre .form-group input {
  border: 1px solid #00bff3;
  background-color: #333;
  color: #fff;
  height: 50px;
  padding: 0 30px;
  margin: 0 5px;
  border-radius: 0 !important;
}
.ct-footer-pre .form-group button {
  height: 50px;
  position: relative;
  width: 80px;
  padding: 0
}
.ct-footer-list {
  padding: 50px 0;
  list-style: none;
  padding-left: 0;
  display: table;
  width: 100%;
  border-bottom: 1px solid #555;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ct-footer-list > li .ct-footer-list-header {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #00bff3;
  font-size: 30px;
}
.ct-footer-list > li ul {
  list-style: none;
  padding-left: 0;
}
.ct-footer-list > li ul li a {
  color: #fff;
}
.ct-footer-list > li ul li a:hover,
.ct-footer-post a:hover {
  text-decoration: underline;
}
.ct-footer-post {
  background: #000;
  padding: 10px 0;
}
.ct-footer-post .inner-left,
.ct-footer-post .inner-right {
  padding: 10px 0;
}
.ct-footer-post ul {
  list-style: none;
  padding-left: 0;
  margin: 0 -20px;
}
.ct-footer-post ul li {
  display: inline-block;
  margin: 0 20px;
}
.ct-footer-post a {
  color: #fff;
}
.ct-footer-post p {
  color: #fff;
}
.ct-footer-meta {
  padding-top: 30px;
}
.ct-footer-meta .ct-socials {
  padding: 20px 0;
}
.ct-footer-meta .ct-socials li {
  padding: 0 3px;
}
.ct-footer--with-button {
  padding-top: 150px;
}
address {
  color: #fff;
  display: inline-block;
}
address span {
  font-weight: 600;
}
address a {
  color: #fff;
}
address a:hover {
  text-decoration: underline;
}
.btn {
  font-family: 'Open Sans Condensed', sans-serif;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  color: #111;
  font-size: 26px;
  padding: 12px 30px;
}
.btn.btn-motive {
  background-color: #00bff3;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.btn.btn-motive:hover,
.btn.btn-motive:hover:active {
  background-color: #00bff3;
}
.btn.btn-violet {
  color: #fff;
  background-color: #4f4f99;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.btn.btn-violet:hover {
  background-color: #37376b;
}
.btn.btn-violet:hover:active {
  background-color: #2f2f5b
}
.btn.btn-green {
  color: #fff;
  background-color: #43670f;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.btn.btn-green:hover {
  background-color: #36520c;
}
.btn.btn-green:hover:active {
  background-color: #314a0b;
}
.btn.btn-red {
  color: #fff;
  background-color: #da2229;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.btn.btn-red:hover {
  background-color: #ae1b21;
}
.btn.btn-red:hover:active {
  background-color: #9d181e
}
.btn.btn-white {
  background-color: #fff;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.btn.btn-white:hover {
  background-color: #d9d9d9;
}
.btn.btn-white:hover:active {
  background-color: #c9c9c9
}
.btn.btn-large {
  padding: 20px 50px;
  font-size: 30px;
  white-space: normal;
}
.ct-mediaSection {
  background-attachment: fixed;
}
.ct-section_header--type1 {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #000;
  font-size: 115px;
  text-transform: uppercase;
}
.ct-section_header--type2 small {
  font-family: 'coquette', fantasy;
  font-size: 58px;
  line-height: .7;
  display: block;
  font-weight: 700;
  position: relative;
  left: -12px;
}
.ct-section_header--type2 span {
  font-family: 'Bebas Neue';
  font-size: 115px;
  line-height: .8;
}
.ct-section_header--type2 img {
  display: inline-block;
  float: left;
  position: relative;
  top: 15px;
  padding-right: 3px;
}
.ct-section_header--type3 {
  text-align: center;
}
.ct-section_header--type3 small {
  font-family: 'coquette', fantasy;
  font-size: 50px;
  padding: 15px 0;
  font-weight: 700;
  color: #fff;
  background-image: url("/core/fileparse.php/16/urlt/../images/ribbon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block
}
.ct-section_header--type3 span {
  font-family: 'Bebas Neue';
  font-size: 150px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: .85
}
.ct-section_header--type4 {
  text-align: center;
}
.ct-section_header--type4:before,
.ct-section_header--type4:after {
  content: '';
  display: table
}
.ct-section_header--type4:after {
  clear: both
}
.ct-section_header--type4 small {
  font-family: 'coquette', fantasy;
  font-size: 50px;
  color: inherit;
  font-weight: 700;
  display: block
}
.ct-section_header--type4 span {
  font-family: 'nimbus-sans-condensed', sans-serif;
  font-weight: 400;
  font-weight: bold;
  font-size: 150px;
  text-transform: uppercase;
  display: block;
  line-height: .7
}
.ct-section_header + p {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1.5px;
  text-align: center;
}
.ct-section_header--type4 + p {
  font-family: 'nimbus-sans-condensed', sans-serif;
  font-weight: 400;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

/* Media Queries */

@media (min-width:1200px) {
  .ct-footer-pre {
    display: table;
  }
  .ct-footer-pre > .inner {
    display: table-cell;
    vertical-align: middle;
  }
  .ct-footer-list > li {
    width: 20%;
    display: table-cell;
    vertical-align: top;
  }
  .ct-footer-list > li:last-child {
    width: 7%;
  }
}

@media (max-width:1199px) {
  .ct-footer-pre .form-group {
      padding-top: 15px
  }
}
@media (max-width: 1199px) {
  .ct-footer-list > li {
    display: inline-block;
    float: left;
  }
}
@media (min-width:992px) {
  .ct-footer-post .inner-left {
    float: left;
  }
  .ct-footer-post .inner-right {
    float: right;
  }
}
@media (max-width:991px) {
  .ct-footer-post {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ct-footer-list > li {
    width: 33.3333%;
  }
}
@media (min-width:768px) {
  .ct-footer-post p {
    display: inline-block;
  }
  .ct-footer-post p + p {
    padding-left: 50px;
  }
}
@media (max-width:767px) {
  address {
    padding-top: 30px;
  }
}
@media (min-width: 480px) and (max-width:767px) {
  .ct-footer-list > li {
    width: 50%;
  }
}
@media (min-width:480px) {
  .ct-footer-pre .form-group button {
    top: -1px;
  }
  .ct-footer-pre .form-group input {
    width: 331px;
  }
}
@media (max-width:479px) {
  .ct-footer-pre .form-group input {
    float: left;
    width: 70%;
    margin: 0;
  }
  .ct-footer-pre .form-group button {
    float: left;
    width: 30%;
  }
  .ct-footer-list > li {
    width: 100%;
    text-align: center;
  }
  .ct-footer-list {
    padding: 20px 0;
  }
  .btn.btn-large {
    padding: 20px 10px;
    line-height: .9;
    font-size: 26px;
    letter-spacing: -.2px;
  }
  .ct-section_header--type1 {
    font-size: 60px;
    line-height: .8;
  }
  .ct-section_header + p {
    font-size: 22px;
  }
  .ct-section_header--type3 small {
    font-size: 25px;
  }
  .ct-section_header--type4 small {
      font-size: 40px;
  }
  .ct-section_header--type3 span {
    font-size: 90px;
  }
  .ct-section_header--type4 span {
      font-size: 80px;
  }
  .ct-section_header--type4 + p {
    font-size: 28px;
  }
}
/* Here end the code for Responsive Footer */


 

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/



#footer .footer-top {
  background: #111; /*292929*/
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #18d26e;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #18d26e;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #650707;
  width: 100%;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #8D8D8D;
}

#footer .footer-top .footer-links ul a:hover {
  color: #650707;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact a:hover {
  color: #650707;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #18d26e;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}


#gallery .gallery',{
    minHeight: 150;
    margin: 5;
}





#popact{
position:fixed;
width:100%;
top:10%;
bottom: 10%;
}
#popact div{
width:900px;
height:500px;
margin:0 auto;
background:#bbffff;
}















* {box-sizing: border-box;}

.img-comp-container {
  position: relative;
  height: 280px; /*should be the same height as the images*/
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
}

.img-comp-img img {
  display: block;
  vertical-align: middle;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #2196F3;
  opacity: 0.7;
  border-radius: 50%;
}



